simpleType IataOperatorCodeType
namespace http://www.fixm.aero/flight/4.3
type restriction of fb:CharacterStringType
properties
base fb:CharacterStringType
used by
element IataFlightDesignatorType/iataOperatorCode
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [A-Z]{2,3}|[A-Z][0-9]|[0-9][A-Z]
annotation
documentation
IATA identifier for the operator of the flight.  [FIXM]
source <xs:simpleType name="IataOperatorCodeType">
 
<xs:annotation>
   
<xs:documentation>IATA identifier for the operator of the flight.  [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="fb:CharacterStringType">
   
<xs:pattern value="[A-Z]{2,3}|[A-Z][0-9]|[0-9][A-Z]"/>
 
</xs:restriction>
</xs:simpleType>


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