diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index 64532fd2c..4a66dac14 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -657,7 +657,7 @@

3.4.2 Precision

$Precision

The value of $Precision is a number.

-

Absence of $Precision means arbitrary precision.

+

Absence of $Precision means unspecified precision both for decimal and temporal values.

Example 2: Precision facet applied to the DateTimeOffset type

diff --git a/docs/odata-csdl-json/odata-csdl-json.md b/docs/odata-csdl-json/odata-csdl-json.md index 1728e1a2a..39ea0257f 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -679,7 +679,7 @@ see [OData-VocMeasures](#ODataVocMeasures). The value of `$Precision` is a number. -Absence of `$Precision` means arbitrary precision. +Absence of `$Precision` means unspecified precision both for decimal and temporal values. ::: ::: {.varjson .example} diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index a73b0e75c..6ddf2e8ab 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -650,7 +650,7 @@

3.4.2 Precision

Attribute Precision

The value of Precision is a number.

-

If not specified for a decimal value, the decimal value has arbitrary precision.

+

If not specified for a decimal value, the decimal value has unspecified precision.

If not specified for a temporal value, the temporal value has a precision of zero.

diff --git a/docs/odata-csdl-xml/odata-csdl-xml.md b/docs/odata-csdl-xml/odata-csdl-xml.md index 0e6c498a5..53657e983 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -624,7 +624,7 @@ see [OData-VocMeasures](#ODataVocMeasures). The value of `Precision` is a number. If not specified for a decimal value, the decimal value has -arbitrary precision. +unspecified precision. If not specified for a temporal value, the temporal value has a precision of zero. diff --git a/odata-csdl/1 Introduction.md b/odata-csdl/1 Introduction.md index dc89e6221..5def64312 100644 --- a/odata-csdl/1 Introduction.md +++ b/odata-csdl/1 Introduction.md @@ -571,7 +571,7 @@ see [OData-VocMeasures](#ODataVocMeasures). The value of `$Precision` is a number. -Absence of `$Precision` means arbitrary precision. +Absence of `$Precision` means unspecified precision both for decimal and temporal values. ::: ::: {.varjson .example} @@ -591,7 +591,7 @@ Example ##ex: `Precision` facet applied to the `DateTimeOffset` type The value of `Precision` is a number. If not specified for a decimal value, the decimal value has -arbitrary precision. +unspecified precision. If not specified for a temporal value, the temporal value has a precision of zero.