<series> Series

Series information about a journal or book in a bibliographic reference or other referencing element such as a related article.

Usage/Remarks

The element <series> is used in elements that include citation information (<element-citation>, <mixed-citation>, <related-article>, <related-object>, <product>) to identify publications that are part of a published series. For example, a publisher may issue a “Nursing References Series” that includes a book on the history of nursing, one on current nursing practices, one on nursing education, and another containing nurses’ professional experiences. The <series> element is used to capture that “Nursing Reference Series” information.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Any combination of:
Content Model
<!ELEMENT  series       (#PCDATA %series-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)*

Tagged Sample

In citations

Mixed citation
...
<ref>
 <mixed-citation publication-type="book" publication-format="print">
  <string-name><surname>Mullner</surname>
  <given-names>RM</given-names></string-name>,
  <string-name><surname>Jewell</surname>
  <given-names>M</given-names></string-name>, compilers.
  <source>A bibliography of recent works on home 
  health care</source>. <publisher-loc>Lewiston 
  (NY)</publisher-loc>: <publisher-name>Edwin 
  Mellen Press</publisher-name>;
  &copy;<date-in-citation content-type="copyright-year"
  iso-8601-date="2000">2000</date-in-citation>.
  <size units="pages">184 p</size>. (<series>Studies
  in health and human services; vol. 37</series>).
 </mixed-citation>
</ref>
...
Element citation
...
<ref>
 <element-citation publication-type="book" publication-format="print">
  <person-group person-group-type="compiler">
   <name><surname>Mullner</surname>
    <given-names>RM</given-names></name>
   <name><surname>Jewell</surname>
    <given-names>M</given-names></name>
  </person-group>
  <source>A bibliography of recent works on 
   home health care</source>
  <publisher-loc>Lewiston (NY)</publisher-loc>
  <publisher-name>Edwin Mellen Press</publisher-name>
  <date-in-citation content-type="copyright-year" 
    iso-8601-date="2000">2000</date-in-citation>
  <size units="pages">184 p</size>
  <series>Studies in health and human services; 
   vol. 37</series>
 </element-citation>
</ref>
...