<related-article>
Related Article Information
Remarks
- First, inside the article metadata (<article-meta>), where multiple <related-article> elements can name various related articles, and
- Second, in textual content throughout the article (as part of the Journal Article Link Class Elements).
- companion articles within the same issue (both sides of a controversy or the same subject for two audiences such as doctor and patient),
- a previous part of a multi-part article,
- a news item in the same issue that summarizes the article,
- a quiz on the material contained in the article,
- the article on which this letter or editorial comments, and
- the article for which this article is a correction or addendum.
Attributes
Content Model
<!ELEMENT related-article (#PCDATA %related-article-elements;)* >
Expanded Content Model
(#PCDATA | inline-supplementary-material | related-article | related-object | hr | break | string-date | bold | fixed-case | italic | monospace | overline | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | inline-media | private-char | chem-struct | inline-formula | journal-id | label | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | annotation | article-title | chapter-title | collab | collab-alternatives | comment | conf-acronym | conf-date | conf-loc | conf-name | conf-sponsor | data-title | date | date-in-citation | day | edition | email | elocation-id | etal | ext-link | fpage | gov | institution | institution-wrap | isbn | issn | issn-l | issue | issue-id | issue-part | issue-title | lpage | month | name | name-alternatives | object-id | page-range | part-title | patent | person-group | pub-id | publisher-loc | publisher-name | role | season | series | size | source | std | string-name | supplement | trans-source | trans-title | uri | version | volume | volume-id | volume-series | year | fn | target | xref | sub | sup | x)*
Description
- Text, numbers, or special characters
- Related Material Elements
- <hr> Horizontal Rule
- <break> Line Break
- <string-date> Date as a String
- Emphasis Elements
- <bold> Bold
- <fixed-case> Fixed Case
- <italic> Italic
- <monospace> Monospace Text (Typewriter Text)
- <overline> Overline
- <overline-start> Overline Start
- <overline-end> Overline End
- <roman> Roman
- <sans-serif> Sans Serif
- <sc> Small Caps
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- <journal-id> Journal Identifier
- <label> Label (of an Equation, Figure, Reference, etc.)
- Other Inline Elements
- <annotation> Annotation in a Citation
- <article-title> Article Title
- <chapter-title> Chapter Title in a Citation
- <collab> Collaborative (Group) Author
- <collab-alternatives> Collaboration Alternatives
- <comment> Comment in a Citation
- <conf-acronym> Conference Acronym
- <conf-date> Conference Date
- <conf-loc> Conference Location
- <conf-name> Conference Name
- <conf-sponsor> Conference Sponsor
- <data-title> Data Title
- <date> Date
- <date-in-citation> Date within a Citation
- <day> Day
- <edition> Edition Statement, Cited
- Linking Elements
- <elocation-id> Electronic Location Identifier
- <etal> Et Al.
- <fpage> First Page
- <gov> Government Report, Cited
- <institution> Institution Name: in an Address
- <institution-wrap> Institution Wrapper
- <isbn> ISBN
- <issn> ISSN
- <issn-l> ISSN-L (Linking ISSN)
- <issue> Issue Number
- <issue-id> Issue Identifier
- <issue-part> Issue Part
- <issue-title> Issue Title
- <lpage> Last Page
- <month> Month
- <name> Name of Person
- <name-alternatives> Name Alternatives
- <object-id> Object Identifier
- <page-range> Page Ranges
- <part-title> Part Title in a Citation
- <patent> Patent Number, Cited
- <person-group> Person Group for a Cited Publication
- <pub-id> Publication Identifier for a Cited Publication
- <publisher-loc> Publisher’s Location
- <publisher-name> Publisher’s Name
- <role> Role or Function Title of Contributor
- <season> Season
- <series> Series
- <size> Size
- <source> Source
- <std> Standard, Cited
- <string-name> Name of Person (Unstructured)
- <supplement> Supplement Information
- <trans-source> Translated Source
- <trans-title> Translated Title
- <version> Version Statement
- <volume> Volume Number
- <volume-id> Volume Identifier
- <volume-series> Volume Series
- <year> Year
- Internal Linking Elements
- Baseline Change Elements
- <x> X - Generated Text and Punctuation
This element may be contained in:
Example
<article dtd-version="1.2">
<front>
<journal-meta>...</journal-meta>
<article-meta>
<title-group>
<article-title>ABC of oxygen: Diving and oxygen</article-title>
</title-group>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
<day>27</day>
<month>03</month>
<year>1999</year>
</pub-date>
<volume>318</volume>
<issue>7187</issue>
<fpage>857</fpage>
<permissions>
<copyright-statement>Copyright © 1999, British
Medical Journal</copyright-statement>
</permissions>
<related-article xmlns:xlink="http://www.w3.org/1999/xlink"
related-article-type="corrected-article" xlink:href="9765173"
vol="317" page="996"/>
</article-meta>
</front>
...
</article>