Sha256: 1cd55eb52e0c5330a0a38b9480f405fd34280efd06f8c65224e0bd6d69777aa2

Contents?: true

Size: 1.7 KB

Versions: 28

Compression:

Stored size: 1.7 KB

Contents

<?xml version="1.0" encoding="utf-8"?>
<entry xml:base="http://services.odata.org/V4/OData/OData.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:d="http://docs.oasis-open.org/odata/ns/data" xmlns:m="http://docs.oasis-open.org/odata/ns/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" m:context="http://services.odata.org/V4/OData/OData.svc/$metadata#Suppliers/$entity" m:etag="W/&quot;0&quot;">
  <id>http://services.odata.org/V4/OData/OData.svc/Suppliers(0)</id>
  <category term="#ODataDemo.Supplier" scheme="http://docs.oasis-open.org/odata/ns/scheme" />
  <link rel="edit" title="Supplier" href="Suppliers(0)" />
  <link rel="http://docs.oasis-open.org/odata/ns/relatedlinks/Products" type="application/xml" title="Products" href="Suppliers(0)/Products/$ref" />
  <link rel="http://docs.oasis-open.org/odata/ns/related/Products" type="application/atom+xml;type=feed" title="Products" href="Suppliers(0)/Products" />
  <title />
  <updated>2017-11-28T19:17:33Z</updated>
  <author>
    <name />
  </author>
  <content type="application/xml">
    <m:properties>
      <d:ID m:type="Int32">0</d:ID>
      <d:Name>Exotic Liquids</d:Name>
      <d:Address m:type="#ODataDemo.Address">
        <d:Street>NE 228th</d:Street>
        <d:City>Sammamish</d:City>
        <d:State>WA</d:State>
        <d:ZipCode>98074</d:ZipCode>
        <d:Country>USA</d:Country>
      </d:Address>
      <d:Location m:type="GeographyPoint">
        <gml:Point gml:srsName="http://www.opengis.net/def/crs/EPSG/0/4326">
          <gml:pos>47.6316604614258 -122.03547668457</gml:pos>
        </gml:Point>
      </d:Location>
      <d:Concurrency m:type="Int32">0</d:Concurrency>
    </m:properties>
  </content>
</entry>

Version data entries

28 entries across 28 versions & 3 rubygems

Version Path
frodo-0.12.8 spec/fixtures/files/supplier_0.xml
frodo-0.12.7 spec/fixtures/files/supplier_0.xml
frodo-0.12.6 spec/fixtures/files/supplier_0.xml
frodo-0.12.5 spec/fixtures/files/supplier_0.xml
frodo-0.12.4 spec/fixtures/files/supplier_0.xml
frodo-0.12.2 spec/fixtures/files/supplier_0.xml
frodo-0.12.1 spec/fixtures/files/supplier_0.xml
frodo-0.12.0 spec/fixtures/files/supplier_0.xml
frodo-0.11.0 spec/fixtures/files/supplier_0.xml
frodo-0.10.8 spec/fixtures/files/supplier_0.xml
frodo-0.10.7 spec/fixtures/files/supplier_0.xml
frodo-0.10.6 spec/fixtures/files/supplier_0.xml
frodo-0.10.5 spec/fixtures/files/supplier_0.xml
frodo-0.10.4 spec/fixtures/files/supplier_0.xml
frodo-0.10.3 spec/fixtures/files/supplier_0.xml
frodo-0.10.2 spec/fixtures/files/supplier_0.xml
frodo-0.10.1 spec/fixtures/files/supplier_0.xml
frodo-0.10.0 spec/fixtures/files/supplier_0.xml
frodata-0.9.3 spec/fixtures/files/supplier_0.xml
frodata-0.9.2b spec/fixtures/files/supplier_0.xml