<seriesStmt>

<seriesStmt> (declaración de serie) agrupa información sobre la serie, si la hay, a la que pertenece una publicación. 2.2.5 The Series Statement 2.2 The File Description
Móduloheader — 2 The TEI Header
Atributos
Used bybiblFull fileDesc
May contain
header: idno
linking: ab
Declaración
element seriesStmt
{
   att.global.attributes,
   ( model.pLike+ | ( title+, ( idno | respStmt )* ) )
}
Ejemplo
<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>