<?xml version="1.0" encoding="UTF-8"?>
<!-- For detailed rules on allowed contect of elements/attributes, whether they are required or optional, refer to
     http://schemas.monster.com/Current/XSD/Job.xsd and http://schemas.monster.com/Current/XSD/Common.xsd
     For possible values in enumerated fields, refere to http://schemas.monster.com/Current/XSD/Enumerations.xsd
-->
<Jobs xmlns="http://schemas.monster.com/Monster">	
	<!-- jobRefCode - should be the migrating system's unqieue identifier for a job -->
	<!-- inventoryType should always be transactional -->
	<Job jobRefCode="NEWJAPI-PPC14" jobAction="addOrUpdate" inventoryType="transactional">
		<RecruiterReference>
			<!-- Username of the recruiter owning the Job -->
			<UserName>nabdcm</UserName>
		</RecruiterReference>
		<Channel monsterId="9977"/>
		<JobInformation>
			<JobTitle>Sample Job Title</JobTitle>
      <!-- 16	Student (High School) 10	Student (Undergraduate/Graduate) 11	Entry Level 12	Experienced (Non-Manager) 
            13	Manager (Manager/Supervisor of Staff) 14	Executive (SVP, VP, Department Head, etc) 15	Senior Executive (President, CFO, etc) -->
      <JobLevel monsterId="11"/>
      <!-- 1 Employee should be used in case equivalent does not exist in the source system -->
			<JobType monsterId="1"/>
      <!-- 4 JobTypeFullTime should be used in case equivalent does not exist in the source system -->
			<JobStatus monsterId="4"/>			
			<Salary>
        <!-- USD -->
				<Currency monsterId="1"/>				
				<SalaryMin>10010</SalaryMin>
				<SalaryMax>12010</SalaryMax>
				<!-- 1 Per Year, 2 Per hour, 4 Per Month -->
				<CompensationType monsterId="1"/>				
			</Salary>
			<Contact>
        <StructuredName>
          <GivenName>Bob</GivenName>
          <FamilyName>Goe</FamilyName>
        </StructuredName>
        <CompanyName>Some Company</CompanyName>
        <Address>
          <StreetAddress>5 Clock Tower Place 0</StreetAddress>
          <StreetAddress2>Suite 100 0</StreetAddress2>
          <City>Maynard 0</City>
          <State>MA 0</State>
          <CountryCode>US 0</CountryCode>
          <PostalCode>01754 0</PostalCode>
        </Address>
        <Phones>
          <Phone phoneType="fax">111-222-3333</Phone>
          <Phone phoneType="work">111-222-3333</Phone>
        </Phones>
        <E-mail>jane.doe@monster.com</E-mail>
			</Contact>			
      <!-- THIS IS NOT CURRENTLY IN MAPPING BUT IS REQUIRED IN SOME WAY -->
			<PhysicalAddress>								
				<City>Sunnyvale</City>
				<State>CA</State>				
				<CountryCode>US</CountryCode>
        <PostalCode>ab1234</PostalCode>
			</PhysicalAddress>			
			<HideCompanyInfo>false</HideCompanyInfo>
			<JobBody>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb</JobBody>
      <CustomQuestions>
        <!-- ONETID -->
        <CustomQuestion customQuestionId="46621">                  
          <CQAnswer customQuestionAnswerId="1"/>                             
         </CustomQuestion>
        <!-- VeteransHavePreference -->
        <CustomQuestion customQuestionId="47538">                  
          <CQAnswer>
            <AnswerText>Test Desc</AnswerText>          
          </CQAnswer>
        </CustomQuestion>
      </CustomQuestions>
      <Openings>3</Openings>
			<EducationLevel monsterId="8"/>
			<YearsOfExperience monsterId="2"/>
			<CustomApplyOnlineURL>someURL</CustomApplyOnlineURL>
		</JobInformation>
		<JobPostings>
			<JobPosting>				
        <!-- CURRENTLY NOT IN MAPPING BUT IS REQUIRED EITHER AS locationID or the geo fields-->
				<Locations>
					<Location>
						<City>Sunnyvale</City>
						<State>CA</State>
						<CountryCode>US</CountryCode>
						<PostalCode>AB12345</PostalCode>
					</Location>
				</Locations>				
				<JobCategories>
					<JobCategory monsterId="1"/>
				</JobCategories>
				<JobOccupations>
					<JobOccupation monsterId="11711"/>
				</JobOccupations>
				<!-- Job board should match the agreed upon board. -->
				<BoardName monsterId="7086"/>				
				<JobPostingDates>
					<JobActiveDate>2010-04-03T13:35:38-05:00</JobActiveDate>
					<JobExpireDate>2010-06-03T13:35:38-05:00</JobExpireDate>
				</JobPostingDates>				
			</JobPosting>
		</JobPostings>		
		<JobProperties>
			<!-- Source (migrating) system identifier. In most cases matches the jobRefCode attribute of Job element above. -->
			<Property>
				<Name>ExternalJobId</Name>
				<Value>12345</Value>
			</Property>
			<Property>
        <Name>emp_id</Name>
        <Value>1235</Value>
      </Property>
      <Property>
        <Name>ETOTouchPoint</Name>
        <Value>11,64</Value>
      </Property>
		</JobProperties>
	</Job>
</Jobs>
