Definition Type: SimpleType
Name: ContractRenewalDate
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   This is the date the insurance was last renewed.
-   If it is a first time insurance, the date should be the same as used for ContractStartDate.
-   Restrictions:
-   The ContractRenewalDate can not be a future date
-   The ContractRenewalDate can not be less than 01/01/1900.
Collapse XSD Schema Diagram:
XSD Diagram of ContractRenewalDate
Collapse XSD Schema Code:
<xs:simpleType name="ContractRenewalDate">
    <xs:annotation>
        <xs:documentation>
        -   This is the date the insurance was last renewed.
        -   If it is a first time insurance, the date should be the same as used for ContractStartDate.
        -   Restrictions:
        -   The ContractRenewalDate can not be a future date
        -   The ContractRenewalDate can not be less than 01/01/1900.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q2="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q2:DateForm" />
</xs:simpleType>
Collapse Derivation Tree: