diff --git a/docs/odata-json-format/odata-json-format.html b/docs/odata-json-format/odata-json-format.html index 3727cd41..62670e40 100644 --- a/docs/odata-json-format/odata-json-format.html +++ b/docs/odata-json-format/odata-json-format.html @@ -717,7 +717,7 @@

4.6.4 Control Information: count (odata.count)

-

The count control information occurs only in responses and can annotate any collection, see OData-Protocol section 11.2.5.5 System Query Option $count. Its value is an Edm.Int64 value corresponding to the total count of members in the collection represented by the request.

+

The count control information occurs only in responses and can annotate any collection, see OData-Protocol, section “System Query Option $count. Its value is an Edm.Int64 value corresponding to the total count of members in the collection represented by the request.

diff --git a/docs/odata-json-format/odata-json-format.md b/docs/odata-json-format/odata-json-format.md index 793adba1..0257e799 100644 --- a/docs/odata-json-format/odata-json-format.md +++ b/docs/odata-json-format/odata-json-format.md @@ -913,9 +913,8 @@ metadata document of a different service ### 4.6.4 Control Information: `count` (`odata.count`) The `count` control information occurs only in responses and -can annotate any collection, see [OData-Protocol](#ODataProtocol) -section 11.2.5.5 System Query Option -`$count`. Its value is an +can annotate any collection, see [OData-Protocol, section "System Query Option `$count`"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part1-protocol.html#SystemQueryOptioncount). +Its value is an `Edm.Int64` value corresponding to the total count of members in the collection represented by the request. diff --git a/docs/odata-protocol/odata-protocol.html b/docs/odata-protocol/odata-protocol.html index b0c1dc3d..4ef7fc5e 100644 --- a/docs/odata-protocol/odata-protocol.html +++ b/docs/odata-protocol/odata-protocol.html @@ -3513,7 +3513,7 @@

section 11.2.6.4)
  • SHOULD support the $count system query option (section 11.2.6.5)
  • SHOULD support $expand (section 11.2.5.2)
  • -
  • SHOULD support the lambda operators any and all on navigation- and collection-valued properties (section 5.1.1.10 in OData-URL)
  • +
  • SHOULD support the lambda operators any and all on navigation- and collection-valued properties (OData-URL, section “Lambda Operators”)
  • SHOULD support the /$count segment on navigation and collection properties (section 11.2.10)
  • SHOULD support $orderby asc and desc on individual properties (section 11.2.6.2)
  • @@ -3527,7 +3527,7 @@

    OData-CSDLXML (section 11.1.2)
  • MUST support the OData-JSON format
  • MUST support the /$count segment on navigation and collection properties (section 11.2.10)
  • -
  • MUST support the lambda operators any and all on navigation- and collection-valued properties (section 5.1.1.10 in OData-URL)
  • +
  • MUST support the lambda operators any and all on navigation- and and collection-valued properties (OData-URL, section “Lambda Operators”)
  • MUST support the $skip system query option (section 11.2.6.4)
  • MUST support the $count system query option (section 11.2.6.5)
  • MUST support $orderby with asc and desc on individual properties (section 11.2.6.2)
  • diff --git a/docs/odata-protocol/odata-protocol.md b/docs/odata-protocol/odata-protocol.md index b09d99b7..9499b989 100644 --- a/docs/odata-protocol/odata-protocol.md +++ b/docs/odata-protocol/odata-protocol.md @@ -6690,8 +6690,7 @@ with generic clients 13. SHOULD support the `$count` system query option ([section 11.2.6.5](#SystemQueryOptioncount)) 14. SHOULD support `$expand` ([section 11.2.5.2](#SystemQueryOptionexpand)) 15. SHOULD support the lambda operators `any` and `all` on navigation- -and collection-valued properties (section 5.1.1.10 in -[OData-URL](#ODataURL)) +and collection-valued properties ([OData-URL, section "Lambda Operators"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators)) 16. SHOULD support the `/$count` segment on navigation and collection properties ([section 11.2.10](#RequestingtheNumberofItemsinaCollection)) 17. SHOULD support `$orderby asc` and `desc` on individual properties @@ -6709,8 +6708,7 @@ Level](#OData40IntermediateConformanceLevel) 4. MUST support the `/$count` segment on navigation and collection properties ([section 11.2.10](#RequestingtheNumberofItemsinaCollection)) 5. MUST support the lambda operators `any` and `all` on navigation- and -collection-valued properties (section 5.1.1.10 in -[OData-URL](#ODataURL)) +and collection-valued properties ([OData-URL, section "Lambda Operators"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators)) 6. MUST support the `$skip` system query option ([section 11.2.6.4](#SystemQueryOptionskip)) 7. MUST support the `$count` system query option ([section 11.2.6.5](#SystemQueryOptioncount)) 8. MUST support `$orderby` with `asc` and `desc` on individual properties diff --git a/odata-json-format/4 Common Characteristics.md b/odata-json-format/4 Common Characteristics.md index ea6757b1..d9b0076d 100644 --- a/odata-json-format/4 Common Characteristics.md +++ b/odata-json-format/4 Common Characteristics.md @@ -365,9 +365,8 @@ metadata document of a different service ### ##subsubsec Control Information: `count` (`odata.count`) The `count` control information occurs only in responses and -can annotate any collection, see [OData-Protocol](#ODataProtocol) -section 11.2.5.5 System Query Option -`$count`. Its value is an +can annotate any collection, see [OData-Protocol, section "System Query Option `$count`"]($$$OData-Protocol$$$#SystemQueryOptioncount). +Its value is an `Edm.Int64` value corresponding to the total count of members in the collection represented by the request. diff --git a/odata-protocol/12 Conformance.md b/odata-protocol/12 Conformance.md index c32c2bea..b9fbed04 100644 --- a/odata-protocol/12 Conformance.md +++ b/odata-protocol/12 Conformance.md @@ -153,8 +153,7 @@ with generic clients 13. SHOULD support the `$count` system query option ([section ##SystemQueryOptioncount]) 14. SHOULD support `$expand` ([section ##SystemQueryOptionexpand]) 15. SHOULD support the lambda operators `any` and `all` on navigation- -and collection-valued properties (section 5.1.1.10 in -[OData-URL](#ODataURL)) +and collection-valued properties ([OData-URL, section "Lambda Operators"]($$$OData-URL$$$#LambdaOperators)) 16. SHOULD support the `/$count` segment on navigation and collection properties ([section ##RequestingtheNumberofItemsinaCollection]) 17. SHOULD support `$orderby asc` and `desc` on individual properties @@ -172,8 +171,7 @@ Level](#OData40IntermediateConformanceLevel) 4. MUST support the `/$count` segment on navigation and collection properties ([section ##RequestingtheNumberofItemsinaCollection]) 5. MUST support the lambda operators `any` and `all` on navigation- and -collection-valued properties (section 5.1.1.10 in -[OData-URL](#ODataURL)) +and collection-valued properties ([OData-URL, section "Lambda Operators"]($$$OData-URL$$$#LambdaOperators)) 6. MUST support the `$skip` system query option ([section ##SystemQueryOptionskip]) 7. MUST support the `$count` system query option ([section ##SystemQueryOptioncount]) 8. MUST support `$orderby` with `asc` and `desc` on individual properties