3.3.5.12.2.1 SuppressAlertOneWay

This element specifies input values for the SuppressAlertOneWay operation.

 <xs:element name="SuppressAlertOneWay">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="alertKey" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="value" type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

alertKey: A string that contains the key to the alert.

value: A Boolean where TRUE indicates that the alert should be suppressed; otherwise, the value is FALSE.