Definition Type: Element
Name: BusOrgType
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: ITRForm:nonEmptyString
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
AMALGAMATING- Amalgamating, AMALGAMATED- Amalgamated, DEMERGED- Demerged, RESULTING- Resulting,
Collapse XSD Schema Diagram:
XSD Diagram of BusOrgType in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="BusOrgType" minOccurs="0">
    <xs:annotation>
        <xs:documentation>						           
									AMALGAMATING- Amalgamating,                                           
									AMALGAMATED- Amalgamated,                                    
									DEMERGED- Demerged,                                    
									RESULTING- Resulting,                                    									
									</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="12" />
            <xs:enumeration value="AMALGAMATING" />
            <xs:enumeration value="AMALGAMATED" />
            <xs:enumeration value="DEMERGED" />
            <xs:enumeration value="RESULTING" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration AMALGAMATING
Enumeration AMALGAMATED
Enumeration DEMERGED
Enumeration RESULTING
MaxLength 12
Collapse Derivation Tree: