<editionStmt>

<editionStmt> (dichiarazione sull'edizione) raggruppa le informazioni riguardo una edizione di un testo. 2.2.2 The Edition Statement 2.2 The File Description
Moduloheader — 2 The TEI Header
Attributi
Usato dabiblFull fileDesc
Può contenere
core: p respStmt
header: edition
linking: ab
Dichiarazione
element editionStmt
{
   att.global.attributes,
   ( model.pLike+ | ( edition, respStmt* ) )
}
Esempio
<editionStmt>
 <edition n="S2">Students' edition</edition>
 <respStmt>
  <resp>Adapted by </resp>
  <name>Elizabeth Kirk</name>
 </respStmt>
</editionStmt>
Esempio
<editionStmt>
 <p>First edition, <date>Michaelmas Term, 1991.</date>
 </p>
</editionStmt>