Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <DataSet xmlns="http://www.website.com">
  2. <xs:schema xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="NewDataSet">
  3. <xs:element name="NewDataSet" msdata:IsDataSet="true" msdata:UseCurrentLocale="true">
  4. <xs:complexType>
  5. <xs:choice minOccurs="0" maxOccurs="unbounded">
  6. <xs:element name="Table">
  7. <xs:complexType>
  8. <xs:sequence>
  9. <xs:element name="telnum" type="xs:string" minOccurs="0"/>
  10. <xs:element name="epon" type="xs:string" minOccurs="0"/>
  11. <xs:element name="beruf" type="xs:string" minOccurs="0"/>
  12. <xs:element name="odos" type="xs:string" minOccurs="0"/>
  13. <xs:element name="locality" type="xs:string" minOccurs="0"/>
  14. </xs:sequence>
  15. </xs:complexType>
  16. </xs:element>
  17. </xs:choice>
  18. </xs:complexType>
  19. </xs:element>
  20. </xs:schema>
  21. <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
  22. <NewDataSet xmlns="">
  23. <Table diffgr:id="Table1" msdata:rowOrder="0">
  24. <telnum>123456789</telnum>
  25. <epon>lastname first</epon>
  26. <beruf>job</beruf>
  27. <odos>road</odos>
  28. <locality>-</locality>
  29. </Table>
  30. <Table diffgr:id="Table2" msdata:rowOrder="1">
  31. <telnum>123456789</telnum>
  32. <epon>lastname first</epon>
  33. <beruf>job</beruf>
  34. <odos>road</odos>
  35. <locality></locality>
  36. </Table>
  37. <Table diffgr:id="Table3" msdata:rowOrder="2">
  38. <telnum>123456789</telnum>
  39. <epon>lastname first</epon>
  40. <beruf>job</beruf>
  41. <odos>road</odos>
  42. <locality xml:space="preserve"></locality>
  43. </Table>
  44. </NewDataSet>
  45. </diffgr:diffgram>
  46. </DataSet>