<?xml version="1.0" encoding="UTF-8"?>
<Recruiters xmlns="http://schemas.monster.com/Monster">
	<!-- Action should be addOrUpdate -->
	<Recruiter recruiterAction="addOrUpdate">
    <!-- The channel that should be hard coded for all recruiters. -->
    <Channel monsterId="9977"/>				
		<Contact>
      <StructuredName>
					<GivenName>Bob</GivenName>
					<FamilyName>Goe</FamilyName>
			</StructuredName>
      <Address>
				<StreetAddress>10 Test Street</StreetAddress>
        <StreetAddress2>The block behind</StreetAddress2>
				<City>Brockton</City>
				<State>MA</State>
				<CountryCode>US</CountryCode>
				<PostalCode>02379</PostalCode>
			</Address>
			<Phones>
				<!-- phone extension if available should be concatenated onto the phone number (111-222-3333 ext 444) -->
        <Phone phoneType="work" priority="primary">83490000</Phone>
        <Phone phoneType="fax" priority="secondary">83490003</Phone>
			</Phones>
      <E-mail>something@something.smt</E-mail>
		</Contact>
		<Account>
			<!-- Must be unique in namespace (that is among WA users). -->
			<Username>Bob.Hoe</Username>		
		</Account>
		<Profile>			
			<UserRoles>
				<!-- The roles (1,5,9,13) below should be passed for admin recruiters. -->
				<UserRole>
					<Role monsterId="1"/>
				</UserRole>
				<UserRole>
					<Role monsterId="5"/>
				</UserRole>
				<UserRole>
					<Role monsterId="9"/>
				</UserRole>
				<UserRole>
					<Role monsterId="13"/>
				</UserRole>				
			</UserRoles>
		</Profile>
		<RecruiterProperties>
			<Property>
				<!-- A WA unique identifier for the recruiter. -->
				<Name>ExternalRecruiterId</Name>
				<Value>12345</Value>
			</Property>
			<!-- The WA migrating company ID to which this recruiter belongs. -->			
			<Property>
				<Name>ExternalCompanyId</Name>
				<Value>39349230</Value>
			</Property>
      <Property>
        <Name>StatusId</Name>
        <Value>P</Value>
      </Property>
      <Property>
        <Name>ETOEntityID</Name>
        <Value>123456</Value>
      </Property>
      <Property>
        <Name>ETOSubjectID</Name>
        <Value>1234656</Value>
      </Property>
      <Property>
        <Name>ETOContactID</Name>
        <Value>1234656</Value>
      </Property>
		</RecruiterProperties>    
	</Recruiter>
</Recruiters>
