Series information about a journal or book in a bibliographic reference or product.
The word “series” is used in this Tag Set with two very different meanings. The element <series> is used for only one of those meanings, and the two elements <series-text> and <series-title> are used only for the other.
<!ELEMENT series (#PCDATA %series-elements;)* >
(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | sub | sup | named-content | styled-content)*
Any combination of:
<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <related-article>, <related-object>
In an element-style bibliographic citation (punctuation and spacing removed):
...
<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>
<year content-type="copyright-year">2000</year>
<size units="page">184 p</size>
<series>Studies in health and human services; vol.
37</series>
</element-citation>
</ref>
...
In a mixed-style bibliographic citation (punctuation and spacing preserved):
...
<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>;
©<year content-type="copyright-year">2000</year>.
<size units="page">184 p</size>. (<series>Studies
in health and human services; vol. 37</series>).
</mixed-citation>
</ref>
...
JATS-references0.ent