<volume-number> Volume Number within Collection

The volume number of this book within the described collection.
Related Elements
This element is not related to any of the book volume elements (<book-volume-number>, <book-volume-id>. This element is also not related to the elements for citing journal volume numbers (<volume>) or volume identifier (<volume-id>). This element is only used for collections
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
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>
...