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