<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/Resume" xmlns:monster="http://schemas.monster.com" xmlns="http://schemas.monster.com/Seeker/Mobile/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/Mobile/Resume/ResumeBody.xsd"/>  
	<xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd"/>
	<xsd:element name="GetResumeBodyRequest" type="GetResumeBodyRequestType"/>
	<xsd:complexType name="GetResumeBodyRequestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en" />
		</xsd:annotation>
    <xsd:sequence>
      <xsd:element name="ResumeValue" type="xsd:string"/>
      <xsd:element ref="monster:PropertyBag" minOccurs="0"/>
    </xsd:sequence>      
	</xsd:complexType>
	<xsd:element name="GetResumeBodyResult" type="GetResumeBodyResultType"/>
	<xsd:complexType name="GetResumeBodyResultType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en" />
		</xsd:annotation>
		<xsd:sequence>
      <xsd:element ref="ResumeBody" minOccurs="0" />
			<xsd:element ref="monster:StatusInfo" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>