Definition Type: Attribute
Name: Type
Namespace: http://www.opentravel.org/OTA/2003/05
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_AirDemandTicketRQ.xsd
ContentType Restriction
Use Optional
Documentation:
Specifies how the service fee has been determined, i.e., per person, total.
Collapse XSD Schema Diagram:
XSD Diagram of Type in schema ota_airdemandticketrq_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="Type" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Specifies how the service fee has been determined, i.e., per person, total.</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="PerPassenger">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The amount is per passenger.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="TransactionTotal">
                <xs:annotation>
                    <xs:documentation xml:lang="en">This is the actual amount of the service fee.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="PerMCO">
                <xs:annotation>
                    <xs:documentation xml:lang="en">The amount is determined by multiplying by the number of passengers.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration PerPassenger
Enumeration TransactionTotal
Enumeration PerMCO