Definition Type: Element
Name: FareRestrictionPref
Containing Schema: OTA_AirCommonTypes.xsd
MinOccurs 0
MaxOccurs 5
Abstract
Documentation:
Constrains the pricing to those fares with restrictions that satisfy user-imposed limitations.
Collapse XSD Schema Diagram:
Drilldown into Date in schema ota_aircommontypes_xsd Drilldown into FareRestriction in schema ota_aircommontypes_xsd Drilldown into PreferLevel in schema ota_commontypes_xsd1 Drilldown into PreferLevelGroup in schema ota_commontypes_xsd Drilldown into FareRestrictPrefGroup in schema ota_aircommontypes_xsd1XSD Diagram of FareRestrictionPref in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:element name="FareRestrictionPref" minOccurs="0" maxOccurs="5">
    <xs:annotation>
        <xs:documentation xml:lang="en">Constrains the pricing to those fares with restrictions that satisfy user-imposed limitations.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:attributeGroup ref="FareRestrictPrefGroup">
            <xs:annotation>
                <xs:documentation xml:lang="en">Used to specify a fare restriction and the preference level for the restriction.</xs:documentation>
            </xs:annotation>
        </xs:attributeGroup>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
PreferLevel PreferLevel Preferred Optional
FareRestriction FareRestriction Optional
Date Date Optional