From 003075f1132243dc5f3fba557485ed2843a67a15 Mon Sep 17 00:00:00 2001 From: Rihards Date: Sun, 17 May 2026 13:11:45 +0000 Subject: [PATCH] Add DRD diagram interchange (DMNDI) to 02-vertesanas-punkti.dmn.xml [scope-3 2/3] UAPF-specification v2.1.0 (SEM-011): a DMN that defines a DRD MUST carry . Adds DMNShapes for all DRD nodes and DMNEdges for every information/knowledge requirement (requirement elements given ids so edges can reference them). DC/DI namespaces set to the DMN 1.3 values dmn-js expects (DMN/20180521). Decision logic intact. --- .../dmn/02-vertesanas-punkti.dmn.xml | 157 +++++++++++++++--- 1 file changed, 138 insertions(+), 19 deletions(-) diff --git a/processes/L4/vdaa.mi.sandbox.atlase/dmn/02-vertesanas-punkti.dmn.xml b/processes/L4/vdaa.mi.sandbox.atlase/dmn/02-vertesanas-punkti.dmn.xml index 9e0fd25..b6a65c8 100644 --- a/processes/L4/vdaa.mi.sandbox.atlase/dmn/02-vertesanas-punkti.dmn.xml +++ b/processes/L4/vdaa.mi.sandbox.atlase/dmn/02-vertesanas-punkti.dmn.xml @@ -2,7 +2,10 @@ + namespace="https://processgit.org/VDAA/mi-sandbox-atlase/dmn/scoring" + xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" + xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" + xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/"> @@ -24,62 +27,178 @@ - - + + weightedScore(20, innovationRating) - - + + weightedScore(15, transformationRating) - - + + weightedScore(30, readinessRating) - - + + weightedScore(10, highRiskRating) - - + + weightedScore(25, regulatoryNeedRating) - - - - - + + + + + innovationScore + transformationScore + readinessScore + highRiskScore + regulatoryNeedScore - - - + + + [readinessScore, regulatoryNeedScore, innovationScore] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +