From bb3ed92848192f0f3b7dc69a49c5940c191b9330 Mon Sep 17 00:00:00 2001 From: zrgt Date: Thu, 9 Nov 2023 15:44:30 +0100 Subject: [PATCH] Document DataSpecification template class not implemented --- basyx/aas/model/base.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/basyx/aas/model/base.py b/basyx/aas/model/base.py index 9afc63cfb..439f45427 100644 --- a/basyx/aas/model/base.py +++ b/basyx/aas/model/base.py @@ -1162,6 +1162,8 @@ class HasDataSpecification(metaclass=abc.ABCMeta): element may or shall have. The data specifications used are explicitly specified with their global ID. + *Note:* Please consider, that we have not implemented DataSpecification template class + :ivar embedded_data_specifications: List of :class:`~.EmbeddedDataSpecification`. """ @abc.abstractmethod