Definition Type: Element
Name: NameOfEmployer
Namespace: http://incometaxindiaefiling.gov.in/master
Type: ITRForm:nonEmptyString
Containing Schema: ITR-3_2018_Master.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Name of the employer
Collapse XSD Schema Diagram:
XSD Diagram of NameOfEmployer in schema itr-3_2018_master_xsd (Income Tax Department India ITR-3)
Collapse XSD Schema Code:
<xs:element name="NameOfEmployer">
    <xs:annotation>
        <xs:documentation>Name of the employer</xs:documentation>
    </xs:annotation>
    <xs:simpleType>
        <xs:restriction base="nonEmptyString">
            <xs:maxLength value="125" />
            <xs:minLength value="1" />
        </xs:restriction>
    </xs:simpleType>
</xs:element>
Collapse Facets:
Facet Value
MaxLength 125
MinLength 1
Collapse Derivation Tree: