Definition Type: Element
Name: TaxComputation
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Documentation:
Tax computation details
Collapse XSD Schema Diagram:
Drilldown into TotTaxPlusIntrstPay in schema itr-4_2018_master_xsd Drilldown into IntrstPay in schema itr-4_2018_master_xsd Drilldown into NetTaxLiability in schema itr-4_2018_master_xsd Drilldown into Section89 in schema itr-4_2018_master_xsd Drilldown into GrossTaxLiability in schema itr-4_2018_master_xsd Drilldown into EducationCess in schema itr-4_2018_master_xsd Drilldown into SurchargeOnAboveCrore in schema itr-4_2018_master_xsd Drilldown into TaxPayableOnRebate in schema itr-4_2018_master_xsd Drilldown into Rebate87A in schema itr-4_2018_master_xsd Drilldown into TotalTaxPayable in schema itr-4_2018_master_xsdXSD Diagram of TaxComputation in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TaxComputation">
    <xs:annotation>
        <xs:documentation>Tax computation details</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TotalTaxPayable" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Rebate87A" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:maxInclusive value="2500" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxPayableOnRebate" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SurchargeOnAboveCrore" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="EducationCess" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrossTaxLiability" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Section89" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NetTaxLiability" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="IntrstPay" />
            <xs:element name="TotTaxPlusIntrstPay" 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
TotalTaxPayable ITRForm:TotalTaxPayable (1) (1)
Rebate87A ITRForm:Rebate87A (1) (1)
TaxPayableOnRebate ITRForm:TaxPayableOnRebate (1) (1)
SurchargeOnAboveCrore ITRForm:SurchargeOnAboveCrore (1) (1)
EducationCess ITRForm:EducationCess (1) (1)
GrossTaxLiability ITRForm:GrossTaxLiability (1) (1)
Section89 ITRForm:Section89 0 (1)
NetTaxLiability ITRForm:NetTaxLiability (1) (1)
IntrstPay ITRForm:IntrstPay (1) (1)
TotTaxPlusIntrstPay ITRForm:TotTaxPlusIntrstPay (1) (1)