Definition Type: SimpleType
Name: ClaimDateReceived
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-	The date a Claim is received by the insurer
-	Restrictions:
-   ClaimDateReceived cannot be a future date
-   ClaimDateReceived needs to be on or after ClaimDateSubmitted.
Collapse XSD Schema Diagram:
XSD Diagram of ClaimDateReceived
Collapse XSD Schema Code:
<xs:simpleType name="ClaimDateReceived">
    <xs:annotation>
        <xs:documentation>
        -	The date a Claim is received by the insurer
        -	Restrictions:
        -   ClaimDateReceived cannot be a future date
        -   ClaimDateReceived needs to be on or after ClaimDateSubmitted.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q2="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q2:DateTimeForm" />
</xs:simpleType>
Collapse Derivation Tree: