QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
localType | xs:anyURI | optional | |||||
xml:id | xs:ID | optional |
|
||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element Group | m.dates |
<xs:element name="dateSet"> <xs:complexType> <xs:sequence> <xs:choice> <xs:element ref="date"/> <xs:element ref="dateRange"/> </xs:choice> <xs:choice maxOccurs="unbounded"> <xs:element ref="date"/> <xs:element ref="dateRange"/> </xs:choice> </xs:sequence> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> </xs:complexType> </xs:element> |