<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:monster="http://schemas.monster.com/Monster" xmlns="http://schemas.monster.com/Monster/NIS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://schemas.monster.com/Monster/NIS" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xsd:import namespace="http://schemas.monster.com/Monster" schemaLocation="http://schemas.monster.com/current/xsd/Job.xsd"/>
	<xsd:import namespace="http://schemas.monster.com/Monster" schemaLocation="http://schemas.monster.com/current/xsd/Common.xsd"/>
	<xsd:element name="Jobs">
		<xsd:annotation>
			<xsd:documentation>Wrapper for all NIS jobs</xsd:documentation>
		</xsd:annotation>
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="NISJob" minOccurs="0" maxOccurs="unbounded"/>
				<xsd:element ref="NISLicense" minOccurs="0" maxOccurs="unbounded"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<xsd:element name="NISJob" type="NISJobType">
		<xsd:annotation>
			<xsd:documentation>Wrapper for an NIS job</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="NISJobType">
		<xsd:sequence>
			<xsd:element ref="monster:Job"/>
			<xsd:element name="BillingInformation" minOccurs="0" type="BillingInformationType"/>
			<xsd:element name="AgencyInformation" minOccurs="0" type="AgencyInformationType"/>
			<xsd:element name="AdditionalProducts" minOccurs="0" type="AdditionalProductsType"/>
			<xsd:element name="ProcessingInformation" minOccurs="0">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="AlwaysSubmitToPartnerGateway" type="xsd:boolean" default="false">
							<xsd:annotation>
								<xsd:documentation>For conversions from HotJobs Partner XML schema only</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="CompanySettings" minOccurs="0" type="CompanySettingsType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="BillingInformation" type="BillingInformationType">
		<xsd:annotation>
			<xsd:documentation>Contact information for the party paying for the posting/license</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="BillingInformationType">
		<xsd:sequence>
			<xsd:element name="PONumber" type="xsd:string" minOccurs="0"/>
			<xsd:element name="Contact" type="monster:ContactType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="AgencyInformation" type="AgencyInformationType">
		<xsd:annotation>
			<xsd:documentation>Contact information for the party buying the posting/license</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="AgencyInformationType">
		<xsd:sequence>
			<xsd:element name="Contact" type="monster:ContactType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AdditionalProductsType">
		<xsd:all>
			<xsd:element name="Diversity" default="false" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="desired" type="xsd:boolean" default="false"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Autorefresh" type="monster:AutorefreshType" minOccurs="0"/>
			<xsd:element name="CareerAdNetwork" type="monster:CareerAdNetworkType" minOccurs="0"/>
			<xsd:element name="Bolding" default="false" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="desired" type="xsd:boolean" default="false"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="SocialAd" type="monster:SocialAdTwitterType" minOccurs="0"/>
			<xsd:element name="NISPackage" minOccurs="0">
				<xsd:complexType>
					<xsd:attribute name="monsterId" type="xsd:string" default=""/>
				</xsd:complexType>
			</xsd:element>
		</xsd:all>
	</xsd:complexType>
	<xsd:complexType name="CompanySettingsType">
		<xsd:all>
			<xsd:element name="DisplayEstimatedSalary" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="desired" type="xsd:boolean"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
		</xsd:all>
	</xsd:complexType>
	<xsd:element name="NISLicense" type="NISLicenseType">
		<xsd:annotation>
			<xsd:documentation>Wrapper for an NIS license</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="NISLicenseType">
		<xsd:sequence>
			<xsd:element ref="License" minOccurs="1" />
			<xsd:element name="BillingInformation" minOccurs="0" type="BillingInformationType"/>
			<xsd:element name="AgencyInformation" minOccurs="0" type="AgencyInformationType"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:element name="License" type="LicenseType">
		<xsd:annotation>
			<xsd:documentation>Details of NIS license</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="LicenseType">
		<xsd:sequence>
			<xsd:element name="RecruiterReference" minOccurs="1" type="monster:RecruiterReferenceType" />
			<xsd:element name="CompanyReference" minOccurs="1" type="monster:CompanyReferenceType" />
			<xsd:element name="Channel" minOccurs="1" type="monster:ChannelType" />
			<xsd:element ref="LicenseInformation" minOccurs="1" />
		</xsd:sequence>
		<xsd:attribute name="licenseRefCode" type="xsd:string" />
	</xsd:complexType>
	<xsd:element name="LicenseInformation" type="LicenseInformationType">
		<xsd:annotation>
			<xsd:documentation>Details of NIS license</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:complexType name="LicenseInformationType">
		<xsd:sequence>
			<xsd:element name="LicenseName" type="xsd:string" minOccurs="1" />
			<xsd:element name="SearchPostalCode" type="xsd:string" minOccurs="0" />
			<xsd:element name="Duration" type="xsd:int" minOccurs="0" />
			<xsd:element name="Quantity" type="xsd:int" minOccurs="0" />
			<xsd:element name="ResumeBoardID" type="xsd:int" minOccurs="0" />
			<xsd:element name="Contact" type="monster:ContactType"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
