<seriesStmt>

<seriesStmt> (mention de collection) regroupe toute information relative à la collection (si elle existe) à laquelle appartient une publication. [2.2.5 The Series Statement 2.2 The File Description]
Moduleheader — 2 The TEI Header
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
Utilisé par
Contenu dans
Peut contenir
header: idno
linking: ab
Declaration

<rng:element name="seriesStmt">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.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="editor"/>
     <rng:ref name="respStmt"/>
    </rng:choice>
   </rng:zeroOrMore>
   <rng:zeroOrMore>
    <rng:choice>
     <rng:ref name="idno"/>
     <rng:ref name="biblScope"/>
    </rng:choice>
   </rng:zeroOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element seriesStmt
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | ( title+, ( editor | respStmt )*, ( idno | biblScope )* ) )
}
Exemple
<seriesStmt>
 <title>Babel</title>
 <respStmt>
  <resp>directeur de collection</resp>
  <name>Jacques Dubois</name>
 </respStmt>
 <respStmt>
  <resp>directeur de collection</resp>
  <name>Hubert Nyssen</name>
 </respStmt>
 <idno type="ISSN">1140-3853</idno>
</seriesStmt>