In src/Model/DecisionTable.php on the getDomDocument() method there is a typo: dmn11.xsd
...->loadXML(
'<?xml version="1.0" encoding="UTF-8"?>' .
'<definitions xmlns="http://www.omg.org/spec/DMN/20151101/dmn11.xsd" id="definitions" name="definitions" namespace="http://camunda.org/schema/1.0/dmn">' .
'<decision id="' . $this->definitionKey . '" name="' . $this->name . '">' .
The XML causes an error if I try to open the downloaded file in the camunda-modeler.
In
src/Model/DecisionTable.phpon thegetDomDocument()method there is a typo: dmn11.xsdThe XML causes an error if I try to open the downloaded file in the camunda-modeler.