Skip to content

Commit

Permalink
Redefine the "Property via structured type" case
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jan 19, 2024
1 parent 99fa5de commit 36ce19c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -2422,15 +2422,15 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
<tr class="even">
<td>Property via container</td>
<td>addressed via a resource path to the property</td>
<td>addressed via a resource path to the structural property</td>
</tr>
<tr class="odd">
<td>Navigation Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the navigation property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="even">
<td>Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the structural property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="odd">
<td>Complex Type</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -3885,9 +3885,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2238,15 +2238,15 @@ <h3 id="1422-target"><a name="Target" href="#Target">14.2.2 Target</a></h3>
</tr>
<tr class="even">
<td>Property via container</td>
<td>addressed via a resource path to the property</td>
<td>addressed via a resource path to the structural property</td>
</tr>
<tr class="odd">
<td>Navigation Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the navigation property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="even">
<td>Property via structured type</td>
<td>addressed by a path that traverses the structured type</td>
<td>addressed via a resource path to the structural property that traverses an instance or collection of the structured type</td>
</tr>
<tr class="odd">
<td>Complex Type</td>
Expand Down
6 changes: 3 additions & 3 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -3698,9 +3698,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down
6 changes: 3 additions & 3 deletions odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,9 @@ Model element|means the binding parameter must be
Entity Set|an instance or collection of instances from the entity set
Singleton|the singleton
Navigation Property via container|addressed via a resource path to the navigation property
Property via container|addressed via a resource path to the property
Navigation Property via structured type|addressed by a path that traverses the structured type
Property via structured type|addressed by a path that traverses the structured type
Property via container|addressed via a resource path to the structural property
Navigation Property via structured type|addressed via a resource path to the navigation property that traverses an instance or collection of the structured type
Property via structured type|addressed via a resource path to the structural property that traverses an instance or collection of the structured type
Complex Type|an instance or collection of the type or a subtype thereof
Entity Type|an instance or collection of the type or a subtype thereof

Expand Down

0 comments on commit 36ce19c

Please sign in to comment.