Definition Type: Element
Name: OthIncome
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into TotOthIncome in schema itr-5_2018_master_xsd Drilldown into MiscOthIncome in schema itr-5_2018_master_xsd Drilldown into OtherIncDtls in schema itr-5_2018_master_xsd Drilldown into ProfitOnAgriIncome in schema itr-5_2018_master_xsd Drilldown into ProfitOnCurrFluct in schema itr-5_2018_master_xsd Drilldown into ProfitOnOthInv in schema itr-5_2018_master_xsd Drilldown into ProfitOnInvChrSTT in schema itr-5_2018_master_xsd Drilldown into ProfitOnSaleFixedAsset in schema itr-5_2018_master_xsd Drilldown into InterestInc in schema itr-5_2018_master_xsd Drilldown into Dividends in schema itr-5_2018_master_xsd Drilldown into Comissions in schema itr-5_2018_master_xsd Drilldown into RentInc in schema itr-5_2018_master_xsdXSD Diagram of OthIncome in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="OthIncome">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RentInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Comissions" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="Dividends" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="InterestInc" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:unsignedLong">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitOnSaleFixedAsset" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitOnInvChrSTT" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitOnOthInv" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitOnCurrFluct" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="ProfitOnAgriIncome" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OtherIncDtls" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="NatureOfIncome">
                            <xs:simpleType>
                                <xs:restriction base="nonEmptyString">
                                    <xs:maxLength value="50" />
                                    <xs:minLength value="1" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                        <xs:element name="Amount" default="0">
                            <xs:simpleType>
                                <xs:restriction base="xs:long">
                                    <xs:totalDigits value="14" />
                                </xs:restriction>
                            </xs:simpleType>
                        </xs:element>
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="MiscOthIncome" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="TotOthIncome" default="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <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
RentInc ITRForm:RentInc (1) (1)
Comissions ITRForm:Comissions (1) (1)
Dividends ITRForm:Dividends (1) (1)
InterestInc ITRForm:InterestInc (1) (1)
ProfitOnSaleFixedAsset ITRForm:ProfitOnSaleFixedAsset (1) (1)
ProfitOnInvChrSTT ITRForm:ProfitOnInvChrSTT (1) (1)
ProfitOnOthInv ITRForm:ProfitOnOthInv (1) (1)
ProfitOnCurrFluct ITRForm:ProfitOnCurrFluct (1) (1)
ProfitOnAgriIncome ITRForm:ProfitOnAgriIncome (1) (1)
OtherIncDtls ITRForm:OtherIncDtls 0 unbounded
MiscOthIncome ITRForm:MiscOthIncome (1) (1)
TotOthIncome ITRForm:TotOthIncome (1) (1)