<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/Resume"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:msr="http://schemas.monster.com/Seeker/Resume"
    xmlns="http://schemas.monster.com/Seeker/Mobile/Resume"
    elementFormDefault="qualified">
  <xsd:import namespace="http://schemas.monster.com/Seeker/Resume" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Resume/ResumeMetaData.xsd"/>  
  <xsd:element name="ResumeData" type="ResumeDataType" />  
  <xsd:complexType name="ResumeDataType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        data associated with Monster Job Seeker resume.
      </xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
      <xsd:extension base="msr:ResumeMetaDataType" />
    </xsd:complexContent>
  </xsd:complexType>
</xsd:schema>