<CERIF xmlns="urn:xmlns:org:eurocris:cerif-1.6-2" xsi:schemaLocation="urn:xmlns:org:eurocris:cerif-1.6-2 http://www.eurocris.org/Uploads/Web%20pages/CERIF-1.6/CERIF_1.6_2.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" date="2013-09-22" sourceDatabase="REF Common Fields">

<!-- This is an example CERIF XML file to demonstrate the common (mandatory) fields required with REF 2014 (XML) reporting. -->

	<cfOrgUnit> <!-- represents the "institution" as in the REF form where the formal type information is below-->
		<!-- for the identification of a submission -->
		<cfOrgUnitId>10006840</cfOrgUnitId>  <!-- UKPRN number *mandatory* -->
		<cfName cfLangCode="en" cfTrans="o">University of Bath</cfName>
		<cfOrgUnit_Class> <!-- for organisational typing because the organisation entity is employed in multiple contexts within a submission -->
			<cfClassId>institution</cfClassId> <!-- maps directly to the REF XML institution element  -->
			<cfClassSchemeId>ref-organisation-types</cfClassSchemeId> <!-- the classification scheme to which the type (cfClassId=institution) belongs -->
		</cfOrgUnit_Class>	
		<cfOrgUnit_Class> <!-- a required category in REF2014  -->
			<cfClassId>A</cfClassId> <!-- the actual value  -->
			<cfClassSchemeId>ref-multiple-submissions</cfClassSchemeId> <!-- the classification scheme to which the multipleSubmission (cfClassId) belongs -->
		</cfOrgUnit_Class>		
		<cfOrgUnit_OrgUnit> <!-- employed for the references to the REF Units of Assessment -->
			<cfOrgUnitId2>9</cfOrgUnitId2> <!-- the actual  value -->
			<cfClassId>unitOfAssessment</cfClassId> <!-- maps to the REF XML unitOfAssessment element  -->
			<cfClassSchemeId>ref-organisation-categories</cfClassSchemeId> <!-- the classification scheme to which the type (cfClassId=unitOfAssessment belongs -->
		</cfOrgUnit_OrgUnit>			
	</cfOrgUnit>	

	<!-- all required vocabularies are maintained in a separate vocabulary file. Above, we only provide the referential identifiers (cfClassId and cfClassSchemeId)s -->
	
</CERIF>
