Definition Type: ComplexType
Name: AdvResTicketingType
Containing Schema: OTA_AirCommonTypes.xsd
Abstract
Documentation:
Container used to hold information regarding advance reservation and/or advance ticketing.
Collapse XSD Schema Diagram:
Drilldown into AdvTicketing in schema ota_aircommontypes_xsd1 Drilldown into AdvReservation in schema ota_aircommontypes_xsd1 Drilldown into RequestedTicketingDate in schema ota_aircommontypes_xsd Drilldown into AdvTicketingInd in schema ota_aircommontypes_xsd Drilldown into AdvResInd in schema ota_aircommontypes_xsdXSD Diagram of AdvResTicketingType in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="AdvResTicketingType">
    <xs:annotation>
        <xs:documentation xml:lang="en">Container used to hold information regarding advance reservation and/or advance ticketing.</xs:documentation>
    </xs:annotation>
    <xs:sequence minOccurs="0">
        <xs:element name="AdvReservation" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies constraints on when advance reservations can be made.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attribute name="LatestTimeOfDay" type="TimeOrDateTimeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The time of day by which reservations must be made on the last day that advance reservations can be made.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="LatestPeriod" type="NumericStringLength1to3" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The amount of elapsed time or number of occurrences of a day of the week before departure needed to satisfy an advance reservation requirement.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="LatestUnit" type="StayUnitType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The unit of elapsed time or the day of the week to be applied to the LatestPeriod value.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:complexType>
        </xs:element>
        <xs:element name="AdvTicketing" minOccurs="0">
            <xs:annotation>
                <xs:documentation xml:lang="en">Specifies advance ticketing restrictions.</xs:documentation>
            </xs:annotation>
            <xs:complexType>
                <xs:attribute name="FromResTimeOfDay" type="TimeOrDateTimeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The time of day after reservations are made by which a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FromResPeriod" type="NumericStringLength1to3" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A length of time expressed as either an amount of time or the number of occurrences of a day of the week after reservations are made that a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FromResUnit" type="StayUnitType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The unit of elapsed time or the day of the week to be applied to the period after reservation are made that a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FromDepartTimeOfDay" type="TimeOrDateTimeType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The time of day prior to departure when that a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FromDepartPeriod" type="NumericStringLength1to3" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A length of time expressed as either an amount of time or the number of occurrences of a day of the week before departure that a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="FromDepartUnit" type="StayUnitType" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">The unit of elapsed time or the day of the week to be applied to the the period before departure that a ticket must be purchased.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:complexType>
        </xs:element>
    </xs:sequence>
    <xs:attribute name="AdvResInd" type="xs:boolean">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicator for identifying whether or not advance reservation restrictions are involved in the request or response.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="AdvTicketingInd" type="xs:boolean">
        <xs:annotation>
            <xs:documentation xml:lang="en">Indicator for identifying whether or not advance ticketing restrictions are involved in the request or response.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
    <xs:attribute name="RequestedTicketingDate" type="DateOrDateTimeType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">The date a traveller wishes to ticket their reservation.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdvReservation AdvReservation 0 (1)
AdvTicketing AdvTicketing 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
AdvResInd AdvResInd (Optional)
AdvTicketingInd AdvTicketingInd (Optional)
RequestedTicketingDate RequestedTicketingDate Optional