Definition Type: Element
Name: LongTerm
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
Long term gains
Collapse XSD Schema Diagram:
Drilldown into TotalLongTerm in schema itr-7_2018_master_xsdXSD Diagram of LongTerm in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="LongTerm">
    <xs:annotation>
        <xs:documentation>Long term gains</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="TotalLongTerm">
                <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
TotalLongTerm ITRForm:TotalLongTerm (1) (1)