Definition Type: Element
Name: PreventiveHealthCheckUp
Namespace: http://incometaxindiaefiling.gov.in/master
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
1 : Self and faimly 2 : Parent 3 : Self and faimly and Parents
Collapse XSD Schema Diagram:
XSD Diagram of PreventiveHealthCheckUp in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="PreventiveHealthCheckUp" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
									1 : Self and faimly
									2 : Parent
									3 : Self and faimly and Parents
								</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:string">
            <xs:enumeration value="1" />
            <xs:enumeration value="2" />
            <xs:enumeration value="3" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3