event-type

Type of Event

Type or kind of event in the publication history of a document, for example, a reprint of a book or the publication of a revised online edition.

Used on Element: <event>

ValueMeaning
Text, numbers, or special charactersThe type of event, for example, “reprint”, “revision”, “edition3”.
Restriction@event-type is an optional attribute; there is no default.

Example

...
<pub-history>
<event event-type="preliminary-proceedings">
<event-desc>pre-conference proceedings</event-desc>
<date iso-8601-date="2013-07" date-type="pub" 
publication-format="online">
<month>July</month><year>2013</year></date>
</event>
</pub-history>
...