Definition Type: SimpleType
Name: ContractProductID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
- Code granted by the eClaimLink to the registered product.
- if there is no productID, use this ID: PayerID-0000-00 until you receive further instructions from DHA on Product Registration.
- if ProductOrigin is 1 (Abu Dhabi), then use the Abu Dhabi Product ID.
Collapse XSD Schema Diagram:
XSD Diagram of ContractProductID
Collapse XSD Schema Code:
<xs:simpleType name="ContractProductID">
    <xs:annotation>
        <xs:documentation>
        - Code granted by the eClaimLink to the registered product.
        - if there is no productID, use this ID: PayerID-0000-00 until you receive further instructions from DHA on Product Registration.
        - if ProductOrigin is 1 (Abu Dhabi), then use the Abu Dhabi Product ID.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="50" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 50