dataset.output 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <DataSet>
  3. <xs:schema id="myDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  4. <xs:element name="myDataSet" msdata:IsDataSet="true" msdata:Locale="en-GB">
  5. <xs:complexType>
  6. <xs:choice maxOccurs="unbounded">
  7. <xs:element name="table1">
  8. <xs:complexType>
  9. <xs:sequence>
  10. <xs:element name="thing" type="xs:string" minOccurs="0" />
  11. </xs:sequence>
  12. </xs:complexType>
  13. </xs:element>
  14. </xs:choice>
  15. </xs:complexType>
  16. </xs:element>
  17. </xs:schema>
  18. <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
  19. <myDataSet>
  20. <table1 diffgr:id="table11" msdata:rowOrder="0" diffgr:hasChanges="inserted">
  21. <thing>Thing 0</thing>
  22. </table1>
  23. <table1 diffgr:id="table12" msdata:rowOrder="1" diffgr:hasChanges="inserted">
  24. <thing>Thing 1</thing>
  25. </table1>
  26. <table1 diffgr:id="table13" msdata:rowOrder="2" diffgr:hasChanges="inserted">
  27. <thing>Thing 2</thing>
  28. </table1>
  29. <table1 diffgr:id="table14" msdata:rowOrder="3" diffgr:hasChanges="inserted">
  30. <thing>Thing 3</thing>
  31. </table1>
  32. <table1 diffgr:id="table15" msdata:rowOrder="4" diffgr:hasChanges="inserted">
  33. <thing>Thing 4</thing>
  34. </table1>
  35. <table1 diffgr:id="table16" msdata:rowOrder="5" diffgr:hasChanges="inserted">
  36. <thing>Thing 5</thing>
  37. </table1>
  38. <table1 diffgr:id="table17" msdata:rowOrder="6" diffgr:hasChanges="inserted">
  39. <thing>Thing 6</thing>
  40. </table1>
  41. <table1 diffgr:id="table18" msdata:rowOrder="7" diffgr:hasChanges="inserted">
  42. <thing>Thing 7</thing>
  43. </table1>
  44. <table1 diffgr:id="table19" msdata:rowOrder="8" diffgr:hasChanges="inserted">
  45. <thing>Thing 8</thing>
  46. </table1>
  47. <table1 diffgr:id="table110" msdata:rowOrder="9" diffgr:hasChanges="inserted">
  48. <thing>Thing 9</thing>
  49. </table1>
  50. </myDataSet>
  51. </diffgr:diffgram>
  52. </DataSet>