DDC-866 Fix deprecated EBNF rule
This commit is contained in:
parent
a5a0dfa96e
commit
c22bddc9a7
1 changed files with 1 additions and 1 deletions
|
@ -1297,7 +1297,7 @@ Path Expressions
|
|||
StateFieldPathExpression ::= IdentificationVariable "." StateField | SingleValuedAssociationPathExpression "." StateField
|
||||
|
||||
/* "u.Group" */
|
||||
SingleValuedAssociationPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* SingleValuedAssociationField
|
||||
SingleValuedAssociationPathExpression ::= IdentificationVariable "." SingleValuedAssociationField
|
||||
|
||||
/* "u.Group.Permissions" */
|
||||
CollectionValuedPathExpression ::= IdentificationVariable "." {SingleValuedAssociationField "."}* CollectionValuedAssociationField
|
||||
|
|
Loading…
Add table
Reference in a new issue