1
0
mirror of synced 2025-01-29 19:41:45 +03:00

DDC-866 Fix deprecated EBNF rule

This commit is contained in:
Benjamin Eberlei 2010-11-09 22:17:31 +01:00
parent a5a0dfa96e
commit c22bddc9a7

View File

@ -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