Constant dmntk_examples::DMN_2_0115

source ·
pub const DMN_2_0115: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0115\"\n             id=\"_3b19fe06-5aab-4fd0-be6f-f6af614d8c4b\"\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    <extensionElements/>\n    <decision name=\"Salary\" id=\"salary\">\n        <variable typeRef=\"number\" name=\"Salary\" id=\"_d885e484-7fd1-4c6b-8398-13c22eed672f\"/>\n        <informationRequirement id=\"_8d6a2216-219b-4564-aad7-14d2f7cbdbd0\">\n            <requiredInput href=\"#inputData_input_1\"/>\n        </informationRequirement>\n        <decisionTable aggregation=\"SUM\" hitPolicy=\"COLLECT\" outputLabel=\"Salary\" typeRef=\"number\" id=\"decisionTable_1\">\n            <input id=\"input_1\">\n                <inputExpression typeRef=\"number\">\n                    <text>NumOfYears</text>\n                </inputExpression>\n            </input>\n            <output id=\"output_1\"/>\n            <rule id=\"DecisionRule_07toq2m\">\n                <inputEntry id=\"UnaryTests_1ykf8dp\">\n                    <text>&gt;1</text>\n                </inputEntry>\n                <outputEntry id=\"LiteralExpression_11o18h7\">\n                    <text>100</text>\n                </outputEntry>\n            </rule>\n            <rule id=\"DecisionRule_1q56imi\">\n                <inputEntry id=\"UnaryTests_0cxr8yx\">\n                    <text>&gt;2</text>\n                </inputEntry>\n                <outputEntry id=\"LiteralExpression_15h3amx\">\n                    <text>200</text>\n                </outputEntry>\n            </rule>\n            <rule id=\"DecisionRule_1rwxbuf\">\n                <inputEntry id=\"UnaryTests_1ej7vqk\">\n                    <text>&gt;3</text>\n                </inputEntry>\n                <outputEntry id=\"LiteralExpression_1iy5alu\">\n                    <text>300</text>\n                </outputEntry>\n            </rule>\n            <rule id=\"DecisionRule_1lwr317\">\n                <inputEntry id=\"UnaryTests_0pe8562\">\n                    <text>&gt;5</text>\n                </inputEntry>\n                <outputEntry id=\"LiteralExpression_19xhxqe\">\n                    <text>500</text>\n                </outputEntry>\n            </rule>\n        </decisionTable>\n    </decision>\n    <inputData name=\"NumOfYears\" id=\"inputData_input_1\">\n        <variable typeRef=\"number\" name=\"NumOfYears\" id=\"_1e4986a7-eb73-45c8-b47e-a29734468e6b\"/>\n    </inputData>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram id=\"Definitions_11jk5op_D1\">\n            <dmndi:Size height=\"650.0\" width=\"650.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"salary\" id=\"Definitions_11jk5op_s1\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"150.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"inputData_input_1\" id=\"Definitions_11jk5op_s2\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"151.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"_8d6a2216-219b-4564-aad7-14d2f7cbdbd0\" id=\"Definitions_11jk5op_e1\">\n                <di:waypoint x=\"227.0\" y=\"331.0\"/>\n                <di:waypoint x=\"227.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n        </dmndi:DMNDiagram>\n    </dmndi:DMNDI>\n</definitions>";