Definition Type: Element
Name: OriginDestinationInformation
Namespace: http://www.opentravel.org/OTA/2003/05
Type: OriginDestinationInformationType
Containing Schema: OTA_AirLowFareSearchRQ.xsd
MinOccurs (1)
MaxOccurs 10
Abstract
Documentation:
Origin and Destination location, and time information for the Air Low Fare Search request.
Collapse XSD Schema Diagram:
Drilldown into TPA_Extensions in schema ota_commontypes_xsd1 Drilldown into AlternateLocationInfo in schema ota_airlowfaresearchrq_xsd Drilldown into ConnectionLocations in schema ota_commontypes_xsd1 Drilldown into DestinationLocation in schema ota_commontypes_xsd1 Drilldown into OriginLocation in schema ota_commontypes_xsd1 Drilldown into ArrivalDateTime in schema ota_commontypes_xsd1 Drilldown into DepartureDateTime in schema ota_commontypes_xsd1 Drilldown into TravelDateTimeType in schema ota_commontypes_xsd1 Drilldown into OriginDestinationInformationType in schema ota_commontypes_xsd1 Drilldown into RefNumber in schema ota_airlowfaresearchrq_xsd Drilldown into RPH in schema ota_airlowfaresearchrq_xsdXSD Diagram of OriginDestinationInformation in schema ota_airlowfaresearchrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="OriginDestinationInformation" maxOccurs="10">
    <xs:annotation>
        <xs:documentation xml:lang="en">Origin and Destination location, and time information for the Air Low Fare Search request. </xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:complexContent>
            <xs:extension base="OriginDestinationInformationType">
                <xs:sequence>
                    <xs:element name="AlternateLocationInfo" minOccurs="0">
                        <xs:annotation>
                            <xs:documentation xml:lang="en">Specifies alternate location(s) for the origin and/or destination. </xs:documentation>
                        </xs:annotation>
                        <xs:complexType>
                            <xs:attribute name="OriginLocation" type="ListOfStringLength1to8" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies alternate airport/city codes for the origin location.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                            <xs:attribute name="DestinationLocation" type="ListOfStringLength1to8" use="optional">
                                <xs:annotation>
                                    <xs:documentation xml:lang="en">Specifies alternate airport/city codes for the destination location.</xs:documentation>
                                </xs:annotation>
                            </xs:attribute>
                        </xs:complexType>
                    </xs:element>
                    <xs:element ref="TPA_Extensions" minOccurs="0" />
                </xs:sequence>
                <xs:attribute name="RPH" type="RPH_Type" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A unique reference to this origin destination information.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
                <xs:attribute name="RefNumber" type="Numeric1to99" use="optional">
                    <xs:annotation>
                        <xs:documentation xml:lang="en">A unique reference to this origin destination information to be referenced wihin the OTA_AirLowFareSearchRS message.</xs:documentation>
                    </xs:annotation>
                </xs:attribute>
            </xs:extension>
        </xs:complexContent>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DepartureDateTime DepartureDateTime (1) (1)
ArrivalDateTime ArrivalDateTime (1) (1)
OriginLocation OriginLocation (1) (1)
DestinationLocation DestinationLocation (1) (1)
ConnectionLocations ConnectionLocations 0 (1)
AlternateLocationInfo nsA:AlternateLocationInfo 0 (1)
TPA_Extensions TPA_Extensions 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
RPH nsA:RPH Optional
RefNumber nsA:RefNumber Optional
Collapse Derivation Tree: