<xsd:simpleType name="FlightNumberWithSuffix">
<xsd:annotation>
<xsd:documentation source="Description">a 1-4 numeric flight number with an alpha suffix</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FlightNumberWithSuffix</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="([0-9]{1,4}[A-Z]{1})?" />
</xsd:restriction>
</xsd:simpleType>
|