Definition Type: Attribute
Name: Type
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirCommonTypes.xsd
ContentType Restriction
Use Required
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema ota_aircommontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Type" use="required">
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Base">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The total of base ticket fees.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Tax">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The total of all taxes for the ticket fees.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Total">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The total of all ticket fees.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Base
Enumeration Tax
Enumeration Total