~ubuntu-branches/ubuntu/saucy/restlet/saucy

« back to all changes in this revision

Viewing changes to org.restlet.test/src/org/restlet/test/ext/odata/cafecustofeeds/cafes.xml

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-06-11 16:25:45 UTC
  • Revision ID: package-import@ubuntu.com-20120611162545-5w2o0resi5y3pybc
Tags: upstream-2.0.14
ImportĀ upstreamĀ versionĀ 2.0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>
 
2
<feed xml:base="http://localhost:8111/Cafe.svc/"
 
3
        xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"
 
4
        xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
 
5
        xmlns:cafe="http://schemas.examples.microsoft.com/dataservices" xmlns="http://www.w3.org/2005/Atom">
 
6
        <title type="text">Cafes</title>
 
7
        <id>http://localhost:8111/CafeCustoFeeds.svc/Cafes</id>
 
8
        <updated>2010-02-17T11:28:13Z</updated>
 
9
        <link rel="self" title="Cafes" href="Cafes" />
 
10
        <entry>
 
11
                <id>http://localhost:8111/CafeCustoFeeds.svc/Cafes('1')</id>
 
12
                <title type="text"></title>
 
13
                <updated>2010-02-17T11:28:13Z</updated>
 
14
                <author>
 
15
                        <name />
 
16
                </author>
 
17
                <link rel="edit" title="Cafe" href="Cafes('1')" />
 
18
                <link
 
19
                        rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Items"
 
20
                        type="application/atom+xml;type=feed" title="Items" href="Cafes('1')/Items" />
 
21
                <category term="org.restlet.test.ext.odata.cafeCustoFeeds.Cafe"
 
22
                        scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
 
23
                <content type="application/xml">
 
24
                        <m:properties>
 
25
                                <d:ID>1</d:ID>
 
26
                                <d:Name>Le Cafe Louis</d:Name>
 
27
                                <d:ZipCode m:type="Edm.Int32">92300</d:ZipCode>
 
28
                                <d:City>Levallois-Perret</d:City>
 
29
                        </m:properties>
 
30
                </content>
 
31
                <cafe:Company>
 
32
                        <cafe:Name>Cafe corp.</cafe:Name>
 
33
                </cafe:Company>
 
34
        </entry>
 
35
        <entry>
 
36
                <id>
 
37
                        http://localhost:8111/Cafe.svc/Cafes('2')</id>
 
38
                <title type="text"></title>
 
39
                <updated>2010-02-17T11:28:13Z</updated>
 
40
                <author>
 
41
                        <name />
 
42
                </author>
 
43
                <link rel="edit" title="Cafe" href="Cafes('2')" />
 
44
                <link
 
45
                        rel="http://schemas.microsoft.com/ado/2007/08/dataservices/related/Items"
 
46
                        type="application/atom+xml;type=feed" title="Items" href="Cafes('2')/Items" />
 
47
                <category term="org.restlet.test.ext.odata.cafeCustoFeeds.Cafe"
 
48
                        scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme" />
 
49
                <content type="application/xml">
 
50
                        <m:properties>
 
51
                                <d:ID>2</d:ID>
 
52
                                <d:Name>Le Petit Marly</d:Name>
 
53
                                <d:ZipCode m:type="Edm.Int32">78310</d:ZipCode>
 
54
                                <d:City>Marly Le Roi</d:City>
 
55
                        </m:properties>
 
56
                </content>
 
57
                <cafe:Company>
 
58
                        <cafe:Name>Cafe inc.</cafe:Name>
 
59
                </cafe:Company>
 
60
        </entry>
 
61
</feed>
 
 
b'\\ No newline at end of file'