Skip to content

Commit

Permalink
Aligned wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Jan 18, 2024
1 parent 09e8f34 commit 02b6e8a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/odata-csdl-json/odata-csdl-json.html
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@ <h4 id="14415-navigation-property-path"><a name="NavigationPropertyPath" href="#
<ul>
<li>A non-null path MUST end with a <a href="#NavigationProperty">navigation property</a> or a term cast to a term whose type is an entity type or a collection of entity types.</li>
</ul>
<p>The value of the navigation property path expression is the navigation property, not its instances.</p>
<p>The value of the navigation property path expression is the navigation property or term cast, not its instances.</p>
<div class="varjson rep">
<p>Navigation property path expressions are represented as a string containing a path.</p>
</div>
Expand All @@ -2700,7 +2700,7 @@ <h4 id="14416-property-path"><a name="PropertyPath" href="#PropertyPath">14.4.1.
<ul>
<li>A non-null path MUST end with a <a href="#StructuralProperty">structural property</a> or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.</li>
</ul>
<p>The value of the property path expression is the structural property, not its instances.</p>
<p>The value of the property path expression is the structural property or term cast, not its instances.</p>
<div class="varjson rep">
<p>Property path expressions are represented as a string containing a path.</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/odata-csdl-json/odata-csdl-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -4539,7 +4539,7 @@ restriction:
- A non-null path MUST end with a [navigation property](#NavigationProperty)
or a term cast to a term whose type is an entity type or a collection of entity types.

The value of the navigation property path expression is the navigation property, not its instances.
The value of the navigation property path expression is the navigation property or term cast, not its instances.

::: {.varjson .rep}
Navigation property path expressions are represented as a string
Expand Down Expand Up @@ -4572,7 +4572,7 @@ restriction:
- A non-null path MUST end with a [structural property](#StructuralProperty)
or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.

The value of the property path expression is the structural property, not its instances.
The value of the property path expression is the structural property or term cast, not its instances.

::: {.varjson .rep}
Property path expressions are represented as a string containing a path.
Expand Down
4 changes: 2 additions & 2 deletions docs/odata-csdl-xml/odata-csdl-xml.html
Original file line number Diff line number Diff line change
Expand Up @@ -2562,7 +2562,7 @@ <h4 id="14415-navigation-property-path"><a name="NavigationPropertyPath" href="#
<ul>
<li>A non-null path MUST end with a <a href="#NavigationProperty">navigation property</a> or a term cast to a term whose type is an entity type or a collection of entity types.</li>
</ul>
<p>The value of the navigation property path expression is the navigation property, not its instances.</p>
<p>The value of the navigation property path expression is the navigation property or term cast, not its instances.</p>
<section id="expression-edmnavigationpropertypath" class="varxml rep">
<h3><a name="ExpressionedmNavigationPropertyPath.46" href="#ExpressionedmNavigationPropertyPath.46">Expression <code>edm:NavigationPropertyPath</code></a></h3>
<p>The <code>edm:NavigationPropertyPath</code> expression MAY be provided using element notation or attribute notation.</p>
Expand All @@ -2587,7 +2587,7 @@ <h4 id="14416-property-path"><a name="PropertyPath" href="#PropertyPath">14.4.1.
<ul>
<li>A non-null path MUST end with a <a href="#StructuralProperty">structural property</a> or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.</li>
</ul>
<p>The value of the property path expression is the structural property, not its instances.</p>
<p>The value of the property path expression is the structural property or term cast, not its instances.</p>
<section id="expression-edmpropertypath" class="varxml rep">
<h3><a name="ExpressionedmPropertyPath.47" href="#ExpressionedmPropertyPath.47">Expression <code>edm:PropertyPath</code></a></h3>
<p>The <code>edm:PropertyPath</code> MAY be provided using either element notation or attribute notation.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/odata-csdl-xml/odata-csdl-xml.md
Original file line number Diff line number Diff line change
Expand Up @@ -4457,7 +4457,7 @@ restriction:
- A non-null path MUST end with a [navigation property](#NavigationProperty)
or a term cast to a term whose type is an entity type or a collection of entity types.

The value of the navigation property path expression is the navigation property, not its instances.
The value of the navigation property path expression is the navigation property or term cast, not its instances.



Expand Down Expand Up @@ -4497,7 +4497,7 @@ restriction:
- A non-null path MUST end with a [structural property](#StructuralProperty)
or a term cast to a term whose type is a primitive or complex type, an enumeration type, a type definition, or a collection of one of these types.

The value of the property path expression is the structural property, not its instances.
The value of the property path expression is the structural property or term cast, not its instances.



Expand Down
4 changes: 2 additions & 2 deletions odata-csdl/14 Vocabulary and Annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ restriction:
- A non-null path MUST end with a [navigation property](#NavigationProperty)
or a term cast to a term whose type is an entity type or a collection of entity types.

The value of the navigation property path expression is the navigation property, not its instances.
The value of the navigation property path expression is the navigation property or term cast, not its instances.

::: {.varjson .rep}
Navigation property path expressions are represented as a string
Expand Down Expand Up @@ -1759,7 +1759,7 @@ restriction:
or a term cast to a term whose type is a primitive or complex type, an enumeration type,
a type definition, or a collection of one of these types.

The value of the property path expression is the structural property, not its instances.
The value of the property path expression is the structural property or term cast, not its instances.

::: {.varjson .rep}
Property path expressions are represented as a string containing a path.
Expand Down

0 comments on commit 02b6e8a

Please sign in to comment.