<?xml version="1.0" encoding="utf-16"?>
<Customer xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.datacontract.org/2004/07/DevLeap.Linq.LinqToSql">
<CustomerID>WHITC</CustomerID>
<CompanyName>White Clover Markets</CompanyName>
<ContactName>John Smith</ContactName>
<ContactTitle>Owner</ContactTitle>
<Address>305 - 14th Ave. S. Suite 3B</Address>
<City>Seattle</City>
<Region>WA</Region>
<PostalCode>98128</PostalCode>
<Country>USA</Country>
<Phone>(206) 555-4112</Phone>
<Fax>(206) 555-4115</Fax>
</Customer>
