<editionStmt>
| <editionStmt> (Angaben zur Ausgabe) umfasst Angaben, die sich auf eine spezifische Ausgabe eines Textes beziehen. [2.2.2 The Edition Statement 2.2 The File Description] | |
| Modul | header — The TEI Header |
| Attribute |
|
| Enthalten in | |
| Kann enthalten | |
| Beispiel |
<editionStmt>
<edition n="S2">Students' edition</edition> <respStmt> <resp>Adapted by </resp> <name>Elizabeth Kirk</name> </respStmt> </editionStmt> |
| Beispiel |
<editionStmt>
<p>First edition, <date>Michaelmas Term, 1991.</date> </p> </editionStmt> |
| Content model |
<content> |
| Schema Deklaration |
<rng:element name="editionStmt"> element editionStmt { att.global.attributes, att.global.analytic.attributes, att.global.change.attributes, att.global.facs.attributes, att.global.linking.attributes, att.global.rendition.attributes, att.global.responsibility.attributes, att.global.source.attributes, ( model.pLike+ | ( edition, model.respLike* ) ) } |