Definition Type: SimpleType
Name: ContractProductOrigin
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:
2 = Abu Dhabi
4 = Dubai
5 = Other
Collapse XSD Schema Diagram:
XSD Diagram of ContractProductOrigin
Collapse XSD Schema Code:
<xs:simpleType name="ContractProductOrigin">
    <xs:annotation>
        <xs:documentation>
        - The origin of the product sold to the member. The value must be one of the following:
        2 = Abu Dhabi
        4 = Dubai
        5 = Other
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:enumeration value="2" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 2
Enumeration 4
Enumeration 5