Constant dmntk_examples::DMN_2_0003[][src]

pub const DMN_2_0003: &str = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<definitions namespace=\"https://dmntk.io\"\n             name=\"compliance-level-2-test-0003\"\n             id=\"_ce8a8d19-38c0-4289-8a46-ff72f881e71f\"\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    <description>Compliance level 2. Test 0003.</description>\n    <itemDefinition name=\"tEmploymentStatus\">\n        <typeRef>string</typeRef>\n        <allowedValues>\n            <text>\"UNEMPLOYED\",\"EMPLOYED\",\"SELF-EMPLOYED\",\"STUDENT\"</text>\n        </allowedValues>\n    </itemDefinition>\n    <decision name=\"Employment Status Statement\" id=\"d_EmploymentStatusStatement\">\n        <variable typeRef=\"string\" name=\"Employment Status Statement\"/>\n        <informationRequirement id=\"f4a0451b-8db5-401a-b9b4-dc31416b6e7d\">\n            <requiredInput href=\"#i_EmploymentStatus\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>\"You are \" + Employment Status</text>\n        </literalExpression>\n    </decision>\n    <inputData name=\"Employment Status\" id=\"i_EmploymentStatus\">\n        <variable typeRef=\"tEmploymentStatus\" name=\"Employment Status\"/>\n    </inputData>\n    <dmndi:DMNDI>\n        <dmndi:DMNDiagram id=\"_0003-input-data-string-allowed-values_D1\">\n            <dmndi:Size height=\"650.0\" width=\"650.0\"/>\n            <dmndi:DMNShape dmnElementRef=\"d_EmploymentStatusStatement\" id=\"_0003-input-data-string-allowed-values_s1\">\n                <dc:Bounds height=\"61.0\" width=\"154.0\" x=\"150.0\" y=\"150.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNShape dmnElementRef=\"i_EmploymentStatus\" id=\"_0003-input-data-string-allowed-values_s2\">\n                <dc:Bounds height=\"60.0\" width=\"153.0\" x=\"151.0\" y=\"331.0\"/>\n            </dmndi:DMNShape>\n            <dmndi:DMNEdge dmnElementRef=\"f4a0451b-8db5-401a-b9b4-dc31416b6e7d\" id=\"_0003-input-data-string-allowed-values_e1\">\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>";