<event>
Event in Publishing History
An event in the publication history of a book, for example,
reprinting or publication of the revised online edition. This element contains information such as a description of the event (<event-desc>), copyright information for a reprint or edition, a publication date, ISBN, etc.
Attributes
Content Model
<!ELEMENT event %event-model; >
Expanded Content Model
(event-desc?, book-id*, edition*, pub-date*, (date | string-date)*, issn*, issn-l?, isbn*, permissions?, notes*, self-uri*)
Description
The following, in order:
- <event-desc> Event Description, zero or one
- <book-id> Book Identifier, zero or more
- <edition> Edition Statement, Cited, zero or more
- <pub-date> Publication Date, zero or more
- Any combination of:
- <issn> ISSN, zero or more
- <issn-l> ISSN-L (Linking ISSN), zero or one
- <isbn> ISBN, zero or more
- <permissions> Permissions, zero or one
- <notes> Notes, zero or more
- <self-uri> URI for Object Online, zero or more
This element may be contained in:
Example
...
<book-meta>
<book-title-group>
<book-title>Proceedings of Balisage: The Markup Conference
2013</book-title>
</book-title-group>
<pub-date iso-8601-date="2013-10">
<month>October</month><year>2013</year></pub-date>
<book-volume-number>10</book-volume-number>
<isbn content-type="isbn-13">978-1-935958-06-2</isbn>
<publisher>
<publisher-name>Mulberry Technologies, Inc.</publisher-name>
</publisher>
<pub-history>
<event>
<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>
<event>
<event-desc>post-conference proceedings</event-desc>
<date iso-8601-date="2013-10" date-type="pub"
publication-format="online">
<month>October</month><year>2013</year></date>
</event>
</pub-history>
...</book-meta>
...