From 5eb895e1e64cdcd4ba98464d5fda4176292cf942 Mon Sep 17 00:00:00 2001 From: Igor Garmaev <56840636+zrgt@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:40:48 +0100 Subject: [PATCH] Add Constraint AASd-133 in SpecificAssetId documentation (#147) This adds a documentation of AASd-133 to `SpecificAssetId`. --------- Co-authored-by: s-heppner --- basyx/aas/model/base.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/basyx/aas/model/base.py b/basyx/aas/model/base.py index e96bf4a1d..a39f48fe9 100644 --- a/basyx/aas/model/base.py +++ b/basyx/aas/model/base.py @@ -2130,6 +2130,9 @@ class SpecificAssetId(HasSemantics): A specific asset ID describes a generic supplementary identifying attribute of the asset. The specific asset ID is not necessarily globally unique. + *Constraint AASd-133:* SpecificAssetId/externalSubjectId shall be a global reference, + i.e. Reference/type = ExternalReference + :ivar name: Key of the identifier :ivar value: The value of the identifier with the corresponding key. :ivar external_subject_id: The (external) subject the key belongs to or has meaning to.