<xsd:simpleType name="OffsetDropTime_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">OffsetDropTime_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Before arrival" />
<xsd:enumeration value="After booking" />
<xsd:enumeration value="After confirmation" />
<xsd:enumeration value="After arrival" />
<xsd:enumeration value="After departure" />
</xsd:restriction>
</xsd:simpleType>
|