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 name="invalid-model-0009"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/">

    <description>
        This is an example of invalid model.
        No required "namespace" attribute in root element.
    </description>

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