Documentation for ATIS-Draft-03-00-79

Simple Type: AirportCode

[Table of contents]

Super-types: xs:string < AirportCode (by restriction)
Sub-types: None
Name AirportCode
Used by (from the same schema document) Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation
Content
  • Base XSD Type: string
  • length = 3
Documentation Three character code for airport as per airline industry stds
Diagram
Schema Component Representation
<xs:simpleType name="AirportCode">
<xs:restriction base=" xs:string ">
<xs:length value="3"/>
</xs:restriction>
</xs:simpleType>