<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions namespace="https://dsntk.io"
name="compliance-level-2-test-0003"
id="_ce8a8d19-38c0-4289-8a46-ff72f881e71f"
xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/"
xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/"
xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/"
xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/">
<description>Compliance level 2. Test 0003.</description>
<itemDefinition name="tEmploymentStatus">
<typeRef>string</typeRef>
<allowedValues>
<text>"UNEMPLOYED","EMPLOYED","SELF-EMPLOYED","STUDENT"</text>
</allowedValues>
</itemDefinition>
<decision name="Employment Status Statement" id="d_EmploymentStatusStatement">
<variable typeRef="string" name="Employment Status Statement"/>
<informationRequirement id="f4a0451b-8db5-401a-b9b4-dc31416b6e7d">
<requiredInput href="#i_EmploymentStatus"/>
</informationRequirement>
<literalExpression>
<text>"You are " + Employment Status</text>
</literalExpression>
</decision>
<inputData name="Employment Status" id="i_EmploymentStatus">
<variable typeRef="tEmploymentStatus" name="Employment Status"/>
</inputData>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="_0003-input-data-string-allowed-values_D1">
<dmndi:Size height="650.0" width="650.0"/>
<dmndi:DMNShape dmnElementRef="d_EmploymentStatusStatement" id="_0003-input-data-string-allowed-values_s1">
<dc:Bounds height="61.0" width="154.0" x="150.0" y="150.0"/>
</dmndi:DMNShape>
<dmndi:DMNShape dmnElementRef="i_EmploymentStatus" id="_0003-input-data-string-allowed-values_s2">
<dc:Bounds height="60.0" width="153.0" x="151.0" y="331.0"/>
</dmndi:DMNShape>
<dmndi:DMNEdge dmnElementRef="f4a0451b-8db5-401a-b9b4-dc31416b6e7d" id="_0003-input-data-string-allowed-values_e1">
<di:waypoint x="227.0" y="331.0"/>
<di:waypoint x="227.0" y="211.0"/>
</dmndi:DMNEdge>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>