<?xml version="1.0" encoding="UTF-8"?>
<Companies 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">
	<!-- Company xcode must be provided. Suggest generation by SSG as concat "xfl" + empid + "x" -->
	<!-- CompanyAction should be addOrUpdate -->
	<Company companyAction="addOrUpdate" companyXCODE="xsampcopmx">
		<CompanyName>Sample Company</CompanyName>
    <FederalIdentificationNumber>12-0123456</FederalIdentificationNumber>		
		<CorporateURL>http://www.samplecompany.com</CorporateURL>
		<CompanyAttributes>			      
      <!-- WAEmploymentSecurityReference -->
      <CompanyAttribute monsterId="9188" attributeValue="123456"/>
      <!-- WAUnifiedBusinessIdentifier -->
      <CompanyAttribute monsterId="9187" attributeValue="123457"/>      
      <!-- NAICS Code -->
      <CompanyAttribute monsterId="9130" attributeValue="12"/>
    </CompanyAttributes>		
		<CompanyProperties>
			<!-- Defines the external company identifier that will map 1-to-1 with the Monster core CompanyID. This property should always be provided. -->		
			<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>
    </CompanyProperties>		
		<ContactInfo>			
			<CompanyName>Sample Company</CompanyName>
			<Address>
				<StreetAddress>10 Test Street</StreetAddress>
        <StreetAddress2>The block behind</StreetAddress2>
				<City>Brockton</City>
				<State>MA</State>
				<CountryCode>US</CountryCode>
				<PostalCode>02379</PostalCode>
			</Address>			
		</ContactInfo>
	</Company>
</Companies>
