Definition Type: SimpleType
Name: ClaimID
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   The unique number assigned by the health provider to identify the Claim.
-   This is also known as the provider's Claims reference number.
-   It will be unique for each Claim.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimID
Collapse XSD Schema Code:
<xs:simpleType name="ClaimID">
    <xs:annotation>
        <xs:documentation>
        -   The unique number assigned by the health provider to identify the Claim.
        -   This is also known as the provider's Claims reference number.
        -   It will be unique for each Claim.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:minLength value="1" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinLength 1