<volume-id> Volume Identifier, Cited

Name or identifier (for example, DOI) that describes an entire cited volume.

Usage/Remarks

This element holds an external identifier, typically assigned to a volume of a publication by a publisher, that is cited inside the bibliographic reference (<element-citation> or <mixed-citation>) of a book or book part. The contents of this element should not be confused with the @id attribute, which holds an internal document identifier that can be used by software to preform a simple link.
Related Elements
Within citations or a product description, the related element <volume> holds the volume number for cited material.
Within the metadata for a book, the book volume elements are <book-volume-number> and <book-volume-id>, and the collection volume element is <volume-in-collection>.
Attributes

Base Attributes

Namespaces

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  volume-id    (#PCDATA %volume-id-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)*

Tagged Sample

In citations

...
<ref>
 <mixed-citation publication-type="journal" publication-format="print">
  <article-title>Edith Cavell: At Erpingham Gate, Norwich Cathedral</article-title>. 
  <source>Hospital</source>, <year iso-8601-date="1919">1919</year>; 
  <volume>66</volume>(<issue>1720</issue>): <fpage>177</fpage>-<lpage>187</lpage>. 
  <volume-id pub-id-type="barcode" assigning-authority="nlm">NLM037496842</volume-id>.
 </mixed-citation>
</ref>
...