simpleType atis:AirportCode
namespace http://www.ATIS-Draft-03-00-79
type restriction of xs:string
used by
elements atis:AirlineTravelInformation/destinationAirport atis:AirlineTravelInformation/originAirport
facets
length 3
annotation
documentation
      
            Three character code for airport
            as per airline industry stds
        
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy