<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="Jobs" targetNamespace="http://www.myherefordshire.com/schemas/JobsSchema.xsd" elementFormDefault="qualified" xmlns="http://www.myherefordshire.com/schemas/JobsSchema.xsd" xmlns:mstns="http://www.myherefordshire.com/schemas/JobsSchema.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="jobs">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="total_jobs" type="xs:int" />
        <xs:element name="vacancy_details" minOccurs="0" maxOccurs="100">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="id" type="xs:string" />
              <xs:element name="job_title" type="xs:string" />
              <xs:element name="job_description" type="xs:string" />
              <xs:element name="job_specialty" type="xs:string" />
              <xs:element name="job_salary" type="xs:string" />
              <xs:element name="job_location" type="xs:string" />
              <xs:element name="job_postdate" type="xs:string" />
              <xs:element name="job_closedate" type="xs:string" />
              <xs:element name="job_url" type="xs:string" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
