<?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="9765"/>
		<PersonalData>
			<Contact>
				<!-- Name data -->
				<StructuredName>
					<GivenName>Bob</GivenName>
					<MiddleName>Fred</MiddleName>
					<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>
					<Phone phoneType="other" priority="secondary">407-861-3456</Phone>
          <Phone phoneType="mobile">407-861-3456</Phone>
				</Phones>
				<E-mail>jsname123@yahoo.com</E-mail>
			</Contact>
      <DemographicDetail>
	<SecurityClearance>
	        <ClearanceLevel monsterId="1"/>
	</SecurityClearance>
      </DemographicDetail>
		</PersonalData>
		<!-- Account information. -->
		<Account>      
			<!-- A unique seeker identifier from the migrating system. -->
			<Username>Fred.Goe</Username>
      <PasswordHint>Greatest one</PasswordHint>
      <Confidential>0</Confidential>
		</Account>
		<Profile>			
      <ContactPreference monsterId="1" />			
		</Profile>    
		<Resumes>
			<!-- resumeAction should be addOrUpdate  -->
			<!-- The resumeRefCode should be the a unqie identifier for the resume from the migrating system.  -->
			<Resume resumeRefCode="34546" resumeAction="addOrUpdate">
				<!-- Board should only be provided if the resume is searchable. If the resume is not searchable, do not provide board. The board id should be a fixed value that will be provided by Monster core. -->
				<BoardName monsterId="10793"/>
				<ResumeTitle>Some title</ResumeTitle>
        <ResumeModDate>2010-04-03T13:35:38</ResumeModDate>
        <ResumeCreateDate>2010-04-03T13:35:38</ResumeCreateDate>
        <DetailedSearchExtras>
          <WillingToRelocate>true</WillingToRelocate>
          <!-- 1	WantsPermanent 2	WantsContract 3	WantsIntern 4	WantsTemp 5	WantsSeasonal 41 Statutaire -->
          <JobType monsterId="1" />
          <GeographicPrefs>
            <GeographicPref locationId="123"/>
          </GeographicPrefs>
        </DetailedSearchExtras>
        <DesiredCompensation>
          <CompensationType monsterId="1">Per Year</CompensationType>
          <Currency monsterId="37">USD</Currency>
          <Rate>120000</Rate>
        </DesiredCompensation>
        <Objective>This is what I want.</Objective>
        <EmploymentHistory>
          <Position>
            <EmployerName>Monster</EmployerName>
            <PositionTitle>Software Engineer</PositionTitle>
            <OccupationalClassification occupationId="100003" />
            <DateRange isCurrent="0">
              <StartDate>
                <Date>2001-11-30</Date>
              </StartDate>
              <EndDate>
                <Date>2003-11-23</Date>
              </EndDate>
            </DateRange>
            <EmploymentLocation>Maynard</EmploymentLocation>
            <!-- Add SequenceNumber| to the beginning to allow us to tie this to ETO touch points -->
            <ExperienceDescription>1|Employer History Experience Description </ExperienceDescription>
          </Position>
          <Position>
            <EmployerName>Cisco</EmployerName>
            <PositionTitle>Software Engineer</PositionTitle>
            <OccupationalClassification occupationId="100003" />
            <DateRange isCurrent="0">
              <StartDate>
                <Date>2000-11-30</Date>
              </StartDate>
              <EndDate>
                <Date>2001-11-23</Date>
              </EndDate>
            </DateRange>
            <EmploymentLocation>Maynard</EmploymentLocation>
            <!-- Add SequenceNumber| to the beginning to allow us to tie this to ETO touch points -->
            <ExperienceDescription>2|Employer History Experience Description 1</ExperienceDescription>
          </Position>
        </EmploymentHistory>
        <EducationalHistory>
          <SchoolOrInstitution>
            <SchoolName>School Name 0</SchoolName>
            <Location>
              <City>Maynard</City>
              <State>MA</State>
              <CountryCode>US</CountryCode>
              <PostalCode>01754</PostalCode>
              <Continent>NA</Continent>
            </Location>
            <GPA>1.0</GPA>
            <DateRange isCurrent="0">
              <StartDate>
                <Date>1990-01-01</Date>
              </StartDate>
              <EndDate>
                <Date>1992-01-01</Date>
              </EndDate>
            </DateRange>
            <!-- Add SequenceNumber| to the beginning to allow us to tie this to ETO touch points -->
            <EducationSummary>1|Educational Summary 0</EducationSummary>
            <EducationDegree monsterId="1">High School or equivalent</EducationDegree>
            <EducationMajors>
              <EducationMajor>
                <Major monsterId="1" />
              </EducationMajor>
            </EducationMajors>
          </SchoolOrInstitution>
          <SchoolOrInstitution>
            <SchoolName>School Name 1</SchoolName>
            <Location>
              <City>Maynard</City>
              <State>MA</State>
              <CountryCode>US</CountryCode>
              <PostalCode>01754</PostalCode>
              <Continent>NA</Continent>
            </Location>
            <GPA>1.0</GPA>
            <DateRange isCurrent="0">
              <StartDate>
                <Date>1990-01-01</Date>
              </StartDate>
              <EndDate>
                <Date>1992-01-01</Date>
              </EndDate>
            </DateRange>
            <!-- Add SequenceNumber| to the beginning to allow us to tie this to ETO touch points -->
            <EducationSummary>2|Educational Summary 0</EducationSummary>
            <EducationDegree monsterId="1">High School or equivalent</EducationDegree>
            <EducationMajors>
              <EducationMajor>
                <Major monsterId="1" />
              </EducationMajor>
            </EducationMajors>
          </SchoolOrInstitution>
        </EducationalHistory>
        <Shifts>
          <!-- 1 	First Shift (day) 2	Second Shift (afternoon) 3	Third Shift (night) 4	After School 5	Rotating -->
          <Shift monsterId="1" />
        </Shifts>
        <AdditionalInformation>Some more info.</AdditionalInformation>
        <TextResume>Actual text resume.</TextResume>
        <!-- 1	No Travel Required 2	Up to 25% travel 3	Up to 50% travel 4	Up to 75% travel 5	100% travel -->
        <WillingtoTravel monsterId="1" />
				<ResumeProperties>
					<!-- An external resume identifier from the migrating system -->
					<Property>
						<Name>ExternalResumeId</Name>
						<Value>34546</Value>
					</Property>
          <!-- Each ETO Touch Point goes in a property with Value in format of ETOTouchPointID,ETOTouchPointResponseID -->
          <Property>
            <Name>ETOTouchPoint</Name>
            <Value>13,85</Value>
          </Property>
          <Property>
            <Name>ETOTouchPoint</Name>
            <Value>14,86</Value>
          </Property>
          <Property>
            <Name>ResumeViewability</Name>
            <Value>02</Value>
          </Property>
          <Property>
            <Name>DesiredOccupationCode</Name>
            <Value>0202</Value>
          </Property>
          <Property>
            <Name>DesiredAvailability</Name>
            <Value>01</Value>
          </Property>
          <Property>
            <Name>DesiredJobType_Days</Name>
            <Value>01</Value>
          </Property>
          <Property>
            <Name>WillingtoTelecommute</Name>
            <Value>true</Value>
          </Property>
          <Property>
            <Name>EducationETOTouchPoint</Name>
            <Value>1|13,84</Value>
          </Property>
          <Property>
            <Name>EducationETOTouchPoint</Name>
            <Value>2|23,48</Value>
          </Property>
          <Property>
            <Name>EmploymentETOTouchPoint</Name>
            <Value>1|13,84</Value>
          </Property>
          <Property>
            <Name>EmploymentETOTouchPoint</Name>
            <Value>2|23,48</Value>
          </Property>
        </ResumeProperties>
        <Awards>
          <Award>
            <AwardName>Awards</AwardName>
            <AwardDescription>My award.</AwardDescription>
          </Award>
        </Awards>
        <IndustryCertifications>
          <IndustryCertification>
            <CertificationName>Good Worker</CertificationName>
            <VendorName>Good Workers Institute</VendorName>
            <MonthAcquired>12</MonthAcquired>
            <YearAcquired>2011</YearAcquired>
            <Summary>Cert for good workers.</Summary>
            <ExpirationDate>
              <Day>10</Day>
              <Month>11</Month>
              <Year>2014</Year>
            </ExpirationDate>
          </IndustryCertification>
        </IndustryCertifications>
      </Resume>
		</Resumes>
    <CustomQuestions>
      <!-- Disability -->
      <CustomQuestion customQuestionId="45104">        
        <CQAnswer customQuestionAnswerId="46253"/>                  
      </CustomQuestion>
      <!-- Salary -->
      <CustomQuestion customQuestionId="589">        
        <CQAnswer>
          <AnswerText>Salary </AnswerText>
        </CQAnswer>
      </CustomQuestion>
      <!-- Salary Unit -->
      <CustomQuestion customQuestionId="849">
        <CQAnswer customQuestionAnswerId="46258"/>
      </CustomQuestion>
      <!-- Desired Job Type -->
      <CustomQuestion customQuestionId="527">
        <CQAnswer customQuestionAnswerId="46248"/>
      </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>			
			<Property>
				<Name>AccessLvl</Name>
				<Value>01</Value>
			</Property>
      <Property>
        <Name>AccountCreateDate</Name>
        <Value>2008-04-14T17:13:38</Value>
      </Property>
      <Property>
        <Name>AccountInactiveDate</Name>
        <Value>2008-04-14T17:13:38</Value>
      </Property>
      <Property>
        <Name>UserID</Name>
        <Value>123456</Value>
      </Property>
      <Property>
        <Name>SeekerRGN</Name>
        <Value>123456</Value>
      </Property>
      <Property>
        <Name>MailAddress1</Name>
        <Value>Back Street</Value>
      </Property>
      <Property>
        <Name>MailAddress2</Name>
        <Value>Block B</Value>
      </Property>      
      <Property>
        <Name>MailCity</Name>
        <Value>Maynard</Value>
      </Property>
      <Property>
        <Name>MailCountry</Name>
        <Value>US</Value>
      </Property>
      <Property>
        <Name>MailZip</Name>
        <Value>AB12345</Value>
      </Property>
      <Property>
        <Name>MailState</Name>
        <Value>MA</Value>
      </Property>
      <Property>
        <Name>Citizenship</Name>
        <Value>1</Value>
      </Property>
      <Property>
        <Name>SeekerCounty</Name>
        <Value>Holmes County</Value>
      </Property>
      <Property>
        <Name>LastAccessDate</Name>
        <Value>2008-04-14T17:13:38</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>
      <Property>
        <Name>ETOTouchPoint</Name>
        <Value>12,68</Value>
      </Property>      
    </JobSeekerProperties>
    <AccountAttributes>
      <!-- ETO Participant ID -->
      <AccountAttribute>
        <MonsterId>24</MonsterId>
        <Value>123456</Value>
      </AccountAttribute>
      <!-- ETO Subject ID -->
      <AccountAttribute>
        <MonsterId>23</MonsterId>
        <Value>123457</Value>
      </AccountAttribute>
    </AccountAttributes>
	</JobSeeker>
</JobSeekers>
