QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
localType | xs:anyURI | required | |||||
xml:id | xs:ID | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | control |
<xs:element name="localControl"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" ref="term"/> <xs:choice minOccurs="0"> <xs:element ref="date"/> <xs:element ref="dateRange"/> </xs:choice> </xs:sequence> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attributeGroup ref="a.localType"/> </xs:complexType> </xs:element> |