Constant dmntk_examples::DMN_2_0100[][src]

pub const DMN_2_0100: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0100\"\n             id=\"_d5ae65c0-4db3-4d49-8901-2ba20942948a\"\n             xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\"\n             xmlns:dmndi=\"https://www.omg.org/spec/DMN/20191111/DMNDI/\"\n             xmlns:dc=\"http://www.omg.org/spec/DMN/20180521/DC/\">\n    <decision name=\"Decision1\" id=\"d_Decision1\">\n        <variable typeRef=\"boolean\" name=\"Decision1\"/>\n        <literalExpression>\n            <text>true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"Decision2\" id=\"d_Decision2\">\n        <variable typeRef=\"boolean\" name=\"Decision2\"/>\n        <literalExpression>\n            <text>false</text>\n        </literalExpression>\n    </decision>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram name=\"Page 1\" id=\"_feel-constants_D2\">\n            <dmndi:DMNShape dmnElementRef=\"d_Decision1\" id=\"_feel-constants_s1\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"106.0\" y=\"106.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"d_Decision2\" id=\"_feel-constants_s2\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"106.0\" y=\"199.0\"/>\n            </dmndi:DMNShape>\n        </dmndi:DMNDiagram>\n    </dmndi:DMNDI>\n</definitions>";