<editionStmt>

<editionStmt> (declaración de la edición) agrupa la información relativa a la edición de un texto. 2.2.2 The Edition Statement 2.2 The File Description
Móduloheader — 2 The TEI Header
Atributos
Used bybiblFull fileDesc
May contain
core: p respStmt
header: edition
linking: ab
Declaración
element editionStmt
{
   att.global.attributes,
   ( model.pLike+ | ( edition, respStmt* ) )
}
Ejemplo
<editionStmt>
 <edition n="S2">Students' edition</edition>
 <respStmt>
  <resp>Adapted by </resp>
  <name>Elizabeth Kirk</name>
 </respStmt>
</editionStmt>
Ejemplo
<editionStmt>
 <p>First edition, <date>Michaelmas Term, 1991.</date>
 </p>
</editionStmt>