7.1 http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Administration Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Administration" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Administration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://schemas.datacontract.org/2004/07/System"/>
   <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>
   <xs:complexType name="ArrayOfSPSharedServiceApplicationInfo">
     <xs:sequence>
       <xs:element minOccurs="0" maxOccurs="unbounded" name="SPSharedServiceApplicationInfo" nillable="true" type="tns1:SPSharedServiceApplicationInfo"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="ArrayOfSPSharedServiceApplicationInfo" nillable="true" type="tns1:ArrayOfSPSharedServiceApplicationInfo"/>
   <xs:complexType name="SPSharedServiceApplicationInfo">
     <xs:sequence>
       <xs:element minOccurs="0" name="ApplicationClassId" type="ser:guid"/>
       <xs:element xmlns:q2="http://schemas.datacontract.org/2004/07/System" minOccurs="0" name="ApplicationVersion" nillable="true" type="q2:Version"/>
       <xs:element minOccurs="0" name="Comments" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="DisplayName" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="TermsOfServiceUri" nillable="true" type="xs:anyURI"/>
       <xs:element minOccurs="0" name="Uri" nillable="true" type="xs:anyURI"/>
     </xs:sequence>
   </xs:complexType>
   <xs:element name="SPSharedServiceApplicationInfo" nillable="true" type="tns1:SPSharedServiceApplicationInfo"/>
 </xs:schema>