Definition Type: Element
Name: OthersIncDtls
Namespace: http://incometaxindiaefiling.gov.in/master
Containing Schema: ITR-1_2018_Master.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OthAmount in schema itr-1_2018_master_xsd Drilldown into OthNatOfInc in schema itr-1_2018_master_xsd Drilldown into NatureDesc in schema itr-1_2018_master_xsdXSD Diagram of OthersIncDtls in schema itr-1_2018_master_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="OthersIncDtls">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="NatureDesc">
                <xs:annotation>
                    <xs:documentation>
						10(5) 	: 	Sec 10(5)-Leave Travel allowance
						10(6) 	: 	Sec 10(6)-Remuneration received as an official, by whatever name called, of an embassy, high commission etc
						10(7) 	: 	Sec 10(7)-Allowances or perquisites paid or allowed as such outside India by the Government to a citizen of India for rendering service outside India
						10(10)	:	Sec 10(10)-Death-cum-retirement gratuity received 
						10(10A)	:	Sec 10(10A)-Commuted value of pension received
						10(10AA):	Sec 10(10AA)-Earned leave encashment
						10(10B)	:	Sec 10(10B)-Retrenchment Compensation received
						10(10C)	:	Sec 10(10C)-Amount received on voluntary retirement or termination of service
						10(10D)	:	Sec 10(10D)-Sum received under a life insurance policy including bonus
						10(11)	:	Sec 10(11)-Statuory Provident Fund received
						10(12)  :   Sec 10(12)-Recognised Provident Fund received
						10(13)	:	Sec 10(13)-Approved superannuation fund received
						10(13A)	:	Sec 10(13A)-House Rent Allowance
						10(14)(i)	:   Sec 10(14)-Allowances or benefits not in a nature of perquisite specifically granted and incurred in performance of duties of office or employment
						10(14)(ii)	:   Sec 10(14)-Allowances or benefits not in a nature of perquisite specifically granted in performance of duties of office or employment
						10(15)	:	Sec 10(15)-Income by way of interest, premium on redemption or other payment on such securities, bonds, annuity certificates, savings certificates, other certificates
						10(16)	:	Sec 10(16)-Scholarships granted to meet the cost of education
						10(17)	:	Sec 10(17)-Allownace MP/MLA/MLC
						10(17A)	:	Sec 10(17A)-Award instituted by Government
						10(18)	:	Sec 10(18)-Pension received by winner of  "Param Vir Chakra" or "Maha Vir Chakra" or "Vir Chakra" or such other gallantry award
						10(19)	:	Sec 10(19)-Family pension received
						DMDP 	: 	Defense medical disability pension
						OTH 	: 	Any Other
						</xs:documentation>
                </xs:annotation>
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="10(5)" />
                        <xs:enumeration value="10(6)" />
                        <xs:enumeration value="10(7)" />
                        <xs:enumeration value="10(10)" />
                        <xs:enumeration value="10(10A)" />
                        <xs:enumeration value="10(10AA)" />
                        <xs:enumeration value="10(10B)" />
                        <xs:enumeration value="10(10C)" />
                        <xs:enumeration value="10(10D)" />
                        <xs:enumeration value="10(11)" />
                        <xs:enumeration value="10(12)" />
                        <xs:enumeration value="10(13)" />
                        <xs:enumeration value="10(13A)" />
                        <xs:enumeration value="10(14)(i)" />
                        <xs:enumeration value="10(14)(ii)" />
                        <xs:enumeration value="10(15)" />
                        <xs:enumeration value="10(16)" />
                        <xs:enumeration value="10(17)" />
                        <xs:enumeration value="10(17A)" />
                        <xs:enumeration value="10(18)" />
                        <xs:enumeration value="10(19)" />
                        <xs:enumeration value="DMDP" />
                        <xs:enumeration value="OTH" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthNatOfInc" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="OthAmount">
                <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
NatureDesc ITRForm:NatureDesc (1) (1)
OthNatOfInc ITRForm:OthNatOfInc 0 (1)
OthAmount ITRForm:OthAmount (1) (1)