Constant dmntk_examples::DMN_3_0066

source ·
pub const DMN_3_0066: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"http://www.montera.com.au/spec/DMN/0066-feel-negation\"\n             name=\"0066-feel-negation\"\n             id=\"_4bb5cacf-7e9a-4303-9675-8523b7d5c9f6\"\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             xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <description>Semantics of negation</description>\n    <decision name=\"decision001\" id=\"_decision001\">\n        <description>Tests FEEL expression: \'not(true)\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'not(true)\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision001\"/>\n        <literalExpression>\n            <text>not(true)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision002\" id=\"_decision002\">\n        <description>Tests FEEL expression: \'not(false)\' and expects result: \'true (boolean)\'</description>\n        <question>Result of FEEL expression \'not(false)\'?</question>\n        <allowedAnswers>true (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision002\"/>\n        <literalExpression>\n            <text>not(false)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_a\" id=\"_decision003_a\">\n        <description>Tests FEEL expression: \'not(null)\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'not(null)\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_a\"/>\n        <literalExpression>\n            <text>not(null)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_b\" id=\"_decision003_b\">\n        <description>Tests FEEL expression: \'not(0)\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'not(0)\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_b\"/>\n        <literalExpression>\n            <text>not(0)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_c\" id=\"_decision003_c\">\n        <description>Tests FEEL expression: \'not(1)\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'not(1)\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_c\"/>\n        <literalExpression>\n            <text>not(1)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_d\" id=\"_decision003_d\">\n        <description>Tests FEEL expression: \'not(\"true\")\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'not(\"true\")\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_d\"/>\n        <literalExpression>\n            <text>not(\"true\")</text>\n        </literalExpression>\n    </decision>\n</definitions>\n\n";