Skip to content

Commit 64bb15f

Browse files
committed
added missing parameters
1 parent 2a6a682 commit 64bb15f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

documentation/IDTA-01004/modules/ROOT/pages/changelog.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Major Changes:
1717

1818
* changed: <ReferenceAttribute> with more detailed definition in BNF Grammar and JSON Schema
1919
* changed: <IdentifiableObject>, <ReferableObject>, <FragmentObject>, <DescriptorObject> with more detailed definition in BNF Grammar and JSON Schema
20+
* added: Query Filter and FragmentFieldIdentifiers (https://github.com/admin-shell-io/aas-specs-api/issues/517)
2021

2122
Minor Changes:
2223

documentation/IDTA-01004/modules/ROOT/partials/bnf/access-rules.bnf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
( "FILTERLIST:" <ws> ( <SecurityQueryFilter> <ws> )* )?
1717

1818
<SecurityQueryFilter> ::=
19-
<FieldIdentifierFragment> <ws>
19+
( "FRAGMENT:" <FieldIdentifierFragment> <ws> )
2020
( ( "CONDITION:" <ws> <logicalExpression> <ws> ) | ( <UseFormula> <ws> ) )
2121

2222
<ACL> ::=

documentation/IDTA-01004/modules/ROOT/partials/bnf/objects.bnf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"REFERABLE" <ws> "$sme" <IdentifierInstanceOrAll> "." <idShortPath>
1515

1616
<FragmentObject> ::=
17-
"FRAGMENT" <ws> "$sme" <IdentifierInstanceOrAll> "." <idShortPath> ( <ws> <StringLiteral> )+
18-
17+
"FRAGMENT" <ws> <FragmentLiteral> <ws>
18+
1919
<DescriptorObject> ::=
2020
"DESCRIPTOR" <ws> ("$aasdesc" | "$smdesc") <IdentifierInstanceOrAll>
2121

0 commit comments

Comments
 (0)