>Base type for all element only types. Adds the global attributes to class.base.simple. |
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="class.global" mixed="false"> <xs:annotation> <xs:documentation xml:lang="en">>Base type for all element only types. Adds the global attributes to class.base.simple.</xs:documentation> </xs:annotation> <xs:complexContent mixed="false"> <xs:extension base="xces:class.base.simple"> <xs:attributeGroup ref="xces:a.global"/> </xs:extension> </xs:complexContent> </xs:complexType> |