◇◆
<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 groups of references.
However, once references have started inside a reference list, there cannot be any
internal material
between references, so any explanatory material that is outside
a reference, for example, preceding a reference or between citations inside a reference,
will need
to be relocated to inside a note element (<note>) or inside one of the
citations (<mixed-citation> or <element-citation>) during conversion. The Archiving Tag Set is much looser in this
aspect, allowing text between references.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <object-id> Object Identifier, zero or more
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <block-alternatives> Block-level Alternatives
- <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
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- <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
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- Paragraph-level Display Elements
- <ref> Reference Item, zero or more
- <ref-list> Reference List (Bibliographic), zero or more
Content Model
<!ELEMENT ref-list %ref-list-model; >
Expanded Content Model
((object-id)*, 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 | disp-quote | speech | statement | verse-group)*, ref*, (ref-list)*)
Tagged Samples
With mixed 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>.
<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>
...
With element 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>
<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>
...