Skip to content

Commit

Permalink
TC 2023-11-29
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Nov 29, 2023
1 parent c4731ef commit f58125b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ <h4 id="14411-path-syntax"><a name="PathSyntax" href="#PathSyntax">14.4.1.1 Path
</div>
<p>A model path MAY contain path segments starting with a navigation property, then followed by an at (<code>@</code>) character, then followed by the <a href="#QualifiedName">qualified name</a> of a term in scope, and optionally followed by a hash (<code>#</code>) character and a <a href="#SimpleIdentifier">simple identifier</a> which is interpreted as a <a href="#Qualifier">qualifier</a> for the term. If the navigation property has not been annotated with that term (and if present, with that qualifier), the path segment evaluates to the null value. This allows addressing annotations on the navigation property itself; annotations on the entity type specified by the navigation property are addressed via a <a href="#TermCast">term-cast segment</a>.</p>
<div class="example">
<p>Example 64: model path addressing an annotation on a navigation property vs. term cast addressing an annotation on the resource addressed by the navigation property</p>
<p>Example 64: model path segment addressing an annotation on a navigation property vs. term cast addressing an annotation on the resource addressed by the navigation property</p>
<pre><code>.../[email protected]</code></pre>
<pre><code>.../Items/@Core.Description</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -4271,7 +4271,7 @@ type specified by the navigation property are addressed via a [term-cast
segment](#TermCast).

::: example
Example 64: model path addressing an annotation on a navigation property
Example 64: model path segment addressing an annotation on a navigation property
vs. term cast addressing an annotation on the resource addressed by the navigation property
```
.../[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2436,7 +2436,7 @@ <h4 id="14411-path-syntax"><a name="PathSyntax" href="#PathSyntax">14.4.1.1 Path
</div>
<p>A model path MAY contain path segments starting with a navigation property, then followed by an at (<code>@</code>) character, then followed by the <a href="#QualifiedName">qualified name</a> of a term in scope, and optionally followed by a hash (<code>#</code>) character and a <a href="#SimpleIdentifier">simple identifier</a> which is interpreted as a <a href="#Qualifier">qualifier</a> for the term. If the navigation property has not been annotated with that term (and if present, with that qualifier), the path segment evaluates to the null value. This allows addressing annotations on the navigation property itself; annotations on the entity type specified by the navigation property are addressed via a <a href="#TermCast">term-cast segment</a>.</p>
<div class="example">
<p>Example 64: model path addressing an annotation on a navigation property vs. term cast addressing an annotation on the resource addressed by the navigation property</p>
<p>Example 64: model path segment addressing an annotation on a navigation property vs. term cast addressing an annotation on the resource addressed by the navigation property</p>
<pre><code>.../[email protected]</code></pre>
<pre><code>.../Items/@Core.Description</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -4191,7 +4191,7 @@ type specified by the navigation property are addressed via a [term-cast
segment](#TermCast).

::: example
Example 64: model path addressing an annotation on a navigation property
Example 64: model path segment addressing an annotation on a navigation property
vs. term cast addressing an annotation on the resource addressed by the navigation property
```
.../[email protected]
Expand Down
2 changes: 1 addition & 1 deletion odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,7 @@ type specified by the navigation property are addressed via a [term-cast
segment](#TermCast).

::: example
Example ##ex: model path addressing an annotation on a navigation property
Example ##ex: model path segment addressing an annotation on a navigation property
vs. term cast addressing an annotation on the resource addressed by the navigation property
```
.../[email protected]
Expand Down

0 comments on commit f58125b

Please sign in to comment.