Groups information describing the character set(s) used within a text. |
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 |
|
<xs:complexType name="wsdUsageType"> <xs:annotation> <xs:documentation xml:lang="en">Groups information describing the character set(s) used within a text.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="xces:class.global"> <xs:sequence> <xs:element name="writingSystem" type="xces:writingSystemString" maxOccurs="unbounded"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |