dsntk-model 0.3.0

ÐecisionToolkit | DMN model and parser
Documentation
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<definitions namespace="https://dsntk.io"
             name="invalid-model-0015"
             xmlns="https://www.omg.org/spec/DMN/20191111/MODEL/"
             xmlns:di="http://www.omg.org/spec/DMN/20180521/DI/"
             xmlns:dc="http://www.omg.org/spec/DMN/20180521/DC/"
             xmlns:dmndi="https://www.omg.org/spec/DMN/20191111/DMNDI/">

    <description>
        This model is invalid.
        Shape has no required bounds child element.
    </description>

    <decision name="Greeting Message" id="_75b3add2-4d36-4a19-a76c-268b49b2f436">
        <variable typeRef="string" name="Greeting Message" label="GREETING MESSAGE"/>
        <informationRequirement id="_8c935b50-10b7-426b-80a9-dddb4264b4a9">
            <requiredInput href="#_cba86e4d-e91c-46a2-9176-e9adf88e15db"/>
        </informationRequirement>
        <literalExpression>
            <text>"Hello " + Full Name</text>
        </literalExpression>
    </decision>
    <inputData name="Full Name" id="_cba86e4d-e91c-46a2-9176-e9adf88e15db">
        <variable typeRef="string" name="Full Name">
            <description>Full name of the person that will be greeted by this decision model.</description>
        </variable>
    </inputData>
    <dmndi:DMNDI>
        <dmndi:DMNDiagram name="Decision Requirement Diagram" resolution="300" id="_d3a3312e-5924-4f7b-ac0e-232ef9203ff6">
            <dmndi:Size width="190.0" height="240.0"/>
            <dmndi:DMNShape dmnElementRef="_75b3add2-4d36-4a19-a76c-268b49b2f436" id="_ebf33cfc-0ee3-4708-af8b-91c52237b7d6">
                <dc:Bounds x="20.0" y="20.0" width="150.0" height="60.0"/>
                <dmndi:DMNLabel sharedStyle="style1">
                    <dmndi:Text>GREETING MESSAGE</dmndi:Text>
                </dmndi:DMNLabel>
            </dmndi:DMNShape>
            <dmndi:DMNShape dmnElementRef="_cba86e4d-e91c-46a2-9176-e9adf88e15db" id="_48ea7a1d-2575-4cb7-8b63-8baa4cb3b371" sharedStyle="style2">
                <!-- no required bounds -->
            </dmndi:DMNShape>
            <dmndi:DMNEdge dmnElementRef="_8c935b50-10b7-426b-80a9-dddb4264b4a9" id="_e9a73517-0ba2-4b31-b308-82279ae21591">
                <di:waypoint x="95.0" y="160.0"/>
                <di:waypoint x="95.0" y="80.0"/>
            </dmndi:DMNEdge>
        </dmndi:DMNDiagram>
        <dmndi:DMNStyle id="style1" fontFamily="Arial,Helvetica,sans-serif" fontSize="18" fontBold="true" fontStrikeThrough="true"/>
        <dmndi:DMNStyle id="style2" fontFamily="Arial,sans-serif" fontSize="12" fontBold="true" fontUnderline="true"/>
    </dmndi:DMNDI>
</definitions>