Definition Type: Element
Name: AdvTicketing
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies advance ticketing restrictions.
Collapse XSD Schema Diagram:
Drilldown into FromDepartUnit in schema ota_aircommontypes_xsd Drilldown into FromDepartPeriod in schema ota_aircommontypes_xsd Drilldown into FromDepartTimeOfDay in schema ota_aircommontypes_xsd Drilldown into FromResUnit in schema ota_aircommontypes_xsd Drilldown into FromResPeriod in schema ota_aircommontypes_xsd Drilldown into FromResTimeOfDay in schema ota_aircommontypes_xsdXSD Diagram of AdvTicketing in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
FromResTimeOfDay FromResTimeOfDay Optional
FromResPeriod FromResPeriod Optional
FromResUnit FromResUnit Optional
FromDepartTimeOfDay FromDepartTimeOfDay Optional
FromDepartPeriod FromDepartPeriod Optional
FromDepartUnit FromDepartUnit Optional