<?xml version="1.0" encoding="UTF-8" ?>
<positionfeed
    xmlns="http://www.juju.com/employers/positionfeed-namespace/"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.juju.com/employers/positionfeed-namespace/ http://www.juju.com/employers/positionfeed.xsd" version="2006-04">
    <source>ExampleCompany</source>
    <sourceurl>http://www.ExampleCompany.com/</sourceurl>
    <feeddate>2006-04-17T13:07:30Z</feeddate>
    <job id="junior_soft_eng_10">
        <employer>ExampleCompany</employer>
        <title>Junior Software Engineer</title>
        <description>Develops software. Works closely with
        other software engineers, to engineer software.</description>
        <postingdate>2006-03-01</postingdate>
        <joburl>http://www.ExampleCompany.com/positions/junior_soft_eng_10.html</joburl>
        <location>
            <zip>80302</zip>
            <nation>US</nation>
        </location>
        <experience><min>1</min><max>3</max></experience>
    </job>
    <job id="senior_soft_eng_10">
        <employer>ExampleCompany</employer>
        <title>Senior Software Engineer</title>
        <description>Develops software. Works closely with
        other software engineers, to engineer software.</description>
        <postingdate>2006-03-01</postingdate>
        <joburl>http://www.ExampleCompany.com/positions/senior_soft_eng_10.html</joburl>
        <location>
            <city>Lawrence</city>
            <state>KS</state>
            <nation>US</nation>
        </location>
        <experience><min>3</min><max>5</max></experience>
    </job>
    <job id="sys_admin_10">
        <employer>ExampleCompany</employer>
        <title>Systems Administrator</title>
        <description>Keeps computers running.</description>
        <postingdate>2006-03-15</postingdate>
        <joburl>http://www.ExampleCompany.com/positions/sys_admin_10.html</joburl>
        <location>
            <state>MA</state>
            <nation>US</nation>
        </location>
        <type>parttime</type>
    </job>
    <job id="tech_writer_05">
        <employer>ExampleCompany</employer>
        <title>Technical writer</title>
        <description>Writes documents that describe feeds.</description>
        <postingdate>2005-02-20</postingdate>
        <joburl>http://www.ExampleCompany.com/positions/tech_writer_05.html</joburl>
        <location>
            <nation>US</nation>
        </location>
        <salary>
            <period>hourly</period>
            <min>15</min>
            <max>20</max>
        </salary>
    </job>
    <job id="accountant_20">
        <employer>ExampleCompany</employer>
        <title>Accountant</title>
        <description>Keep records, writes invoices, etc.</description>
        <postingdate>2005-03-01</postingdate>
        <joburl>http://www.ExampleCompany.com/positions/accountant_20.html</joburl>
        <location>
            <city>Lawrence</city>
            <state>KS</state>
            <nation>US</nation>
        </location>
        <education>bachelors</education>
    </job>   
    <job id="bigfood_chef_20">
        <employer>BigCompanyInternational</employer>
        <title>Chef</title>
        <description>Cooks food.</description>
        <postingdate>2007-03-01</postingdate>
        <joburl>http://www.bigcompanyinternational.com/positions/ExampleCompany_chef_20.html</joburl>
        <location>
            <city>Lawrence</city>
            <state>KS</state>
            <nation>US</nation>
        </location>
        <jobsource>Big Company International</jobsource>
        <jobsourceurl>http://www.bigcompanyinternational.com</jobsourceurl>
    </job>
</positionfeed>
