<xs:element name="OriginDestinationInformation" maxOccurs="5">
<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" type="SpecificFlightInfoType" 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: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>
|