7.1 http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08"/>
   <xs:complexType name="SearchServiceApplicationFault">
     <xs:sequence>
       <xs:element minOccurs="0" name="ErrorCode" type="xs:int"/>
       <xs:element xmlns:q2="http://www.microsoft.com/sharepoint/search/KnownTypes/2008/08" minOccurs="0" name="FaultType" type="q2:SearchServiceApplicationFaultType"/>
       <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="SearchServiceApplicationFault" nillable="true" type="q1:SearchServiceApplicationFault"/>
 </xs:schema>