<xsd:simpleType name="FlightNumberSuffix">
<xsd:annotation>
<xsd:documentation source="Description">Single upper case letter used to distinguish multiple flights of the same number originating on the same date.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type:
{http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">FlightNumberSuffix</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="ota2-0400:StringCharacterOne">
<xsd:maxLength value="1" />
<xsd:pattern value="([A-Z])?" />
</xsd:restriction>
</xsd:simpleType>
|