File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
documentation/IDTA-01002-3/modules/ROOT/partials/bnf Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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>
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" )*
You can’t perform that action at this time.
0 commit comments