<volume-title> Volume Title

The volume title of this book within the collection. This need not be the same title as the book has when published as a standalone monograph.
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-title (#PCDATA %volume-title-elements;)*           >
Expanded Content Model

(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | break)*

Tagged Sample

Book title 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>
...