<?xml version="1.0" standalone="yes"?>
<CopyToDataTable>
  <Table1>
    <Id>1</Id>
    <Price>13.4</Price>
    <Genre>Action</Genre>
    <Director>Eddie Jones</Director>
  </Table1>
  <Table1>
    <Id>1</Id>
    <Price>13.5</Price>
    <Genre>Comedy</Genre>
    <Author>Jim Bob</Author>
  </Table1>
  <Table1>
    <Id>1</Id>
    <Price>22.99</Price>
    <Genre>Comedy</Genre>
    <Director>Phil Funk</Director>
  </Table1>
  <Table2>
    <Price>13</Price>
    <Genre>Action</Genre>
  </Table2>
  <Table2>
    <Price>14</Price>
    <Genre>Comedy</Genre>
  </Table2>
  <Table2>
    <Price>23</Price>
    <Genre>Comedy</Genre>
  </Table2>
  <Table3>
    <NewId>0</NewId>
    <Genre>Action</Genre>
    <Price>13.4</Price>
  </Table3>
  <Table3>
    <NewId>1</NewId>
    <Genre>Comedy</Genre>
    <Price>13.5</Price>
  </Table3>
  <Table3>
    <NewId>2</NewId>
    <Genre>Comedy</Genre>
    <Price>22.99</Price>
  </Table3>
  <Table4>
    <Value>13.4</Value>
  </Table4>
  <Table4>
    <Value>13.5</Value>
  </Table4>
  <Table4>
    <Value>22.99</Value>
  </Table4>
</CopyToDataTable>