Received Date
Capture the received date for an article in a <date>
element
with a @date-type
attribute of value received
.
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="received">
<day>15</day>
<month>12</month>
<year>2022</year>
</date>