2.2.5.6 ClientActions

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Pipe.Interface

A simple type that is reserved and MUST be ignored.

 <xs:simpleType name="ClientActions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:list>
     <xs:simpleType>
       <xs:restriction base="xs:string">
         <xs:enumeration value="None"/>
         <xs:enumeration value="Dismiss"/>
         <xs:enumeration value="Close"/>
         <xs:enumeration value="OpenInClient"/>
         <xs:enumeration value="Refresh"/>
       </xs:restriction>
     </xs:simpleType>
   </xs:list>
 </xs:simpleType>

The following table specifies the allowable values for the ClientActions simple type.

Value

Meaning

None

Reserved and MUST be ignored.

Dismiss

Reserved and MUST be ignored.

Close

Reserved and MUST be ignored.

OpenInClient

Reserved and MUST be ignored.

Refresh

Reserved and MUST be ignored.