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