xml.Product.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata_test Show documentation
Show all versions of odata_test Show documentation
Tridion OData Framework Test
<?xml version="1.0" encoding="UTF-8"?> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:metadata="http://docs.oasis-open.org/odata/ns/metadata" xmlns:data="http://docs.oasis-open.org/odata/ns/data" metadata:context="http://localhost:8080/odata.svc/$metadata#Products/$entity" xml:base="http://localhost:8080/odata.svc"> <id>http://localhost:8080/odata.svc/Products(15)</id> <title/> <summary/> <updated>2014-05-02T00:00:00Z</updated> <author> <name>Tridion OData v4 framework</name> </author> <link rel="edit" title="Product" href="Products(15)"/> <category scheme="http://docs.oasis-open.org/odata/ns/scheme" term="#ODataDemo.Product"/> <content type="application/xml"> <metadata:properties> <data:id metadata:type="Int64">15</data:id> <data:name>Asus Nexus 7</data:name> <data:category metadata:type="#ODataDemo.Category">ELECTRONICS</data:category> </metadata:properties> </content> </entry>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy