Skip to content

Instantly share code, notes, and snippets.

@rafaeltuelho
Created June 10, 2020 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rafaeltuelho/d902b187fe9d55094b250c273e8e4908 to your computer and use it in GitHub Desktop.
Save rafaeltuelho/d902b187fe9d55094b250c273e8e4908 to your computer and use it in GitHub Desktop.
EmbeddedDataTable.dmn
<dmn:definitions xmlns:dmn="http://www.omg.org/spec/DMN/20180521/MODEL/" xmlns="https://kiegroup.org/dmn/_FC75913D-81CF-49A3-A6F4-A56FB341C574" xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/" xmlns:kie="http://www.drools.org/kie/dmn/1.2" xmlns:dmndi="http://www.omg.org/spec/DMN/20180521/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" xmlns:feel="http://www.omg.org/spec/DMN/20180521/FEEL/" id="_72BA4308-069E-4F8D-8608-D4FDDFA5A1A5" name="new-file" typeLanguage="http://www.omg.org/spec/DMN/20180521/FEEL/" namespace="https://kiegroup.org/dmn/_FC75913D-81CF-49A3-A6F4-A56FB341C574">
<dmn:extensionElements/>
<dmn:itemDefinition id="_B8E3371A-9B39-4914-8C74-C7C0A8C808FB" name="tLoanProduct" isCollection="false">
<dmn:itemComponent id="_D849B756-2A5A-4000-B1EA-A2274AD15659" name="lenderName" isCollection="false">
<dmn:typeRef>string</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_C9E5C508-D4FA-42E2-AA56-39A3DBB3D127" name="rate" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_B941F547-0849-4110-B493-242F550332A1" name="points" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
<dmn:itemComponent id="_B41F7D0C-783B-495A-BE8E-492F2484C5FB" name="fees" isCollection="false">
<dmn:typeRef>number</dmn:typeRef>
</dmn:itemComponent>
</dmn:itemDefinition>
<dmn:itemDefinition id="_B0C507BF-0C1A-4F90-8C61-EA24CB19694C" name="tLoanTable" isCollection="true">
<dmn:typeRef>tLoanProduct</dmn:typeRef>
</dmn:itemDefinition>
<dmn:decision id="_5F27A3D9-84AD-4C58-997B-A3DCFF92363F" name="Loan Static Table">
<dmn:extensionElements/>
<dmn:variable id="_EEBBA17A-316C-4DDB-A5B0-828946BC8665" name="Loan Static Table" typeRef="tLoanTable"/>
<dmn:relation id="_490F0036-E5A4-4690-A0B8-7F0CCF0EB4F7">
<dmn:column id="_5F749FD8-FF4D-4F1D-95E1-BD0417BB69D2" name="column-1"/>
<dmn:row id="_BBF377A7-24F0-47C9-9FE1-96774E67C8BE">
<dmn:literalExpression id="_BEF67621-B67C-4409-965F-F69CA3C31DC5">
<dmn:text/>
</dmn:literalExpression>
</dmn:row>
</dmn:relation>
</dmn:decision>
<dmndi:DMNDI>
<dmndi:DMNDiagram>
<di:extension>
<kie:ComponentsWidthsExtension>
<kie:ComponentWidths dmnElementRef="_490F0036-E5A4-4690-A0B8-7F0CCF0EB4F7">
<kie:width>50</kie:width>
<kie:width>100</kie:width>
</kie:ComponentWidths>
<kie:ComponentWidths dmnElementRef="_BEF67621-B67C-4409-965F-F69CA3C31DC5"/>
</kie:ComponentsWidthsExtension>
</di:extension>
<dmndi:DMNShape id="dmnshape-_5F27A3D9-84AD-4C58-997B-A3DCFF92363F" dmnElementRef="_5F27A3D9-84AD-4C58-997B-A3DCFF92363F" 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="485" y="142" 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