From fdee7940301469ebe273a42b6ffb1acc6d26d5a5 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 9 Apr 2022 09:46:23 +0200 Subject: [PATCH] Fix dangling references in V3RC02 (#63) We mistakenly omitted to run the pre-commit script and there were a couple of dangling constraint references since we removed the data specifications from V3RC02. --- aas_core_meta/v3rc2.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/aas_core_meta/v3rc2.py b/aas_core_meta/v3rc2.py index 18533132..a0fe1a82 100644 --- a/aas_core_meta/v3rc2.py +++ b/aas_core_meta/v3rc2.py @@ -7,27 +7,12 @@ * :constraintref:`AASd-006` * :constraintref:`AASd-007` * :constraintref:`AASd-064` -* :constraintref:`AASd-078` Some of the constraints are not enforceable as they depend on the wider context such as language understanding, so we could not formalize them: * :constraintref:`AASd-012` -The following constraints have not been implemented as they are not part of -the meta-model, but are related to the templates for concept descriptions: - -* :constraintref:`AASd-070` -* :constraintref:`AASd-071` -* :constraintref:`AASd-072` -* :constraintref:`AASd-073` -* :constraintref:`AASd-074` -* :constraintref:`AASd-076` -* :constraintref:`AASd-101` -* :constraintref:`AASd-102` -* :constraintref:`AASd-103` - - We could not formalize the constraints which prescribed how to deal with the default values as the semantic of the default values has not been defined in the meta-model: