Definition Type: Element
Name: AdvReservation
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies constraints on when advance reservations can be made.
Collapse XSD Schema Diagram:
Drilldown into LatestUnit in schema ota_aircommontypes_xsd Drilldown into LatestPeriod in schema ota_aircommontypes_xsd Drilldown into LatestTimeOfDay in schema ota_aircommontypes_xsdXSD Diagram of AdvReservation in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
LatestTimeOfDay LatestTimeOfDay Optional
LatestPeriod LatestPeriod Optional
LatestUnit LatestUnit Optional