<seriesStmt>

<seriesStmt> (series statement) groups information about the series, if any, to which a publication belongs. 2.2.5 The Series Statement 2.2 The File Description
Moduleheader — 2 The TEI Header
AttributesGlobal attributes only
Used by
May contain
header: idno
linking: ab
Declaration

<rng:element name="seriesStmt">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:group>
  <rng:oneOrMore>
   <rng:ref name="title"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="idno"/>
    <rng:ref name="respStmt"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:group>
</rng:choice>
</rng:element>
element seriesStmt
{
   att.global.attributes,
   ( model.pLike+ | ( title+, ( idno | respStmt )* ) )
}
Example
<seriesStmt>
 <title>Machine-Readable Texts for the Study of Indian
   Literature</title>
 <respStmt>
  <resp>ed. by</resp>
  <name>Jan Gonda</name>
 </respStmt>
 <idno type="vol">1.2</idno>
 <idno type="ISSN">0 345 6789</idno>
</seriesStmt>