-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.01_ERRATA01
-
Component/s: ABNF
-
Labels:None
-
Proposal:
-
Resolution:
Section 5.1.1.14.5 $root says:
The $root literal can be used in expressions to refer to resources of the same service.
However the ABNF currently limits this to singletons, entities within an entity set, and everything reachable from there, including bound functions:
rootExpr = '$root/' ( entitySetName keyPredicate / singletonEntity ) [ singleNavigationExpr ]
Are function imports intentionally omitted?