Definition Type: Element
Name: TCS
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-4_2018_Master.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmtClaimedBySpouse in schema itr-4_2018_master_xsd Drilldown into AmtTCSClaimedThisYear in schema itr-4_2018_master_xsd Drilldown into TotalTCS in schema itr-4_2018_master_xsd Drilldown into Amtfrom26AS in schema itr-4_2018_master_xsd Drilldown into EmployerOrDeductorOrCollectDetl in schema itr-4_2018_master_xsdXSD Diagram of TCS in schema itr-4_2018_master_xsd (Income Tax Department India ITR-4)
Collapse XSD Schema Code:
<xs:element name="TCS" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EmployerOrDeductorOrCollectDetl">
                <xs:annotation>
                    <xs:documentation>Collector Details</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element name="Amtfrom26AS" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalTCS" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtTCSClaimedThisYear" default="0">
                <xs:annotation>
                    <xs:documentation>Amount out of (6) claimed for this year
									</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmtClaimedBySpouse" default="0" minOccurs="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
EmployerOrDeductorOrCollectDetl ITRForm:EmployerOrDeductorOrCollectDetl (1) (1)
Amtfrom26AS ITRForm:Amtfrom26AS (1) (1)
TotalTCS ITRForm:TotalTCS (1) (1)
AmtTCSClaimedThisYear ITRForm:AmtTCSClaimedThisYear (1) (1)
AmtClaimedBySpouse ITRForm:AmtClaimedBySpouse 0 (1)