<xsd:simpleType name="DeadlineDropTime_Enum">
<xsd:annotation>
<xsd:documentation source="Description">An enumerated type indicating when the deadline drop time goes into effect.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">DeadlineDropTime_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="BeforeArrival" />
<xsd:enumeration value="AfterBooking" />
<xsd:enumeration value="AfterConfirmation">
<xsd:annotation>
<xsd:documentation source="Description">The deadline information applies from when the reservation was confirmed. In some systems the confirmation time will differ from the booking time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AfterArrival">
<xsd:annotation>
<xsd:documentation source="Description">The deadline applies after the scheduled arrival time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AfterDeparture">
<xsd:annotation>
<xsd:documentation source="Description">The deadline applies after the scheduled departure time.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BeforeDeparture">
<xsd:annotation>
<xsd:documentation source="Description">The deadline applies before departure.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|