<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<feed xml:base="http://localhost:4321/WebDataService1.svc/" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom">
<title type="text">Data</title>
<id>http://localhost:4321/WebDataService1.svc/Data</id>
<updated>2009-11-29T06:13:47Z</updated>
<link rel="self" title="Data" href="Data" />
<entry>
<id>http://localhost:4321/WebDataService1.svc/Data(1)</id>
<title type="text" />
<updated>2009-11-29T06:13:47Z</updated>
<author>
<name />
</author>
<link rel="edit" title="SampleEntity" href="Data(1)" />
<category term="WebApplication69.SampleEntity" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID m:type="Edm.Int32">1</d:ID>
<d:Name>Name1</d:Name>
<d:StateValue m:type="Edm.Int32">1</d:StateValue>
</m:properties>
</content>
</entry>
<entry>
<id>http://localhost:4321/WebDataService1.svc/Data(2)</id>
<title type="text" />
<updated>2009-11-29T06:13:47Z</updated>
<author>
<name />
</author>
<link rel="edit" title="SampleEntity" href="Data(2)" />
<category term="WebApplication69.SampleEntity" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID m:type="Edm.Int32">2</d:ID>
<d:Name>Name2</d:Name>
<d:StateValue m:type="Edm.Int32">2</d:StateValue>
</m:properties>
</content>
</entry>
<entry>
<id>http://localhost:4321/WebDataService1.svc/Data(3)</id>
<title type="text" />
<updated>2009-11-29T06:13:47Z</updated>
<author>
<name />
</author>
<link rel="edit" title="SampleEntity" href="Data(3)" />
<category term="WebApplication69.SampleEntity" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID m:type="Edm.Int32">3</d:ID>
<d:Name>Name3</d:Name>
<d:StateValue m:type="Edm.Int32">1</d:StateValue>
</m:properties>
</content>
</entry>
<entry>
<id>http://localhost:4321/WebDataService1.svc/Data(4)</id>
<title type="text" />
<updated>2009-11-29T06:13:47Z</updated>
<author>
<name />
</author>
<link rel="edit" title="SampleEntity" href="Data(4)" />
<category term="WebApplication69.SampleEntity" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID m:type="Edm.Int32">4</d:ID>
<d:Name>Name4</d:Name>
<d:StateValue m:type="Edm.Int32">1</d:StateValue>
</m:properties>
</content>
</entry>
<entry>
<id>http://localhost:4321/WebDataService1.svc/Data(5)</id>
<title type="text" />
<updated>2009-11-29T06:13:47Z</updated>
<author>
<name />
</author>
<link rel="edit" title="SampleEntity" href="Data(5)" />
<category term="WebApplication69.SampleEntity" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
<content type="application/xml">
<m:properties>
<d:ID m:type="Edm.Int32">5</d:ID>
<d:Name>Name5</d:Name>
<d:StateValue m:type="Edm.Int32">1</d:StateValue>
</m:properties>
</content>
</entry>
</feed>