|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<definitions xmlns="https://www.omg.org/spec/DMN/20230324/MODEL/" id="definitions" name="test-dmn-with-missing-type-ref" |
| 3 | + namespace="http://camunda.org/schema/1.0/dmn"> |
| 4 | + <import name="prefix" namespace="missing-namespace" importType="https://www.omg.org/spec/DMN/20230324/MODEL/" /> |
| 5 | + <decision id="cip-assessments" name="CIP Assessments"> |
| 6 | + <decisionTable id="decisionTable"> |
| 7 | + <input id="input1" label="Gender"> |
| 8 | + <inputExpression id="inputExpression1" typeRef="string"> |
| 9 | + <text>gender</text> |
| 10 | + </inputExpression> |
| 11 | + </input> |
| 12 | + <input id="InputClause_1szr045" label="Marital Status"> |
| 13 | + <inputExpression id="LiteralExpression_0xv8t8j" typeRef="string"> |
| 14 | + <text>maritalStatus</text> |
| 15 | + </inputExpression> |
| 16 | + </input> |
| 17 | + <input id="InputClause_1ykgpxy" label="Organization Detail - Legal Name"> |
| 18 | + <inputExpression id="LiteralExpression_19vzu6u" typeRef="string"> |
| 19 | + <text>organizationDetail.legalName</text> |
| 20 | + </inputExpression> |
| 21 | + </input> |
| 22 | + <input id="InputClause_1io1f6n" label="OD - Date of Formation"> |
| 23 | + <inputExpression id="LiteralExpression_1dd8ao2" typeRef="date"> |
| 24 | + <text>organizationDetail.dateOfFormationOrEstablishment</text> |
| 25 | + </inputExpression> |
| 26 | + </input> |
| 27 | + <input id="InputClause_1eayjts" label="Registration - registeredWith"> |
| 28 | + <inputExpression id="LiteralExpression_1m52w10" typeRef="string"> |
| 29 | + <text>registration.registeredWith</text> |
| 30 | + </inputExpression> |
| 31 | + </input> |
| 32 | + <output id="output1" label="" name="" typeRef="string"/> |
| 33 | + <rule id="row-168857152-1"> |
| 34 | + <inputEntry id="UnaryTests_0793v4j"> |
| 35 | + <text><![CDATA[= "Female"]]></text> |
| 36 | + </inputEntry> |
| 37 | + <inputEntry id="UnaryTests_11h9jt8"> |
| 38 | + <text></text> |
| 39 | + </inputEntry> |
| 40 | + <inputEntry id="UnaryTests_1oudzn9"> |
| 41 | + <text></text> |
| 42 | + </inputEntry> |
| 43 | + <inputEntry id="UnaryTests_0lujdme"> |
| 44 | + <text></text> |
| 45 | + </inputEntry> |
| 46 | + <inputEntry id="UnaryTests_1dt0ujl"> |
| 47 | + <text></text> |
| 48 | + </inputEntry> |
| 49 | + <outputEntry id="LiteralExpression_0eot1u3"> |
| 50 | + <text>O1</text> |
| 51 | + </outputEntry> |
| 52 | + </rule> |
| 53 | + <rule id="row-168857152-2"> |
| 54 | + <inputEntry id="UnaryTests_0z8g5ay"> |
| 55 | + <text></text> |
| 56 | + </inputEntry> |
| 57 | + <inputEntry id="UnaryTests_0hgmxbd"> |
| 58 | + <text><![CDATA[= "Married"]]></text> |
| 59 | + </inputEntry> |
| 60 | + <inputEntry id="UnaryTests_0kj7afx"> |
| 61 | + <text></text> |
| 62 | + </inputEntry> |
| 63 | + <inputEntry id="UnaryTests_10duijr"> |
| 64 | + <text></text> |
| 65 | + </inputEntry> |
| 66 | + <inputEntry id="UnaryTests_0wmifyx"> |
| 67 | + <text></text> |
| 68 | + </inputEntry> |
| 69 | + <outputEntry id="LiteralExpression_1jqtn61"> |
| 70 | + <text>O2</text> |
| 71 | + </outputEntry> |
| 72 | + </rule> |
| 73 | + </decisionTable> |
| 74 | + </decision> |
| 75 | + <inputData name="applicant" id="id-d2376567fde3c9400ee327ecec21e36d" label="Applicant"> |
| 76 | + <variable typeRef="applicant" name="applicant" id="id-d2376567fde3c9400ee327ecec21e36d_variable"/> |
| 77 | + </inputData> |
| 78 | + <inputData name="string" id="id-d2376567fde3c9400ee327ecec21e36d-1" label="String"> |
| 79 | + <variable typeRef="string" name="string" id="id-d2376567fde3c9400ee327ecec21e36d-1_variable"/> |
| 80 | + </inputData> |
| 81 | + <inputData name="applicant1" id="id-d2376567fde3c9400ee327ecec21e36d-2" label="Applicant1"> |
| 82 | + <variable typeRef="prefix.importedType" name="applicant1" id="id-d2376567fde3c9400ee327ecec21e36d-2_variable"/> |
| 83 | + </inputData> |
| 84 | +</definitions> |
0 commit comments