<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/MonsterAuthenticationHeader" xmlns="http://schemas.monster.com/MonsterAuthenticationHeader" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xsd:annotation>
		<xsd:documentation xml:lang="en">
			<remarks>Centralized Monster authentication service header</remarks>
		</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="UserClaim" type="xsd:string" >
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
				<remarks>Centralized Monster authentication service token</remarks>
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="IntermediaryId" type="xsd:string" />
</xsd:schema>
