<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Monster" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.monster.com/Monster" elementFormDefault="qualified">
	<xsd:include schemaLocation="Job.xsd"/>
	<xsd:element name="GetJobCategoriesByCountryID">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryID"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesByCountryIDChannelID">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryID"/>
				<xsd:element ref="ChannelID"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesByCountryName">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryName"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesByCountryNameChannelID">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryName"/>
				<xsd:element ref="ChannelID"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesByCountryAbbrev">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryAbbrev"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesByCountryAbbrevChannelID">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="CountryAbbrev"/>
				<xsd:element ref="ChannelID"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="GetJobCategoriesResponse">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="Descriptions"/>
				<xsd:element ref="JobCategoriesCountriesListing"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="CountryID" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>
        CountryID of country to find JobCategories for.
      </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountryName" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>
        Country name of country to find JobCategories for.
      </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="CountryAbbrev" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>
        Country abbreviation of country to find JobCategories for.
      </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="GetJobCategoryByTitleBodyCountry">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="JobTitle"/>
				<xsd:element ref="JobBody"/>
				<xsd:element ref="CountryAbbrev"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="MocJobCategoryOccupationsResponse">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="JobCategory" type="JobCategoryType"/>
				<xsd:element name="JobOccupations" minOccurs="0">
					<xsd:annotation>
						<xsd:documentation>
							<definition>The list of occupations.The number of occupations allowed can very on a per country basis.</definition>
						</xsd:documentation>
					</xsd:annotation>
					<xsd:complexType>
						<xsd:sequence>
							<xsd:element name="JobOccupation" type="JobOccupationType" minOccurs="0" maxOccurs="unbounded">
								<xsd:annotation>
									<xsd:documentation>
										<definition>The Occupation must be valid for the specified JobCategory. The occupation must also be valid for the specified industry if the occupation is industry specific.</definition>
									</xsd:documentation>
								</xsd:annotation>
							</xsd:element>
						</xsd:sequence>
					</xsd:complexType>
				</xsd:element>
				<xsd:element ref="OccupationalClassification"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="JobTitle" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>
       job title to get the Job Category for
      </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="JobBody" type="xsd:string">
		<xsd:annotation>
			<xsd:documentation>
       job body to get the Job Category for
      </xsd:documentation>
		</xsd:annotation>
	</xsd:element>
</xsd:schema>
