Element |
Description |
Type |
Occurrences |
---|---|---|---|
name |
Name of the Device this notification targets |
string |
1 |
responseList |
List of responses to this notification |
0-unlimited |
|
status |
Status of the notification |
string |
1 |
<xs:complexType name="SoapDeviceNotification">
<xs:sequence>
<xs:element name="name" 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:sequence>
</xs:complexType>