Definition Type: Attribute
Name: Usage
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Used to specify how the discount is to be applied.
Collapse XSD Schema Diagram:
XSD Diagram of Usage in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Usage" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Used to specify how the discount is to be applied.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Plus">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The discount being applied is an increase to the fare.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Minus">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The discount being applied is subtracted from the fare.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Plus
Enumeration Minus