<?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:modeler="http://camunda.org/schema/modeler/1.0" xmlns:camunda="http://camunda.org/schema/1.0/dmn" id="Definitions_0exn209" name="DRD" namespace="http://camunda.org/schema/1.0/dmn" exporter="Camunda Web Modeler" exporterVersion="66b1756" camunda:diagramRelationId="107d4304-5df5-4cc5-bd1e-5f2136d7fafd" modeler:executionPlatform="Camunda Cloud" modeler:executionPlatformVersion="8.2.0">
  <decision id="callDecision" name="Call Decision">
    <decisionTable id="DecisionTable_1j62fq6" hitPolicy="FIRST">
      <input id="Input_1" label="a">
        <inputExpression id="InputExpression_1" typeRef="string">
          <text>a</text>
        </inputExpression>
      </input>
      <output id="Output_1" label="b" name="b" typeRef="string" />
      <output id="OutputClause_1m0zgtn" label="c" name="c" typeRef="string" />
      <rule id="DecisionRule_1wnavna">
        <inputEntry id="UnaryTests_05huwoo">
          <text>"test"</text>
        </inputEntry>
        <outputEntry id="LiteralExpression_16y2xtd">
          <text>"first rule, first output"</text>
        </outputEntry>
        <outputEntry id="LiteralExpression_0kwivex">
          <text>"first rule, second output"</text>
        </outputEntry>
      </rule>
      <rule id="DecisionRule_0aqk8ch">
        <inputEntry id="UnaryTests_1pxuyq5">
          <text></text>
        </inputEntry>
        <outputEntry id="LiteralExpression_14eiuhp">
          <text>"second rule, first output"</text>
        </outputEntry>
        <outputEntry id="LiteralExpression_1afbid9">
          <text>"second rule, second output"</text>
        </outputEntry>
      </rule>
    </decisionTable>
  </decision>
  <dmndi:DMNDI>
    <dmndi:DMNDiagram>
      <dmndi:DMNShape dmnElementRef="callDecision">
        <dc:Bounds height="80" width="180" x="160" y="100" />
      </dmndi:DMNShape>
    </dmndi:DMNDiagram>
  </dmndi:DMNDI>
</definitions>
