3.11.5.5.2.1 NotifyAllClients

This element specifies input values for the NotifyAllClients operation.

    <xs:element name="NotifyAllClients">
      <xs:complexType>
        <xs:sequence>
          <xs:element minOccurs="0" name="messageId" type="xs:unsignedInt" /> 
          <xs:element minOccurs="0" name="message" nillable="true" type="xs:string" /> 
        </xs:sequence>
      </xs:complexType>
    </xs:element>

messageId: An integer representing the ID of the notification message sent to all the clients.

message: A string that contains the content of the notification message sent to all the clients.