SoapPersonNotification data structure

Element

Description

Type

Occurrences

device

List of Device notifications

SoapDeviceNotification

0-unlimited

firstName

First name of the User this notification targets

string

1

futureNotificationTime

Time at which the next notification is scheduled to be sent

string

1

lastName

Last name of the User this notification targets

string

1

responseList

List of responses for this notification

ResponseList

0-unlimited

status

Status of this notification

string

1

targetName

Target name of the User this notification targets

string

1

Specification:

<xs:complexType name="SoapPersonNotification">

  <xs:sequence>

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

    <xs:element name="firstName" nillable="true" type="xs:string"/>

    <xs:element name="futureNotificationTime" nillable="true" type="xs:string"/>

    <xs:element name="lastName" nillable="true" type="xs:string"/>

    <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:sequence>

</xs:complexType>

Example