simpleType AirportCodeType
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
element AirportRunway/coreAirport
facets
Kind Value Annotation
pattern [A-Z]{3,4}
annotation
documentation
Three or four-character airport code.
source <xs:simpleType name="AirportCodeType">
 
<xs:annotation>
   
<xs:documentation>Three or four-character airport code.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[A-Z]{3,4}"/>
 
</xs:restriction>
</xs:simpleType>


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