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