<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

((object-id)*, label?, title?, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | 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:
    ...
<back>
<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<element-citation>
<person-group>
<name><surname>Olson</surname><given-names>M</given-names></name>
...
</person-group>
<article-title>A common language for physical mapping
of the human genome</article-title>
<source>Science</source>
<year iso-8601-date="1989">1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</element-citation>
</ref>
<ref>...</ref>
</ref-list>
</back>
...   

Example 2

Reference List for mixed-style bibliographic citations:
    ...
<back>
<ref-list>
<title>References</title>
<ref id="B8">
<label>8. </label>
<mixed-citation>
<string-name><surname>Weissert</surname>,
<given-names>W</given-names></string-name>,
<string-name><surname>Livieratos</surname>,
<given-names>B</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>&ndash;<lpage>584</lpage>.
<pub-id pub-id-type="publisher-id">WES-6772889</pub-id>.
</mixed-citation>
</ref>
<ref>...</ref>
</ref-list>
</back>
...