..
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
<NavigationPropertyBinding Path="currency" Target="Currencies"/>
|
<NavigationPropertyBinding Path="currency" Target="Currencies"/>
|
||||||
<NavigationPropertyBinding Path="SiblingEntity" Target="Orders"/>
|
<NavigationPropertyBinding Path="SiblingEntity" Target="Orders"/>
|
||||||
</EntitySet>
|
</EntitySet>
|
||||||
|
<EntitySet Name="Products" EntityType="OrdersService.Products"/>
|
||||||
<EntitySet Name="Currencies" EntityType="OrdersService.Currencies"/>
|
<EntitySet Name="Currencies" EntityType="OrdersService.Currencies"/>
|
||||||
</EntityContainer>
|
</EntityContainer>
|
||||||
<EntityType Name="Orders">
|
<EntityType Name="Orders">
|
||||||
@@ -69,7 +70,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Property Name="ID" Type="Edm.Guid" Nullable="false"/>
|
<Property Name="ID" Type="Edm.Guid" Nullable="false"/>
|
||||||
<NavigationProperty Name="up_" Type="OrdersService.Orders" Partner="Items"/>
|
<NavigationProperty Name="up_" Type="OrdersService.Orders" Partner="Items"/>
|
||||||
<NavigationProperty Name="product" Type="sap.capire.orders.Products"/>
|
<NavigationProperty Name="product" Type="OrdersService.Products"/>
|
||||||
<Property Name="amount" Type="Edm.Int32"/>
|
<Property Name="amount" Type="Edm.Int32"/>
|
||||||
<Property Name="title" Type="Edm.String"/>
|
<Property Name="title" Type="Edm.String"/>
|
||||||
<Property Name="price" Type="Edm.Double"/>
|
<Property Name="price" Type="Edm.Double"/>
|
||||||
@@ -402,13 +403,11 @@
|
|||||||
<Annotation Term="Common.Label" String="{i18n>Description}"/>
|
<Annotation Term="Common.Label" String="{i18n>Description}"/>
|
||||||
</Annotations>
|
</Annotations>
|
||||||
</Schema>
|
</Schema>
|
||||||
<Schema Namespace="sap.capire.orders" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
<EntityType Name="Products">
|
||||||
<EntityType Name="Products">
|
<Key>
|
||||||
<Key>
|
<PropertyRef Name="ID"/>
|
||||||
<PropertyRef Name="ID"/>
|
</Key>
|
||||||
</Key>
|
<Property Name="ID" Type="Edm.String" Nullable="false"/>
|
||||||
<Property Name="ID" Type="Edm.String" Nullable="false"/>
|
</EntityType>
|
||||||
</EntityType>
|
</edmx:DataServices>
|
||||||
</Schema>
|
|
||||||
</edmx:DataServices>
|
|
||||||
</edmx:Edmx>
|
</edmx:Edmx>
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
<NavigationPropertyBinding Path="currency" Target="Currencies"/>
|
<NavigationPropertyBinding Path="currency" Target="Currencies"/>
|
||||||
<NavigationPropertyBinding Path="SiblingEntity" Target="Orders"/>
|
<NavigationPropertyBinding Path="SiblingEntity" Target="Orders"/>
|
||||||
</EntitySet>
|
</EntitySet>
|
||||||
<EntitySet Name="Products" EntityType="OrdersService.Products"/>
|
|
||||||
<EntitySet Name="Currencies" EntityType="OrdersService.Currencies"/>
|
<EntitySet Name="Currencies" EntityType="OrdersService.Currencies"/>
|
||||||
</EntityContainer>
|
</EntityContainer>
|
||||||
<EntityType Name="Orders">
|
<EntityType Name="Orders">
|
||||||
@@ -70,7 +69,7 @@
|
|||||||
</Key>
|
</Key>
|
||||||
<Property Name="ID" Type="Edm.Guid" Nullable="false"/>
|
<Property Name="ID" Type="Edm.Guid" Nullable="false"/>
|
||||||
<NavigationProperty Name="up_" Type="OrdersService.Orders" Partner="Items"/>
|
<NavigationProperty Name="up_" Type="OrdersService.Orders" Partner="Items"/>
|
||||||
<NavigationProperty Name="product" Type="OrdersService.Products"/>
|
<NavigationProperty Name="product" Type="sap.capire.orders.Products"/>
|
||||||
<Property Name="amount" Type="Edm.Int32"/>
|
<Property Name="amount" Type="Edm.Int32"/>
|
||||||
<Property Name="title" Type="Edm.String"/>
|
<Property Name="title" Type="Edm.String"/>
|
||||||
<Property Name="price" Type="Edm.Double"/>
|
<Property Name="price" Type="Edm.Double"/>
|
||||||
@@ -403,11 +402,13 @@
|
|||||||
<Annotation Term="Common.Label" String="{i18n>Description}"/>
|
<Annotation Term="Common.Label" String="{i18n>Description}"/>
|
||||||
</Annotations>
|
</Annotations>
|
||||||
</Schema>
|
</Schema>
|
||||||
<EntityType Name="Products">
|
<Schema Namespace="sap.capire.orders" xmlns="http://docs.oasis-open.org/odata/ns/edm">
|
||||||
<Key>
|
<EntityType Name="Products">
|
||||||
<PropertyRef Name="ID"/>
|
<Key>
|
||||||
</Key>
|
<PropertyRef Name="ID"/>
|
||||||
<Property Name="ID" Type="Edm.String" Nullable="false"/>
|
</Key>
|
||||||
</EntityType>
|
<Property Name="ID" Type="Edm.String" Nullable="false"/>
|
||||||
</edmx:DataServices>
|
</EntityType>
|
||||||
|
</Schema>
|
||||||
|
</edmx:DataServices>
|
||||||
</edmx:Edmx>
|
</edmx:Edmx>
|
||||||
|
|||||||
Reference in New Issue
Block a user