Definition Type: SimpleType
Name: ClaimPaymentAmount
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
-	The amount paid by the payer towards the provider's Claim.
-	Example: A payer received a Claim with a net amount of AED 4600 (ClaimNet AED is 4600).
    -   The payer decides to make deductions of AED 600, and pays the remaining amount.
    -   ClaimPaymentAmount is 4000.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimPaymentAmount
Collapse XSD Schema Code:
<xs:simpleType name="ClaimPaymentAmount">
    <xs:annotation>
        <xs:documentation>
			-	The amount paid by the payer towards the provider's Claim.
			-	Example: A payer received a Claim with a net amount of AED 4600 (ClaimNet AED is 4600).
			    -   The payer decides to make deductions of AED 600, and pays the remaining amount.
			    -   ClaimPaymentAmount is 4000.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction base="xs:float" />
</xs:simpleType>