Constant dmntk_examples::DMN_2_0001

source ·
pub const DMN_2_0001: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io/2_0001/\"\n             name=\"Compliance level 2 - test 0001\"\n             id=\"_c910c9ba-c584-4ac9-a773-1e6de185cd85\"\n             expressionLanguage=\"https://www.omg.org/spec/DMN/20191111/FEEL/\"\n             typeLanguage=\"https://www.omg.org/spec/DMN/20191111/FEEL/\"\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>\n        Compliance level 2: Test 0001\n          The decision named **Greeting Message** has a label defined in diagram definition.\n          In the diagram this decision is depicted as **GREETING MESSAGE**.\n          The output variable name remains **Greeting Message**.\n    </description>\n    \n    <decision name=\"Greeting Message\" id=\"_75b3add2-4d36-4a19-a76c-268b49b2f436\">\n        <description>\n            This decision prepares a greeting message.\n            \'Hello\' is prepended to the value of the input variable named \'Full Name\'. \n        </description>\n        <question>\n            What is the greeting suitable for our customer?\n        </question>\n        <allowedAnswers>\n            The proper greeting is in the format:\n                Hello {customer\'s full name}   \n        </allowedAnswers>\n        <variable typeRef=\"string\" name=\"Greeting Message\" label=\"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    \n    <inputData name=\"Full Name\" id=\"_cba86e4d-e91c-46a2-9176-e9adf88e15db\">\n        <description>\n            Full name of the customer provided by calling service.\n        </description>\n        <variable typeRef=\"string\" name=\"Full Name\" label=\"Customer\'s name\" id=\"_id_variable_full_name\">\n            <description>Full name of the person that will be sent greetings from this decision model.</description>\n        </variable>\n    </inputData>\n    \n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram name=\"Decision Requirement Diagram\" resolution=\"300\" id=\"_d3a3312e-5924-4f7b-ac0e-232ef9203ff6\">\n            <dmndi:Size width=\"190.0\" height=\"240.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"_75b3add2-4d36-4a19-a76c-268b49b2f436\" id=\"_ebf33cfc-0ee3-4708-af8b-91c52237b7d6\">\n                <dc:Bounds x=\"20.0\" y=\"20.0\" width=\"150.0\" height=\"60.0\"/>\n                <dmndi:DMNLabel sharedStyle=\"style1\">\n                    <dmndi:Text>GREETING MESSAGE</dmndi:Text>\n                </dmndi:DMNLabel>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"_cba86e4d-e91c-46a2-9176-e9adf88e15db\" id=\"_48ea7a1d-2575-4cb7-8b63-8baa4cb3b371\" sharedStyle=\"style2\">\n                <dc:Bounds x=\"20.0\" y=\"160.0\" width=\"150.0\" height=\"60.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"_8c935b50-10b7-426b-80a9-dddb4264b4a9\" id=\"_e9a73517-0ba2-4b31-b308-82279ae21591\">\n                <di:waypoint x=\"95.0\" y=\"160.0\"/>\n                <di:waypoint x=\"95.0\" y=\"80.0\"/>\n            </dmndi:DMNEdge>\n        </dmndi:DMNDiagram>\n        <dmndi:DMNStyle id=\"style1\" fontFamily=\"Arial,Helvetica,sans-serif\" fontSize=\"18\" fontBold=\"true\" fontStrikeThrough=\"true\"/>\n        <dmndi:DMNStyle id=\"style2\" fontFamily=\"Arial,sans-serif\" fontSize=\"12\" fontBold=\"true\" fontUnderline=\"true\"/>\n    </dmndi:DMNDI>\n</definitions>";