Sha256: 6f9d7eb71057581402c46047e74b61efb0e42319913602fe1d061073061b9c35

Contents?: true

Size: 1.08 KB

Versions: 18

Compression:

Stored size: 1.08 KB

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>
      <data:ProductStatus metadata:type="ODataDemo.ProductStatus" metadata:null="true"/>
    </metadata:properties>
  </content>
</entry>

Version data entries

18 entries across 18 versions & 1 rubygems

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