<xs:element name="TravelPreferences" minOccurs="0" maxOccurs="10">
<xs:annotation>
<xs:documentation xml:lang="en">Air Low Fare Search Request preference information.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="AirSearchPrefsType">
<xs:attribute name="FlexDatePref" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">To specify which portions of the journey the date is flexible.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Outbound">
<xs:annotation>
<xs:documentation xml:lang="en">Date is flexible on the outbound portion.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Return">
<xs:annotation>
<xs:documentation xml:lang="en">Date is flexible on the return portion.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Both">
<xs:annotation>
<xs:documentation xml:lang="en">Date is flexible on the entire journey.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="FlexWeekendIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, days before or after the weekend day should be searched.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FlexLevelIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, eligible for widest flex searches.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NoFareBreakIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, no fare breaks in the itinerary apart from the turn point should be considered.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OriginDestinationRPHs" type="ListOfRPH" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Refers to specific origin destination information within this request message.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|