Definition Type: Element
Name: TIAdditions
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalAdditions in schema itr-7_2018_master_xsd Drilldown into IncChargeableUs12_2 in schema itr-7_2018_master_xsd Drilldown into ExemptionUs11_13Dtl in schema itr-7_2018_master_xsd Drilldown into IncChargeableUs11_3 in schema itr-7_2018_master_xsd Drilldown into IncChargeableUs11_1B in schema itr-7_2018_master_xsd Drilldown into IncChargeableUs11_1 in schema itr-7_2018_master_xsdXSD Diagram of TIAdditions in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="TIAdditions">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="IncChargeableUs11_1">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncChargeableUs11_1B">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncChargeableUs11_3">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="ExemptionUs11_13Dtl" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Income in respect of which exemption under section 11 is not available by virtue of provisions of section 13</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="IncChargeableUs12_2">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalAdditions">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                        <xs:minInclusive value="0" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncChargeableUs11_1 ITRForm:IncChargeableUs11_1 (1) (1)
IncChargeableUs11_1B ITRForm:IncChargeableUs11_1B (1) (1)
IncChargeableUs11_3 ITRForm:IncChargeableUs11_3 (1) (1)
ExemptionUs11_13Dtl ITRForm:ExemptionUs11_13Dtl 0 (1)
IncChargeableUs12_2 ITRForm:IncChargeableUs12_2 (1) (1)
TotalAdditions ITRForm:TotalAdditions (1) (1)