Skip to content

Instantly share code, notes, and snippets.

@tiagobento
Last active September 23, 2021 22:59
Show Gist options
  • Save tiagobento/b5abdabb9271271d12c41087b790d488 to your computer and use it in GitHub Desktop.
Save tiagobento/b5abdabb9271271d12c41087b790d488 to your computer and use it in GitHub Desktop.
new-file.dmn
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_59F57BCC-F6FC-4479-9184-8F561BA7DFB3" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="_80B06FC7-B6A1-41FA-A3C0-D16819A97EE7" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_59F57BCC-F6FC-4479-9184-8F561BA7DFB3">
<dmn:extensionElements/>
<dmn:inputData id="_5CAEFE1F-1DCC-4054-AA04-0AF9D38A1340" name="InputData-1">
<dmn:extensionElements/>
<dmn:variable id="_E968B845-61BA-4974-93F1-6130A979F8F6" name="InputData-1"/>
</dmn:inputData>
<dmn:businessKnowledgeModel id="_BE426AB1-1DD0-4995-8BB1-03087438F46D" name="BusinessKnowledgeModel-1">
<dmn:extensionElements/>
<dmn:variable id="_18601E4F-8D86-40E3-9473-CFC58F3D121E" name="BusinessKnowledgeModel-1"/>
<dmn:encapsulatedLogic id="_0181E94F-6E64-4E48-9A28-B702A0F9C3BF" kind="FEEL">
<dmn:literalExpression id="_31C519DF-E069-43BE-9938-AE6386CCD92F">
<dmn:text/>
</dmn:literalExpression>
</dmn:encapsulatedLogic>
</dmn:businessKnowledgeModel>
<dmndi:DMNDI>
<dmndi:DMNDiagram id="_617BCEEC-5063-4CF5-B089-D4072B0D357A" name="DRG">
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_31C519DF-E069-43BE-9938-AE6386CCD92F"/>
<kie:ComponentWidths dmnElementRef="_0181E94F-6E64-4E48-9A28-B702A0F9C3BF"/>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-drg-_5CAEFE1F-1DCC-4054-AA04-0AF9D38A1340" dmnElementRef="_5CAEFE1F-1DCC-4054-AA04-0AF9D38A1340" isCollapsed="false">
<dmndi:DMNStyle>
<dmndi:FillColor red="255" green="255" blue="255"/>
<dmndi:StrokeColor red="0" green="0" blue="0"/>
<dmndi:FontColor red="0" green="0" blue="0"/>
</dmndi:DMNStyle>
<dc:Bounds x="448" y="127" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
<dmndi:DMNShape id="dmnshape-drg-_BE426AB1-1DD0-4995-8BB1-03087438F46D" dmnElementRef="_BE426AB1-1DD0-4995-8BB1-03087438F46D" isCollapsed="false">
<dmndi:DMNStyle>
<dmndi:FillColor red="255" green="255" blue="255"/>
<dmndi:StrokeColor red="0" green="0" blue="0"/>
<dmndi:FontColor red="0" green="0" blue="0"/>
</dmndi:DMNStyle>
<dc:Bounds x="899" y="160" width="100" height="50"/>
<dmndi:DMNLabel/>
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</dmn:definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment