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

Attributes

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 | 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)*

Description

This element may be contained in:

Example

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