Documentation for ATIS-Draft-03-00-79

Simple Type: Time

[Table of contents]

Super-types: xs:string < Time (by restriction)
Sub-types: None
Name Time
Used by (from the same schema document) Complex Type TimeSchedule , Complex Type TimeSchedule , Complex Type WeatherInformation , Complex Type WeatherInformation
Content
  • Base XSD Type: string
  • length >= 6
Documentation Format: HHMMSSssss Valid times using 24 hour notation. HH=00 through 23; MM=00 through 59; SS=00 through 59; 00 if NA ssss=0000 through 9999. Use SS= 60 for leap seconds HH represents hours, MM minutes, SS seconds, and ssss decimal seconds to whatever number of significant digits is required (up to four)
Diagram
Schema Component Representation
<xs:simpleType name="Time">
<xs:restriction base=" xs:string ">
<xs:minLength value="6"/>
<xs:maxLength value="10"/>
</xs:restriction>
</xs:simpleType>