Definition Type: SimpleType
Name: ClaimDateSettlement
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The date the payer settles the Claim. In general this will be the date that payment is made.
-	If Payment is made in several steps, the latest date should be used.
-	If the value of the Claim agreed by the Payer is 0, then settlement does not entail payment.
-	Restrictions: ClaimDateSettled needs to be after ClaimDateReceived.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimDateSettlement
Collapse XSD Schema Code:
<xs:simpleType name="ClaimDateSettlement">
    <xs:annotation>
        <xs:documentation>
        -	The date the payer settles the Claim. In general this will be the date that payment is made.
        -	If Payment is made in several steps, the latest date should be used.
        -	If the value of the Claim agreed by the Payer is 0, then settlement does not entail payment.
        -	Restrictions: ClaimDateSettled needs to be after ClaimDateReceived.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q3="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q3:DateTimeForm" />
</xs:simpleType>
Collapse Derivation Tree: