Definition Type: Element
Name: AlternateLocationInfo
Namespace: http://www.opentravel.org/OTA/2003/05
Containing Schema: OTA_AirLowFareSearchRQ.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Specifies alternate location(s) for the origin and/or destination.
Collapse XSD Schema Diagram:
Drilldown into DestinationLocation in schema ota_airlowfaresearchrq_xsd Drilldown into OriginLocation in schema ota_airlowfaresearchrq_xsdXSD Diagram of AlternateLocationInfo in schema ota_airlowfaresearchrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
OriginLocation nsA:OriginLocation Optional
DestinationLocation nsA:DestinationLocation Optional