<?xml version="1.0" encoding="utf-8"?>
<xsd:schema targetNamespace="http://schemas.monster.com/Seeker/Mobile/Notifications" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://schemas.monster.com/Seeker/Mobile/Notifications" elementFormDefault="qualified">
<xsd:element name="NotificationInboxMessages" type="NotificationInboxMessage" />
  <xsd:complexType name="NotificationInboxMessage">
    <xsd:annotation>
      <xsd:documentation xml:lang="en">
        This is the request object data
      </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
      <xsd:element name="NotificationInboxId" type="xsd:int">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <definition>NotificationInboxId</definition>
            <datatype>Integer</datatype>
            <validation>Required</validation>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="SerializedMessage" type="xsd:base64Binary">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <definition>SerializedMessage</definition>
            <datatype>Byte</datatype>
            <datalength />
            <validation></validation>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
      <xsd:element name="MessageTypeId" type="xsd:int">
        <xsd:annotation>
          <xsd:documentation xml:lang="en">
            <definition>MessageTypeId</definition>
            <datatype>Integer</datatype>
            <validation>Required</validation>
          </xsd:documentation>
        </xsd:annotation>
      </xsd:element>
    </xsd:sequence>
  </xsd:complexType>
</xsd:schema>