Definition Type: Element
Name: RebookOption
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 99
Abstract
Documentation:
Provides information concerning a flight segment that can be rebooked for a lower fare.
Collapse XSD Schema Diagram:
Drilldown into ResBookDesigCode in schema ota_aircommontypes_xsd Drilldown into FlightSegmentRPH in schema ota_aircommontypes_xsdXSD Diagram of RebookOption in schema ota_aircommontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="RebookOption" minOccurs="0" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Provides information concerning a flight segment that can be rebooked for a lower fare.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attribute name="FlightSegmentRPH" type="RPH_Type" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">A reference to a booked flight segment.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ResBookDesigCode" type="UpperCaseAlphaLength1to2" use="required">
            <xs:annotation>
                <xs:documentation xml:lang="en">The class of service in which the flight should be rebooked for a lower fare.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
FlightSegmentRPH FlightSegmentRPH Required
ResBookDesigCode ResBookDesigCode Required