<fpage> First Page (in a citation)

Page number on which a document begins, typically used as part of citing a journal article or referencing a related journal article.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Text, numbers, or special characters
Content Model
<!ELEMENT  fpage        (#PCDATA)                                    >
Tagged Samples
Bibliographic reference to a journal article
...
<ref-list>
 <title>Bibliography</title>
 ...
 <ref id="ref_4">
  <label>4</label>
  <mixed-citation publication-type="journal"
   ><person-group
    ><string-name><surname>Hadorn</surname>,  
     <given-names>H.</given-names></string-name>, 
    <string-name><surname>Z&uuml;rchner</surname>,  
     <given-names>K</given-names></string-name></person-group>. 
   <source>Dtsch. Lebensmitt. Rundsch</source>. 
   <year iso-8601-date="1974">1974</year>, 
   <volume>70</volume> p. <fpage>57</fpage></mixed-citation>
 </ref>
 ...
</ref-list>
...
Bibliographic reference to a paper
...
<ref id="ref_4">
 <label>4</label>
 <mixed-citation publication-type="paper"
  ><person-group person-group-type="author"
   ><string-name><surname>GAVARE</surname>, 
    <given-names>R</given-names>.</string-name></person-group> 
  <chapter-title>Alphabetic ordering in a 
   lexicological perspective</chapter-title>. 
  <source>Studies in Computer-Aided Lexicology</source>, 
  <year iso-8601-date="1998">1988</year>, pp. 
  <fpage>63</fpage>&ndash;<lpage>102</lpage>.</mixed-citation>
</ref>
...