<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/MobileInputValidationFault"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ms="http://schemas.monster.com/Seeker"
    xmlns="http://schemas.monster.com/Seeker/Mobile/MobileInputValidationFault"
    elementFormDefault="qualified">
  <xsd:import namespace="http://schemas.monster.com/Seeker" schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/InputValidationFault.xsd"/>

  <xsd:element name="MobileInputValidationFault">
    <xsd:complexType>
      <xsd:sequence>
        <xsd:element name="ValidationErrorReturnType" type="xsd:int" minOccurs="0">
          <xsd:annotation>
            <xsd:documentation xml:lang="en">
              <definition>error type</definition>
              <datatype>Integer</datatype>
            </xsd:documentation>
          </xsd:annotation>
        </xsd:element>
        <xsd:element name="ValidationErrorMessage" type="xsd:string" minOccurs="0" />
        <xsd:element name="InputValidationErrors" type="MobileInputValidationErrorsType" minOccurs="0" />
      </xsd:sequence>
    </xsd:complexType>
  </xsd:element>

  <xsd:complexType name="MobileInputValidationErrorsType">
    <xsd:sequence>
      <xsd:element name="InputValidationError" type="MobileInputValidationErrorType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:complexType name="MobileInputValidationErrorType">
    <xsd:complexContent>
      <xsd:extension base="ms:InputValidationErrorType">
        <xsd:sequence>
          <xsd:element name="ErrorReturnType" type="xsd:int">
            <xsd:annotation>
              <xsd:documentation xml:lang="en">
                <definition>error type</definition>
                <datatype>Integer</datatype>
                <validation>Required</validation>
              </xsd:documentation>
            </xsd:annotation>
          </xsd:element>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>

</xsd:schema>