<xsd:complexType name="Deadline_AbsoluteDate">
<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:complexContent>
<xsd:extension base="order-0300:Deadline">
<xsd:sequence>
<xsd:element minOccurs="0" ref="ota2:ExtensionPoint" />
</xsd:sequence>
<xsd:attribute name="absoluteDateTime" type="ota2-0400:DateTime" use="optional">
<xsd:annotation>
<xsd:documentation source="Description">A specific date after which a cancellation penalty will be applied.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|