Definition Type: SimpleType
Name: ContractPolicyHolder
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The indication of the policy holder Type.
-   Restrictions:
-   1 = Government
-   2 = Government related services
-   3 = Other
-   4 = Private companies Less than 1000 employees
-   5 = Private companies more than or equal to 1000 employees.
Collapse XSD Schema Diagram:
XSD Diagram of ContractPolicyHolder
Collapse XSD Schema Code:
<xs:simpleType name="ContractPolicyHolder">
    <xs:annotation>
        <xs:documentation>
        -   The indication of the policy holder Type.
        -   Restrictions:
        -   1 = Government
        -   2 = Government related services
        -   3 = Other
        -   4 = Private companies Less than 1000 employees
        -   5 = Private companies more than or equal to 1000 employees.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5