omg-dmn-taskforce / omg-dmn-spec

OMG Decision Model and Notation specification
https://www.omg.org/spec/DMN/
12 stars 9 forks source link
dmn feel meta-model uml xmi xml-schema

Machine-readable files of OMG's DMN specification

The main goal of working with GitHub is to have a clear diff for each change to the DMN XML schema that can be linked in the DMN RTF report.

Namespace URIs

Namespace URIs will change in every schema file that changes in a revision. The URIs are based on the RTF Report Due Date which can be found in the Work in Progress page of the revision. For example the DMN 1.3 RTF Report is due on November 11, 2019 and therefore the Namespace URI is https://www.omg.org/spec/DMN/20191111/MODEL/.

How we work in this repository

Hints

You can use the following commit message template:

DMN12-/DMN12-

Issue: http://solitaire.omg.org/browse/DMN12-
Proposal: http://solitaire.omg.org/browse/DMN12-
git commit --template=commit-message-template.txt

One can check if an issue is mentioned in a commit using:

git log --all --grep 89
git log --all --grep 11-89

Committing changes on behalf of someone else:

git commit --author="Bruce Silver <bruce@example.com>" --template=commit-message-template.txt
git commit --author="Bruce Silver <bruce@example.com>" --reedit-message=HEAD