dsntk-examples 0.3.0-rc.0

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

    <description>
        Input data with simple number type variable.
    </description>

    <inputData name="Monthly Salary" id="_input_1">
        <variable typeRef="number" name="Monthly Salary"/>
    </inputData>

</definitions>