Definition Type: Element
Name: TDSonOthThanSals
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
Abstract
Documentation:
22. Details of Tax Deducted at Source on Interest [As per Form 16 A issued by Deductor(s)]
Collapse XSD Schema Diagram:
Drilldown into TotalTDSonOthThanSals in schema itr-4_2018_master_xsd Drilldown into TDSonOthThanSal in schema itr-4_2018_master_xsdXSD Diagram of TDSonOthThanSals in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TDSonOthThanSals">
    <xs:annotation>
        <xs:documentation>22. Details of Tax Deducted at Source on Interest
				[As per Form 16 A issued by Deductor(s)]
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="TDSonOthThanSal" maxOccurs="unbounded" />
            <xs:element name="TotalTDSonOthThanSals" 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
TDSonOthThanSal ITRForm:TDSonOthThanSal (1) unbounded
TotalTDSonOthThanSals ITRForm:TotalTDSonOthThanSals (1) (1)