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