• Not sure if I’m asking this in the right place but I’ll ask anyway.

    I have a pretty good grasp of WordPress now but this is above my level of expertise. I have been asked to redevelop an existing site which is not on wordpress. This is fine I can do all the things they require but one.

    They are a recruitment company which currently has a jobs board which is linked to their internal recruitment software FastTrack. When they create a new job through the FastTrack system it will automatically post to their website and to the job site seek. This is their current site http://www.placergroup.com.au

    Basically I need to know:
    -Is it possible to connect wordpress with this system?
    -Is it something a mid-level wordpress user could do or is this a job for a more high-level developer?
    -What steps, coding, plugins, etcs would be involved?

    I don’t want to undertake this job without the knowledge to make this connection with their system and the website/seek. If I need outside help thats fine but I just need to know what I’m looking at and who could help.

    So any feedback would be much appreciated.

    Thanks
    Sarah

Viewing 1 replies (of 1 total)
  • Thread Starter blankcanvasmedia

    (@blankcanvasmedia)

    FastTrack have sent a document with the following:

    1.3. XML Schema
    The following shows the schema for the XML export for the corporate board.
    <?xml version=”1.0″ encoding=”utf-8″ ?>
    <xs:schema xmlns=”http://fasttrack.com.au/2006/11/FastPost/Internal&#8221;
    xmlns:xs=”http://www.w3.org/2001/XMLSchema&#8221;
    targetNamespace=”http://fasttrack.com.au/2006/11/FastPost/Internal&#8221;
    elementFormDefault=”qualified”>
    <xs:element name=”MicroSite” type=”MicroSite” />
    <xs:complexType name=”MicroSite”>
    <xs:sequence>
    <xs:element name=”Job” type=”Job” minOccurs=”1″ maxOccurs=”1″ />
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name=”Job”>
    <xs:sequence>
    <xs:element name=”Reference” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”Title” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”ShortDescription” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”AdDetail” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”Consultant” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”ContactNumber” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”ContactEmail” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”CompanyName” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”Location” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”JobType” type=”xs:string” minOccurs=”1″ maxOccurs=”1″ />
    <xs:element name=”Classification” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”Position” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”LinkOutUrl” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”ApplicationEmail” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”SalaryMin” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”SalaryMax” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    <xs:element name=”ResidentsOnly” type=”xs:string” minOccurs=”0″ maxOccurs=”1″ />
    </xs:sequence>
    <xs:attribute name=”MicroSiteName” type=”xs:string” use=”required” />
    </xs:complexType>
    </xs:schema>

Viewing 1 replies (of 1 total)
  • The topic ‘Adding a jobs board with an XML Schema’ is closed to new replies.