﻿<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="MdGuidelines.xsl" type="text/xsl"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" >
	<annotation>
		<documentation xml:lang="en">
			JobTitleSearch schema for Reed Guidelines API
		</documentation>
	</annotation>

	<element type="integer" name="JobSourceId"/>
	<element type="string" name="JobSource"/>
	<element type="string" name="JobSourceDescription"/>
	<element type="string" name="JobSourceVersion"/>
	<element type="string" name="JobCode"/>
	<element type="string" name="JobTitle"/>
	<element type="string" name="JobDescription"/>
	<element type="string" name="JobClass"/>
	<element type="string" name="JobClassDescription"/>
	<element type="string" name="ONETCitation"/>

</schema>