<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>
|