Revised Date

Capture the revised date for an article in a <date> element with a @date-type attribute of value rev-recd.

The <date> element must have <day> , <month> and <year> child elements populated with the correct numerical values with leading zeros where appropriate.

Example

<date date-type="rev-recd">
  <day>09</day>
  <month>05</month>
  <year>2023</year>
</date>