dsntk-model 0.3.0

ÐecisionToolkit | DMN model and parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definition namespace="https://dsntk.io"
             name="invalid-model-0008"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/">

    <description>
        This is an example of invalid model.
        The root element is named "definition" but should be named "definitions".
    </description>

    <decision name="one">
        <variable typeRef="number" name="one"/>
        <literalExpression>
            <text>1</text>
        </literalExpression>
    </decision>
</definition>