3.3.5.13.2.1 SuppressAlert

This element specifies input values for the SuppressAlert operation.

 <xs:element name="SuppressAlert">
   <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.