<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.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
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>&ndash;<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>
...