<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>
|