Definition Type: Element
Name: TCSDetails
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmtCarriedFwd in schema itr-5_2018_master_xsd Drilldown into AmtTCSClaimedThisYear in schema itr-5_2018_master_xsd Drilldown into TotalTCS in schema itr-5_2018_master_xsd Drilldown into BroughtFwdTCSAmt in schema itr-5_2018_master_xsd Drilldown into DeductedYr in schema itr-5_2018_master_xsd Drilldown into EmployerOrDeductorOrCollectDetl in schema itr-5_2018_master_xsdXSD Diagram of TCSDetails in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="TCSDetails" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EmployerOrDeductorOrCollectDetl">
                <xs:annotation>
                    <xs:documentation>Collector Details</xs:documentation>
                </xs:annotation>
            </xs:element>
            <xs:element ref="DeductedYr" minOccurs="0" />
            <xs:element ref="BroughtFwdTCSAmt" minOccurs="0" />
            <xs:element name="TotalTCS" minOccurs="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 ref="AmtCarriedFwd" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmployerOrDeductorOrCollectDetl ITRForm:EmployerOrDeductorOrCollectDetl (1) (1)
DeductedYr ITRForm:DeductedYr 0 (1)
BroughtFwdTCSAmt ITRForm:BroughtFwdTCSAmt 0 (1)
TotalTCS ITRForm:TotalTCS 0 (1)
AmtTCSClaimedThisYear ITRForm:AmtTCSClaimedThisYear (1) (1)
AmtCarriedFwd ITRForm:AmtCarriedFwd (1) (1)