Skip to content

Instantly share code, notes, and snippets.

@manstis
Created June 17, 2019 12:41
Show Gist options
  • Save manstis/9e709714ea039cdd9a785febdde61193 to your computer and use it in GitHub Desktop.
Save manstis/9e709714ea039cdd9a785febdde61193 to your computer and use it in GitHub Desktop.
Imported model
==============
..
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_B58F1BE4-BEE0-4897-A359-992A0A01AC14" name="a" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9">
- namespace != null
- name != null
..
name
<?xml version="1.0" ?>
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_B58F1BE4-BEE0-4897-A359-992A0A01AC14" name="a" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9">
<dmn:extensionElements></dmn:extensionElements>
<dmn:decision id="_1361F7E7-846E-408D-B1AB-D4F7D4BD247F" name="Decision-1">
<dmn:variable id="_D07155E0-4DA3-4F1C-BE6F-EA3A7C053F02" name="Decision-1" typeRef="number"></dmn:variable>
<dmn:literalExpression id="_326C2E93-15A9-4364-AA58-BC5EC00D31E3">
<dmn:text>1 + 1</dmn:text>
</dmn:literalExpression>
</dmn:decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_326C2E93-15A9-4364-AA58-BC5EC00D31E3">
<kie:width>130.0</kie:width>
</kie:ComponentWidths>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-_1361F7E7-846E-408D-B1AB-D4F7D4BD247F" dmnElementRef="_1361F7E7-846E-408D-B1AB-D4F7D4BD247F" isCollapsed="false">
<dmndi:DMNStyle>
<dmndi:FillColor red="255" green="255" blue="255"></dmndi:FillColor>
<dmndi:StrokeColor red="0" green="0" blue="0"></dmndi:StrokeColor>
<dmndi:FontColor red="0" green="0" blue="0"></dmndi:FontColor>
</dmndi:DMNStyle>
<dc:Bounds x="304" y="160" width="100" height="50"></dc:Bounds>
<dmndi:DMNLabel></dmndi:DMNLabel>
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</dmn:definitions>
Importing model
===============
..
<dmn:import id="_74E36DF9-A9DB-4D78-8C4C-B46401FCE395" name="admn" namespace="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" locationURI="default://master@MySpace/anstis/src/main/resources/com/myspace/anstis/a.dmn" importType="http://www.omg.org/spec/DMN/20180521/MODEL/"></dmn:import>
- drools:modelName == null
- namespace != null
..
<?xml version="1.0" ?>
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_D0CFBAE7-4EBD-4FA5-A15F-DA00581ADA0B" xmlns:included1="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_6CE9EE17-A7CB-47E1-B399-5CF3A8CC48F4" name="b" expressionLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_D0CFBAE7-4EBD-4FA5-A15F-DA00581ADA0B">
<dmn:extensionElements></dmn:extensionElements>
<dmn:import id="_74E36DF9-A9DB-4D78-8C4C-B46401FCE395" name="admn" namespace="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9" locationURI="default://master@MySpace/anstis/src/main/resources/com/myspace/anstis/a.dmn" importType="http://www.omg.org/spec/DMN/20180521/MODEL/"></dmn:import>
<dmn:decision id="_E54727B7-BC41-4499-8652-53221E62BAD4" name="aaa">
<dmn:variable id="_D310FAFB-C299-472F-B9FB-41812A848AAA" name="aaa" typeRef="number"></dmn:variable>
<dmn:informationRequirement id="_3FAE4777-A801-4216-BC21-0A13D5E16F43">
<dmn:requiredDecision href="https://kiegroup.org/dmn/_9579FF23-88A9-4A53-B97B-EF1B229B88D9#_1361F7E7-846E-408D-B1AB-D4F7D4BD247F"></dmn:requiredDecision>
</dmn:informationRequirement>
<dmn:literalExpression id="_2B82735B-66E2-4C9C-B134-35071AD4CC9E">
<dmn:text>aaaa</dmn:text>
</dmn:literalExpression>
</dmn:decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_2B82735B-66E2-4C9C-B134-35071AD4CC9E">
<kie:width>130.0</kie:width>
</kie:ComponentWidths>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-_E54727B7-BC41-4499-8652-53221E62BAD4" dmnElementRef="_E54727B7-BC41-4499-8652-53221E62BAD4" isCollapsed="false">
<dmndi:DMNStyle>
<dmndi:FillColor red="255" green="255" blue="255"></dmndi:FillColor>
<dmndi:StrokeColor red="0" green="0" blue="0"></dmndi:StrokeColor>
<dmndi:FontColor red="0" green="0" blue="0"></dmndi:FontColor>
</dmndi:DMNStyle>
<dc:Bounds x="506" y="234" width="100" height="50"></dc:Bounds>
<dmndi:DMNLabel></dmndi:DMNLabel>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-included1:_1361F7E7-846E-408D-B1AB-D4F7D4BD247F" dmnElementRef="included1:_1361F7E7-846E-408D-B1AB-D4F7D4BD247F" isCollapsed="false">
<dmndi:DMNStyle>
<dmndi:FillColor red="255" green="255" blue="255"></dmndi:FillColor>
<dmndi:StrokeColor red="0" green="0" blue="0"></dmndi:StrokeColor>
<dmndi:FontColor red="0" green="0" blue="0"></dmndi:FontColor>
</dmndi:DMNStyle>
<dc:Bounds x="326" y="234" width="100" height="50"></dc:Bounds>
<dmndi:DMNLabel></dmndi:DMNLabel>
</dmndi:DMNShape>
<dmndi:DMNEdge id="dmnedge-_3FAE4777-A801-4216-BC21-0A13D5E16F43" dmnElementRef="_3FAE4777-A801-4216-BC21-0A13D5E16F43">
<di:waypoint x="426" y="259"></di:waypoint>
<di:waypoint x="506" y="259"></di:waypoint>
</dmndi:DMNEdge>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</dmn:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment