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

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:tns2="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Pipe.Interface" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Pipe.Interface" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:complexType name="ServiceResult">
     <xs:sequence>
       <xs:element minOccurs="0" name="Error" nillable="true" type="tns2:ServiceError"/>
       <xs:element minOccurs="0" name="Result" nillable="true" type="xs:anyType"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ServiceResult" nillable="true" type="tns2:ServiceResult"/>
   <xs:complexType name="ServiceError">
     <xs:sequence>
       <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="RecommendedActions" type="tns2:ClientActions"/>
       <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="Type" type="tns2:ServiceErrorType"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ServiceError" nillable="true" type="tns2:ServiceError"/>
   <xs:simpleType name="ClientActions">
     <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>
   <xs:element name="ClientActions" nillable="true" type="tns2:ClientActions"/>
   <xs:simpleType name="ServiceErrorType">
     <xs:restriction base="xs:string">
       <xs:enumeration value="UnknownError"/>
       <xs:enumeration value="ApplicationError"/>
       <xs:enumeration value="Timeout"/>
       <xs:enumeration value="ServiceBusy"/>
       <xs:enumeration value="SessionFull"/>
     </xs:restriction>
   </xs:simpleType>
   <xs:element name="ServiceErrorType" nillable="true" type="tns2:ServiceErrorType"/>
 </xs:schema>