<xs:element name="EmployerCategory" default="OTH">
<xs:annotation>
<xs:documentation>For HUF select NA for Employer category
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>
|