◇◆
<supplement> Supplement Information
Container element for all information particular to a supplement or for any work
published as a supplement (for example, identification numbers, supplement titles,
supplement series information).
Usage/Remarks
As part of a bibliographic reference (<element-citation> and <mixed-citation>), this
element acts as a container element for all information particular to a supplement
or for any work published as a supplement. Such information might include additional
identification numbers, supplement titles, or supplement series information.
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Related Material Elements
- <hr> Horizontal Rule
- 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
- Inline Math Elements
- Math Elements
- Other Inline Elements
- Internal Linking Elements
- <sub> Subscript
- <sup> Superscript
- <x> X - Generated Text and Punctuation
- <contrib-group> Contributor Group
- <label> Label (of an Equation, Figure, Reference, etc.)
- <title> Title
Content Model
<!ELEMENT supplement (#PCDATA %supplement-elements;)* >
Expanded Content Model
(#PCDATA | email | ext-link | uri | inline-supplementary-material | related-article | related-object | hr | 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 | inline-media | private-char | chem-struct | inline-formula | tex-math | mml:math | abbrev | index-term | index-term-range-end | milestone-end | milestone-start | named-content | styled-content | fn | target | xref | sub | sup | x | contrib-group | label | title)*
Tagged Sample
In citations
Mixed citation
...
<ref id="pbio-0020328-Brown1">
<mixed-citation publication-type="journal">
<string-name><surname>Brown</surname>
<given-names>PO</given-names></string-name>,
<string-name><surname>Botstein</surname>
<given-names>D</given-names></string-name>.
<article-title>Exploring the new world of the genome with
DNA microarrays</article-title>. <source>Nat Genet</source>
<year iso-8601-date="1999">1999</year>;
<volume>21</volume><supplement>(Suppl 1)</supplement>:
<fpage>33</fpage>–<lpage>37</lpage>.
</mixed-citation>
</ref>
...
Element citation
...
<ref id="pbio-0020328-Brown1">
<element-citation publication-type="journal">
<person-group person-group-type="author">
<name><surname>Brown</surname>
<given-names>PO</given-names></name>
<name><surname>Botstein</surname>
<given-names>D</given-names></name>
</person-group>
<article-title>Exploring the new world of the
genome with DNA microarrays</article-title>
<source>Nat Genet</source>
<year iso-8601-date="1999">1999</year>
<volume>21</volume>
<supplement>(Suppl 1)</supplement>
<fpage>33</fpage>
<lpage>37</lpage>
</element-citation>
</ref>
...