Skip to content
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

Update to aas-core-meta, codegen, testgen c9692bc, 256cc8a, 11ca4988 #13

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion _dev_scripts/aas_core3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

This copy is necessary so that we can decouple from ``aas-core*-python`` repository.

The revision of aas-core-codegen was: 7e264a0
The revision of aas-core-codegen was: 256cc8a
"""
6 changes: 6 additions & 0 deletions _dev_scripts/aas_core3/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,12 @@ class SubmodelElementList(SubmodelElement):
specify a :py:attr:`HasSemantics.semantic_id` then the value is assumed to be
identical to :py:attr:`semantic_id_list_element`.

:constraint AASd-120:
.. _constraint_AASd-120:

The :py:attr:`id_short` of a :py:class:`SubmodelElement` being a direct child of a
:py:class:`SubmodelElementList` shall not be specified.

:constraint AASd-108:
.. _constraint_AASd-108:

Expand Down
Loading
Loading