CmmnElement can have a child element of the type extensionElements.
This element can contain all sorts of extension elements. To access the
extension elements you have to call the getExtensionElements() method and,
if no such child element exists, you must create one first.
namespaceUri and the elementName to add your own extension elements. Or
you can use the class of a known extension element type, e.g., the ASEE Flow
extension elements. The extension element is added to the CMMN element and returned
so that you can set attributes or add child elements.