You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the implementation of SubmodelElementList can only be described as not ideal.
We set a random id_short, even though the specification forbids it, due to the fact that we need an identifying attribute in our Namespace.
Of course, when serializing we remove the id_short, however it would be better if we didn't need it in the first place.
We should research how other AAS-SDKs solved that issue and improve our implementation.
The text was updated successfully, but these errors were encountered:
Currently the implementation of
SubmodelElementList
can only be described as not ideal.We set a random
id_short
, even though the specification forbids it, due to the fact that we need an identifying attribute in ourNamespace
.Of course, when serializing we remove the
id_short
, however it would be better if we didn't need it in the first place.We should research how other AAS-SDKs solved that issue and improve our implementation.
The text was updated successfully, but these errors were encountered: