-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[incubator-kie-issues#1605] Adding required model (#6146)
Co-authored-by: athira <[email protected]>
- Loading branch information
1 parent
ae08b05
commit e67b193
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
kie-dmn/kie-dmn-test-resources/src/test/resources/invalid_models/DMNv1_5/DMN-Invalid.dmn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<definitions xmlns="https://www.omg.org/spec/DMN/20230324/MODEL/" expressionLanguage="https://www.omg.org/spec/DMN/20230324/FEEL/" namespace="https://kie.org/dmn/_C41C5BB7-C6D3-44AC-AA11-8C6669A1067C" id="_69D088B2-80FE-4F9B-9F30-E7AB04CBE95D" name="DMN_9A35369C-E843-446F-A720-2A41B827FB8D" xmlns:dmndi="https://www.omg.org/spec/DMN/20230324/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="https://kie.org/dmn/extensions/1.0"> | ||
<inputData name="Person Age" id="_143F7897-5935-45CF-94FF-2A660AF9D575"> | ||
<variable name="Person Age" id="_8F1725BA-E882-4FD8-A0A2-D79BD7BE8A3B" typeRef="number" /> | ||
</inputData> | ||
<decision name="Can Drive?" id="_629A673D-F07E-4920-959A-A399778A2FB1"> | ||
<variable id="_3F802AED-D9CF-487B-BF74-6E6D3DF01F3D" typeRef="boolean" name="Can Drive?" /> | ||
<literalExpression id="_69D8D9DE-7FC5-4790-9A97-FD88D753967F" typeRef="boolean" label="Can Drive?"> | ||
<text>Person Age >= 18</text> | ||
</literalExpression> | ||
</decision> | ||
<dmndi:DMNDI> | ||
<dmndi:DMNDiagram id="_05D2BE82-1F20-4DAF-B53D-FB62B69D565D" name="Default DRD" useAlternativeInputDataShape="false"> | ||
<di:extension> | ||
<kie:ComponentsWidthsExtension> | ||
<kie:ComponentWidths dmnElementRef="_69D8D9DE-7FC5-4790-9A97-FD88D753967F"> | ||
<kie:width>190</kie:width> | ||
</kie:ComponentWidths> | ||
</kie:ComponentsWidthsExtension> | ||
</di:extension> | ||
<dmndi:DMNShape id="_1311B49F-C640-44F9-A4AC-BE98616A5E94" dmnElementRef="_143F7897-5935-45CF-94FF-2A660AF9D575" isCollapsed="false" isListedInputData="false"> | ||
<dc:Bounds x="100" y="300" width="160" height="80" /> | ||
</dmndi:DMNShape> | ||
<dmndi:DMNShape id="_FC1B72CB-64CA-4DCE-A7CF-CC96125EE8FE" dmnElementRef="_629A673D-F07E-4920-959A-A399778A2FB1" isCollapsed="false" isListedInputData="false"> | ||
<dc:Bounds x="100" y="100" width="160" height="80" /> | ||
</dmndi:DMNShape> | ||
</dmndi:DMNDiagram> | ||
</dmndi:DMNDI> | ||
</definitions> |