Definition Type: ComplexType
Name: Deadline
Namespace: http://www.opentravel.org/OTM/order/v3
Containing Schema: Order_3_0_0.xsd
Abstract True
Documentation:
Allows a choice between a time period range, an absolute date or a date range for the appication of a cancellation penalty.
Collapse XSD Schema Diagram:
Drilldown into ExtensionPoint_Shared in schema otm_builtins_xsd Drilldown into deadlineType in schema order_3_0_0_xsdXSD Diagram of Deadline in schema order_3_0_0_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExtensionPoint_Shared ota2:ExtensionPoint_Shared 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
deadlineType order-0300:deadlineType Optional
Collapse Derivation Tree:
Collapse References:
order-0300:Deadlineorder-0300:Deadline_AbsoluteDate, order-0300:Deadline_TimePeriod,