<?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/ResumeUpload.xsd"/>
	<xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd"/>
	<xsd:element name="ResumeUploadReplaceRequest" type="ResumeUploadReplaceRequestType"/>
	<xsd:complexType name="ResumeUploadReplaceRequestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
        Monster job seeker resume file upload replace. Deletes Monster resume associated ResumeValue
        and creates new Monster resume as identified in the ResumeUploadRequest type.
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ResumeValue" type="xsd:string">
				<xsd:annotation>
					<xsd:documentation xml:lang="en">
						<definition>Unique value identifying Monster resume.</definition>
						<datatype>Text</datatype>
						<datalength>16</datalength>
						<validation>Required</validation>
					</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="ResumeUploadRequest"/>
			<xsd:element ref="monster:PropertyBag" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
