Definition Type: Element
Name: OriginDestinationInformation
Namespace: http://www.opentravel.org/OTA/2003/05
Type: Unresolved link to origindestinationinformationtype
Containing Schema: OTA_AirAvailRQ.xsd
MinOccurs (1)
MaxOccurs 99
Abstract
Documentation:
Information on the locations between which availability is to be checked.
Collapse XSD Schema Diagram:
Drilldown into TravelPreferences in schema ota_airavailrq_xsd Drilldown into SpecificFlightInfo in schema ota_airavailrq_xsd Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into  in schema Drilldown into RPH in schema ota_airavailrq_xsd Drilldown into SameAirportInd in schema ota_airavailrq_xsdXSD Diagram of OriginDestinationInformation in schema ota_airavailrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OriginDestinationInformation" maxOccurs="99">
    <xs:annotation>
        <xs:documentation xml:lang="en">Information on the locations between which availability is to be checked.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="OriginDestinationInformationType">
                <xs:sequence>
                    <xs:element name="SpecificFlightInfo" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">To specify a flight for this origin and destination for which availability is to be checked.</xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:complexContent>
                                <xs:extension base="SpecificFlightInfoType">
                                    <xs:attribute name="PollingIndicator" type="xs:boolean" use="optional">
                                        <xs:annotation>
                                            <xs:documentation xml:lang="en">Indicates if the actual inventory information needs to be returned for a specific flight.</xs:documentation>
                                        </xs:annotation>
                                    </xs:attribute>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                    <xs:element name="TravelPreferences" type="AirSearchPrefsType" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Traveler preference information for this particular origin and destination.</xs:documentation>
                        </xs:annotation>
                    </xs:element>
                </xs:sequence>
                <xs:attribute name="SameAirportInd" type="xs:boolean" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">If true, the return departure must be from the same airport as the outbound arrival.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="RPH" type="RPH_Type" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">Uniquely identifies this origin destination information.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepartureDateTime Unresolved link to departuredatetime6 (1) (1)
ArrivalDateTime Unresolved link to arrivaldatetime7 (1) (1)
OriginLocation Unresolved link to originlocation7 (1) (1)
DestinationLocation Unresolved link to destinationlocation6 (1) (1)
ConnectionLocations Unresolved link to connectionlocations3 0 (1)
SpecificFlightInfo nsA:SpecificFlightInfo 0 (1)
TravelPreferences nsA:TravelPreferences 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
SameAirportInd nsA:SameAirportInd Optional
RPH nsA:RPH Optional
Collapse Derivation Tree:
  • Unresolved link to origindestinationinformationtype
    • OriginDestinationInformation