dateType

A human readable date, maybe not exact, with an optional computer readable variant

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
value xs:date optional
xml:lang xs:language optional
Element content's languige

Used By

Source

<xs:complexType name="dateType">
  <xs:annotation>
    <xs:documentation>A human readable date, maybe not exact, with an optional computer readable variant</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="value" type="xs:date" use="optional"/>
      <xs:attribute ref="xml:lang"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>