<volume> Volume Number

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

Usage/Remarks

Ordinals with Volume Numbers: In JATS Authoring journal articles, the volume number element (<volume>) is used only in citations, not as part of the article metadata. If ordinals for such numbers (“nd”, “st”, etc.) need to be recorded, they may be used with <volume> as follows:
  • Inside an element citation (<element-citation>), a volume number with ordinals can be must be tagged inside the volume number: <volume>1st</volume>.
  • Inside a mixed citation (<mixed-citation>), the volume ordinals may be tagged inside the volume number (as just shown) or outside the volume number: <volume>1</volume><sup>st</sup>.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters, zero or more
Content Model
<!ELEMENT  volume       (#PCDATA %volume-elements;)*                 >
Expanded Content Model

(#PCDATA)*

Tagged Sample

In citations

Mixed citation
...
<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 iso-8601-date="1980-08">1980</year> <month>08</month>;
  <volume>79</volume>(<issue>2</issue>):
  <fpage>311</fpage>&ndash;<lpage>314</lpage>.
 </mixed-citation>
</ref>
...
Element citation
...
<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 iso-8601-date="1980-08">1980</year>
  <month>08</month>
  <volume>79</volume>
  <issue>2</issue>
  <fpage>311</fpage>
  <lpage>314</lpage>
 </element-citation>
</ref>
...
Related Resources