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