<?xml version="1.0" encoding="utf-8"?>
<jobs>
<passwordStatus>true</passwordStatus> <!-- String Value possible values true or false -->
<job>
<id>12345</id> <!-- String Value -->
<status>active</status> <!-- String Value, possible values active or deactivated -->
<ref_number>12345</ref_number> <!-- String Value -->
<published_date>20.07.2018</published_date> <!-- only accepted format dd.mm.yyyy -->
<title><![CDATA[for example Truck
Driver in Stuttgart]]></title> <!-- any HTML formated title, allowed tags see below -->
<description><![CDATA[for example Truck
Driver in Stuttgart with
many years experience</h3>
.......
........
<h3>Requirements</h3>
<ul>
<li>.........</li>
<li>.........</li>
<li>.........</li>
</ul>]]>
</description> <!-- any HTML formated description, allowed tags see below -->
<language>de</language> <!-- international code of the job ad language -->
<keywords>.....</keywords> <!-- comma separated keywords, to serve the search algorithm-->
<location_postalcode>70173</location_postalcode> <!-- String Value -->
<location>Stuttgart</location> <!-- String Value -->
<latitude>48.782706</latitude> <!-- Float Value -->
<longitude>9.180674</longitude> <!-- Float Value -->
<job_weblink>in case of redirection,
URL of the Job </job_weblink> <!-- String Value -->
<logo_weblink>URL Address
of the logo</logo_weblink> <!-- String Value -->
<employer>
<company_name>company name</company_name> <!-- String Value -->
<postalcode>70173</postalcode> <!-- String Value -->
<location>Stuttgart</location> <!-- String Value -->
<!-- The firm data remain confidential
expect the contact data, so specify what
as contact data will be published -->
<contact><![CDATA[any contact data]]></contact> <!-- any HTML formated Contact Data, allowed tags see below -->
</employer>
</job>
<!-- next jobs -->
</jobs>