<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Monster" xmlns="http://schemas.monster.com/Monster" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xsd:include schemaLocation="Common.xsd"/>
  <xsd:include schemaLocation="Job.xsd"/>
  <xsd:element name="GetMonsterIndustries">
    <xsd:complexType/>
  </xsd:element>
  <xsd:element name="GetMonsterIndustriesByChannelLanguageID">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="ChannelLanguageID" minOccurs="1" maxOccurs="1" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="GetMonsterIndustriesResponse">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element ref="Descriptions"/>
        <xsd:element ref="MonsterIndustriesListing"/>
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>
  <xsd:element name="ChannelLanguageID" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>
        ChannelID to specifying language to use for industry names
      </xsd:documentation>
    </xsd:annotation>
  </xsd:element>
</xsd:schema>
