<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/Notifications" xmlns:monster="http://schemas.monster.com" xmlns="http://schemas.monster.com/Seeker/Mobile/Notifications" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  <xsd:include schemaLocation="http://schemas.monster.com/Current/XSD/Seeker/Mobile/Notifications/NotificationSummary.xsd"/>
  <xsd:import namespace="http://schemas.monster.com" schemaLocation="http://schemas.monster.com/Current/XSD/MonsterContextMetaData.xsd" />
  <xsd:element name="GetNotificationMessagesRequest" type="GetNotificationMessagesRequestType" />
  <xsd:complexType name="GetNotificationMessagesRequestType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        This is the request object
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="AgentID" type="xsd:int" />
      <xsd:element name="NotificationType" type="xsd:int" />
      <xsd:element name="NotificationMessageId" type="xsd:int" />
      <xsd:element name="PageIndex" type="xsd:int" />
      <xsd:element name="Size" type="xsd:int" />
	  <xsd:element name="NotificationApplicationID" type="xsd:int"/>
      <xsd:element ref="monster:PropertyBag" minOccurs="0" />
    </xsd:sequence>
  </xsd:complexType>
  <xsd:element name="GetNotificationMessagesResult" type="GetNotificationMessagesResultType" />
  <xsd:complexType name="GetNotificationMessagesResultType">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        This is the return value
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
       <xsd:element ref="NotificationSummary" minOccurs="0" maxOccurs="unbounded" />
      <xsd:element name="ErrorCode" type="xsd:int" />
      <xsd:element name="ErrorMsg" type="xsd:string" />
      <xsd:element ref="monster:StatusInfo" minOccurs="0" />
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>