<volume>

Volume Number

Number of a journal (or other document) within its series

Remarks

For a detailed discussion on the use of <volume>, see Ordinal Numbers.

The <volume> element is used as part of a description of a cited work inside a bibliographic reference (<element-citation> or <mixed-citation>).

Attributes

content-type Type of Content
seq Sequence

Related Elements

The related <volume-id> element is used to record an identifier, such as a DOI, that describes an entire volume of a journal.

Content Model

<!ELEMENT  volume       (#PCDATA %volume-elements;)*                 >

Expanded Content Model

(#PCDATA)*

Description

Text, numbers, or special characters, zero or more

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic citation (punctuation and spacing removed):

...
<ref>
<element-citation publication-type="journal">
<person-group>...</person-group>
<article-title>Electrogastrographic study of patients with unexplained 
nausea, bloating and vomiting</article-title>
<source>Gastroenterology</source>
<year>1980</year>
<month>08</month>
<volume>79</volume>
<issue>2</issue>
<fpage>311</fpage>
<lpage>314</lpage>
</element-citation>
</ref>
...

Example 2

In a mixed-style bibliographic citation (punctuation and spacing preserved):

...
<ref>
<mixed-citation publication-type="journal">
<person-group>...</person-group>. 
<article-title>Electrogastrographic study of patients with unexplained 
nausea, bloating and vomiting</article-title>.
<source>Gastroenterology</source>: <year>1980</year>
 <month>08</month> <volume>79</volume>;
<issue>2</issue>; <fpage>311</fpage>
&ndash;<lpage>314</lpage>.
</mixed-citation>
</ref>
...

Module

common3.ent