diff --git a/utils/dmn-tck-packager/README.md b/utils/dmn-tck-packager/README.md index 06645b6c3..ec6969794 100644 --- a/utils/dmn-tck-packager/README.md +++ b/utils/dmn-tck-packager/README.md @@ -2,6 +2,21 @@ This utility can package/extract DMN TCK Test Cases file in DMN XML file extended attributes. +The TCK test cases are packaged in the DMN model `definitions` level as an `extensionElements`. + +``` + + + + + ... + + + ... + + + +``` ## Building the Packager