Definition Type: Element
Name: TaxPayableOnTI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GrossTaxLiability in schema itr-5_2018_master_xsd Drilldown into EducationCess in schema itr-5_2018_master_xsd Drilldown into TotalSurcharge in schema itr-5_2018_master_xsd Drilldown into SurchargeOnTaxPayable in schema itr-5_2018_master_xsd Drilldown into Surcharge25ofSI in schema itr-5_2018_master_xsd Drilldown into TaxPayableOnTotInc in schema itr-5_2018_master_xsd Drilldown into RebateOnAgriInc in schema itr-5_2018_master_xsd Drilldown into TaxAtSpecialRates in schema itr-5_2018_master_xsd Drilldown into TaxAtNormalRates in schema itr-5_2018_master_xsdXSD Diagram of TaxPayableOnTI in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="TaxPayableOnTI">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TaxAtNormalRates" 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="Surcharge25ofSI" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SurchargeOnTaxPayable" 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
TaxAtNormalRates ITRForm:TaxAtNormalRates (1) (1)
TaxAtSpecialRates ITRForm:TaxAtSpecialRates (1) (1)
RebateOnAgriInc ITRForm:RebateOnAgriInc (1) (1)
TaxPayableOnTotInc ITRForm:TaxPayableOnTotInc (1) (1)
Surcharge25ofSI ITRForm:Surcharge25ofSI (1) (1)
SurchargeOnTaxPayable ITRForm:SurchargeOnTaxPayable (1) (1)
TotalSurcharge ITRForm:TotalSurcharge (1) (1)
EducationCess ITRForm:EducationCess (1) (1)
GrossTaxLiability ITRForm:GrossTaxLiability (1) (1)