<fpage>
First Page (先頭ページ)
文書が始まるページの番号。
備考
<fpage> 要素は 2 つの場合に用いられます。
- 記事自体に関するメタデータの一部として
- 引用文献中の書誌事項メタデータ (<element-citation> および <mixed-citation>) の一部として
コンテンツ・モデル
<!ELEMENT fpage (#PCDATA) >
記述方法
文字、数字または特殊文字
この要素は以下の要素内に含むことができます:
用例 1
記事メタデータの中で:
...
<article-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>
<history>
<date date-type="approved" iso-8601-date="2012-06-01">
<day>01</day>
<month>06</month>
<year>2012</year>
</date>
</history>
...</article-meta>
...
<article dtd-version="1.1">
<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 publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day>
<month>03</month>
<year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>837</fpage>
<lpage>841</lpage>
<history>...</history>
...</article-meta>
</front>
...</article>
用例 2
要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref id="B8">
<label>8</label>
<element-citation>
<person-group>
<name><surname>Weissert</surname>
<given-names>W</given-names></name>
<name><surname>Wan</surname>
<given-names>T</given-names></name>
<name><surname>Livieratos</surname>
<given-names>B</given-names></name>
<name><surname>Katz</surname>
<given-names>S</given-names></name>
</person-group>
<article-title>Effects and costs of day-care services for the
chronically ill: a randomized experiment</article-title>
<source>Medical Care</source>
<year iso-8601-date="1980">1980</year>
<volume>18</volume>
<fpage>567</fpage>
<lpage>584</lpage>
<pub-id pub-id-type="pmid">6772889</pub-id>
</element-citation>
</ref>
...
用例 3
混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref id="B8">
<label>8</label>
<mixed-citation>
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>,
<string-name><surname>Wan</surname>,
<given-names>T</given-names></string-name>,
<string-name><surname>Livieratos</surname>,
<given-names>B</given-names></string-name>,
<string-name><surname>Katz</surname>,
<given-names>S</given-names></string-name>.
<article-title>Effects and costs of day-care services for
the chronically ill: a randomized experiment</article-title>.
<source>Medical Care</source> <year iso-8601-date="1980">1980</year>;
<volume>18</volume>: <fpage>567</fpage>–<lpage>584</lpage>.
<pub-id pub-id-type="pmid">6772889</pub-id>.
</mixed-citation>
</ref>
...