3.11.5.5.2.2 NotifyAllClientsResponse

This element specifies output values for the NotifyAllClients operation.

    <xs:element name="NotifyAllClientsResponse">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="NotifyAllClientsResult" type="NotificationResults" /> 
        </xs:sequence>
      </xs:complexType>
    </xs:element>

NotifyAllClientsResult: A NotificationResults (section 2.2.4.11.2) complex type where TRUE indicates that the notification was successfully sent to all the clients; otherwise, the value is FALSE.