From d74db8cc9a47941942ce0749e480e8823d213f5d Mon Sep 17 00:00:00 2001 From: D024504 Date: Mon, 31 Jul 2023 14:02:20 +0200 Subject: [PATCH] ODATA-1481 --- docs/odata-csdl-json/odata-csdl-json.html | 2 +- docs/odata-csdl-json/odata-csdl-json.md | 2 +- docs/odata-csdl-xml/odata-csdl-xml.html | 2 +- docs/odata-csdl-xml/odata-csdl-xml.md | 2 +- odata-csdl/1 Introduction.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index dd6c22e4c..412bd5bd3 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -615,7 +615,7 @@

3.3

Edm.Date and Edm.DateTimeOffset follow XML-Schema-2 and use the proleptic Gregorian calendar, allowing the year 0000 (equivalent to 1 BCE) and negative years (year -0001 being equivalent to 2 BCE etc.). The supported date range is service-specific and typically depends on the underlying persistency layer, e.g. SQL only supports years 0001 to 9999.

Edm.Decimal with a Scale value of floating, Edm.Double, and Edm.Single allow the special numeric values -INF, INF, and NaN.

-

Edm.Stream is a primitive type that can be used as a property of an entity type or complex type, the underlying type for a type definition, or the binding parameter or return type of an action or function. Edm.Stream, or a type definition whose underlying type is Edm.Stream, cannot be used in collections or for non-binding parameters to functions or actions.

+

Edm.Stream is a primitive type that can be used as a property of an entity type or complex type, the underlying type for a type definition, or a binding or non-binding parameter or return type of an action or function. Edm.Stream, or a type definition whose underlying type is Edm.Stream, cannot be used in collections or for non-binding parameters to functions or actions.

Some of these types allow facets, defined in section "Type Facets".

See rule primitiveLiteral in OData-ABNF for the representation of primitive type values in URLs and OData-JSON for the representation in requests and responses.

3.4 Built-In Abstract Types

diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index 77cc71f29..6ddfae181 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -593,7 +593,7 @@ persistency layer, e.g. SQL only supports years `0001` to `9999`. `Edm.Stream` is a primitive type that can be used as a property of an [entity type](#EntityType) or [complex type](#ComplexType), the -underlying type for a [type definition](#TypeDefinition), or the binding +underlying type for a [type definition](#TypeDefinition), or a binding or non-binding parameter or return type of an [action](#Action) or [function](#Function). `Edm.Stream`, or a type definition whose underlying type is `Edm.Stream`, cannot be used in collections or for diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 17b75a4ed..a5d61328f 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -609,7 +609,7 @@

3.3

Edm.Date and Edm.DateTimeOffset follow XML-Schema-2 and use the proleptic Gregorian calendar, allowing the year 0000 (equivalent to 1 BCE) and negative years (year -0001 being equivalent to 2 BCE etc.). The supported date range is service-specific and typically depends on the underlying persistency layer, e.g. SQL only supports years 0001 to 9999.

Edm.Decimal with a Scale value of floating, Edm.Double, and Edm.Single allow the special numeric values -INF, INF, and NaN.

-

Edm.Stream is a primitive type that can be used as a property of an entity type or complex type, the underlying type for a type definition, or the binding parameter or return type of an action or function. Edm.Stream, or a type definition whose underlying type is Edm.Stream, cannot be used in collections or for non-binding parameters to functions or actions.

+

Edm.Stream is a primitive type that can be used as a property of an entity type or complex type, the underlying type for a type definition, or a binding or non-binding parameter or return type of an action or function. Edm.Stream, or a type definition whose underlying type is Edm.Stream, cannot be used in collections or for non-binding parameters to functions or actions.

Some of these types allow facets, defined in section "Type Facets".

See rule primitiveLiteral in OData-ABNF for the representation of primitive type values in URLs and OData-JSON for the representation in requests and responses.

3.4 Built-In Abstract Types

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index f7f703d90..efe9ce851 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -533,7 +533,7 @@ persistency layer, e.g. SQL only supports years `0001` to `9999`. `Edm.Stream` is a primitive type that can be used as a property of an [entity type](#EntityType) or [complex type](#ComplexType), the -underlying type for a [type definition](#TypeDefinition), or the binding +underlying type for a [type definition](#TypeDefinition), or a binding or non-binding parameter or return type of an [action](#Action) or [function](#Function). `Edm.Stream`, or a type definition whose underlying type is `Edm.Stream`, cannot be used in collections or for diff --git a/odata-csdl/1 Introduction.md b/odata-csdl/1 Introduction.md index f135c2948..6fe508bf6 100644 --- a/odata-csdl/1 Introduction.md +++ b/odata-csdl/1 Introduction.md @@ -455,7 +455,7 @@ persistency layer, e.g. SQL only supports years `0001` to `9999`. `Edm.Stream` is a primitive type that can be used as a property of an [entity type](#EntityType) or [complex type](#ComplexType), the -underlying type for a [type definition](#TypeDefinition), or the binding +underlying type for a [type definition](#TypeDefinition), or a binding or non-binding parameter or return type of an [action](#Action) or [function](#Function). `Edm.Stream`, or a type definition whose underlying type is `Edm.Stream`, cannot be used in collections or for