Definition Type: Element
Name: NatOfCompFlg
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default 4
Documentation:
1- Holding Company, 2- Subsidiary Company, 3- Both, 4- If any other
Collapse XSD Schema Diagram:
XSD Diagram of NatOfCompFlg in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="NatOfCompFlg" default="4">
    <xs:annotation>
        <xs:documentation>
									1- Holding Company,                                           
									2- Subsidiary Company,                                    
									3- Both,                                                               
									4- If any other        
									</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:length value="1" />
            <xs:pattern value="\d" />
            <xs:enumeration value="1" />
            <xs:enumeration value="2" />
            <xs:enumeration value="3" />
            <xs:enumeration value="4" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Length 1
Pattern \d
Collapse Derivation Tree: