(edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description] |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| ana | restriction of list of xs:anyURI | optional |
|
||||
| cert | union of(xs:double, restriction of xs:token) | optional |
|
||||
| change | restriction of list of xs:anyURI | optional |
|
||||
| copyOf | xs:anyURI | optional |
|
||||
| corresp | restriction of list of xs:anyURI | optional |
|
||||
| exclude | restriction of list of xs:anyURI | optional |
|
||||
| facs | restriction of list of xs:anyURI | optional |
|
||||
| n | xs:string | optional |
|
||||
| next | xs:anyURI | optional |
|
||||
| prev | xs:anyURI | optional |
|
||||
| rend | restriction of list of restriction of xs:token | optional |
|
||||
| rendition | restriction of list of xs:anyURI | optional |
|
||||
| resp | restriction of list of xs:anyURI | optional |
|
||||
| sameAs | xs:anyURI | optional |
|
||||
| select | restriction of list of xs:anyURI | optional |
|
||||
| style | xs:string | optional |
|
||||
| synch | restriction of list of xs:anyURI | optional |
|
||||
| xml:base | xs:anyURI | optional |
|
||||
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:token) | optional |
|
||||
| xml:space | restriction of xs:token | optional |
|
| Elements | tei:biblFull, tei:fileDesc |
<xs:element name="editionStmt"> <xs:annotation> <xs:documentation>(edition statement) groups information relating to one edition of a text. [2.2.2. The Edition Statement 2.2. The File Description]</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:group maxOccurs="unbounded" ref="tei:model.pLike"/> <xs:sequence> <xs:element ref="tei:edition"/> <xs:group minOccurs="0" maxOccurs="unbounded" ref="tei:model.respLike"/> </xs:sequence> </xs:choice> <xs:attributeGroup ref="tei:att.global.attributes"/> </xs:complexType> </xs:element> |