Definition Type: Element
Name: StatusOrCompanyType
Namespace: http://incometaxindiaefiling.gov.in/Corpmaster
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-6_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
ITR-6 : public company is 6,private company is 7
Collapse XSD Schema Diagram:
XSD Diagram of StatusOrCompanyType in schema itr-6_2018_master_xsd (Income Tax Department India ITR-6)
Collapse XSD Schema Code:
<xs:element name="StatusOrCompanyType">
    <xs:annotation>
        <xs:documentation>ITR-6 : public company is 6,private company is 7
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:maxLength value="1" />
            <xs:enumeration value="6" />
            <xs:enumeration value="7" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration 6
Enumeration 7
MaxLength 1