Base type for element-only types 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.elementOnly" mixed="false"> <xs:annotation> <xs:documentation xml:lang="en">Base type for element-only types that are used to encode text.</xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="xces:class.global"> <xs:attributeGroup ref="xces:a.text"/> </xs:extension> </xs:complexContent> </xs:complexType> |