Documentation for ATIS-Draft-03-00-79

Simple Type: Date

[Table of contents]

Super-types: xs:string < Date (by restriction)
Sub-types: None
Name Date
Used by (from the same schema document) Complex Type ComplexTime
Content
  • Base XSD Type: string
  • length = 8
Documentation format as: YYYYMMDD where YYYY the year, in common era units MM the month, range 01 to 12 DD the day, range 01 to 31 use zero for MM and DD when not applicable
Diagram
Schema Component Representation
<xs:simpleType name="Date">
<xs:restriction base=" xs:string ">
<xs:length value="8"/>
</xs:restriction>
</xs:simpleType>