Article metadata
Dates, history and pub
Element or context:
<history>, <pub-date>
Requirements:
- History dates: Contain the received and accepted history dates within <history>, and set attribute 'date-type' to "received" or "accepted", as appropriate
- Pub dates: Contain the pub date (date the article was published on the web) within <pub-date>. Use attribute publication-format="electronic" and attribute date-type="pub" (not: not "epub").
Examples:
A. History dates
<history>
<date date-type="received">
<day>7</day>
<month>2</month>
<year>2015</year>
</date>
<date date-type="accepted">
<day>21</day>
<month>5</month>
<year>2015</year>
</date>
</history>
B. Pub date
<pub-date publication-format="electronic" date-type="pub">
<day>29</day>
<month>5</month>
<year>2015</year>
</pub-date>