Linking to bibliographic references
Capture a link to a bibliographic reference using a xref element with
a ref-type value of bibr
.
Linking to a single reference
<xref rid="ref1" ref-type="bibr">1</xref>
Linking to multiple consecutive references
Links to multiple consecutive references are captured by including the list of id's of the relevent references in the rid attribute, seperated by spaces.
<xref rid="ref1 ref2 ref3" ref-type="bibr">1-3</xref>
Linking to multiple non-consecutive references
Capture multiple non-consecutive references separately.
<xref rid="ref1" ref-type="bibr">1</xref>,<xref rid="ref11" ref-type="bibr">11</xref>
Linking to a reference or multiple references with superscript formatting
If the cue numbers are supercript, capture the references and any separators (usually commas) within a single sup element.
<sup><xref rid="ref1" ref-type="bibr">1</xref></sup>
<sup><xref rid="ref1" ref-type="bibr">1</xref>,<xref rid="ref11" ref-type="bibr">11</xref></sup>
Linking to a reference in a book
This example illustrates the style in which the body text contains an abbreviated form of the bibliographic reference.
Capture a referenced page number outside the xref element.
<p>See <xref ref="workid-UKRAI10JL5MB-book-part-3-ref-45">Christofferson, Diebold, and Schuermann (1988)</xref>, p. 295.</p>
Linking to a reference in a different part of a book
This example illustrates a reference from a chapter of a book to the bibliography in the book's back matter.
Capture a referenced page number outside the related-object element.
<p>See <related-object document-type="book" document-id-type="isbn13" document-id="9780198749783" object-type="bibr" object-id-type="publisher-id" object-id="workid-UKRAI10JL5MB-ref-list-1-ref-45">Christofferson, Diebold, and Schuermann (1988)</related-object>, p. 295.</p>