Definition Type: Element
Name: TaxRelief
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotTaxRelief in schema itr-5_2018_master_xsd Drilldown into Section91 in schema itr-5_2018_master_xsd Drilldown into Section90 in schema itr-5_2018_master_xsdXSD Diagram of TaxRelief in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="TaxRelief">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Section90" default="0">
                <xs:annotation>
                    <xs:documentation>
                    </xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Section91" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotTaxRelief" 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
Section90 ITRForm:Section90 (1) (1)
Section91 ITRForm:Section91 (1) (1)
TotTaxRelief ITRForm:TotTaxRelief (1) (1)