Definition Type: SimpleType
Name: FlightNumberWithSuffix
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
a 1-4 numeric flight number with an alpha suffix
Collapse XSD Schema Diagram:
XSD Diagram of FlightNumberWithSuffix in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Pattern ([0-9]{1,4}[A-Z]{1})?