◇◆
<ref-list> Reference List (Bibliographic)
List of bibliographic references for a document or document component.
Usage/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>).
Models and Context
May be contained in
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- <sec-meta> Section Metadata, zero or one
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- Any combination of:
- <address> Address/Contact Information
- <alternatives> Alternatives For Processing
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <name-address-wrap> Name/Address Block Wrapper
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- <ref> Reference Item
- <ref-list> Reference List (Bibliographic), zero or more
Content Model
<!ELEMENT ref-list %ref-list-model; >
Expanded Content Model
((object-id)*, sec-meta?, 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)*)
Tagged Samples
Containing element 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>
...
Containing mixed 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>–<lpage>584</lpage>.
<pub-id pub-id-type="publisher-id">WES-6772889</pub-id>.
</mixed-citation>
</ref>
<ref>...</ref>
</ref-list>
</back>
...