﻿<?xml version="1.0" standalone="yes"?>
<Sample xmlns="http://www.tempuri.org/Northwind.xsd">
  <Table1>
    <Name>Bob</Name>
    <Amount>100</Amount>
  </Table1>
  <Table1>
    <Name>Bob</Name>
    <Amount>200</Amount>
  </Table1>
  <Table1>
    <Name>Sue</Name>
    <Amount>50</Amount>
  </Table1>
  <Table1>
    <Name>Tom</Name>
    <Amount>150</Amount>
  </Table1>
  <Table1>
    <Name>Tom</Name>
    <Amount>150</Amount>
  </Table1>
  <Table1>
    <Name>Tom</Name>
    <Amount>200</Amount>
  </Table1>
</Sample>