Constant dmntk_examples::DMN_2_0107

source ·
pub const DMN_2_0107: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0107\"\n             id=\"_af4a7fd0-0729-4ab5-a1b5-015ce6bff63f\"\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    <decision name=\"DecisionNot\" id=\"d_not\">\n        <variable typeRef=\"boolean\" name=\"DecisionNot\"/>\n        <informationRequirement id=\"_16043379-7f32-4ded-b659-375b86bf8f47\">\n            <requiredInput href=\"#i_a\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>not(A)</text>\n        </literalExpression>\n    </decision>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram id=\"_feel-logic-not_D1\">\n            <dmndi:Size height=\"650.0\" width=\"650.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"i_a\" id=\"_feel-logic-not_s1\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"151.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"d_not\" id=\"_feel-logic-not_s2\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"150.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"_16043379-7f32-4ded-b659-375b86bf8f47\" id=\"_feel-logic-not_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>";