History Dates
Capture the dates of history of an article using a <history>
element.
Each history date must be captured in a
<date>
element with a
@date-type
attribute the value of which indicates the type of
history date. See the following sections for specific instructions:Example
<history>
<date date-type="received">
<day>15</day>
<month>12</month>
<year>2022</year>
</date>
<date date-type="rev-recd">
<day>09</day>
<month>05</month>
<year>2023</year>
</date>
<date date-type="accepted">
<day>25</day>
<month>05</month>
<year>2023</year>
</date>
<date date-type="oa-requested">
<day>11</day>
<month>05</month>
<year>2023</year>
</date>
</history>