Definition Type: Element
Name: TaxExmpIntIncDtls
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OthersInc in schema itr-4_2018_master_xsd Drilldown into AgricultureIncome in schema itr-4_2018_master_xsdXSD Diagram of TaxExmpIntIncDtls in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TaxExmpIntIncDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AgricultureIncome" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:maxInclusive value="5000" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthersInc" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="OthersIncDtls" maxOccurs="unbounded" />
                        <xs:element name="OthersTotalTaxExe" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:unsignedLong">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AgricultureIncome ITRForm:AgricultureIncome 0 (1)
OthersInc ITRForm:OthersInc 0 (1)