| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| localType | xs:anyURI | optional | |||||
| notAfter | m.data.standardDate | optional | |||||
| notBefore | m.data.standardDate | optional | |||||
| standardDate | m.data.standardDate | optional | |||||
| xml:id | xs:ID | optional |
|
||||
| xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
| Elements | chronItem, dateSet, localControl |
| Element Group | m.dates |
<xs:element name="date"> <xs:complexType mixed="true"> <xs:attribute ref="xml:id"/> <xs:attribute ref="xml:lang"/> <xs:attribute name="localType" type="xs:anyURI"/> <xs:attributeGroup ref="m.dateSingle"/> </xs:complexType> </xs:element> |