<wpjb>
	<jobs>
		<job>
 <!-- Optional: <id> unique AboriginalCareers jobid to be supplied as necessary. -->
			<!-- Note: <id> Rarely used. If found, data overwritten otherwise <id> ignored. -->
			<id>1</id>
			
 <!-- Optional: <employer_id> will be supplied as necessary -->
			<employer_id>1</employer_id>

			<!-- Company info required if empty <employer_id> -->
			<company_name>Example Co.</company_name>
			<company_email>example@example.com</company_email>	<!-- Valid EMAIL ie. someone@domain.ext -->
			<company_url>http://example.com</company_url> 		<!-- Valid URL starting with http -->
			
			<!-- Required job info - if empty <id> -->
			<job_code>unique_job_code</job_code>				<!-- Optional - unique client job code -->
			<job_title>Title</job_title>
			<job_slug>company_name-jobcode</job_slug>			<!-- Optional - Defaulted to Wordpress slugified "company_name-job_code" OR "company_name-job_title" -->
			
			<job_description>Some job description</job_description>
			<job_city>Keewatin</job_city>
			<job_state>Ontario</job_state>
			<job_zip_code>P0X 1C0</job_zip_code>
			<job_expires_at>2011-10-02</job_expires_at>			<!-- Required (if empty <id>), job expiration date -->

			<job_country>124</job_country>						<!-- Optional - valid ISO 3166-1 numeric code US=840 -->
			<!-- Optional - defaulted to posting date -->
			<job_created_at>2011-08-02</job_created_at>
			<job_modified_at>2011-08-02</job_modified_at>

			<!-- Optional - defaulted to True [1/0] -->
			<is_active>1</is_active>
			<is_approved>1</is_approved>

			<!-- Optional - defaulted to False [0/1] -->
			<is_filled>0</is_filled>
			<is_featured>0</is_featured>
		 
			<tags>
				<tag> <!-- Tag #1 - Optional -->
					<type>type</type>							<!-- Required, allowed values: category, type -->
					<title>Part-time</title>					<!-- Required, Search for in our JobTypes -->
				</tag>
				<tag> <!-- Tag #2 - Optional -->
					<type>category</type>						<!-- Required, allowed values: category, type -->
					<title>PHP</title>							<!-- Required, Search for in our JobCategories -->
				</tag>
				<!-- Repeat as necessary for categories -->
			</tags>
		</job>
	</jobs>
</wpjb>

<!-- 
2015/04/04: Valid options for type & category tags

 JobTypes
Fixed Term 
Freelance 
Full-time 
Internship 
Part-time 
Various 


 JobCategories
Accommodations 
Agriculture 
Childcare 
Construction 
Education 
Engineering 
Finance 
Food Services 
Greenhouses 
Health Care 
Hospitality
Industrial 
Law 
Law Enforcement 
Maintenance 
Manufacturing 
Meteorology 
Miscellaneous 
Office 
Public Administration 
Resource Sector 
Retail 
Service Sector 
Telecommunications 
Trades 
Transportation 
Utilities 
Various 
Wholesale Trades 

-->