﻿<?xml version="1.0" standalone="yes"?>
<Sample xmlns="http://www.tempuri.org/Northwind.xsd">
  <Table1>
    <Col1>1</Col1>
    <Col2>40</Col2>
	<Color>Blue</Color>
  </Table1>
  <Table1>
    <Col1>2</Col1>
    <Col2>50</Col2>
	<Color>Red</Color>
  </Table1>
  <Table1>
    <Col1>3</Col1>
    <Col2>60</Col2>
	<Color>Yellow</Color>
  </Table1>
</Sample>