Constant dmntk_examples::DMN_2_0106[][src]

pub const DMN_2_0106: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0106\"\n             id=\"_09efab6a-892b-452f-9182-492a89540a20\"\n             xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\"\n             xmlns:di=\"http://www.omg.org/spec/DMN/20180521/DI/\"\n             xmlns:dmndi=\"https://www.omg.org/spec/DMN/20191111/DMNDI/\"\n             xmlns:dc=\"http://www.omg.org/spec/DMN/20180521/DC/\">\n    <inputData name=\"A\" id=\"i_a\">\n        <variable typeRef=\"boolean\" name=\"A\"/>\n    </inputData>\n    <inputData name=\"B\" id=\"i_b\">\n        <variable typeRef=\"boolean\" name=\"B\"/>\n    </inputData>\n    <decision name=\"DecisionAnd\" id=\"d_1\">\n        <variable typeRef=\"boolean\" name=\"DecisionAnd\"/>\n        <informationRequirement id=\"_7606f2b4-fc80-4ee1-a7e0-dd720f70141f\">\n            <requiredInput href=\"#i_a\"/>\n        </informationRequirement>\n        <informationRequirement id=\"_9acd9374-1e94-4fb1-9f98-fee2444f9cfe\">\n            <requiredInput href=\"#i_b\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>A and B</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"DecisionOr\" id=\"d_2\">\n        <variable typeRef=\"boolean\" name=\"DecisionOr\"/>\n        <informationRequirement id=\"_666cfa05-0e2d-4065-8377-361ca78e35fa\">\n            <requiredInput href=\"#i_a\"/>\n        </informationRequirement>\n        <informationRequirement id=\"_5eac4395-b434-4719-aeff-dbd78d680ea4\">\n            <requiredInput href=\"#i_b\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>A or B</text>\n        </literalExpression>\n    </decision>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram id=\"_feel-logic_D1\">\n            <dmndi:Size height=\"650.0\" width=\"668.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"i_a\" id=\"_feel-logic_s1\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"151.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"i_b\" id=\"_feel-logic_s2\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"364.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"d_1\" id=\"_feel-logic_s3\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"364.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"d_2\" id=\"_feel-logic_s4\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"150.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"_7606f2b4-fc80-4ee1-a7e0-dd720f70141f\" id=\"_feel-logic_e1\">\n                <di:waypoint x=\"227.0\" y=\"331.0\"/>\n                <di:waypoint x=\"441.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n            <dmndi:DMNEdge dmnElementRef=\"_9acd9374-1e94-4fb1-9f98-fee2444f9cfe\" id=\"_feel-logic_e2\">\n                <di:waypoint x=\"440.0\" y=\"331.0\"/>\n                <di:waypoint x=\"441.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n            <dmndi:DMNEdge dmnElementRef=\"_666cfa05-0e2d-4065-8377-361ca78e35fa\" id=\"_feel-logic_e3\">\n                <di:waypoint x=\"227.0\" y=\"331.0\"/>\n                <di:waypoint x=\"227.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n            <dmndi:DMNEdge dmnElementRef=\"_5eac4395-b434-4719-aeff-dbd78d680ea4\" id=\"_feel-logic_e4\">\n                <di:waypoint x=\"440.0\" y=\"331.0\"/>\n                <di:waypoint x=\"227.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n        </dmndi:DMNDiagram>\n    </dmndi:DMNDI>\n</definitions>";