Definition Type: Element
Name: ScheduleCG
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AccruOrRecOfCG in schema itr-5_2018_master_xsd Drilldown into CurrYrLosses in schema itr-5_2018_master_xsd Drilldown into DeducClaimInfo in schema itr-5_2018_master_xsd Drilldown into IncChargeableHeadCapGain in schema itr-5_2018_master_xsd Drilldown into LongTermCapGain in schema itr-5_2018_master_xsd Drilldown into ShortTermCapGain in schema itr-5_2018_master_xsdXSD Diagram of ScheduleCG in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ScheduleCG">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ShortTermCapGain" />
            <xs:element ref="LongTermCapGain" />
            <xs:element name="IncChargeableHeadCapGain" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="DeducClaimInfo" />
            <xs:element ref="CurrYrLosses" />
            <xs:element ref="AccruOrRecOfCG">
                <xs:annotation>
                    <xs:documentation>Info about accrual or reciept of Capital Gains
							after Adjustments of Losses in Sch CYLA and BFLA
						</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ShortTermCapGain ITRForm:ShortTermCapGain (1) (1)
LongTermCapGain ITRForm:LongTermCapGain (1) (1)
IncChargeableHeadCapGain ITRForm:IncChargeableHeadCapGain 0 (1)
DeducClaimInfo ITRForm:DeducClaimInfo (1) (1)
CurrYrLosses ITRForm:CurrYrLosses (1) (1)
AccruOrRecOfCG ITRForm:AccruOrRecOfCG (1) (1)