<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>
|