collection-type

Collection, Type of

The <collection-meta> element describes the bibliographic metadata for a book series, book set, or other book collection of which a <book-part> is a member. This attribute provides a publisher-determined name for the “type” of such a collection. Expected values include terms of publishing art such as “book set”, “book series”, “book article set”. Some publishers may use this to specify a particular book series (“Out-of-Door Guidebooks” or “After-school Investigations”) instead of a more general type of collection.

Used on Element: <collection-meta>

ValueMeaning
Text, numbers, or special charactersThe type of collection such as book set or book series. This is publisher defined and may vary widely among the users of this Tag Set. The values are likely to be of more use internally than in interchange.
Restriction@collection-type is an optional attribute; there is no default.

Example

...
<collection-meta collection-type="occasional-series">
<title-group>
<title>Balisage Series on Markup Technologies</title>
</title-group>
...</collection-meta>
...