7.1 http://tempuri.org/ Schema

 <?xml version="1.0" encoding="UTF-8"?>
 <xs:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:import namespace="http://Microsoft/Office/Server/UserProfiles"/>
   <xs:import namespace="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.UserProfiles.Cache"/>
   <xs:element name="GetUserData">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:q1="http://Microsoft/Office/Server/UserProfiles" minOccurs="0" name="searchCriteria" nillable="true" type="q1:UserSearchCriteria"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
   <xs:element name="GetUserDataResponse">
     <xs:complexType>
       <xs:sequence>
         <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.UserProfiles.Cache" minOccurs="0" name="GetUserDataResult" nillable="true" type="tns1:StreamedDataOfArrayOfUserDatajHCugpoN"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>