Constant DMN_3_0090
Source pub const DMN_3_0090: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"http://www.montera.com.au/spec/DMN/0090-feel-paths\" name=\"0090-feel-paths\" id=\"_f0efb552-f2ba-4b4d-9575-14ca536eb63f\" 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>FEEL path and qualified names</description>\n <decision name=\"nested_list_001\" id=\"_nested_list_001\">\n <variable name=\"nested_list_001\"/>\n <literalExpression>\n <text>\n [{a: {b: 1}}, {a: {b: [2.1, 2.2]}}, {a: {b: 3}}, {a: {b: 4}}, {a: {b: 5}}].a.b =\n [{b: 1}, {b: [2.1, 2.2]}, {b: 3}, {b: 4}, {b: 5}].b\n </text>\n </literalExpression>\n </decision>\n <decision name=\"nested_list_002\" id=\"_nested_list_002\">\n <variable name=\"nested_list_002\"/>\n <literalExpression>\n <text>\n [{b: 1}, {b: [2.1, 2.2]}, {b: 3}, {b: 4}, {b: 5}].b =\n [1, [2.1, 2.2], 3, 4, 5]\n </text>\n </literalExpression>\n </decision>\n <decision name=\"nested_list_003\" id=\"_nested_list_003\">\n <variable name=\"nested_list_003\"/>\n <literalExpression>\n <text>\n [{a: {b: [1]}}, {a: {b: [2.1, 2.2]}}, {a: {b: [3]}}, {a: {b: [4, 5]}}].a.b =\n [{b: [1]}, {b: [2.1,2.2]}, {b: [3]}, {b: [4, 5]}].b\n </text>\n </literalExpression>\n </decision>\n <decision name=\"nested_list_004\" id=\"_nested_list_004\">\n <variable name=\"nested_list_004\"/>\n <literalExpression>\n <text>\n [{b: [1]}, {b: [2.1,2.2]}, {b: [3]}, {b: [4, 5]}].b =\n [[1], [2.1, 2.2], [3], [4, 5]]\n </text>\n </literalExpression>\n </decision>\n</definitions>\n\n";