Global attributes. Most elements contain these attributes |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | optional | |||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Complex Types | xces:class.global, xces:class.global.mixed |
<xs:attributeGroup name="a.global"> <xs:annotation> <xs:documentation xml:lang="en">Global attributes. Most elements contain these attributes</xs:documentation> </xs:annotation> <xs:attribute name="id" type="xs:ID"/> <xs:attribute name="n" type="xs:string"/> <xs:attribute name="lang" type="xs:IDREF"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="TEIform" type="xs:string"/> </xs:attributeGroup> |