<GetCustomerResponse xmlns="http://schemas.devleap.com/CustomerService">
<GetCustomerResult
xmlns:b="http://schemas.datacontract.org/2004/07/
DevLeap.Linq.WCF.LinqToSQL.NorthwindModel"
xmlns:i="http://www.w3.org/2001/XMLSchemainstance">
<b:CustomerID>ALFKI</b:CustomerID>
<b:CompanyName>Alfreds Futterkiste</b:CompanyName>
<b:ContactName>Maria Anders</b:ContactName>
<!-- kd XML vynechn ... -->
<b:Orders>
<b:Order>
<b:OrderID>10643</b:OrderID>
<b:CustomerID>ALFKI</b:CustomerID>
<b:EmployeeID>6</b:EmployeeID>
<!-- kd XML vynechn ... -->
<b:Order_Details>
<b:Order_Detail>
<b:OrderID>10643</b:OrderID>
<b:ProductID>28</b:ProductID>
<b:UnitPrice>45.6000</b:UnitPrice>
<b:Quantity>15</b:Quantity>
<b:Discount>0.25</b:Discount>
</b:Order_Detail>
<!-- kd XML vynechn ... -->
</b:Order_Details>
</b:Order>
<!-- kd XML vynechn ... -->
</b:Orders>
</GetCustomerResult>
</GetCustomerResponse>
