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”, or “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.
OPTIONAL on element: <collection-meta>
Value Meaning
Text, numbers, or special characters The 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.
Tagged Sample

An occasional series

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