Definition Type: Element
Name: IncomeDeductions
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Documentation:
Income and deduction details
Collapse XSD Schema Diagram:
Drilldown into TotalIncome in schema itr-4_2018_master_xsd Drilldown into DeductUndChapVIA in schema itr-4_2018_master_xsd Drilldown into UsrDeductUndChapVIA in schema itr-4_2018_master_xsd Drilldown into GrossTotIncome in schema itr-4_2018_master_xsd Drilldown into IncomeOthSrc in schema itr-4_2018_master_xsd Drilldown into TotalIncomeOfHP in schema itr-4_2018_master_xsd Drilldown into InterestPayable in schema itr-4_2018_master_xsd Drilldown into AnnualValue30Percent in schema itr-4_2018_master_xsd Drilldown into AnnualValue in schema itr-4_2018_master_xsd Drilldown into TaxPaidlocalAuth in schema itr-4_2018_master_xsd Drilldown into GrossRentReceived in schema itr-4_2018_master_xsd Drilldown into TypeOfHP in schema itr-4_2018_master_xsd Drilldown into IncomeFromSal in schema itr-4_2018_master_xsd Drilldown into DeductionUs16 in schema itr-4_2018_master_xsd Drilldown into ProfitsInSalary in schema itr-4_2018_master_xsd Drilldown into PerquisitesValue in schema itr-4_2018_master_xsd Drilldown into AlwnsNotExempt in schema itr-4_2018_master_xsd Drilldown into Salary in schema itr-4_2018_master_xsd Drilldown into IncomeFromBusinessProf in schema itr-4_2018_master_xsdXSD Diagram of IncomeDeductions in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="IncomeDeductions">
    <xs:annotation>
        <xs:documentation> Income and deduction details</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="IncomeFromBusinessProf" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Salary" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AlwnsNotExempt" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="PerquisitesValue" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitsInSalary" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeductionUs16" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:maxInclusive value="10000" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncomeFromSal" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TypeOfHP" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>House Property income Type
						"S":"Self Occupied",
						"L":"Let Out",
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="1" />
                        <xs:pattern value="|S|L" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrossRentReceived" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxPaidlocalAuth" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AnnualValue" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AnnualValue30Percent" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="InterestPayable" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalIncomeOfHP" default="0">
                <xs:annotation>
                    <xs:documentation>House Property income</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="-200000" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncomeOthSrc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrossTotIncome" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UsrDeductUndChapVIA" type="UsrDeductUndChapVIAType">
                <xs:annotation>
                    <xs:documentation>Deductions from income</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="DeductUndChapVIA" type="DeductUndChapVIAType">
                <xs:annotation>
                    <xs:documentation>Deductions from income</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="TotalIncome" 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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncomeFromBusinessProf ITRForm:IncomeFromBusinessProf (1) (1)
Salary ITRForm:Salary 0 (1)
AlwnsNotExempt ITRForm:AlwnsNotExempt 0 (1)
PerquisitesValue ITRForm:PerquisitesValue 0 (1)
ProfitsInSalary ITRForm:ProfitsInSalary 0 (1)
DeductionUs16 ITRForm:DeductionUs16 0 (1)
IncomeFromSal ITRForm:IncomeFromSal 0 (1)
TypeOfHP ITRForm:TypeOfHP 0 (1)
GrossRentReceived ITRForm:GrossRentReceived 0 (1)
TaxPaidlocalAuth ITRForm:TaxPaidlocalAuth 0 (1)
AnnualValue ITRForm:AnnualValue 0 (1)
AnnualValue30Percent ITRForm:AnnualValue30Percent 0 (1)
InterestPayable ITRForm:InterestPayable 0 (1)
TotalIncomeOfHP ITRForm:TotalIncomeOfHP (1) (1)
IncomeOthSrc ITRForm:IncomeOthSrc (1) (1)
GrossTotIncome ITRForm:GrossTotIncome (1) (1)
UsrDeductUndChapVIA ITRForm:UsrDeductUndChapVIA (1) (1)
DeductUndChapVIA ITRForm:DeductUndChapVIA (1) (1)
TotalIncome ITRForm:TotalIncome (1) (1)