Skip to content

Instantly share code, notes, and snippets.

@nikku
Last active February 17, 2020 13:14
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 nikku/1b5bbb3ea929d2f64e5338fe6fe8b57b to your computer and use it in GitHub Desktop.
Save nikku/1b5bbb3ea929d2f64e5338fe6fe8b57b to your computer and use it in GitHub Desktop.
DMN_JS Diagram Interchange
<?xml version="1.0" encoding="UTF-8"?>
<definitions xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/" xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/" xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/" id="Definitions_1" name="Definitions_1">
<decision id="Decision_1" name="Decision_1" />
<dmndi:DMNDI>
<dmndi:DMNDiagram id="DMNDiagram_0docyxs">
<dmndi:DMNShape id="DMNShape_1gx1owo" dmnElementRef="Decision_1">
<dc:Bounds height="80" width="180" x="100" y="100" />
</dmndi:DMNShape>
</dmndi:DMNDiagram>
</dmndi:DMNDI>
</definitions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment