<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:tns="http://tempuri.org/" elementFormDefault="qualified" targetNamespace="http://tempuri.org/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Common.ProviderFramework" />
<xs:import namespace="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" />
<xs:element name="Disconnect">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="Query">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="specification" nillable="true" type="q1:QuerySpecification" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QueryResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q2="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="QueryResult" nillable="true" type="q2:ArrayOfProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="QueryAll">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="QueryAllResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q3="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="QueryAllResult" nillable="true" type="q3:ArrayOfProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RequestProviderInfoUpdate">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q4="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="providersToUpdate" nillable="true" type="q4:ArrayOfProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="RequestProviderInfoUpdateResponse">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q5="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="RequestProviderInfoUpdateResult" nillable="true" type="q5:ArrayOfProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="GetVersion">
<xs:complexType>
<xs:sequence />
</xs:complexType>
</xs:element>
<xs:element name="GetVersionResponse">
<xs:complexType>
<xs:sequence>
<xs:element minOccurs="0" name="GetVersionResult" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="InformOfProviderUpdate">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q6="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="info" nillable="true" type="q6:ProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Register">
<xs:complexType>
<xs:sequence>
<xs:element xmlns:q7="http://www.microsoft.com/2010/06/Microsoft.WindowsServerSolutions.Common.ProviderFramework" minOccurs="0" name="info" nillable="true" type="q7:ProviderInfo" />
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>