Definition Type: Element
Name: DetailsOfOthSourcesIncOutsideIndia
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Containing Schema: ITR-5_2018_Master.xsd
Abstract
Documentation:
Details of any other income derived from any source outside India
Collapse XSD Schema Diagram:
Drilldown into IncOfferedSchNo in schema itr-5_2018_master_xsd Drilldown into IncOfferedSch in schema itr-5_2018_master_xsd Drilldown into IncOfferedAmt in schema itr-5_2018_master_xsd Drilldown into IncDrvTaxFlag in schema itr-5_2018_master_xsd Drilldown into NatureOfInc in schema itr-5_2018_master_xsd Drilldown into IncDerived in schema itr-5_2018_master_xsd Drilldown into AddressOfPerson in schema itr-5_2018_master_xsd Drilldown into NameOfPerson in schema itr-5_2018_master_xsd Drilldown into ZipCode in schema itr-5_2018_master_xsd Drilldown into CountryCode in schema itr-5_2018_master_xsd Drilldown into CountryName in schema itr-5_2018_master_xsdXSD Diagram of DetailsOfOthSourcesIncOutsideIndia in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="DetailsOfOthSourcesIncOutsideIndia">
    <xs:annotation>
        <xs:documentation> Details of any other income derived from any source outside India</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="CountryName">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="55" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="CountryCode" />
            <xs:element name="ZipCode">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="8" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NameOfPerson">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="125" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="AddressOfPerson">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="200" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncDerived" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="NatureOfInc">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="100" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncDrvTaxFlag">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:enumeration value="Y" />
                        <xs:enumeration value="N" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedAmt" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:long">
                        <xs:totalDigits value="14" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedSch" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element name="IncOfferedSchNo" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="nonEmptyString">
                        <xs:maxLength value="50" />
                        <xs:minLength value="1" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CountryName ITRForm:CountryName (1) (1)
CountryCode ITRForm:CountryCode (1) (1)
ZipCode ITRForm:ZipCode (1) (1)
NameOfPerson ITRForm:NameOfPerson (1) (1)
AddressOfPerson ITRForm:AddressOfPerson (1) (1)
IncDerived ITRForm:IncDerived 0 (1)
NatureOfInc ITRForm:NatureOfInc (1) (1)
IncDrvTaxFlag ITRForm:IncDrvTaxFlag (1) (1)
IncOfferedAmt ITRForm:IncOfferedAmt 0 (1)
IncOfferedSch ITRForm:IncOfferedSch 0 (1)
IncOfferedSchNo ITRForm:IncOfferedSchNo 0 (1)