blob: c153382f834bca78ca6843f6e12a5e261bd9199d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<Customer HighValueCustomer="True">
<CustomerID>1</CustomerID>
<Name>Cheryl</Name>
<Orders>
<Order>
<ProductDescription>Unicycle</ProductDescription>
<Quantity>3</Quantity>
<OrderDate>9/5/2001</OrderDate>
</Order>
<Order>
<ProductDescription>Tricycle</ProductDescription>
<Quantity>3</Quantity>
<OrderDate>8/6/2000</OrderDate>
</Order>
</Orders>
</Customer>