<ref-list>

Reference List (Bibliographic Reference List)

List of references (citations) for an article, which is often called “References”, “Bibliography”, or “Additional Reading”

Remarks

No distinction is made between lists of cited references and lists of suggested references.

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 inside each reference group. However, any explanatory material that is outside a citation, for example, preceding a citation or between citations, will need to be relocated to inside one of the citations during conversion.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Content Model

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

Expanded Content Model

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

Description

The following, in order:

This element may be contained in:

<ack>, <app>, <app-group>, <back>, <bio>, <boxed-text>, <notes>, <ref-list>, <sec>

Example 1

Reference List for element-style citations

...
<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>
<year>1998</year>
<month>02</month>
<day>27</day>
<date-in-citation content-type="time-stamp">1:18 pm</date-in-citation>
<date-in-citation content-type="access-date">[cited 1998
Feb 28]</date-in-citation>
<comment>[about 2 screens]</comment>
</element-citation>
</ref>
<ref id="B2">
...
</ref>
...
</ref-list>
...

Example 2

Reference List for mixed-style citations

...
<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>.
<year>1998</year> <month>02</month> <day>27</day>; 
<date-in-citation content-type="time-stamp">1:18 pm</date-in-citation>
[cited <date-in-citation content-type="access-date">1998
Feb 28</date-in-citation>] [about 2 screens]
</mixed-citation>
</ref>
<ref id="B2">
...
</ref>
...
</ref-list>
</back>
</article>

Module

references3.ent