2.2.9.1.1 MessageButtons

The MessageButtons type is a list (2) of enumeration values of the control buttons associated with the alert that the protocol server returns to the protocol client. The list (2) MUST contain either "OK" or the combination of "Yes" and "No".

 <s:simpleType name="MessageButtons">
   <s:list>
     <s:simpleType>
       <s:restriction base="s:string">
         <s:enumeration value="OK"/>
         <s:enumeration value="Yes"/>
         <s:enumeration value="No"/>
       </s:restriction>
     </s:simpleType>
   </s:list>
 </s:simpleType>

The following table specifies possible values for MessageButtons.

Value

Meaning

OK

An OK control button

Yes

A Yes control button

No

A No control button