Definition Type: Element
Name: AssetOutsideIndiaFlg
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-5_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Default NO
Documentation:
This field is applicable only in case of resident assessee. It is to know if the assessee has any interest in any asset/signing authority in any account located outside India.
Collapse XSD Schema Diagram:
XSD Diagram of AssetOutsideIndiaFlg in schema itr-5_2018_master_xsd (Income Tax Department India ITR-5)
Collapse XSD Schema Code:
<xs:element name="AssetOutsideIndiaFlg" default="NO" minOccurs="0">
    <xs:annotation>
        <xs:documentation>This field is applicable only in case of
							resident assessee. It is to know if the assessee has any interest
							in any asset/signing authority in any account located outside
							India.
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:enumeration value="YES" />
            <xs:enumeration value="NO" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration YES
Enumeration NO
Collapse Derivation Tree: