-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
XSD: https://github.com/camunda/camunda-dmn-model/blob/DMN-11/src/main/resources/DMN11.xsd
Example: https://github.com/camunda/camunda-dmn-model/blob/DMN-11/src/test/resources/org/camunda/bpm/model/dmn/Example.dmn
Main Changes:
- Input/OutputEntires are now part of the DecisionRule
- Input/OutputClauses now have Input/OutputValues which are important for us
- typeRef is now a xsd:QName instead of a DMNElementReference
- DMNElement don't have a name anymore so DecisionTable, InputClauses and Rules also have no name (OutputClause still have a name)
- DMNElement has a label attribute which we will use as name
- There is now a extension elements container like in BPMN
- InputEntries/InputValues/OutputValues are now UnaryTests and not LiteralExpressions
- Also some elements were renamed and all elements now are lowercase except for DMNElement