Definition Type: SimpleType
Name: ClaimPaymentReference
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The unique identifier for the payment transaction, which is often the Cheque number.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimPaymentReference
Collapse XSD Schema Code:
<xs:simpleType name="ClaimPaymentReference">
    <xs:annotation>
        <xs:documentation>
        -	The unique identifier for the payment transaction, which is often the Cheque number.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:maxLength value="25" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxLength 25