<xs:element name="ClassificationCode">
<xs:annotation>
<xs:documentation>Classification code (see instructions para 12d)
'Relief of the poor','iA';
'Education','iB';
'Medical Relief','iC';
'Preservation of environment including watersheds, forests and wildlife','iD';
'Preservation of monuments or places or objects of artistic or historic interest','iE';
'Object of general public utility','iF';
'Development of khadi or village industries','iG';
'Religious','RELIGIOUS';
'Scientific Research','iiiA';
'Social Research','iiiB';
'Statistical research','iiiC';
'Any other research','iiiD';
'News Agency','NEWSAGENCY';
'Law','vA';
'Medicine','vB';
'Accountancy','vC';
'Engineering','vD';
'Architecture','vE';
'Company secretaries','vF';
'Chemistry','vG';
'Materials management','vH';
'Town planning','vI';
'Any other profession','vJ';
'Trade union','TRADEUNION';
'Political party','POLITICAL_PARTY';
'Electoral trust','ELECTORALTRUST';
'Specified income arising to a body/authority/Board/Trust/Commission u/s 1046','ixA';
'Infrastructure Debt fund u/s 1047','ixB';
'Any other','ixC';
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="nonEmptyString">
<xs:pattern value="iA|iB|iC|iD|iE|iF|iG|RELIGIOUS|iiiA|iiiB|iiiC|iiiD|NEWSAGENCY|vA|vB|vC|vD|vE|vF|vG|vH|vI|vJ|TRADEUNION|POLITICAL_PARTY|ELECTORALTRUST|ixA|ixB|ixC" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|