Skip to content

Commit

Permalink
ID
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Apr 17, 2024
1 parent 8dba89b commit 87acf77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tools/tests/annotations-v4.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<Key>
<PropertyRef Name="ID" />
</Key>
<Property Name="ID" Type="Edm.String" />
<Property Name="Unit" Type="Edm.String">
<Annotation Term="Core.Immutable" />
</Property>
Expand All @@ -36,9 +37,10 @@
Type="self.Order" />
</EntityType>
<EntityContainer Name="Container">
<EntitySet Name="Orders" EntityType="self.Order"/>
<EntitySet Name="Orders" EntityType="self.Order" />
<EntitySet Name="OrderItems" EntityType="self.OrderItem">
<NavigationPropertyBinding Path="Header" Target="Orders"/>
<NavigationPropertyBinding Path="Header"
Target="Orders" />
</EntitySet>
</EntityContainer>
<Annotations Target="self.OrderItem/ID">
Expand Down

0 comments on commit 87acf77

Please sign in to comment.