Accepted Date
Capture the accepted date for an article in a <date>
element
with a @date-type
attribute of value accepted
.
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="accepted">
<day>25</day>
<month>05</month>
<year>2023</year>
</date>