◇◆
<lpage> Last Page
Page number on which a document ends.
Usage/Remarks
The <lpage> element is used in two
contexts:
- As a part of the metadata concerning a <book-part> itself, and
- As part of bibliographic reference metadata inside a bibliographic citation (<element-citation> or <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.
Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT lpage (#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
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>
...
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>
...