<collection-meta>
Collection Metadata
Bibliographic metadata describing a book set or series to which this book or book part
belongs.
Remarks
Note: This series metadata may not be complete enough to produce a publisher’s
catalog; this is just the series metadata that travels with a book or book part wrapper. By
design, this will NOT include metadata concerning other books in the series.
The BITS Tag Set is deliberately
agnostic concerning the definition of a book series or a book set, leaving the question of
definition to the publisher.
Attributes
Content Model
<!ELEMENT collection-meta %collection-meta-model; >
Expanded Content Model
(collection-id*, subj-group*, title-group?, (contrib-group | aff | aff-alternatives | x)*, author-notes?, pub-history*, volume-in-collection*, issn*, issn-l?, isbn*, publisher*, edition*, permissions?, self-uri*, (related-article | related-object)*, (abstract)*, trans-abstract*, (kwd-group)*, funding-group*, conference*, counts?, custom-meta-group*, (notes)*)
Description
The following, in order:
- <collection-id> Collection Identifier, zero or more
- <subj-group> Subject Group, zero or more
- <title-group> Title Group, zero or one
- Any combination of:
- <author-notes> Author Note Group, zero or one
- <pub-history> Publication History, zero or more
- <volume-in-collection> Volume in Collection, zero or more
- <issn> ISSN, zero or more
- <issn-l> ISSN-L (Linking ISSN), zero or one
- <isbn> ISBN, zero or more
- <publisher> Publisher, zero or more
- <edition> Edition Statement, Cited, zero or more
- <permissions> Permissions, zero or one
- <self-uri> URI for Object Online, zero or more
- Any combination of:
- Related Material Elements
- <abstract> Abstract, zero or more
- <trans-abstract> Translated Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- <funding-group> Funding Group, zero or more
- <conference> Conference Information, zero or more
- <counts> Counts, zero or one
- <custom-meta-group> Custom Metadata Group, zero or more
- <notes> Notes, zero or more
This element may be contained in:
Example
<book-part-wrapper
dtd-version="2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:xlink="http://www.w3.org/1999/xlink">
<collection-meta>
<title-group>
<title>Balisage Series on Markup Technologies</title>
</title-group>
<volume-in-collection>
<volume-number>10</volume-number>
<volume-title>Proceedings of Balisage: The Markup Conference
2013</volume-title>
</volume-in-collection>
<issn>1947-2609</issn>
<publisher>
<publisher-name>Mulberry Technologies, Inc.</publisher-name>
</publisher>
<abstract>
<p>The <italic>Balisage Series on Markup Technologies</italic>
is an occasional series that includes the proceedings of
conferences, symposia, and other markup-related events.</p>
</abstract>
</collection-meta>
...</book-part-wrapper>