diff --git a/docs/odata-csdl-json/odata-csdl-json.html b/docs/odata-csdl-json/odata-csdl-json.html index dd6c22e4c..06f60152e 100644 --- a/docs/odata-csdl-json/odata-csdl-json.html +++ b/docs/odata-csdl-json/odata-csdl-json.html @@ -1147,7 +1147,7 @@

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

Example 17: 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 77cc71f29..0ca1746a1 100644 --- a/docs/odata-csdl-json/odata-csdl-json.md +++ b/docs/odata-csdl-json/odata-csdl-json.md @@ -1647,7 +1647,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 properties. ::: ::: {.varjson .example} diff --git a/docs/odata-csdl-xml/odata-csdl-xml.html b/docs/odata-csdl-xml/odata-csdl-xml.html index 17b75a4ed..39fc6cad1 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.html +++ b/docs/odata-csdl-xml/odata-csdl-xml.html @@ -1074,7 +1074,7 @@

7.2.3 Precision

Attribute Precision

The value of Precision is a number.

-

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

+

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

If not specified for a temporal property, the temporal property 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 f7f703d90..13f937073 100644 --- a/docs/odata-csdl-xml/odata-csdl-xml.md +++ b/docs/odata-csdl-xml/odata-csdl-xml.md @@ -1560,7 +1560,7 @@ see [OData-VocMeasures](#ODataVocMeasures). The value of `Precision` is a number. If not specified for a decimal property, the decimal property has -arbitrary precision. +unspecified precision. If not specified for a temporal property, the temporal property has a precision of zero. diff --git a/odata-csdl/7 Structural Property.md b/odata-csdl/7 Structural Property.md index 6426d400c..39928fc72 100644 --- a/odata-csdl/7 Structural Property.md +++ b/odata-csdl/7 Structural Property.md @@ -268,7 +268,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 properties. ::: ::: {.varjson .example} @@ -288,7 +288,7 @@ Example ##ex: `Precision` facet applied to the `DateTimeOffset` type The value of `Precision` is a number. If not specified for a decimal property, the decimal property has -arbitrary precision. +unspecified precision. If not specified for a temporal property, the temporal property has a precision of zero.