<pub-history>

Publication History

Used as a container for events related to the processing history of the document, such as the date a manuscript was submitted, the reprint date for a book, etc.

Content Model

<!ELEMENT  pub-history  %pub-history-model;                          >

Expanded Content Model

((date | string-date)*, (event)*)

Description

The following, in order:

This element may be contained in:

<book-meta>, <book-part-meta>, <collection-meta>

Example

          
...
<book-meta>
...
<pub-date  date-type="publication" 
  publication-format="electronic" 
  iso-8601-date="1998-09-17">
<day>17</day><month>09</month>
<year>1998</year>
</pub-date>
<pub-date date-type="publication" 
  publication-format="print" 
  iso-8601-date="1998-11-09">
<year>1998</year>
</pub-date>
<pub-history>
<date date-type="received" 
  publication-format="manuscript" 
  iso-8601-date="1998-01-05">
<day>05</day>
<month>01</month>
<year>1998</year></date>
<date date-type="rev-request" 
  iso-8601-date="1998-03-14">
<day>14</day>
<month>03</month>
<year>1998</year></date>
<date date-type="rev-received" 
  iso-8601-date="1998-05-24">
<day>24</day>
<month>05</month>
<year>1998</year></date>
<date date-type="accepted" 
  iso-8601-date="1998-06-06">
<day>06</day>
<month>06</month>
<year>1998</year></date>
</pub-history>
...
</book-meta>
...


        

Module

BITS-bookmeta0.ent