Definition Type: AttributeGroup
Name: FareTypePrefGroup
Containing Schema: OTA_AirCommonTypes.xsd
Documentation:
Specifies a type of fare and a preference level for the type.
Collapse XSD Schema Diagram:
Drilldown into PreferLevel in schema ota_aircommontypes_xsd Drilldown into FareType in schema ota_aircommontypes_xsdXSD Diagram of FareTypePrefGroup in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attributeGroup name="FareTypePrefGroup">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies a type of fare and a preference level for the type.</xs:documentation>
    </xs:annotation>
    <xs:attribute name="FareType" use="required">
        <xs:annotation>
            <xs:documentation xml:lang="en">The type of fare required (e.g. unrestricted, excursion). Refer to the Fare Qualifier OTA Code list (FAQ).</xs:documentation>
        </xs:annotation>
        <xs:simpleType>
            <xs:union memberTypes="UpperCaseAlphaLength1to3 OTA_CodeType" />
        </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="PreferLevel" type="PreferLevelType" use="optional">
        <xs:annotation>
            <xs:documentation xml:lang="en">Used to indicate a level of preference for a fare type.</xs:documentation>
        </xs:annotation>
    </xs:attribute>
</xs:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
FareType FareType Required
PreferLevel PreferLevel Optional