<lpage>

Last Page

Definition

The page number on which the article ends, for print journals that have page numbers.

Remarks

The <lpage> element is used in two contexts:

  1. As a part of the metadata concerning the article itself.
  2. As part of bibliographic reference metadata inside bibliographic references <citation> and <nlm-citation>.

For extensive examples of formatted <nlm-citation>s including use of <lpage>s in <nlm-citation>s, see: Sample PubMed Central Citations. To see tagged versions of these examples, see: Sample PubMed Central Citations - XML Tagged.

Related Elements

Electronic-only journals do not traditionally have page numbers and use the <elocation-id> element instead.

There are three elements in the Suite related to page numbers:

Model Description

Text, numbers, or special characters.

Tagged Examples

Example 1

  

In article metadata


<article>
<front>
<journal-meta>
...
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group><article-title>Systematic review of day
hospital care for elderly people</article-title>
</title-group>
<contrib-group>...</contrib-group>
...
<pub-date pub-type="pub"><day>27</day>
<month>3</month><year>1999</year></pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage>
<lpage>841</lpage>
<history>...</history>
<copyright-statement>...</copyright-statement>
...
</article-meta></front>
...
</article>


Example 2

In a NLM-style bibliographic citation


<nlm-citation citation-type="journal">
  <person-group>
    <name>
      <surname>You</surname>
      <given-names>CH</given-names>
    </name>
    <name>
      <surname>Lee</surname>
      <given-names>KY</given-names>
    </name>
    <name>
      <surname>Chey</surname>
      <given-names>RY</given-names>
    </name>
    <name>
      <surname>Menguy</surname>
      <given-names>R</given-names>
    </name>
  </person-group>
  <article-title>Electrogastrographic study of patients with unexplained nausea,
  bloating and vomiting</article-title>
  <source>Gastroenterology</source>
  <year>1980</year>
  <month>08</month>
  <volume>79</volume>
  <issue>2</issue>
  <fpage>311</fpage>
  <lpage>314</lpage>
</nlm-citation>

Module

common.ent