Definition Type: Element
Name: HealthInsurancePremium
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 Family 2 : Self(Senior citizen) and Family 3 : Parents 4 : Parents(Senior citizen) 5 : Self and Family including Parents 6 : Self and Family including Senior Citizen Parents 7 : Self (Senior Citizen) and Family including Senior Citizen Parents
Collapse XSD Schema Diagram:
XSD Diagram of HealthInsurancePremium in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="HealthInsurancePremium" minOccurs="0">
    <xs:annotation>
        <xs:documentation>
									1 : Self and Family
									2 : Self(Senior citizen) and Family
									3 : Parents
									4 : Parents(Senior citizen)
									5 : Self and Family including Parents
									6 : Self and Family including Senior Citizen Parents
									7 : Self (Senior Citizen) and Family including Senior Citizen 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:enumeration value="4" />
            <xs:enumeration value="5" />
            <xs:enumeration value="6" />
            <xs:enumeration value="7" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7