<ref-list>

Reference List (Bibliographic) (文献リスト (書誌))

文書または文書構成要素の参考文献情報のリスト。

備考

このタグセットは、引用文献のリストと参考文献のリストとを区別しません。したがって文献リストは “References” と呼んでもよいし、“Bibliography”、 “Resources” あるいは “Additional Reading” と呼んでも構いません。
変換上の注意点: タイトルの後のオプションの段落レベルの要素として、文献リストの前に説明的素材が入る場合が希にあります。また文献グループの前にもそのような説明的な素材が入る可能性があります。しかし、文献リストが始まったら、文献と文献の間にそのような素材が入ることは許されません。したがってそのような文献ではない説明的な素材、たとえば文献の手前または文献と文献の間に挿入されている素材は、注釈要素 (<note>) に移すか、書誌要素 (<mixed-citation> または <element-citation>) 中に記述する必要があります。Archiving Tag Set はより制約が緩いので、文献と文献の間にテキストがあってもかまいません。

属性

コンテンツ・モデル

<!ELEMENT  ref-list     %ref-list-model;                             >

拡張コンテンツ・モデル

(label?, title?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*, ref*, (ref-list)*)

記述方法

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

用例 1

要素型文献書誌を含む文献リスト:
...
<back>
<ack>...</ack>
<ref-list>
<ref id="B1">
<element-citation publication-type="commun" publication-format="web">
<person-group person-group-type="author">
<name><surname>Harris</surname>
<given-names>Pat</given-names></name>
</person-group>
<article-title>New Z39.50 resource</article-title>
<comment>[Internet]</comment>
<source>Message to: Karen Patrias</source>
<date-in-citation content-type="time-stamp"
iso-8601-date="1998-02-27T13:18">1998 Feb 27, 1:18 pm</date-in-citation>
<date-in-citation content-type="access-date"
iso-8601-date="1998-02-28">[cited 1998 Feb 28]</date-in-citation>
<comment>[about 2 screens]</comment>
</element-citation>
</ref>
<ref id="B2">...</ref>
...
</ref-list>
</back>
...

用例 2

混在型文献書誌を含む文献リスト:
...
<back>
<ack>...</ack>
<ref-list>
<ref id="B1">
<mixed-citation publication-type="commun" publication-format="web">
<string-name>
<surname>Harris</surname>,
<given-names>Pat</given-names>
</string-name>, <role>author</role>.
<article-title>New Z39.50 resource</article-title> [Internet].
<source>Message to: Karen Patrias</source>.
<date-in-citation content-type="time-stamp"
iso-8601-date="1998-02-27T13:18">1998 Feb 27, 1:18 pm</date-in-citation>
[cited <date-in-citation content-type="access-date"
iso-8601-date="1998-02-28">1998 Feb 28</date-in-citation>].
[about 2 screens].</mixed-citation>
</ref>
<ref id="B2">...</ref>
...
</ref-list>
</back>
...