<?xml version="1.0" encoding="UTF-8"?>
<JobSeekers xmlns="http://schemas.monster.com/Monster" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.monster.com/Monster http://schemas.monster.com/Current/xsd/Monster.xsd">
	<!-- The seekerRefCode should be the migrating system's Jobseeker identifier -->
	<!-- The scope should be set to normal and the action should be addOrUpdate. -->
	<JobSeeker seekerScope="normal" seekerAction="addOrUpdate" seekerRefCode="12345" status="active">
		<!-- The channel ID will be a fixed value provide by the monster core team. -->
		<Channel monsterId="9977"/>
		<PersonalData>
			<Contact>
				<!-- Name data -->
				<StructuredName>
					<GivenName>Bob</GivenName>
					<FamilyName>Goe</FamilyName>
				</StructuredName>
				<Address>
					<!-- Remove elements for which no data is available -->
					<StreetAddress>Main Street</StreetAddress>
					<StreetAddress2>Block B</StreetAddress2>
					<City>Maynard</City>
					<State>MA</State>
					<CountryCode>US</CountryCode>
					<PostalCode>AB12345</PostalCode>
				</Address>
				<Phones>					
					<Phone phoneType="work" priority="primary">408-846-9848</Phone>
				</Phones>
				<E-mail>jsname123@yahoo.com</E-mail>
			</Contact>      
		</PersonalData>
		<!-- Account information. -->
		<Account>      
			<!-- A unique seeker identifier from the migrating system. -->
			<Username>Fred.Goe</Username>
		</Account>				
    <CustomQuestions>
      <!-- Disability -->
      <CustomQuestion customQuestionId="45104">        
        <CQAnswer customQuestionAnswerId="46253"/>                  
      </CustomQuestion>
      <!-- SeasonalFarmFlag -->
      <CustomQuestion customQuestionId="45105">
        <CQAnswer customQuestionAnswerId="???"/>
      </CustomQuestion>
      <!-- ServiceDisabilityStatus -->
      <CustomQuestion customQuestionId="49752">
        <CQAnswer customQuestionAnswerId="???"/>
      </CustomQuestion>
      <!-- ServiceDisabilityPercent -->
      <CustomQuestion customQuestionId="49753">
        <CQAnswer customQuestionAnswerId="???"/>
      </CustomQuestion>
      <!-- MilitaryServiceFlag -->
      <CustomQuestion customQuestionId="45106">
        <CQAnswer customQuestionAnswerId="???"/>
      </CustomQuestion>
      <!-- VeteranStatus -->
      <CustomQuestion customQuestionId="45110">
        <CQAnswer customQuestionAnswerId="???"/>
      </CustomQuestion>
    </CustomQuestions>		
		<JobSeekerProperties>
			<!-- The migrating system's unique identifier for the seeker - expecting numeric or alpha-numeric. Likely the same as seekerRefCode -->
			<Property>
				<Name>ExternalSeekerId</Name>
				<Value>12345</Value>
			</Property>						
      <!-- Each ETO Touch Point goes in a property with Value in format of ETOTouchPointID,ETOTouchPointResponseID -->
      <Property>
        <Name>ETOTouchPoint</Name>
        <Value>11,64</Value>
      </Property>      
    </JobSeekerProperties>
    <ETOAttributes>
      <ETOParticipantID>123</ETOParticipantID>
      <ETOSubjectID>1234</ETOSubjectID>      
    </ETOAttributes>
	</JobSeeker>
</JobSeekers>
