<xs:complexType name="unitdatestructured">
<xs:choice>
<xs:element name="datesingle" type="datesingle"/>
<xs:element name="daterange" type="daterange"/>
<xs:element name="dateset" type="dateset"/>
</xs:choice>
<xs:attributeGroup ref="am.common"/>
<xs:attribute name="label" type="xs:string"/>
<xs:attributeGroup ref="a.unitdatetype"/>
<xs:attribute name="datechar" type="xs:token"/>
<xs:attribute name="certainty" type="xs:NMTOKEN"/>
<xs:attribute name="encodinganalog" type="xs:token"/>
<xs:attributeGroup ref="am.dates.era"/>
<xs:attributeGroup ref="am.dates.calendar"/>
</xs:complexType> |