<ref-list>

Reference List (Bibliographic)

List of bibliographic references for a document or document component.

Remarks

This Tag Set makes no distinction between lists of cited references and lists of suggested references. A reference list may be titled “References”, but it may also bear a title such as “Bibliography”, “Resources”, or “Additional Reading”.
Conversion Note: The optional paragraph-level elements after the title allow for those rare cases where there is explanatory material inside the list, preceding the references. There may also be similar explanatory material between references or between groups of references, which can be tagged as ordinary text (paragraphs, tables, etc.) between the references elements (<ref>).

Attributes

Content Model

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

Expanded Content Model

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

Description

This element may be contained in:

Example 1

Reference List for element-style bibliographic citations:
<article dtd-version="1.3d1">
...
<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>
</article>

Example 2

Reference List for mixed-style bibliographic citations:
<article dtd-version="1.3d1">
...
<back>
<ack>...</ack>
<ref-list>
<ref id="B1">
<mixed-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> [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>
</article>