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="_0102"
             id="_a600093a-ae10-43e3-9835-3ddcc3e1be7d"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/">
    
    <description>
        Item definition defining simple number type.
    </description>
    
    <itemDefinition name="tMonthlySalary">
        <typeRef>number</typeRef>
    </itemDefinition>
    
</definitions>