-
Key: DMN17-70
-
Status: open
-
Source: Montera Pty Ltd ( Greg McCreath)
-
Summary:
The XML examples for chapter 11 contains a lot of vendor-specific noise. An example below shows a simple element with two vendor-specific additions:
```
<semantic:import namespace="http://www.trisotech.com/definitions/_5e8e877a-af87-434b-9c36-ed51c8d6b514"
name="Financial"
triso:fileId="eyJmIjp7InNrdSI6IjU1ZTFkZDA5LTdjYTUtNGUyMC04NzI1LWVlOTI5NzI2OTZkYiIsIm5hbWUiOiJGaW5hbmNpYWwifSwiciI6eyJhcGlrZXkiOiIyOTIwMDNmNjk4NDBlNzEyIn19"
triso:fileName="Chapter 11 Example/Financial"
importType="https://www.omg.org/spec/DMN/20211108/MODEL/"
drools:modelName="Financial"/>
```The noise is distracting, makes the models overly verbose, and (IMO), the spec should not contain vendor specifics. The above need only be:
```
<semantic:import namespace="http://www.trisotech.com/definitions/_5e8e877a-af87-434b-9c36-ed51c8d6b514"
importType="https://www.omg.org/spec/DMN/20211108/MODEL/"
name="Financial" />
```Please consider removing all vendor-specific noise from the examples.
-
Reported: DMN 1.5 — Sun, 18 Aug 2024 23:03 GMT
-
Updated: Wed, 4 Sep 2024 14:05 GMT
DMN17 — Chapter 11 example models contain a lot of vendor specific "noise".
- Key: DMN17-70
- OMG Task Force: Decision Model and Notation 1.7 RTF