| namespace | http://www.ATIS-Draft-03-00-79 | ||
| type | restriction of xs:string | ||
| used by |
|
||
| facets |
|
||
| annotation |
|
||
| source | <xs:simpleType name="AirportCode"> <xs:annotation> <xs:documentation> Three character code for airport as per airline industry stds </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="3"/> </xs:restriction> </xs:simpleType> |