3.1.4.23.2.1 GetXmlDataFromDataSource

The GetXmlDataFromDataSource element takes a string that is implementation-specific XML and returns data usable for authoring that matches the schema of the data that would be returned by such an element during processing on the server. It is not necessary that the data be equal or that the data be obtained in exactly the same way as it would be during processing. However, the server MUST return data of the same schema so that the client can author constructs that use the data correctly. This element is defined as follows

 <s:element name="GetXmlDataFromDataSource" xmlns:s="http://www.w3.org/2001/XMLSchema">
    <s:complexType>
       <s:sequence>
          <s:element name="queryXml" type="s:string" minOccurs="1" maxOccurs="1"/>
       </s:sequence>
    </s:complexType>
 </s:element>

queryXml: An XML-encoded string that, after decoding, is a valid XML document containing implementation-specific<105> details on a query to run.