-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.0_ERRATA03
-
Component/s: ABNF, URL Conventions
-
Labels:None
-
Environment:
[Applied]
-
Proposal:
-
Resolution:
The second bullet in section 4.5.2 of [URL] references the following rules in [ABNF]:
boundComplexFunctionCall, boundComplexColFunctionCall, boundEntityFunctionCall, boundEntityColFunctionCall, boundPrimitiveFunctionCall and boundPrimitiveColFunctionCall
However, the actual rules in [ABNF] abbreviate "Function" as "Func":
boundComplexFuncCall, boundComplexColFuncCall, boundEntityFuncCall, boundEntityColFunctionCall, boundPrimitiveFuncCall and boundPrimitiveColFuncCall
Note that other functions in [ABNF] spell out "Function", as in:
complexFunctionImportCall, complexColFunctionImportCall, entityFunctionImportCall, entityColFunctionImportCall, primitiveFunctionImportCall, and primitiveColFunctionImportCall
So we could change the [ABNF] to consistently spell out "Function" or [URL] to use the abbreviations already in [ABNF].