<history>

History: Document History

Used as a container for dates related to the processing history of the article. This element records the date and its @content-type attribute should be used to record the type of date (submission date [submissionDate], revision date [revisionDate], accepted date [acceptDate], corrected date, online publishing date, etc.) .

Remarks

The history of an article may contain many types of dates and many dates of the same type.

In this DTD, the <history> element still has element-only content, but it does not contain semantically-named date elements, it contains one or more <string-date> elements and the type of date (accepted, received, etc.) is recorded in the @content-type element of each date for example:

<history>
<string-date content-type="submissionDate">
<month number="6">June</month> <day>21</day>,
<year>2004</year></string-date>
...</history>

Expanded Content Model

(string-date)+

Description

<string-date> Date As a String, one or more

This element may be contained in:

<article-meta>

Example

...
<article-meta>
...
<volume>45</volume>
<issue>3</issue>
<fpage>317</fpage>
<lpage>335</lpage>
<supplementary-material>
<p>
<ext-link specific-use="live" id="suppmat1"
ext-link-type="url" xlink:href="MET_Ozechowski1507_WEB.doc">MET_Ozechowski1507_WEB.doc</ext-link>
</p>
</supplementary-material>
<history>
<string-date content-type="submissionDate">
<month number="6">June</month> <day>21</day>,
<year>2004</year></string-date>
<string-date content-type="revisionDate">
<month number="3">March</month> <day>8</day>,
<year>2007</year></string-date>
<string-date content-type="acceptDate">
<month number="4">April</month> <day>16</day>,
<year>2007</year></string-date>
</history>
...
</article-meta>
...

Module

articlemeta3.ent