<seriesStmt>

<seriesStmt> 出版されたシリーズの情報をまとめる. 2.2.5 シリーズステートメント 2.2 ファイル解説
モジュールheader — 2 TEIヘダー
属性
当該モジュールを使用するもの
下位
header: idno
linking: ab
宣言

<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 )* ) )}
<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>