<related-article>
Related Article Information
Remarks
- First, inside the book metadata, book part metadata, or collection metadata where multiple <related-article> elements can name various related articles; and
- Second, in textual content throughout the book or book part.
- companion articles relating to or describing the book or book part
- a news item that summarizes or announces the publication of the book
- a quiz on the material contained in the book
- an article for which this book is an expansion or reaction.
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 | serif | strike | underline | underline-start | underline-end | ruby | alternatives | inline-graphic | 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
- <inline-supplementary-material> Inline Supplementary Material
- 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
- <serif> Serif
- <strike> Strike Through
- <underline> Underline
- <underline-start> Underline Start
- <underline-end> Underline End
- <ruby> Ruby Annotation Wrapper
- <alternatives> Alternatives For Processing
- Inline Display Elements
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- <journal-id> Journal Identifier
- <label> Label (of an Equation, Figure, Reference, etc.)
- Math Elements
- 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
- <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 within a Series
- <volume-id> Volume Identifier
- <volume-series> Volume Series
- <year> Year
- <fn> Footnote
- <target> Target of an Internal Link
- <xref> X (cross) Reference
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
This element may be contained in:
Example
...
<sec>
<sec-meta>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Miller</surname>
<given-names>Donna B.</given-names></name>
</contrib>
</contrib-group>
<related-article related-article-type="companion" ext-link-type="doi"
xlink:href="http://www.ncbi.nlm.nih.gov/pubmed/25604847" vol="52"
page="209">
<person-group person-group-type="author">
<name><surname>Sharkey</surname>
<given-names>P.</given-names></name>
</person-group>
<article-title>Geographic migration of black and white families over
four generations</article-title>
<source>Demography</source>
<year iso-8601-date="2015-02">2015</year>
<month>Feb</month>
<volume>52</volume><issue>1</issue>
<fpage>209</fpage><lpage>231</lpage>
<pub-id pub-id-type="doi">10.1007/s13524-014-0368-8</pub-id>
</related-article>
</sec-meta>
<title>Socio-economic Aspects of the Great Migration</title>
...</sec>
...