Sha256: 3defd5b5a27ca353ca72737c45d6baf6520a42ed4900d8d963c7d7ff4e2303c7

Contents?: true

Size: 1016 Bytes

Versions: 8

Compression:

Stored size: 1016 Bytes

Contents

<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom" xmlns:data="http://docs.oasis-open.org/odata/ns/data" xmlns:metadata="http://docs.oasis-open.org/odata/ns/metadata" xmlns:georss="http://www.georss.org/georss" xmlns:gml="http://www.opengis.net/gml" xml:base="http://services.odata.org/V4/OData/OData.svc">
  <category term="ODataDemo.Product" scheme="http://docs.oasis-open.org/odata/ns/scheme"/>
  <author>
    <name/>
  </author>
  <content type="application/xml">
    <metadata:properties>
      <data:Name metadata:type="Edm.String">Bread</data:Name>
      <data:Description metadata:type="Edm.String">Whole grain bread</data:Description>
      <data:ReleaseDate metadata:type="Edm.DateTimeOffset">1992-01-01T00:00:00Z</data:ReleaseDate>
      <data:DiscontinuedDate metadata:type="Edm.DateTimeOffset" metadata:null="true"/>
      <data:Rating metadata:type="Edm.Int16">4</data:Rating>
      <data:Price metadata:type="Edm.Double">2.5</data:Price>
    </metadata:properties>
  </content>
</entry>

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
frodata-0.9.3 spec/fixtures/files/entity_to_xml.xml
frodata-0.9.2b spec/fixtures/files/entity_to_xml.xml
frodata-0.9.2 spec/fixtures/files/entity_to_xml.xml
frodata-0.9.1 spec/fixtures/files/entity_to_xml.xml
odata4-0.9.1 spec/fixtures/files/entity_to_xml.xml
odata4-0.9.0 spec/fixtures/files/entity_to_xml.xml
odata4-0.8.2 spec/fixtures/files/entity_to_xml.xml
odata4-0.8.1 spec/fixtures/files/entity_to_xml.xml