<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns="http://schemas.monster.com" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  targetNamespace="http://schemas.monster.com" elementFormDefault="qualified">
	<xsd:element name="AuthenticationToken">
		<xsd:complexType>
			<xsd:all>
				<xsd:element name="ClaimToken" type="xsd:string"/>
				<xsd:element name="IssueInstant" type="xsd:dateTime"/>
				<xsd:element name="Issuer" type="xsd:string"/>
				<xsd:element name="Version" type="xsd:string"/>
				<xsd:element name ="Signature" type ="xsd:base64Binary" minOccurs="0"/>
			</xsd:all>
			<xsd:anyAttribute processContents="skip"/>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>
