Definition Type: Element
Name: AdjustmentSec115JC
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Adjustment as per section 115JC(2)
Collapse XSD Schema Diagram:
Drilldown into Total in schema itr-5_2018_master_xsd Drilldown into DeductClaimSec35AD in schema itr-5_2018_master_xsd Drilldown into DeductClaimSec10AA in schema itr-5_2018_master_xsd Drilldown into DeductClaimSec6A in schema itr-5_2018_master_xsdXSD Diagram of AdjustmentSec115JC in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="AdjustmentSec115JC">
    <xs:annotation>
        <xs:documentation>Adjustment as per section 115JC(2)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="DeductClaimSec6A" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeductClaimSec10AA" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeductClaimSec35AD" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Total" 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
DeductClaimSec6A ITRForm:DeductClaimSec6A (1) (1)
DeductClaimSec10AA ITRForm:DeductClaimSec10AA (1) (1)
DeductClaimSec35AD ITRForm:DeductClaimSec35AD (1) (1)
Total ITRForm:Total (1) (1)