<fpage>

First Page

Definition

The page number on which a <book-part> starts, for print documents that have page numbers.

Remarks

The <fpage> element is used in two contexts:

  1. As a part of the metadata concerning a book component such as a chapter; and
  2. As part of bibliographic references (<citation>).

Electronic-only documents traditionally do not have page numbers and use the <elocation-id> element instead of using the <fpage> or <lpage> elements.

Attribute

seq Sequence of Same-page Articles

Related Elements

A number of elements in the Suite relate to page numbers:

Note: The <page-range> is intended to record supplementary information and should not be used in the place of the <fpage> and <lpage> elements, which are typically needed for citation matching. The <page-range> element is merely a text string, containing such material as “8-11, 14-19, 40”, which would mean that the article began on page 8, ran through 11, skipped to page 14, ran through 19, and concluded on page 40.

Model Information

Content Model

<!ELEMENT  fpage        (#PCDATA)                                    >

Description

Text, numbers, or special characters

This element may be contained in:

<book-part-meta> Book Part Metadata; <citation> Citation; <related-article> Related Article Information

Tagged Example


...<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<citation>
<person-group>
<name><surname>Olson</surname><given-names>M</given-names></name>
...
</person-group>
<article-title>A common language for physical mapping 
of the human genome</article-title>
<source>Science</source>
<year>1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</citation>
</ref>
</ref-list>...

Module

common.ent