Definition Type: Attribute
Name: StatusType
Type: NMTOKEN:http://www.w3.org/2001/XMLSchema
Containing Schema: OTA_CommonTypes.xsd
ContentType Restriction
Use Optional
Documentation:
Indicates the status of the commission payment itself (e.g. no-show indicates that a different commission may be applied if the reservation is not fulfilled).
Collapse XSD Schema Diagram:
XSD Diagram of StatusType in schema ota_commontypes_xsd1 (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:attribute name="StatusType" use="optional">
    <xs:annotation>
        <xs:documentation xml:lang="en">Indicates the status of the commission payment itself (e.g. no-show indicates that a different commission may be applied if the reservation is not fulfilled).</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
            <xs:enumeration value="Full">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates full commission.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Partial">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates partial commission.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Non-paying">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates no commission.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="No-show">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates customer did not use the reserved product or service and did not cancel. This "no show" may impact commission.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="Adjustment">
                <xs:annotation>
                    <xs:documentation xml:lang="en">Indicates the commission is being adjusted.</xs:documentation>
                </xs:annotation>
            </xs:enumeration>
        </xs:restriction>
    </xs:simpleType>
</xs:attribute>
Collapse Facets:
Facet Value
Enumeration Full
Enumeration Partial
Enumeration Non-paying
Enumeration No-show
Enumeration Adjustment