<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>
|