<supplement>

Supplement Information (補足情報)

特に補足または補足として発表された何らかの著作の全ての情報 (例えば識別番号、補足となる出版物、補足となるシリーズの情報) のコンテナ要素。

備考

この要素は 2 種類の場合に用いられます:
  • 補遺号として発行されたジャーナルでは、これは記事メタデータ内のコンテナ要素であり、その号に特有のすべての情報、すなわち追加の識別番号、補足タイトル、補足シリーズ情報などを含みます。
  • 参考文献情報 (<element-citation> および <mixed-citation>) では、補足情報、あるいは補足として発行された記事に関するすべての情報を収容するコンテナ要素です。そのような情報は、追加の識別番号、補足表題、または補足シリーズ情報などです。

属性

コンテンツ・モデル

<!ELEMENT  supplement   (#PCDATA %supplement-elements;)*             >

拡張コンテンツ・モデル

(#PCDATA | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | private-char | chem-struct | inline-formula | abbrev | milestone-end | milestone-start | named-content | styled-content | sub | sup | contrib-group | title)*

記述方法

この要素は以下の要素内に含むことができます:

用例 1

記事メタデータの中で、号の説明の一部として:
...
<article-meta>...
<volume>52</volume>
<issue>1</issue>
<supplement>1</supplement>
<fpage>437</fpage>
<lpage>467</lpage>
...</article-meta>
...

用例 2

要素型文献書誌 (句読点と空白が除去された) の中で:
...
<ref>
<element-citation publication-type="journal" publication-format="print">
<name><surname>Bhutta</surname>
<given-names>ZA</given-names></name>
<name><surname>Darmstadt</surname>
<given-names>GL</given-names></name>
<name><surname>Hasan</surname>
<given-names>BS</given-names></name>
<name><surname>Haws</surname>
<given-names>RA</given-names></name>
<article-title>Community-based interventions for improving
perinatal and neonatal health outcomes in developing
countries: a review of the evidence</article-title>
<source>Pediatrics</source>
<year iso-8601-date="2005-02">2005</year>
<month>Feb</month>
<volume>115</volume>
<issue>2</issue>
<supplement>Suppl B</supplement>
<fpage>519</fpage>
<lpage>617</lpage>
<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>
</element-citation>
</ref>
...

用例 3

混在型文献書誌 (句読点と空白が保持された) の中で:
...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Bhutta</surname>,
<given-names>ZA</given-names></string-name>,
<string-name><surname>Darmstadt</surname>,
<given-names>GL</given-names></string-name>,
<string-name><surname>Hasan</surname>,
<given-names>BS</given-names></string-name>,
<string-name><surname>Haws</surname>,
<given-names>RA</given-names></string-name>.
<article-title>Community-based interventions for improving
perinatal and neonatal health outcomes in developing
countries: a review of the evidence</article-title>.
<source>Pediatrics</source>. <year iso-8601-date="2005-02">2005</year>
<month>Feb</month>;<volume>115</volume>
(<issue>2</issue> <supplement>Suppl 1</supplement>):
<fpage>519</fpage>-<lpage>617</lpage>.
doi:<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>.
</mixed-citation>
</ref>
...