Definition Type: SimpleType
Name: ContractTopUpPolicy
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- The origin of the product sold to the member. The value must be one of the following:
1 = TopUpPolicy
2 = Main Policy
Collapse XSD Schema Diagram:
XSD Diagram of ContractTopUpPolicy
Collapse XSD Schema Code:
<xs:simpleType name="ContractTopUpPolicy">
    <xs:annotation>
        <xs:documentation>
        - The origin of the product sold to the member. The value must be one of the following:
        1 = TopUpPolicy
        2 = Main Policy
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2