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> |