Definition Type: Element
Name: ScheduleI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AmountDeemedUs11 in schema itr-7_2018_master_xsd Drilldown into BalanceAmount in schema itr-7_2018_master_xsd Drilldown into AmountAppliedDuringYear in schema itr-7_2018_master_xsd Drilldown into AmountInvested in schema itr-7_2018_master_xsd Drilldown into AmountAppliedPreviousYear in schema itr-7_2018_master_xsd Drilldown into AccumulationPurpose in schema itr-7_2018_master_xsd Drilldown into AmountAccumlated in schema itr-7_2018_master_xsd Drilldown into AccumlatedYear in schema itr-7_2018_master_xsdXSD Diagram of ScheduleI in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ScheduleI">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="AccumlatedYear" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:pattern value="[0-9]{4}" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmountAccumlated" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AccumulationPurpose" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:minLength value="1" />
                        <xs:maxLength value="200" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmountAppliedPreviousYear" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmountInvested" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmountAppliedDuringYear" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="BalanceAmount" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AmountDeemedUs11" 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
AccumlatedYear ITRForm:AccumlatedYear 0 (1)
AmountAccumlated ITRForm:AmountAccumlated 0 (1)
AccumulationPurpose ITRForm:AccumulationPurpose 0 (1)
AmountAppliedPreviousYear ITRForm:AmountAppliedPreviousYear 0 (1)
AmountInvested ITRForm:AmountInvested 0 (1)
AmountAppliedDuringYear ITRForm:AmountAppliedDuringYear 0 (1)
BalanceAmount ITRForm:BalanceAmount 0 (1)
AmountDeemedUs11 ITRForm:AmountDeemedUs11 0 (1)