Definition Type: Element
Name: TaxRelief
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
Abstract
Documentation:
tax relief
Collapse XSD Schema Diagram:
Drilldown into TotTaxRelief in schema itr-3_2018_master_xsd Drilldown into Section91 in schema itr-3_2018_master_xsd Drilldown into Section90 in schema itr-3_2018_master_xsd Drilldown into Section89 in schema itr-3_2018_master_xsdXSD Diagram of TaxRelief in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="TaxRelief">
    <xs:annotation>
        <xs:documentation> tax relief</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <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="Section90" default="0" minOccurs="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" minOccurs="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
Section89 ITRForm:Section89 0 (1)
Section90 ITRForm:Section90 0 (1)
Section91 ITRForm:Section91 0 (1)
TotTaxRelief ITRForm:TotTaxRelief (1) (1)