<fpage> First Page

Page number on which a document starts.

Usage/Remarks

The <fpage> element is used in two contexts:
  1. As a part of the metadata concerning a <book-part>, and
  2. As part of bibliographic reference metadata inside bibliographic references (<element-citation> and <mixed-citation>).
Electronic-only journals and books may or may not have page numbers, so this Tag Set supplies the ability to use the <elocation-id> element instead of using the <fpage> or <lpage> elements.
Related Elements
A number of elements in the Suite relate to page numbers:
  • <fpage> names the page number on which a work begins;
  • <lpage> names the page number on which a work ends (which should be the same page number or a number larger than the starting page number);
  • <elocation-id> replaces the start and end page elements just described for electronic-only publications;
  • <page-range> records discontinuous page ranges; and
  • <book-page-count> holds the total page count, if the publisher has provided one. Typically this element records what the publisher said and makes no validity claim. The element <book-page-count> should be used only in metadata. The citation elements (<element-citation> or <mixed-citation>) use the element <size> to tag the total page count of a cited work.
Best Practice: 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 document began on page 8, ran through 11, skipped to page 14, ran through 19, and concluded on page 40.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  fpage        (#PCDATA)                                    >
Tagged Samples
In <book-part-meta>
...
<book-part-meta>
 ...
 <contrib-group>
  <contrib contrib-type="author">
   <collab collab-type="committee">Technical Committee ISO/TC 108, 
    Subcommittee SC 2</collab>
  </contrib>
 </contrib-group>
 <fpage seq="1">1</fpage>
 <lpage>23</lpage>
 <pub-history>
  <date date-type="approved" iso-8601-date="2012-06-01">
   <day>01</day>
   <month>06</month>
   <year>2012</year>
  </date>
 </pub-history>
 ...
</book-part-meta>
...
...
<book-part>
 <book-part-meta>
  <title-group>
   <label>Section 2</label>
   <title>Mental Health of the Population</title>
  </title-group>
  <fpage>5</fpage>
  <lpage>20</lpage>
  <counts>
   <book-count count-type="exhibit" count="5"/>
   <book-ref-count count="11"/>
  </counts>
 </book-part-meta>
 <body>...</body>
</book-part>
...
In citations
Mixed citation
...
<ref>
 <mixed-citation publication-type="journal" publication-format="print">
  <string-name><surname>Llanos De La Torre Quiralte</surname>
  <given-names>M</given-names></string-name>,
  <string-name><surname>Garijo Ayestaran</surname>
  <given-names>M</given-names></string-name>,
  <string-name><surname>Poch Olive</surname>
  <given-names>ML</given-names></string-name>.
  <article-title xml:lang="es">Evolucion de la mortalidad
  infantil de La Rioja (1980-1998)</article-title>
  [<trans-title xml:lang="en">Evolution of the infant
  mortality rate in la Rioja in Spain (1980-1998)</trans-title>].
  <source>An Esp Pediatr</source>. <year iso-8601-date="2001-11">2001</year>
  <month>Nov</month>;<volume>55</volume>(<issue>5</issue>):
  <fpage>413</fpage>-<lpage>420</lpage>. Figura 3, Tendencia
  de mortalidad infantil [Figure 3, Trends in infant
  mortality]; p. 418. Spanish.</mixed-citation>
</ref>
...
Element citation
...
<ref>
 <element-citation publication-type="journal" publication-format="print">
  <name><surname>Llanos De La Torre Quiralte</surname>
   <given-names>M</given-names></name>
  <name><surname>Garijo Ayestaran</surname>
   <given-names>M</given-names></name>
  <name><surname>Poch Olive</surname>
   <given-names>ML</given-names></name>
  <article-title xml:lang="es">Evolucion de la mortalidad
   infantil de La Rioja (1980-1998)</article-title>
  <trans-title xml:lang="en">Evolution of the infant
   mortality rate in la Rioja in Spain
   (1980-1998)</trans-title>
  <source>An Esp Pediatr</source>
  <year iso-8601-date="2001-11">2001</year>
  <month>Nov</month>
  <volume>55</volume>
  <issue>5</issue>
  <fpage>413</fpage>
  <lpage>420</lpage>
  <comment>Figura 3, Tendencia de mortalidad infantil
   [Figure 3, Trends in infant mortality]; p. 418.
   Spanish</comment>
 </element-citation>
</ref>
...