◇◆
<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.
Attributes
Namespaces
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
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>
...