<page-range>¶
| Appears in | Frequency | 
|---|---|
| Zero or one time | |
| Zero or one time | 
Identifies one or more page ranges found between the values of <fpage> and <lpage> in a bibliographic reference. Each page range can be composed of a numerical value (denoting a single page) or two numerical values separated by a hyphen (indicating a page range). Different page ranges are separated by a comma.
Example:
...
<ref>
    <element-citation publication-type="book">
        ...
        <fpage>300</fpage>
        <lpage>420</lpage>
        <page-range>300-301, 305, 407-420</page-range>
        ...
    </element-citation>
    ...
</ref>
...
Note
A page range should be inserted after the information about the <lpage>.