Documentation for ATIS-Draft-03-00-79

Simple Type: Flight-GateNumber

[Table of contents]

Super-types: xs:string < Flight-GateNumber (by restriction)
Sub-types: None
Name Flight-GateNumber
Used by (from the same schema document) Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation , Complex Type AirlineTravelInformation , Complex Type BoardingInstructions , Complex Type BoardingInstructions
Content
  • Base XSD Type: string
  • length >= 1
Documentation Gate number assigned by terminal operator
Diagram
Schema Component Representation
<xs:simpleType name="Flight-GateNumber">
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="6"/>
</xs:restriction>
</xs:simpleType>