<?xml version="1.0" encoding="utf-8" ?>
<xsd:schema 
  targetNamespace="http://schemas.monster.com/Seeker/Account" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns="http://schemas.monster.com/Seeker/Account" 
  xmlns:monster="http://schemas.monster.com" 
  xmlns:ms="http://schemas.monster.com/Seeker" 
  elementFormDefault="qualified">

  <xsd:import namespace="http://schemas.monster.com" schemaLocation="../../MonsterContextMetaData.xsd" />
  <xsd:import namespace="http://schemas.monster.com/Seeker" schemaLocation="../DataTypes.xsd" />

  <xsd:element name="CreateAccountFullRequest" type="CreateAccountFullRequestType" />

  <xsd:complexType name="CreateAccountFullRequestType">
    <xsd:sequence>
      <xsd:element name="UserData" type="ms:SignUpData" />
      <xsd:element name="ValidateOnly" type="xsd:boolean" minOccurs="0" />
      <xsd:element ref="monster:PropertyBag" minOccurs="0" />
    </xsd:sequence>
  </xsd:complexType>

  <xsd:element name="CreateAccountFullResult" type="CreateAccountFullResultType" />
  
  <xsd:complexType name="CreateAccountFullResultType">
    <xsd:sequence>
      <xsd:element name="UserID" type="xsd:int" />
    </xsd:sequence>
  </xsd:complexType>
  
</xsd:schema>