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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions namespace="https://dsntk.io"
             name="invalid-model-0010"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/">

    <description>
        This is an example of invalid model.
        No required 'name' attribute is defined in decision.
    </description>

    <decision>
        <literalExpression>
            <text>1</text>
        </literalExpression>
    </decision>
</definitions>