Skip to content

Commit d77ef6d

Browse files
committed
Merge branch 'bugfix-bnf-3-1-2' of https://github.com/Martin187187/aas-specs-api into bugfix-bnf-3-1-2
2 parents c1b5e6f + 14b29f5 commit d77ef6d

File tree

1 file changed

+5
-5
lines changed
  • documentation/IDTA-01002-3/modules/ROOT/partials/bnf

1 file changed

+5
-5
lines changed

documentation/IDTA-01002-3/modules/ROOT/partials/bnf/grammar.bnf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
"OBJECTS:" <ws>
100100
( <SingleObject> <ws> )*
101101
( <UseObjectGroup> <ws> )*
102-
( "FORMULA:" <ws> <logicalExpression> <ws> ) | <UseFormula>
102+
( ( "FORMULA:" <ws> <logicalExpression> <ws> ) | ( <UseFormula> <ws> ) )
103103
( "FILTER:" <ws> <SecurityQueryFilter> )?
104104

105-
<SecurityQueryFilter> ::=
106-
<FragmentObject> <ws>
107-
( "CONDITION:" <ws> <logicalExpression> <ws> ) | <UseFormula>
105+
<SecurityQueryFilter> ::=
106+
<FragmentObject> <ws>
107+
( ( "CONDITION:" <ws> <logicalExpression> <ws> ) | ( <UseFormula> <ws> ) )
108108

109109
<ACL> ::=
110110
"ATTRIBUTES:" <ws>
@@ -212,4 +212,4 @@
212212
<idShortPath> ::= ( <idShort> ("[" ( [0-9]* ) "]" )* ( "." <idShortPath> )* )
213213
<idShort> ::= ( ( [a-z] | [A-Z] ) (( [a-z] | [A-Z] | [0-9] | "_" | "-" )* ( [a-z] | [A-Z] | [0-9] | "_" ) )? )
214214

215-
<ws> ::= ( " " | "\t" | "\r" | "\n" )*
215+
<ws> ::= ( " " | "\t" | "\r" | "\n" )*

0 commit comments

Comments
 (0)