Definition Type: Element
Name: EmployerCategory
Namespace: http://incometaxindiaefiling.gov.in/master
Type: token:http://www.w3.org/2001/XMLSchema
Containing Schema: ITR-1_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Default OTH
Documentation:
"GOV":"Government", "PSU":"Public Sector Unit", "OTH":"Others", "NA":"Not Applicable"
Collapse XSD Schema Diagram:
XSD Diagram of EmployerCategory in schema itr-1_2018_master_xsd (Income Tax Department India ITR-1)
Collapse XSD Schema Code:
<xs:element name="EmployerCategory" default="OTH">
    <xs:annotation>
        <xs:documentation>
						    "GOV":"Government",
                            "PSU":"Public Sector Unit",
                            "OTH":"Others",
                            "NA":"Not Applicable"
						</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="xs:token">
            <xs:maxLength value="3" />
            <xs:minLength value="2" />
            <xs:enumeration value="GOV" />
            <xs:enumeration value="PSU" />
            <xs:enumeration value="OTH" />
            <xs:enumeration value="NA" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
Enumeration GOV
Enumeration PSU
Enumeration OTH
Enumeration NA
MaxLength 3
MinLength 2