-
Notifications
You must be signed in to change notification settings - Fork 105
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
Recursive definitions #964
Comments
Form my point of view nested objects with a self-reference should be possible. Here an example with an additional property for a better understanding:
I would suggest to remove the @aedelmann any objections? |
…for datatype property recursion and same name validation for function block operation name Signed-off-by: Simon Pizonka <[email protected]>
All Current generators need to handle this recursion if this validation check gets removed. |
Recursive definitions can only apply to entities, since Functionblocks and Information Models can not self-reference. |
I am trying to define a model similar to:
Currently, it fails with: Object property type has circular reference
What is the best way to model this?
The text was updated successfully, but these errors were encountered: