Definition Type: Attribute
Name: FareQualifier
Type: <Simple Type Union>:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Union
Use Optional
Documentation:
Used to specify the type of fare required. Refer to OTA Code List Fare Qualifier (FAQ) or use airline industry standard fare codes.
Collapse XSD Schema Diagram:
XSD Diagram of FareQualifier in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="FareQualifier" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify the type of fare required. Refer to OTA Code List Fare Qualifier (FAQ) or use airline industry standard fare codes.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:union memberTypes="OTA_CodeType UpperCaseAlphaLength1to3" />
    </xs:simpleType>
</xs:attribute>