Full XML Example

<jobfeed>
	<joblisting reference_id="123456ABCD" sender_id="12345" organisation_id="321" recruiter_id="12345" action="INSERT">
		<channel><![CDATA[DE]]></channel>
		 <categorization>
			<workfield id="7004000" />
			<geography id="353" />
			<sector id="24000" />
			<contracttype id="222" />
			<worktype id="80001" />
			<experience id="90002" />
		</categorization>
		<jobdetails>
			<language><![CDATA[de]]></language>
			<jobtitle><![CDATA[offer jobtitle]]></jobtitle>
			<introduction title=""><![CDATA[company's introduction text]]></introduction>
			<tasks title=""><![CDATA[job related tasks]]></tasks>
			<profile title=""><![CDATA[candidate's profile text]]></profile>
			<offer title=""><![CDATA[company's benefits text]]></offer>
			<contactinfo title=""><![CDATA[contact information text]]></contactinfo>
			<joblocations>
				<location>
					<countrycode><![CDATA[DE]]></countrycode>
					<city><![CDATA[Berlin]]></city>
					<postalcode><![CDATA[10969]]></postalcode>
					<streetname><![CDATA[Lindenstraße]]></streetname>
					<buildingnumber><![CDATA[123]]></buildingnumber>
				</location>
				<location>
					<countrycode><![CDATA[DE]]></countrycode>
					<city><![CDATA[Munich]]></city>
					<postalcode><![CDATA[81545]]></postalcode>
					<streetname><![CDATA[Lindenstraße]]></streetname>
					<buildingnumber><![CDATA[123]]></buildingnumber>
				</location>
			</joblocations>
			<keywords><![CDATA[keyword1, keyword2]]></keywords>
			<apply>
				<email><![CDATA[apply@customer.com]]></email>
				<url><![CDATA[https://www.applyhere.com]]></url>
				<questionnaire><![CDATA[https://www.applyhere.com]]></questionnaire>
			</apply>
			<salary>
				<minimum>20000</minimum>
				<maximum>50000</maximum>
				<currency><![CDATA[EUR]]></currency>
				<period><![CDATA[monthly]]></period>
			</salary>
		</jobdetails>
		<layoutdetails>
			<images>
				<header><![CDATA[https://www.exampleimage/images/headerpicture01.jpg]]></header>
				<header><![CDATA[https://www.exampleimage/images/headerpicture02.jpg]]></header>
				<header><![CDATA[https://www.exampleimage/images/headerpicture03.jpg]]></header>
				<backgroundimage><![CDATA[https://www.exampleimage/images/backgroundimage.jpg]]></backgroundimage>
			</images>
			<colors>
				  <background><![CDATA[#cccccc]]></background>
				  <headline><![CDATA[#0c2577]]></headline>
			</colors>
			<video><![CDATA[https://www.youtube.com/embed/hEcnAi5kQbM]]></video>
		</layoutdetails>
		<companydetails>
			<companyname><![CDATA[Max Mustermann GmbH]]></companyname>
			<contract>
				<name><![CDATA[Rahmenvertrag]]></name>
				<product><![CDATA[Professional]]></product>
			</contract>
			<billing>
				<ordernumber><![CDATA[ordernumber/po-nr.]]></ordernumber>
				<costcenter><![CDATA[costcenter]]></costcenter>
				<address><![CDATA[billing address]]></address>
				<reference><![CDATA[internal / secondary reference]]></reference>
			</billing>
			<recruiter>
				<position><![CDATA[Recruiting Manager]]></position>
				<gender><![CDATA[M]]></gender>
				<firstname><![CDATA[Max]]></firstname>
				<lastname><![CDATA[Mustermann]]></lastname>
				<email><![CDATA[mustermann@company-group.de]]></email>
				<phone><![CDATA[+4912356789]]></phone>
			</recruiter>
		</companydetails>     
	</joblisting>
</jobfeed>

Automatically generated XSD schema based on the full XML example: sample_XSD

Updated on 2024-01-04

Article Attachments

Was this article helpful?