Definition Type: Element
Name: TDSonOthThanSal
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-1_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ClaimOutOfTotTDSOnAmtPaid in schema itr-1_2018_master_xsd Drilldown into TotTDSOnAmtPaid in schema itr-1_2018_master_xsd Drilldown into DeductedYr in schema itr-1_2018_master_xsd Drilldown into AmtForTaxDeduct in schema itr-1_2018_master_xsd Drilldown into EmployerOrDeductorOrCollectDetl in schema itr-1_2018_master_xsdXSD Diagram of TDSonOthThanSal in schema itr-1_2018_master_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="TDSonOthThanSal">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EmployerOrDeductorOrCollectDetl">
                <xs:annotation>
                    <xs:documentation>Deductor Details</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="AmtForTaxDeduct">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DeductedYr">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:length value="4" />
                        <xs:enumeration value="2017" />
                        <xs:enumeration value="2016" />
                        <xs:enumeration value="2015" />
                        <xs:enumeration value="2014" />
                        <xs:enumeration value="2013" />
                        <xs:enumeration value="2012" />
                        <xs:enumeration value="2011" />
                        <xs:enumeration value="2010" />
                        <xs:enumeration value="2009" />
                        <xs:enumeration value="2008" />
                        <xs:enumeration value="2007" />
                        <xs:enumeration value="2006" />
                        <xs:enumeration value="2005" />
                        <xs:enumeration value="2004" />
                        <xs:enumeration value="2003" />
                        <xs:enumeration value="2002" />
                        <xs:enumeration value="2001" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotTDSOnAmtPaid">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ClaimOutOfTotTDSOnAmtPaid">
                <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
EmployerOrDeductorOrCollectDetl ITRForm:EmployerOrDeductorOrCollectDetl (1) (1)
AmtForTaxDeduct ITRForm:AmtForTaxDeduct (1) (1)
DeductedYr ITRForm:DeductedYr (1) (1)
TotTDSOnAmtPaid ITRForm:TotTDSOnAmtPaid (1) (1)
ClaimOutOfTotTDSOnAmtPaid ITRForm:ClaimOutOfTotTDSOnAmtPaid (1) (1)