Definition Type: Element
Name: ScheduleAI
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-7_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotalofAggregateIncomes in schema itr-7_2018_master_xsd Drilldown into TotalofOtherIncomes in schema itr-7_2018_master_xsd Drilldown into OthersInc in schema itr-7_2018_master_xsd Drilldown into AgricultureIncome in schema itr-7_2018_master_xsd Drilldown into InterestIncome in schema itr-7_2018_master_xsd Drilldown into DividendIncome in schema itr-7_2018_master_xsd Drilldown into Commission in schema itr-7_2018_master_xsd Drilldown into Rent in schema itr-7_2018_master_xsd Drilldown into RecptsIncidentalObj in schema itr-7_2018_master_xsd Drilldown into RecptMainObj in schema itr-7_2018_master_xsdXSD Diagram of ScheduleAI in schema itr-7_2018_master_xsd (Income Tax Department India ITR-7)
Collapse XSD Schema Code:
<xs:element name="ScheduleAI">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RecptMainObj" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="RecptsIncidentalObj" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Rent" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Commission" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="DividendIncome" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="InterestIncome" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AgricultureIncome" 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="TotalofOtherIncomes" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotalofAggregateIncomes" 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
RecptMainObj ITRForm:RecptMainObj 0 (1)
RecptsIncidentalObj ITRForm:RecptsIncidentalObj 0 (1)
Rent ITRForm:Rent 0 (1)
Commission ITRForm:Commission 0 (1)
DividendIncome ITRForm:DividendIncome 0 (1)
InterestIncome ITRForm:InterestIncome 0 (1)
AgricultureIncome ITRForm:AgricultureIncome 0 (1)
OthersInc ITRForm:OthersInc 0 (1)
TotalofOtherIncomes ITRForm:TotalofOtherIncomes 0 (1)
TotalofAggregateIncomes ITRForm:TotalofAggregateIncomes 0 (1)