<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://ns.hr-xml.org/2006-02-28" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ns.hr-xml.org/2006-02-28" elementFormDefault="qualified" version="2006-02-28">
	<xsd:annotation>
		<xsd:documentation>
"Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
Name: StaffingContactType.xsd
Status: Recommendation
Date this version: 2006-02-28
Purpose: Defines the StaffingContactType Schema
Author(s):  SIDES Workgroup
Documentation: SIDESReusableModules.html

Terms of license can be found in license.txt.

</xsd:documentation>
	</xsd:annotation>
	<xsd:include schemaLocation="../CPO/xStringPatternExtensionType.xsd"/>
	<xsd:simpleType name="KnownContactType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="placed by"/>
			<xsd:enumeration value="placed on behalf of"/>
			<xsd:enumeration value="confirm to"/>
			<xsd:enumeration value="authorized by"/>
			<xsd:enumeration value="interviewer"/>
			<xsd:enumeration value="supervisor"/>
			<xsd:enumeration value="time approver"/>
			<xsd:enumeration value="submitted by"/>
			<xsd:enumeration value="created by"/>
			<xsd:enumeration value="sent to"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingContactType">
		<xsd:union memberTypes="KnownContactType xsd:string"/>
	</xsd:simpleType>
</xsd:schema>
