From 02b6e8af3e9acb82ca15a1d34e852a1389e00a80 Mon Sep 17 00:00:00 2001 From: Ralf Handl Date: Thu, 18 Jan 2024 11:56:52 +0100 Subject: [PATCH] Aligned wording --- docs/odata-csdl-json/odata-csdl-json.html | 4 ++-- docs/odata-csdl-json/odata-csdl-json.md | 4 ++-- docs/odata-csdl-xml/odata-csdl-xml.html | 4 ++-- docs/odata-csdl-xml/odata-csdl-xml.md | 4 ++-- odata-csdl/14 Vocabulary and Annotation.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index 368de7a98..01bf7eb5b 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -2681,7 +2681,7 @@

navigation property 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.

Navigation property path expressions are represented as a string containing a path.

@@ -2700,7 +2700,7 @@

14.4.1. -

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.

Property path expressions are represented as a string containing a path.

diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index 086a0f0e7..663834fbe 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -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 @@ -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. diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 705e65a55..2ca6518e7 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -2562,7 +2562,7 @@

navigation property 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.

Expression edm:NavigationPropertyPath

The edm:NavigationPropertyPath expression MAY be provided using element notation or attribute notation.

@@ -2587,7 +2587,7 @@

14.4.1. -

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.

Expression edm:PropertyPath

The edm:PropertyPath MAY be provided using either element notation or attribute notation.

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index acfdd0a00..d3094fc94 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -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. @@ -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. diff --git a/odata-csdl/14 Vocabulary and Annotation.md b/odata-csdl/14 Vocabulary and Annotation.md index eacf1cbb8..4c6594278 100644 --- a/odata-csdl/14 Vocabulary and Annotation.md +++ b/odata-csdl/14 Vocabulary and Annotation.md @@ -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 @@ -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.