Constant dmntk_examples::DMN_3_0064[][src]

pub const DMN_3_0064: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"http://www.montera.com.au/spec/DMN/0064-feel-conjunction\" name=\"0064-feel-conjunction\" id=\"_i9fboPUUEEesLuP4RHs4vA\" xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\"\n             xmlns:di=\"http://www.omg.org/spec/DMN/20180521/DI/\" xmlns:dmndi=\"https://www.omg.org/spec/DMN/20191111/DMNDI/\" xmlns:dc=\"http://www.omg.org/spec/DMN/20180521/DC/\"\n             xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n    <description>Semantics of conjunction</description>\n    <decision name=\"decision001\" id=\"_decision001\">\n        <description>Tests FEEL expression: \'true and true\' and expects result: \'true (boolean)\'</description>\n        <question>Result of FEEL expression \'true and true\'?</question>\n        <allowedAnswers>true (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision001\"/>\n        <literalExpression>\n            <text>true and true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision002\" id=\"_decision002\">\n        <description>Tests FEEL expression: \'true and false\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'true and false\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision002\"/>\n        <literalExpression>\n            <text>true and false</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_a\" id=\"_decision003_a\">\n        <description>Tests FEEL expression: \'true and null\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'true and null\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_a\"/>\n        <literalExpression>\n            <text>true and null</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_b\" id=\"_decision003_b\">\n        <description>Tests FEEL expression: \'true and 123\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'true and 123\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_b\"/>\n        <literalExpression>\n            <text>true and 123</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision003_c\" id=\"_decision003_c\">\n        <description>Tests FEEL expression: \'true and \"true\"\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'true and \"true\"\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision003_c\"/>\n        <literalExpression>\n            <text>true and \"true\"</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision004\" id=\"_decision004\">\n        <description>Tests FEEL expression: \'false and true\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'false and true\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision004\"/>\n        <literalExpression>\n            <text>false and true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision005\" id=\"_decision005\">\n        <description>Tests FEEL expression: \'false and false\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'false and false\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision005\"/>\n        <literalExpression>\n            <text>false and false</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision006_a\" id=\"_decision006_a\">\n        <description>Tests FEEL expression: \'false and null\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'false and null\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision006_a\"/>\n        <literalExpression>\n            <text>false and null</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision006_b\" id=\"_decision006_b\">\n        <description>Tests FEEL expression: \'false and 123\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'false and 123\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision006_b\"/>\n        <literalExpression>\n            <text>false and 123</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision006_c\" id=\"_decision006_c\">\n        <description>Tests FEEL expression: \'false and \"true\"\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'false and \"true\"\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision006_c\"/>\n        <literalExpression>\n            <text>false and \"true\"</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision007_a\" id=\"_decision007_a\">\n        <description>Tests FEEL expression: \'null and true\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'null and true\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision007_a\"/>\n        <literalExpression>\n            <text>null and true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision007_b\" id=\"_decision007_b\">\n        <description>Tests FEEL expression: \'123 and true\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'123 and true\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision007_b\"/>\n        <literalExpression>\n            <text>123 and true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision007_c\" id=\"_decision007_c\">\n        <description>Tests FEEL expression: \'\"true\" and true\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'\"true\" and true\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision007_c\"/>\n        <literalExpression>\n            <text>\"true\" and true</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision008_a\" id=\"_decision008_a\">\n        <description>Tests FEEL expression: \'null and false\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'null and false\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision008_a\"/>\n        <literalExpression>\n            <text>null and false</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision008_b\" id=\"_decision008_b\">\n        <description>Tests FEEL expression: \'123 and false\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'123 and false\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision008_b\"/>\n        <literalExpression>\n            <text>123 and false</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision008_c\" id=\"_decision008_c\">\n        <description>Tests FEEL expression: \'\"true\" and false\' and expects result: \'false (boolean)\'</description>\n        <question>Result of FEEL expression \'\"true\" and false\'?</question>\n        <allowedAnswers>false (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision008_c\"/>\n        <literalExpression>\n            <text>\"true\" and false</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision009_a\" id=\"_decision009_a\">\n        <description>Tests FEEL expression: \'null and null\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'null and null\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision009_a\"/>\n        <literalExpression>\n            <text>null and null</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision009_b\" id=\"_decision009_b\">\n        <description>Tests FEEL expression: \'\"true\" and \"true\"\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'\"true\" and \"true\"\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision009_b\"/>\n        <literalExpression>\n            <text>\"true\" and \"true\"</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision009_c\" id=\"_decision009_c\">\n        <description>Tests FEEL expression: \'0 and 0\' and expects result: \'null (boolean)\'</description>\n        <question>Result of FEEL expression \'0 and 0\'?</question>\n        <allowedAnswers>null (boolean)</allowedAnswers>\n        <variable typeRef=\"boolean\" name=\"decision009_c\"/>\n        <literalExpression>\n            <text>0 and 0</text>\n        </literalExpression>\n    </decision>\n</definitions>\n\n";