Definition Type: Attribute
Name: Usage
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies the usage of the passenger fare structure.
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">Specifies the usage of the passenger fare structure.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="PassengerFare">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The fare information for the passenger fees.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="TicketFee">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The fare information for the ticket fees.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration PassengerFare
Enumeration TicketFee