| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="utf-8"?>
- <DataSet>
- <xs:schema id="myDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="myDataSet" msdata:IsDataSet="true" msdata:Locale="en-GB">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="table1">
- <xs:complexType>
- <xs:sequence>
- <xs:element name="thing" type="xs:string" minOccurs="0" />
- </xs:sequence>
- </xs:complexType>
- </xs:element>
- </xs:choice>
- </xs:complexType>
- </xs:element>
- </xs:schema>
- <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
- <myDataSet>
- <table1 diffgr:id="table11" msdata:rowOrder="0" diffgr:hasChanges="inserted">
- <thing>Thing 0</thing>
- </table1>
- <table1 diffgr:id="table12" msdata:rowOrder="1" diffgr:hasChanges="inserted">
- <thing>Thing 1</thing>
- </table1>
- <table1 diffgr:id="table13" msdata:rowOrder="2" diffgr:hasChanges="inserted">
- <thing>Thing 2</thing>
- </table1>
- <table1 diffgr:id="table14" msdata:rowOrder="3" diffgr:hasChanges="inserted">
- <thing>Thing 3</thing>
- </table1>
- <table1 diffgr:id="table15" msdata:rowOrder="4" diffgr:hasChanges="inserted">
- <thing>Thing 4</thing>
- </table1>
- <table1 diffgr:id="table16" msdata:rowOrder="5" diffgr:hasChanges="inserted">
- <thing>Thing 5</thing>
- </table1>
- <table1 diffgr:id="table17" msdata:rowOrder="6" diffgr:hasChanges="inserted">
- <thing>Thing 6</thing>
- </table1>
- <table1 diffgr:id="table18" msdata:rowOrder="7" diffgr:hasChanges="inserted">
- <thing>Thing 7</thing>
- </table1>
- <table1 diffgr:id="table19" msdata:rowOrder="8" diffgr:hasChanges="inserted">
- <thing>Thing 8</thing>
- </table1>
- <table1 diffgr:id="table110" msdata:rowOrder="9" diffgr:hasChanges="inserted">
- <thing>Thing 9</thing>
- </table1>
- </myDataSet>
- </diffgr:diffgram>
- </DataSet>
|