<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

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>