3.6.5.2.2.1 Query

This element specifies input values for the Query operation.

 <xs:element name="Query">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="specification" nillable="true" xmlns:q1="http://schemas.datacontract.org/2004/07/Microsoft.WindowsServerSolutions.Common.ProviderFramework" type="q1:QuerySpecification" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>

specification: A QuerySpecification (section 2.2.4.6.4) complex type that contains details for the specified providers.