Definition Type: SimpleType
Name: ContractStartDate
Namespace: http://www.eclaimlink.ae/DHD/ValidationSchema
Containing Schema: CommonTypes.xsd
Documentation:
-   This is the date the member first became insured.
-   Restrictions:
    -   The ContractStartDate can not be a future date
    -   The ContractStartDate can not be less than 01/01/1900.
Collapse XSD Schema Diagram:
XSD Diagram of ContractStartDate
Collapse XSD Schema Code:
<xs:simpleType name="ContractStartDate">
    <xs:annotation>
        <xs:documentation>
			-   This is the date the member first became insured.
			-   Restrictions:
			    -   The ContractStartDate can not be a future date
			    -   The ContractStartDate can not be less than 01/01/1900.
			</xs:documentation>
    </xs:annotation>
    <xs:restriction xmlns:q1="http://www.eclaimlink.ae/DHD/ValidationSchema" base="q1:DateForm" />
</xs:simpleType>
Collapse Derivation Tree:
Collapse References:
StartDate