Skip to content

Commit

Permalink
Adapt XML Schema for some schema validators
Browse files Browse the repository at this point in the history
Previously we did not define `aas:environment`
directly via an `xs:element` tag, rather only
provided it directly as `xs:complexType`.
This created issues with several XML Schema
validator engines.

This commit fixes this problem,
discovered in #457.
  • Loading branch information
s-heppner committed Nov 15, 2024
1 parent d7f8be2 commit b1e7ee7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions schemas/xml/AAS.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1337,4 +1337,5 @@
<xs:group ref="valueReferencePair"/>
</xs:sequence>
</xs:complexType>
<xs:element name="environment" type="environment_t"/>
</xs:schema>

0 comments on commit b1e7ee7

Please sign in to comment.