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