Definition Type: SimpleType
Name: FlightNumberSuffix
Namespace: http://www.opentravel.org/OTM/Common/v4
Containing Schema: Common_4_0_0.xsd
Documentation:
Single upper case letter used to distinguish multiple flights of the same number originating on the same date. Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string
Collapse XSD Schema Diagram:
XSD Diagram of FlightNumberSuffix in schema common_4_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
MaxLength 1
Pattern ([A-Z])?
Collapse Derivation Tree: