sample-process-models/misc/category_number_one/dmn-boolean-test/boolean-test-2.dmn

45 lines
2.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:biodi="http://bpmn.io/schema/dmn/biodi/2.0" id="Definitions_76910d7" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Modeler" exporterVersion="5.5.0">
<decision id="Boolean_Test_Table_2" name="Boolean Test: Table 2">
<decisionTable id="decisionTable_1">
<input id="InputClause_1w09lsj" label="Is a &#62; 0" biodi:width="150">
<inputExpression id="LiteralExpression_17h4b6k" typeRef="boolean">
<text>a &gt; 0</text>
</inputExpression>
</input>
<output id="output_1" label="Result Table 2" name="result_table_2" typeRef="string" biodi:width="354" />
<rule id="DecisionRule_0jolxn4">
<inputEntry id="UnaryTests_0m2lj6h">
<text>True</text>
</inputEntry>
<outputEntry id="LiteralExpression_0pzx2gg">
<text>"Table 2 Rule 1 - a is greater than zero" </text>
</outputEntry>
</rule>
<rule id="DecisionRule_1gtenjr">
<inputEntry id="UnaryTests_18fef0r">
<text>False</text>
</inputEntry>
<outputEntry id="LiteralExpression_16r3oxl">
<text>"Table 2 Rule 2 - a is not greater than zero" </text>
</outputEntry>
</rule>
<rule id="DecisionRule_1wl7xlj">
<inputEntry id="UnaryTests_0s3u6uu">
<text></text>
</inputEntry>
<outputEntry id="LiteralExpression_0ge9mo6">
<text>"Table 2 Rule 3 - did not match anything"</text>
</outputEntry>
</rule>
</decisionTable>
</decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="DMNDiagram_1cykosu">
<dmndi:DMNShape id="DMNShape_1dhfq2s" dmnElementRef="Boolean_Test_Table_2">
<dc:Bounds height="80" width="180" x="157" y="81" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>