<editionStmt>
| <editionStmt> (edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description] | |
| Module | header |
| Attributes |
|
| Contained by | |
| May contain | |
| Example | <editionStmt> <edition n="S2">Students' edition</edition> <respStmt> <resp>Adapted by </resp> <name>Elizabeth Kirk</name> </respStmt> </editionStmt> |
| Example | <editionStmt> <p>First edition, <date>Michaelmas Term, 1991.</date> </p> </editionStmt> |
| Content model | <content> |
| Schema Declaration | element editionStmt { tei_att.global.attributes, ( tei_model.pLike+ | ( tei_edition, tei_model.respLike* ) ) } |