2.2.4.11.2 NotificationResults

The NotificationResults type describes notification results in the client notification service.

    <xs:complexType name="NotificationResults">
      <xs:sequence>
        <xs:list minOccurs="0" name="result" type="NotificationResult" />
      </xs:sequence>
    </xs:complexType>

result: A list of NotificationResults (section 2.2.4.11.1) that contains the results of the notifications.