Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

XML representation of the decision requirements graph shown above.




The XML document contains the entire decision requirements graph (DRG) from the image shown above.
All the XML components for a single DRG are placed between the definitions start and end tag.


Decision
Between the decision tags, the DRG components are placed to identify and determine the decision.
The name attribute of the decision refers to an entity attribute where a decision had to be made for.
The id attribute uniquely indentifies the decision in the entire diagram.
Inside the decision other default and custom XML components are included. The custom components can be indentified by the bq prefix.
The value element contains the value after determination of the decison.
To determine a decision, information is needed. To accomplish this, "informationRequirement" tags are included inside a decision.
The "informationRequirement" tags point on their way forth to input data ("inputData") or other decisions ("decision").


BusinessKnowledeModel


InputData















 

The metamodel of a DMN element

...