Definition Type: SimpleType
Name: CheckInhibitor_Enum
Namespace: http://www.opentravel.org/OTM/finance/v3
Containing Schema: Finance_3_0_0.xsd
Collapse XSD Schema Diagram:
XSD Diagram of CheckInhibitor_Enum in schema finance_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xsd:simpleType name="CheckInhibitor_Enum">
    <xsd:annotation>
        <xsd:appinfo>
            <otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">CheckInhibitor_Enum</otm:OTA2Entity>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="CheckDigit">
            <xsd:annotation>
                <xsd:documentation source="Description">The CheckDigit of the TicketNumber does not need to be verified.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="InterlineAgreement">
            <xsd:annotation>
                <xsd:documentation source="Description">No automatic interline agreement check needs to be performed on the ticket to be reissued.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Both">
            <xsd:annotation>
                <xsd:documentation source="Description">Neither the ticket number check digit nor the interline agreement needs to be checked.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration CheckDigit
Enumeration InterlineAgreement
Enumeration Both
Collapse Derivation Tree:
Collapse References:
fin-0300:checkInhibitor