Skip to content

Commit

Permalink
adapter.xml: Remove <aas:kind> from SubmodelElements in XSD
Browse files Browse the repository at this point in the history
Version 3.0 of the spec removes the attribute `kind` from
`SubmodelElement`s.
While we already implemented this, it was still missing in the
XSD Schema, as well as the examples. This commit fixes that.
  • Loading branch information
s-heppner committed Nov 14, 2023
1 parent 9027a8e commit 3d80e0c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 301 deletions.
1 change: 0 additions & 1 deletion basyx/aas/adapter/xml/AAS.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,6 @@
<xs:group name="submodelElement">
<xs:sequence>
<xs:group ref="referable"/>
<xs:group ref="hasKind"/>
<xs:group ref="hasSemantics"/>
<xs:group ref="qualifiable"/>
<xs:group ref="hasDataSpecification"/>
Expand Down
Loading

0 comments on commit 3d80e0c

Please sign in to comment.