A point where material has been omitted in a transcription, whether for editorial sampling practice, or because the material is illegible. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
cert | xs:string | optional | |||||
desc | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
reason | xs:string | optional | |||||
rend | xs:string | optional | |||||
resp | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:m.common/xces:gap |
<xs:complexType name="gapType"> <xs:annotation> <xs:documentation xml:lang="en">A point where material has been omitted in a transcription, whether for editorial sampling practice, or because the material is illegible.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.text.elementOnly"> <!-- 0.4 Fixed a typo, this was 'descr' in the first release of the schemas --> <xs:attribute name="desc" type="xs:string"/> <xs:attribute name="reason" type="xs:string"/> <xs:attribute name="resp" type="xs:string"/> <xs:attribute name="cert" type="xs:string"/> </xs:extension> </xs:complexContent> </xs:complexType> |