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