Constant dmntk_examples::DMN_3_0081

source ·
pub const DMN_3_0081: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-3-test-0080\"\n             id=\"_0fccc3db-157f-458c-9aee-c526a1fa1df3\"\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>FEEL built-in function \'get entries(m)\' in unspecified category</description>\n    <decision name=\"decision_001\" id=\"_decision_001\">\n        <description>Tests FEEL expression: \'get entries()\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries()\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_001\"/>\n        <literalExpression>\n            <text>get entries()</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_002\" id=\"_decision_002\">\n        <description>Tests FEEL expression: \'get entries({a: \"foo\"}, {b: \"bar\"})\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries({a: \"foo\"}, {b: \"bar\"})\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_002\"/>\n        <literalExpression>\n            <text>get entries({a: \"foo\"}, {b: \"bar\"})</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_003\" id=\"_decision_003\">\n        <description>Tests FEEL expression: \'get entries(null)\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries(null)\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_003\"/>\n        <literalExpression>\n            <text>get entries(null)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_004\" id=\"_decision_004\">\n        <description>Tests FEEL expression: \'get entries({a: \"foo\", b: \"bar\"})\' and expects result: \'[{key: \"a\": value: \"foo\"}, {key: \"b\": value: \"bar\"}]\'</description>\n        <question>Result of FEEL expression \'get entries({a: \"foo\", b: \"bar\"})\'?</question>\n        <allowedAnswers>[{key: \"a\": value: \"foo\"}, {key: \"b\": value: \"bar\"}]</allowedAnswers>\n        <variable name=\"decision_004\"/>\n        <literalExpression>\n            <text>get entries({a: \"foo\", b: \"bar\"})</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_005\" id=\"_decision_005\">\n        <description>Tests FEEL expression: \'get entries(m:{a: \"foo\", b: \"bar\"})\' and expects result: \'[{a: \"foo}, {b: \"bar\"}]\'</description>\n        <question>Result of FEEL expression \'get entries(m:{a: \"foo\", b: \"bar\"})\'?</question>\n        <allowedAnswers>[{a: \"foo}, {b: \"bar\"}]</allowedAnswers>\n        <variable name=\"decision_005\"/>\n        <literalExpression>\n            <text>get entries(m:{a: \"foo\", b: \"bar\"})</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_006\" id=\"_decision_006\">\n        <description>Tests FEEL expression: \'get entries(map:{a: \"foo\", b: \"bar\"})\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries(map:{a: \"foo\", b: \"bar\"})\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_006\"/>\n        <literalExpression>\n            <text>get entries(map:{a: \"foo\", b: \"bar\"})</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_007\" id=\"_decision_007\">\n        <description>Tests FEEL expression: \'get entries(123)\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries(123)\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_007\"/>\n        <literalExpression>\n            <text>get entries(123)</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_008\" id=\"_decision_008\">\n        <description>Tests FEEL expression: \'get entries([1,2,3])\' and expects result: \'null\'</description>\n        <question>Result of FEEL expression \'get entries([1,2,3])\'?</question>\n        <allowedAnswers>null</allowedAnswers>\n        <variable name=\"decision_008\"/>\n        <literalExpression>\n            <text>get entries([1,2,3])</text>\n        </literalExpression>\n    </decision>\n    <decision name=\"decision_009\" id=\"_decision_009\">\n        <description>Tests FEEL expression: \'get entries({})\' and expects result: \'[]\'</description>\n        <question>Result of FEEL expression \'get entries({})\'?</question>\n        <allowedAnswers>[]</allowedAnswers>\n        <variable name=\"decision_009\"/>\n        <literalExpression>\n            <text>get entries({})</text>\n        </literalExpression>\n    </decision>\n</definitions>";