diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index 0aa49242..35432f71 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -743,11 +743,7 @@

3.3

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

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

-

Representation of primitive type values is usage specific, see for example

- +

Representation of primitive type values within a URL is defined by the rule primitiveLiteral in OData-ABNF. Representation within request and response bodies is format specific.

3.4 Type Facets

diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index 36485ca7..2b287539 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -641,11 +641,8 @@ underlying type is `Edm.Stream`, cannot be used in collections. Some of these types allow facets, defined in section "[Type Facets](#TypeFacets)". -Representation of primitive type values is usage specific, see for example -- rule `primitiveLiteral` in [OData-ABNF](#ODataABNF) for the -representation in URLs, and -- [OData-JSON](#ODataJSON) for the representation in JSON request and -response bodies. +Representation of primitive type values within a URL is defined by the rule `primitiveLiteral` in [OData-ABNF](#ODataABNF). +Representation within request and response bodies is format specific. ## 3.4 Type Facets diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 9681c97b..6666b85f 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -739,11 +739,7 @@

3.3

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

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

-

Representation of primitive type values is usage specific, see for example

-
    -
  • rule primitiveLiteral in OData-ABNF for the representation in URLs, and
  • -
  • OData-JSON for the representation in JSON request and response bodies.
  • -
+

Representation of primitive type values within a URL is defined by the rule primitiveLiteral in OData-ABNF. Representation within request and response bodies is format specific.

3.4 Type Facets

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index f76da3f3..a573c358 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -584,11 +584,8 @@ underlying type is `Edm.Stream`, cannot be used in collections. Some of these types allow facets, defined in section "[Type Facets](#TypeFacets)". -Representation of primitive type values is usage specific, see for example -- rule `primitiveLiteral` in [OData-ABNF](#ODataABNF) for the -representation in URLs, and -- [OData-JSON](#ODataJSON) for the representation in JSON request and -response bodies. +Representation of primitive type values within a URL is defined by the rule `primitiveLiteral` in [OData-ABNF](#ODataABNF). +Representation within request and response bodies is format specific. ## 3.4 Type Facets