Definition Type: SimpleType
Name: PersonCommission
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The field should reflect if the member is acquiring income based on a commission based plan.
- the field must have one of the values below:
1 = Yes, some (or all) of the member's income is based on a commission plan.
2 = No, the member's income is not based on a commission plan.
Collapse XSD Schema Diagram:
XSD Diagram of PersonCommission
Collapse XSD Schema Code:
<xs:simpleType name="PersonCommission">
    <xs:annotation>
        <xs:documentation>
        - The field should reflect if the member is acquiring income based on a commission based plan.
        - the field must have one of the values below:
        1 = Yes, some (or all) of the member's income is based on a commission plan.
        2 = No, the member's income is not based on a commission plan.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2