-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
model.submodel: Implement AASd-129 and AASd-119 #119
Comments
When adding a Qualifiable to a namespace, walk up the parent until the Identifiable, then check that Identifiable's type |
It's very complicated to implement the AASd-129. I doubt that we should implement it. We must verify this constraint whenever we:
|
Hmm, we could easily implement the following:
But the last one:
would require iterating all child SubmodelElements and their qualifiers whenever a new |
We decided not to implement this due to the issue in the comment above. |
However, we need to document this for the v3.0 Release |
@s-heppner the issue can be closed. The reasults are documented in #156 |
Any suggestions as to how to implement this?
In the same step, we should probably also implement AASd-119:
The text was updated successfully, but these errors were encountered: