<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/JobSearchAgent" xmlns:monster="http://schemas.monster.com" xmlns="http://schemas.monster.com/Seeker/Mobile/JobSearchAgent" 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/JobSearchAgent/JobSearchAgentData.xsd"/>
	<xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd"/>
	<xsd:element name="GetJobSearchAgentsRequest" type="GetJobSearchAgentsRequestType"/>
	<xsd:complexType name="GetJobSearchAgentsRequestType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
        Request object
      </xsd:documentation>
		</xsd:annotation>
    <xsd:sequence>
      <xsd:element ref="monster:PropertyBag" minOccurs="0"/>
      <xsd:element name="AppVersion" type="xsd:string">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <definition>Application Version</definition>
            <datatype>Text</datatype>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>      
	</xsd:complexType>
	<xsd:element name="GetJobSearchAgentsResult" type="GetJobSearchAgentsResultType"/>
	<xsd:complexType name="GetJobSearchAgentsResultType">
		<xsd:annotation>
			<xsd:documentation xml:lang="en">
      </xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
      <xsd:element ref="JobSearchAgentData" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="monster:StatusInfo" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>