Definition Type: Element
Name: UnutilizedCgPrvYrDtls
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmtUnutilized in schema itr-3_2018_master_xsd Drilldown into AmtUtilized in schema itr-3_2018_master_xsd Drilldown into YrInWhichAssetAcq in schema itr-3_2018_master_xsd Drilldown into SectionClmd in schema itr-3_2018_master_xsd Drilldown into PrvYrInWhichAsstTrnsfrd in schema itr-3_2018_master_xsdXSD Diagram of UnutilizedCgPrvYrDtls in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="UnutilizedCgPrvYrDtls" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="PrvYrInWhichAsstTrnsfrd">
                <xs:annotation>
                    <xs:documentation>
								"2014-15" - 2014-15
								"2015-16" - 2015-16
							</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="2014-15" />
                        <xs:enumeration value="2015-16" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="SectionClmd">
                <xs:annotation>
                    <xs:documentation>
									"54B" - 54B
									"54D" - 54D
									"54G" - 54G
									"54GA" - 54GA
								</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="54B" />
                        <xs:enumeration value="54D" />
                        <xs:enumeration value="54G" />
                        <xs:enumeration value="54GA" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="YrInWhichAssetAcq" />
            <xs:element ref="AmtUtilized" />
            <xs:element ref="AmtUnutilized" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PrvYrInWhichAsstTrnsfrd ITRForm:PrvYrInWhichAsstTrnsfrd (1) (1)
SectionClmd ITRForm:SectionClmd (1) (1)
YrInWhichAssetAcq ITRForm:YrInWhichAssetAcq (1) (1)
AmtUtilized ITRForm:AmtUtilized (1) (1)
AmtUnutilized ITRForm:AmtUnutilized (1) (1)