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