Definition Type: Element
Name: ITRScheduleI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Documentation:
Details of amounts accumulated / set apart within the meaning of section 11(2)
Collapse XSD Schema Diagram:
Drilldown into TotAmountDeemedUs11 in schema itr-7_2018_master_xsd Drilldown into TotBalanceAmount in schema itr-7_2018_master_xsd Drilldown into TotAmountAppliedDuringYear in schema itr-7_2018_master_xsd Drilldown into TotAmountInvested in schema itr-7_2018_master_xsd Drilldown into TotAmountAppliedPreviousYear in schema itr-7_2018_master_xsd Drilldown into TotAmountAccumlated in schema itr-7_2018_master_xsd Drilldown into ScheduleI in schema itr-7_2018_master_xsdXSD Diagram of ITRScheduleI in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ITRScheduleI">
    <xs:annotation>
        <xs:documentation>Details of amounts accumulated / set apart within
				the meaning of section 11(2)
			</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ScheduleI" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="TotAmountAccumlated" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAmountAppliedPreviousYear" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAmountInvested" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAmountAppliedDuringYear" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotBalanceAmount" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotAmountDeemedUs11" minOccurs="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
ScheduleI ITRForm:ScheduleI 0 unbounded
TotAmountAccumlated ITRForm:TotAmountAccumlated 0 (1)
TotAmountAppliedPreviousYear ITRForm:TotAmountAppliedPreviousYear 0 (1)
TotAmountInvested ITRForm:TotAmountInvested 0 (1)
TotAmountAppliedDuringYear ITRForm:TotAmountAppliedDuringYear 0 (1)
TotBalanceAmount ITRForm:TotBalanceAmount 0 (1)
TotAmountDeemedUs11 ITRForm:TotAmountDeemedUs11 0 (1)