2.2.4.11.1 NotificationResult

The NotificationResult type describes the notification result in the client notification service.

    <xs:complexType name="NotificationResult">
      <xs:sequence>
        <xs:element minOccurs="0" name="clientName" nillable="true" type="xs:string" />
        <xs:element minOccurs="0" name="result" type="xs:boolean" />
      </xs:sequence>
    </xs:complexType>

clientName: A string that contains the name of the client.

result: A Boolean where TRUE indicates the notification is successfully sent to the client; otherwise, the value is FALSE.