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://github.com/agilepro/dmn-tck\"\n             name=\"0003-input-data-string-allowed-values\"\n             id=\"_0003-input-data-string-allowed-values\"\n             xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\">\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</definitions>";