<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Resume" xmlns:monster="http://schemas.monster.com" xmlns="http://schemas.monster.com/Seeker/Resume" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
	<xsd:include schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Resume/ResumeMetaData.xsd"/>
	<xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd"/>
	<xsd:element name="GetResumesMetaDataRequest" type="GetResumesMetaDataRequestType"/>
	<xsd:complexType name="GetResumesMetaDataRequestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
        Request to retrieve metadata for all of the job seeker’s Monster resumes.
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element ref="monster:PropertyBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="GetResumesMetaDataResult" type="GetResumesMetaDataResultType"/>
	<xsd:complexType name="GetResumesMetaDataResultType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
        All job seeker’s Monster resumes metadata result.
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="MaxResumeLimit" type="xsd:int">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						<definition>Number of Monster resumes the job seeker is allowed to have.</definition>
						<datatype>Integer</datatype>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="IsMaxResumeLimitReached" type="xsd:boolean" default="false">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						<definition>Flag to indicate whether the maximum number of Monster resumes a job seeker can have has been reached.</definition>
						<datatype>Text</datatype>
						<validation>Required</validation>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="ResumeMetaData" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="monster:StatusInfo" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
