<?xml version="1.0" encoding="utf-8" ?>
<xsd:schema 
  targetNamespace="http://schemas.monster.com/Seeker/Communities/Account" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" 
  xmlns="http://schemas.monster.com/Seeker/Communities/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="GetExperiencesEducationsAndUserDataRequest" type="GetExperiencesEducationsAndUserDataRequestType" />

  <xsd:complexType name="GetExperiencesEducationsAndUserDataRequestType">
    <xsd:sequence>
      <xsd:element name="UserID" type="xsd:int" />
      <xsd:element ref="monster:PropertyBag" minOccurs="0" />
    </xsd:sequence>
  </xsd:complexType>

  <xsd:element name="GetExperiencesEducationsAndUserDataResult" type="GetExperiencesEducationsAndUserDataResultType" />
  
  <xsd:complexType name="GetExperiencesEducationsAndUserDataResultType">
    <xsd:sequence>
      <xsd:element name="UserData" type="ms:BusinessCard" />
      <xsd:element name="Experiences">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Item" type="ms:Experience" minOccurs="0" maxOccurs="unbounded"></xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Educations">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Item" type="ms:Education" minOccurs="0" maxOccurs="unbounded"></xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
      <xsd:element name="Certificates">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Item" type="ms:IndustryCert" minOccurs="0" maxOccurs="unbounded"></xsd:element>
           </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
  
</xsd:schema>