Constant dmntk_examples::DMN_2_0001[][src]

pub const DMN_2_0001: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0001\"\n             id=\"_c910c9ba-c584-4ac9-a773-1e6de185cd85\"\n             xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\"\n             xmlns:di=\"http://www.omg.org/spec/DMN/20180521/DI/\"\n             xmlns:dc=\"http://www.omg.org/spec/DMN/20180521/DC/\"\n             xmlns:dmndi=\"https://www.omg.org/spec/DMN/20191111/DMNDI/\">\n    <description>Compliance level 2. Test 0001.</description>\n    <decision name=\"Greeting Message\" id=\"_75b3add2-4d36-4a19-a76c-268b49b2f436\">\n        <variable typeRef=\"string\" name=\"Greeting Message\"/>\n        <informationRequirement id=\"_8c935b50-10b7-426b-80a9-dddb4264b4a9\">\n            <requiredInput href=\"#_cba86e4d-e91c-46a2-9176-e9adf88e15db\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>\"Hello \" + Full Name</text>\n        </literalExpression>\n    </decision>\n    <inputData name=\"Full Name\" id=\"_cba86e4d-e91c-46a2-9176-e9adf88e15db\">\n        <variable typeRef=\"string\" name=\"Full Name\"/>\n    </inputData>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram id=\"_d3a3312e-5924-4f7b-ac0e-232ef9203ff6\">\n            <dmndi:Size height=\"650.0\" width=\"650.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"_75b3add2-4d36-4a19-a76c-268b49b2f436\" id=\"_ebf33cfc-0ee3-4708-af8b-91c52237b7d6\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"150.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"_cba86e4d-e91c-46a2-9176-e9adf88e15db\" id=\"_48ea7a1d-2575-4cb7-8b63-8baa4cb3b371\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"151.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"_8c935b50-10b7-426b-80a9-dddb4264b4a9\" id=\"_e9a73517-0ba2-4b31-b308-82279ae21591\">\n                <di:waypoint x=\"227.0\" y=\"331.0\"/>\n                <di:waypoint x=\"227.0\" y=\"211.0\"/>\n            </dmndi:DMNEdge>\n        </dmndi:DMNDiagram>\n    </dmndi:DMNDI>\n</definitions>";