NotificationList data structure

Element

Description

Type

Occurrences

device

List of Device notifications

SoapDeviceNotification

0-unlimited

group

List of Group notifications

SoapGroupNotification

0-unlimited

team

List of Team notifications

SoapTeamNotification

0-unlimited

user

List of User notifications

SoapPersonNotification

0-unlimited

Specification:

<xs:complexType name="NotificationList">

  <xs:sequence>

    <xs:element maxOccurs="unbounded" minOccurs="0" name="device" nillable="true" type="ns:SoapDeviceNotification"/>

    <xs:element maxOccurs="unbounded" minOccurs="0" name="group" nillable="true" type="ns:SoapGroupNotification"/>

    <xs:element maxOccurs="unbounded" minOccurs="0" name="team" nillable="true" type="ns:SoapTeamNotification"/>

    <xs:element maxOccurs="unbounded" minOccurs="0" name="user" nillable="true" type="ns:SoapPersonNotification"/>

  </xs:sequence>

</xs:complexType>

Example