<series> Series (in a citation)

Container element for any series information for a journal article or a book that is referenced in a citation (such as a <mixed-citation>, an <element-citation>, or a <related-article>). For example, within a citation to a book series that spans multiple volumes, this element could contain the unique title of the entire series.

Usage/Remarks

This series element is not related to series in standards. For standards documents, series can be recorded with the designators contained in a <std-id> element or in a group of such designators (several <std-id>s inside a <std-id-group>) and recorded using the @std-relationship-type attribute.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  series       (#PCDATA %series-elements;)*                 >
Expanded Content Model

(#PCDATA | bold | fixed-case | italic | monospace | num | overline | roman | sans-serif | sc | strike | underline | ruby | sub | sup | named-content | styled-content)*

Tagged Sample

In a book citation

...
<mixed-citation publication-type="book" publication-format="print"
 ><person-group person-group-type="author"
  ><string-name><surname>Bellare</surname>, 
   <given-names>M.</given-names></string-name>, and 
  <string-name><given-names>P.</given-names> 
   <surname>Rogaway</surname></string-name></person-group>, 
 &#x201C;<chapter-title>The exact security of digital signatures: 
  How to sign with RSA and Rabin</chapter-title>,&#x201D; 
 <person-group person-group-type="editor"
  ><string-name><given-names>U. M.</given-names> 
   <surname>Maurer</surname></string-name>, Ed.</person-group> 
 <source>Advances in Cryptology-EUROCRYPT &#x0027;96</source>, 
 <series>Lecture Notes in Computer Science</series>, 
 vol. <volume>1070</volume>. <publisher-loc>New York</publisher-loc>:
 <publisher-name>Springer-Verlag</publisher-name>, <year>1996</year>, 
 pp. <fpage>399</fpage>&#x2013;<lpage>416</lpage>.</mixed-citation>
...