Constant DMN_3_0089_MODEL_A

Source
pub const DMN_3_0089_MODEL_A: &str = "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>\n<definitions name=\"Model A\"\n             xmlns=\"https://www.omg.org/spec/DMN/20191111/MODEL/\"\n             id=\"_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9\"\n             namespace=\"http://www.trisotech.com/definitions/_ae5b3c17-1ac3-4e1d-b4f9-2cf861aec6d9\">\n    \n    <decision name=\"Greet the Person\" id=\"_f7fdaec4-d669-4797-b3b4-12b860de2eb5\">\n        <variable name=\"Greet the Person\" typeRef=\"string\"/>\n        <informationRequirement>\n            <requiredInput href=\"#_4f6c136c-8512-4d71-8bbf-7c9eb6e74063\"/>\n        </informationRequirement>\n        <literalExpression>\n            <text>\"Hello, \"+Person name</text>\n        </literalExpression>\n    </decision>\n\n    <inputData name=\"Person name\" id=\"_4f6c136c-8512-4d71-8bbf-7c9eb6e74063\">\n        <variable name=\"Person name\" id=\"_46b6677b-4a26-4bca-9532-9a57dd55b8ec\" typeRef=\"string\"/>\n    </inputData>\n    \n</definitions>";