Schema for an XML

Home Page Forums BizTalk 2004 – BizTalk 2010 Schema for an XML

Viewing 1 reply thread
  • Author
    Posts
    • #15194

      [code:1:74fc16de8a]<?xml version=\"1.0\" encoding=\"utf-8\"?>
      <RetrieveMultipleRequest ReturnDynamicEntities=\"false\">
      <Query xmlns:q1=\"http://schemas.microsoft.com/crm/2006/Query\" d2p1:type=\"q1:QueryExpression\" xmlns:d2p1=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.microsoft.com/crm/2006/WebServices\">
      <q1:EntityName>account</q1:EntityName>
      <q1:ColumnSet d2p1:type=\"q1:AllColumns\" />
      <q1:Distinct>false</q1:Distinct>
      </Query>
      </RetrieveMultipleRequest>[/code:1:74fc16de8a]

      I have the following XML file, can anyone help me out with the schema for it!? I’m trying, bu with no luck so far!

    • #15195

      The schema for the query is an \”online\” schema (it’s in the webreference).
      Thanks for the answer, I’m now trying a different approach to the problem, but it still might com in handy! 🙂

      Thks.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.