You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2013/10/09 16:52:28 UTC

svn commit: r1530654 - /incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Author: sklevenz
Date: Wed Oct  9 14:52:27 2013
New Revision: 1530654

URL: http://svn.apache.org/r1530654
Log:
CMS commit to olingo by sklevenz

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext?rev=1530654&r1=1530653&r2=1530654&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/basicread.mdtext Wed Oct  9 14:52:27 2013
@@ -116,7 +116,7 @@ In this paragraph you will implement the
 
 - You will implement the following Entity Data Model.
 
-**[GRAPHIC TBD]**
+![alt text][1]
  
 - As we have a static model we define constants for all top level elements of the schema (declared in the `MyEdmProvider` class).
 
@@ -667,4 +667,7 @@ After the implementation of the `MyOData
 - Show the Cars: ~/MyODataSample.svc/Cars
 - Show one Car: ~/MyODataSample.svc/Cars(2)
 - Show the related Manufacturer of a Car: ~/MyODataSample.svc/Cars(2)/Manufacturer
-- Show the related Cars of a Manufacturer: ~/MyODataSample.svc/Manufacturers(1)/Cars
\ No newline at end of file
+- Show the related Cars of a Manufacturer: ~/MyODataSample.svc/Manufacturers(1)/Cars
+
+
+  [1]: /img/ODataCarsModel.JPG
\ No newline at end of file