<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

This element is used in two ways:
  • For a journal published as a supplement, this is a container element in the article metadata for all the information that is particular to that supplement, such as additional identification numbers, supplement titles, or supplement series information; and
  • As part of a bibliographic reference (<element-citation> or <mixed-citation>), the 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 | 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 | title)*

Tagged Samples
In metadata, part of the volume/issue description
...
<article-meta>
 ...
 <volume>52</volume>
 <issue>1</issue>
 <supplement>1</supplement>
 <fpage>437</fpage>
 <lpage>467</lpage>
 ...
</article-meta>
...
In citations
Mixed citation
...
<ref>
 <mixed-citation publication-type="journal" publication-format="print">
  <string-name><surname>Bhutta</surname>
  <given-names>ZA</given-names></string-name>,
  <string-name><surname>Darmstadt</surname>
  <given-names>GL</given-names></string-name>,
  <string-name><surname>Hasan</surname>
  <given-names>BS</given-names></string-name>,
  <string-name><surname>Haws</surname>
  <given-names>RA</given-names></string-name>.
  <article-title>Community-based interventions for improving
  perinatal and neonatal health outcomes in developing
  countries: a review of the evidence</article-title>.
  <source>Pediatrics</source>. <year iso-8601-date="2005-02">2005</year>
  <month>Feb</month>;<volume>115</volume>
  (<issue>2</issue> <supplement>Suppl 1</supplement>):
  <fpage>519</fpage>-<lpage>617</lpage>.
  doi:<pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>.
 </mixed-citation>
</ref>
...
Element citation
...
<ref>
 <element-citation publication-type="journal" publication-format="print">
  <name><surname>Bhutta</surname>
   <given-names>ZA</given-names></name>
  <name><surname>Darmstadt</surname>
   <given-names>GL</given-names></name>
  <name><surname>Hasan</surname>
   <given-names>BS</given-names></name>
  <name><surname>Haws</surname>
   <given-names>RA</given-names></name>
  <article-title>Community-based interventions for improving
   perinatal and neonatal health outcomes in developing
   countries: a review of the evidence</article-title>
  <source>Pediatrics</source>
  <year iso-8601-date="2005-02">2005</year>
  <month>Feb</month>
  <volume>115</volume>
  <issue>2</issue>
  <supplement>Supp l</supplement>
  <fpage>519</fpage>
  <lpage>617</lpage>
  <pub-id pub-id-type="doi">10.1542/peds.2004-1441</pub-id>
 </element-citation>
</ref>
...