unitdatestructured

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
calendar xs:NMTOKEN optional
certainty xs:NMTOKEN optional
datechar xs:token optional
encodinganalog xs:token optional
era xs:NMTOKEN optional
id xs:ID optional
label xs:string optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional
unitdatetype restriction of xs:token optional

Used By

Source

<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>