◇◆
<volume-number> Volume Number within Collection
The volume number of this book within the described collection.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- <sub> Subscript
- <sup> Superscript
Content Model
<!ELEMENT volume-number (#PCDATA %volume-number-elements;)* >
Expanded Content Model
(#PCDATA | sub | sup)*
Tagged Sample
Book volume number in collection
...
<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>
...