<series>

Series

Definition

Container element for any series information used in a bibliographic reference (<citation> or <nlm-citation>)

Remarks

Within a citation to a non-journal item (for example, a book possibly spanning multiple volumes), the <series> element can contain the unique title of the entire series, as shown in the tagged example below. Similarly, some issues of journals are part of publishing series; within a bibliographic reference, this series information can be tagged using the <series> element.

Attribute

content-type Type of Content

Model Information

Content Model

<!ELEMENT  series       (#PCDATA %series-elements;)*                 >

Description

Any combination of:

This element may be contained in:

<book-meta> Book Metadata; <citation> Citation; <nlm-citation> NLM Citation Model; <related-article> Related Article Information; <related-object> Related Object Information

Tagged Examples

Example 1

In a bibliographic reference (punctuation and spacing removed):


...
<ref id="B1"><label>1</label>
<citation citation-type="book">
<person-group>
<name><surname>...</surname></name>
<name><surname>...</surname></name>
</person-group>
<source>The Oscine Passerines</source>
<publisher-loc>Austin</publisher-loc>
<publisher-name>University of Texas
Press</publisher-name>
<year>1989</year>
<series>The Birds of
South America</series>
<volume>1</volume>
</citation>
</ref>
...


Example 2

In a bibliographic reference (punctuation and spacing preserved):


...
<ref id="B1"><label>1</label>
<citation citation-type="book">
<name><surname>...</surname></name>,
<name><surname>...</surname></name>.
<source>The Oscine Passerines</source>.
<publisher-loc>Austin</publisher-loc>:
<publisher-name>University of Texas
Press</publisher-name>;
<year>1989</year>.
(<series>The Birds of
South America</series>;
<volume>1</volume>).
</citation>
</ref>
...

Module

references.ent