unitdate

Complex Type Information

Model

Children: abbr, emph, expan, foreign, lb, ptr, ref

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
normal xs:token optional
script xs:NMTOKEN optional
unitdatetype restriction of xs:token optional

Used By

Element m.did/unitdate

Source

<xs:complexType name="unitdate">
  <xs:complexContent>
    <xs:extension base="m.mixed.basic">
      <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:attributeGroup ref="am.dates.era"/>
      <xs:attributeGroup ref="am.dates.calendar"/>
      <xs:attributeGroup ref="am.date.normal"/>
      <xs:attribute name="encodinganalog" type="xs:token"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>