<xsd:complexType abstract="true" name="Deadline">
<xsd:annotation>
<xsd:documentation source="Description">Allows a choice between a time period range, an absolute date or a date range for the appication of a cancellation penalty.</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="ChoiceObject" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">Deadline</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint_Shared" />
</xsd:sequence>
<xsd:attribute name="deadlineType" type="pgt-0200:DeadlineDropTime_Enum" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">An enumerated list of deadline types e.g.Before Arrival.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|