Base type for elements that are used to encode text. |

| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| TEIform | xs:string | optional | |||||
| id | xs:ID | optional | |||||
| lang | xs:IDREF | optional | |||||
| n | xs:string | optional | |||||
| rend | xs:string | optional | |||||
| wsd | xs:string | optional | |||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
<xs:complexType name="class.text" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">Base type for elements that are used to encode text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.global.mixed"> <xs:attributeGroup ref="xces:a.text"/> </xs:extension> </xs:complexContent> </xs:complexType> |