<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/Lookups" xmlns:monster="http://schemas.monster.com" xmlns="http://schemas.monster.com/Seeker/Mobile/Lookups" 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/Lookups/ArticlesData.xsd"/>
  <xsd:include schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/Lookups/ArticleSearchCriteria.xsd"/>
  <xsd:include schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/Lookups/ArticlesSearchCriteria.xsd"/>
  <xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd"/>
  
  <xsd:element name="GetArticlesRequest" type="GetArticlesRequestType"/>
  <xsd:complexType name="GetArticlesRequestType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element ref="ArticlesSearchCriteria" />
      <xsd:element ref="monster:PropertyBag" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
  
  <xsd:element name="GetArticleRequest" type="GetArticleRequestType"/>
  <xsd:complexType name="GetArticleRequestType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element ref="ArticleSearchCriteria" />
      <xsd:element ref="monster:PropertyBag" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>

  <xsd:element name="GetArticlesResult" type="GetArticlesResultType"/>
  <xsd:complexType name="GetArticlesResultType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element ref="ArticlesData" minOccurs="0" maxOccurs="unbounded"  />
      <xsd:element ref="monster:StatusInfo" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="GetArticleResult" type="GetArticleResultType"/>
  <xsd:complexType name="GetArticleResultType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en" />
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element ref="ArticlesData" />
      <xsd:element ref="monster:StatusInfo" minOccurs="0"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>