SoapTeamNotification data structure

Element

Description

Type

Occurrences

device

List of Device notifications

SoapDeviceNotification

0-unlimited

group

List of Group notifications

SoapGroupNotification

0-unlimited

responseList

List of responses for this notification

ResponseList

0-unlimited

status

Status of this notification

string

1

targetName

Target name of the Team this notification targets

string

1

team

List of Team notifications

SoapTeamNotification

0-unlimited

user

List of User notifications

SoapPersonNotification

0-unlimited

Specification:

<xs:complexType name="SoapTeamNotification">
  <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="responseList" nillable="true" type="ns:ResponseList"/>
    <xs:element name="status" nillable="true" type="xs:string"/>
    <xs:element name="targetName" nillable="true" type="xs:string"/>
    <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