<related-article>

Related Article Information

Definition

Wrapper element, used as a container for text links to a related article and for any brief description, such as “errata (correction)”, which may accompany the links

Remarks

This element is slightly overloaded in that it has 2 uses:

Attributes

alternate-form-of Alternate Form of Graphic, Media Object, Etc.
ext-link-type Type of External Link
id Identifier
issue Issue Number of a Related Article
journal-id Journal Identifier of a Related Article
journal-id-type Type of Journal Identifier
page Page of Related Article
related-article-type Type of Related Article
vol Volume of Related Article
xlink:actuate Actuating the Link
xlink:href Href (Linking Mechanism)
xlink:role Role of the Link
xlink:show Showing the Link
xlink:title Title of the Link
xlink:type Type of Link
xmlns:xlink XLink Namespace Declaration

Model Information

Content Model

<!ELEMENT  related-article
                        (#PCDATA %related-article-elements;)*        >

Description

Any combination of:

This element may be contained in:

<article-meta> Article Metadata; <attrib> Attribution; <bold> Bold; <comment> Comment in a Citation; <italic> Italic; <monospace> Monospace Text (Typewriter Text); <named-content> Named Special (Subject) Content; <overline> Overline; <p> Paragraph; <product> Product Information; <related-article> Related Article Information; <sc> Small Caps; <strike> Strike Through; <sub> Subscript; <sup> Superscript; <td> Table Data Cell (XHTML table model); <term> Definition List: Term; <th> Table Header Cell (XHTML table model); <underline> Underline

Tagged Example


<article>
<front>
<article-meta>
<title-group>
<article-title>ABC of oxygen: Diving and oxygen</article-title>
</title-group>
<contrib-group>
...
</contrib-group>
<permissions>
<copyright-statement>Copyright &amp;#x00A9; 1999, British 
Medical Journal</copyright-statement>
<copyright-year>1999</copyright-year>
</permissions>
<related-article xmlns:xlink="http://www.w3.org/1999/xlink"
related-article-type="corrected-article" xlink:href="9765173" vol="317"
page="996"/>
<abstract>
...
</abstract>
</article-meta></front>
...
</article>


Module

common.ent