Definition Type: Element
Name: TaxPayableOnTI
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GrossTaxLiability in schema itr-3_2018_master_xsd Drilldown into EducationCess in schema itr-3_2018_master_xsd Drilldown into TotalSurcharge in schema itr-3_2018_master_xsd Drilldown into SurchargeOnAboveCrore in schema itr-3_2018_master_xsd Drilldown into Surcharge25ofSI in schema itr-3_2018_master_xsd Drilldown into TaxPayableOnRebate in schema itr-3_2018_master_xsd Drilldown into Rebate87A in schema itr-3_2018_master_xsd Drilldown into TaxPayableOnTotInc in schema itr-3_2018_master_xsd Drilldown into RebateOnAgriInc in schema itr-3_2018_master_xsd Drilldown into TaxAtSpecialRates in schema itr-3_2018_master_xsd Drilldown into TaxAtNormalRatesOnAggrInc in schema itr-3_2018_master_xsdXSD Diagram of TaxPayableOnTI in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="TaxPayableOnTI">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TaxAtNormalRatesOnAggrInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxAtSpecialRates" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RebateOnAgriInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TaxPayableOnTotInc" 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="Surcharge25ofSI" 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="TotalSurcharge" 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:annotation>
                    <xs:documentation> Education Cess </xs:documentation>
                </xs:annotation>
                <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:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TaxAtNormalRatesOnAggrInc ITRForm:TaxAtNormalRatesOnAggrInc (1) (1)
TaxAtSpecialRates ITRForm:TaxAtSpecialRates (1) (1)
RebateOnAgriInc ITRForm:RebateOnAgriInc (1) (1)
TaxPayableOnTotInc ITRForm:TaxPayableOnTotInc (1) (1)
Rebate87A ITRForm:Rebate87A (1) (1)
TaxPayableOnRebate ITRForm:TaxPayableOnRebate (1) (1)
Surcharge25ofSI ITRForm:Surcharge25ofSI (1) (1)
SurchargeOnAboveCrore ITRForm:SurchargeOnAboveCrore (1) (1)
TotalSurcharge ITRForm:TotalSurcharge (1) (1)
EducationCess ITRForm:EducationCess (1) (1)
GrossTaxLiability ITRForm:GrossTaxLiability (1) (1)