Skip to content

Commit a5b61f4

Browse files
committed
adapter.xml: Remove <aas:kind> from SubmodelElements in XSD
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.
1 parent b5b4a41 commit a5b61f4

5 files changed

Lines changed: 0 additions & 301 deletions

File tree

basyx/aas/adapter/xml/AAS.xsd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@
862862
<xs:group name="submodelElement">
863863
<xs:sequence>
864864
<xs:group ref="referable"/>
865-
<xs:group ref="hasKind"/>
866865
<xs:group ref="hasSemantics"/>
867866
<xs:group ref="qualifiable"/>
868867
<xs:group ref="hasDataSpecification"/>

0 commit comments

Comments
 (0)