<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/ApplyHistory"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns="http://schemas.monster.com/Seeker/Mobile/ApplyHistory"
    elementFormDefault="qualified">

  <xsd:element name="ApplyHistoryNoteRequest" type="ApplyHistoryNoteRequestType" />
  <xsd:complexType name="ApplyHistoryNoteRequestType">
    <xsd:sequence>
      <xsd:element name="JobId" type="xsd:int" />
      <xsd:element name="Note" type="xsd:string" />
    </xsd:sequence>
  </xsd:complexType>

</xsd:schema>