Element |
Description |
Type |
Occurrences |
---|---|---|---|
device |
List of Device notifications |
0-unlimited |
|
group |
List of Group notifications |
0-unlimited |
|
team |
List of Team notifications |
0-unlimited |
|
user |
List of User notifications |
0-unlimited |
<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>