Definition Type: Element
Name: NatureOfInt
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
"DIRECT" - Direct "BENEFICIAL_OWNER" - Beneficial Owner "BENIFICIARY" - Beneficiary
Collapse XSD Schema Diagram:
XSD Diagram of NatureOfInt in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="NatureOfInt">
    <xs:annotation>
        <xs:documentation>
							"DIRECT" - Direct
							"BENEFICIAL_OWNER" - Beneficial Owner
							"BENIFICIARY" - Beneficiary
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:enumeration value="DIRECT" />
            <xs:enumeration value="BENEFICIAL_OWNER" />
            <xs:enumeration value="BENIFICIARY" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration DIRECT
Enumeration BENEFICIAL_OWNER
Enumeration BENIFICIARY
Collapse Derivation Tree: