<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/CoverLetter"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns="http://schemas.monster.com/Seeker/Mobile/CoverLetter"
    elementFormDefault="qualified">
  <xsd:element name="CoverLetterBody" type="CoverLetterBodyType" />
  <xsd:complexType name="CoverLetterBodyType">
    <xsd:annotation>
      <xsd:documentation>
        <definition>The body of the cover letter.</definition>
        <datatype>Text</datatype>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
      <xsd:extension base="xsd:string"/>
    </xsd:simpleContent>
  </xsd:complexType>
</xsd:schema>