Definition Type: Element
Name: ScheduleEI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details of Exempt Income (Income not to be included in Total Income)
Collapse XSD Schema Diagram:
Drilldown into TotalExemptInc in schema itr-5_2018_master_xsd Drilldown into Others in schema itr-5_2018_master_xsd Drilldown into OthersInc in schema itr-5_2018_master_xsd Drilldown into NetAgriIncOrOthrIncRule7 in schema itr-5_2018_master_xsd Drilldown into UnabAgriLossPrev8 in schema itr-5_2018_master_xsd Drilldown into ExpIncAgri in schema itr-5_2018_master_xsd Drilldown into GrossAgriRecpt in schema itr-5_2018_master_xsd Drilldown into LTCGWhereSTTPaid in schema itr-5_2018_master_xsd Drilldown into DividendInc in schema itr-5_2018_master_xsd Drilldown into InterestInc in schema itr-5_2018_master_xsdXSD Diagram of ScheduleEI in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="ScheduleEI">
    <xs:annotation>
        <xs:documentation>Details of Exempt Income (Income not to be included in Total Income)</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="InterestInc" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DividendInc" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="LTCGWhereSTTPaid" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="GrossAgriRecpt" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ExpIncAgri" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="UnabAgriLossPrev8" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NetAgriIncOrOthrIncRule7" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthersInc" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="OthersIncDtls" type="OthersIncDtl" maxOccurs="unbounded" minOccurs="0" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="Others" default="0" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalExemptInc" default="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
InterestInc ITRForm:InterestInc 0 (1)
DividendInc ITRForm:DividendInc 0 (1)
LTCGWhereSTTPaid ITRForm:LTCGWhereSTTPaid 0 (1)
GrossAgriRecpt ITRForm:GrossAgriRecpt 0 (1)
ExpIncAgri ITRForm:ExpIncAgri 0 (1)
UnabAgriLossPrev8 ITRForm:UnabAgriLossPrev8 0 (1)
NetAgriIncOrOthrIncRule7 ITRForm:NetAgriIncOrOthrIncRule7 0 (1)
OthersInc ITRForm:OthersInc 0 (1)
Others ITRForm:Others 0 (1)
TotalExemptInc ITRForm:TotalExemptInc (1) (1)