<volume>

Appears in

Frequency

<article-meta>

Zero or more times

<element-citation>

Zero or more times

<product>

Zero or more times

Represents the volume of a publication.

Examples:

Example of <volume> in <article-meta>:

  • Refers to a issue: volume 32, number 12 (v32n12):

...
<front>
    ...
    <article-meta>
        ...
        <volume>32</volume>
        <issue>12</issue>
        ...
    </article-meta>
    ...
</front>
...

Example of <volume> in element-citation>:

  • Refers to a volume in a reference

...
<ref id="B01">
    ...
    <source>Journal Title</source>
    <volume>32</volume>
    <issue>12</issue>
    ...
</ref>
...