Definition Type: SimpleType
Name: ContractExpiryDate
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes_20191113.xsd
Documentation:
-   This is the date the insurance will expire if it is not renewed.
-   Restrictions:
-   The ContractExpiryDate can not be less than 01/01/1900.
Collapse XSD Schema Diagram:
XSD Diagram of ContractExpiryDate
Collapse XSD Schema Code:
<xs:simpleType name="ContractExpiryDate">
    <xs:annotation>
        <xs:documentation>
        -   This is the date the insurance will expire if it is not renewed.
        -   Restrictions:
        -   The ContractExpiryDate can not be less than 01/01/1900.
      </xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q3="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q3:DateForm" />
</xs:simpleType>
Collapse Derivation Tree: