Please see the example below, taken directly from an AASX package created by the AASX Package Explorer (Build 190930).
In the XML serialization of the AAS, shouldn't the element which contains the qualifiers be <aas:qualifiers>? Unless I am misunderstanding the specification from VWSiD?
I propose to change line 2373 in AssetAdministrationShellSDK.cs from
[XmlArray("qualifier")]
to: \
[XmlArray("qualifiers")]
This change would probably break existing AASX packages. These would need to be either upgraded manually, or automatically by the AASX Package Explorer?
I'd be happy to submit a pull request to this repository for this and other issues...
Please see the example below, taken directly from an AASX package created by the AASX Package Explorer (Build 190930). In the XML serialization of the AAS, shouldn't the element which contains the qualifiers be
<aas:qualifiers>
? Unless I am misunderstanding the specification from VWSiD?I propose to change line 2373 in
AssetAdministrationShellSDK.cs
from[XmlArray("qualifier")]
to: \[XmlArray("qualifiers")]
This change would probably break existing AASX packages. These would need to be either upgraded manually, or automatically by the AASX Package Explorer?
I'd be happy to submit a pull request to this repository for this and other issues...
Example AAS Snippet