dmn-js
Version:
A dmn toolkit and web modeler
2 lines • 1.02 MB
JavaScript
/*! dmn-js - dmn-modeler v17.2.1 | Copyright (c) 2014-present, camunda Services GmbH | bpmn.io/license */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).DmnJS=t()}(this,(function(){"use strict";const e=Object.prototype.toString,t=Object.prototype.hasOwnProperty;function n(e){return void 0===e}function i(e){return void 0!==e}function o(e){return null==e}function r(t){return"[object Array]"===e.call(t)}function s(t){return"[object Object]"===e.call(t)}function a(t){return"[object Number]"===e.call(t)}function l(t){const n=e.call(t);return"[object Function]"===n||"[object AsyncFunction]"===n||"[object GeneratorFunction]"===n||"[object AsyncGeneratorFunction]"===n||"[object Proxy]"===n}function c(t){return"[object String]"===e.call(t)}function u(e,n){return!o(e)&&t.call(e,n)}function h(e,t){const n=k(t);let i;return p(e,(function(e,t){if(n(e,t))return i=e,!1})),i}function d(e,t){const n=k(t);let i=[];return p(e,(function(e,t){n(e,t)&&i.push(e)})),i}function p(e,t){let i,o;if(n(e))return;const s=r(e)?S:E;for(let n in e)if(u(e,n)&&(i=e[n],o=t(i,s(n)),!1===o))return i}function f(e,t,n){return p(e,(function(e,i){n=t(n,e,i)})),n}function g(e,t){return!!f(e,(function(e,n,i){return e&&t(n,i)}),!0)}function m(e,t){return!!h(e,t)}function v(e,t){let n=[];return p(e,(function(e,i){n.push(t(e,i))})),n}function y(e){return e&&Object.keys(e)||[]}function x(e){return v(e,(e=>e))}function b(e,t,n={}){return t=O(t),p(e,(function(e){let i=t(e)||"_",o=n[i];o||(o=n[i]=[]),o.push(e)})),n}function _(e,...t){e=O(e);let n={};return p(t,(t=>b(t,e,n))),v(n,(function(e,t){return e[0]}))}function w(e,t){t=O(t);let n=[];return p(e,(function(e,i){let o=t(e,i),r={d:o,v:e};for(var s=0;s<n.length;s++){let{d:e}=n[s];if(o<e)return void n.splice(s,0,r)}n.push(r)})),v(n,(e=>e.v))}function C(e){return function(t){return g(e,(function(e,n){return t[n]===e}))}}function O(e){return l(e)?e:t=>t[e]}function k(e){return l(e)?e:t=>t===e}function E(e){return e}function S(e){return Number(e)}function R(e,t){let n,i,o,r;function s(n){let s=Date.now(),c=n?0:r+t-s;if(c>0)return a(c);e.apply(o,i),l()}function a(e){n=setTimeout(s,e)}function l(){n&&clearTimeout(n),n=r=i=o=void 0}function c(...e){r=Date.now(),i=e,o=this,n||a(t)}return c.flush=function(){n&&s(!0),l()},c.cancel=l,c}function T(e,t){return e.bind(t)}function M(e,...t){return Object.assign(e,...t)}function A(e,t){let n={},i=Object(e);return p(t,(function(t){t in i&&(n[t]=e[t])})),n}function P(e,t){let n={};return p(Object(e),(function(e,i){-1===t.indexOf(i)&&(n[i]=e)})),n}var D="__fn",$=Array.prototype.slice;function j(){this._listeners={},this.on("diagram.destroy",1,this._destroy,this)}function I(){}j.prototype.on=function(e,t,n,i){if(e=r(e)?e:[e],l(t)&&(i=n,n=t,t=1e3),!a(t))throw new Error("priority must be a number");var o=n;i&&((o=T(n,i))[D]=n[D]||n);var s=this;e.forEach((function(e){s._addListener(e,{priority:t,callback:o,next:null})}))},j.prototype.once=function(e,t,n,i){var o=this;if(l(t)&&(i=n,n=t,t=1e3),!a(t))throw new Error("priority must be a number");function r(){r.__isTomb=!0;var t=n.apply(i,arguments);return o.off(e,r),t}r[D]=n,this.on(e,t,r)},j.prototype.off=function(e,t){e=r(e)?e:[e];var n=this;e.forEach((function(e){n._removeListener(e,t)}))},j.prototype.createEvent=function(e){var t=new I;return t.init(e),t},j.prototype.fire=function(e,t){var n,i,o,r;if(r=$.call(arguments),"object"==typeof e&&(e=(t=e).type),!e)throw new Error("no event type specified");if(i=this._listeners[e]){n=t instanceof I?t:this.createEvent(t),r[0]=n;var s=n.type;e!==s&&(n.type=e);try{o=this._invokeListeners(n,r,i)}finally{e!==s&&(n.type=s)}return void 0===o&&n.defaultPrevented&&(o=!1),o}},j.prototype.handleError=function(e){return!1===this.fire("error",{error:e})},j.prototype._destroy=function(){this._listeners={}},j.prototype._invokeListeners=function(e,t,n){for(var i;n&&!e.cancelBubble;)i=this._invokeListener(e,t,n),n=n.next;return i},j.prototype._invokeListener=function(e,t,n){var i;if(n.callback.__isTomb)return i;try{i=function(e,t){return e.apply(null,t)}(n.callback,t),void 0!==i&&(e.returnValue=i,e.stopPropagation()),!1===i&&e.preventDefault()}catch(e){if(!this.handleError(e))throw console.error("unhandled error in event listener",e),e}return i},j.prototype._addListener=function(e,t){var n,i=this._getListeners(e);if(i){for(;i;){if(i.priority<t.priority)return t.next=i,void(n?n.next=t:this._setListeners(e,t));n=i,i=i.next}n.next=t}else this._setListeners(e,t)},j.prototype._getListeners=function(e){return this._listeners[e]},j.prototype._setListeners=function(e,t){this._listeners[e]=t},j.prototype._removeListener=function(e,t){var n,i,o,r=this._getListeners(e);if(t)for(;r;)n=r.next,(o=r.callback)!==t&&o[D]!==t||(i?i.next=n:this._setListeners(e,n)),i=r,r=n;else this._setListeners(e,null)},I.prototype.stopPropagation=function(){this.cancelBubble=!0},I.prototype.preventDefault=function(){this.defaultPrevented=!0},I.prototype.init=function(e){M(this,e||{})};var B=Object.prototype.toString;function L(){return L=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},L.apply(this,arguments)}function N(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return L.apply(void 0,[e].concat(n))}var q=Object.prototype.toString,V=Object.prototype.hasOwnProperty;function F(e){return"[object String]"===q.call(e)}function z(e,t){return V.call(e,t)}function Q(e,t){var n;if(void 0!==e){var i=function(e){return"[object Array]"===q.call(e)}(e)?W:H;for(var o in e)if(z(e,o)&&!1===t(n=e[o],i(o)))return n}}function H(e){return e}function W(e){return Number(e)}function U(e,t){return e.bind(t)}function X(){return X=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},X.apply(this,arguments)}function K(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return X.apply(void 0,[e].concat(n))}function G(){}function Y(e,t){this.model=e,this.properties=t}G.prototype.get=function(e){return this.$model.properties.get(this,e)},G.prototype.set=function(e,t){this.$model.properties.set(this,e,t)},Y.prototype.createType=function(e){var t=this.model,n=this.properties,i=Object.create(G.prototype);Q(e.properties,(function(e){e.isMany||void 0===e.default||(i[e.name]=e.default)})),n.defineModel(i,t),n.defineDescriptor(i,e);var o=e.ns.name;function r(e){n.define(this,"$type",{value:o,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$parent",{writable:!0}),Q(e,U((function(e,t){this.set(t,e)}),this))}return r.prototype=i,r.hasType=i.$instanceOf=this.model.hasType,n.defineModel(r,t),n.defineDescriptor(r,e),r};var Z={String:!0,Boolean:!0,Integer:!0,Real:!0,Element:!0},J={String:function(e){return e},Boolean:function(e){return"true"===e},Integer:function(e){return parseInt(e,10)},Real:function(e){return parseFloat(e)}};function ee(e,t){var n=J[e];return n?n(t):t}function te(e){return!!Z[e]}function ne(e){return!!J[e]}function ie(e,t){var n,i,o=e.split(/:/);if(1===o.length)n=e,i=t;else{if(2!==o.length)throw new Error("expected <prefix:localName> or <localName>, got "+e);n=o[1],i=o[0]}return{name:e=(i?i+":":"")+n,prefix:i,localName:n}}function oe(e){this.ns=e,this.name=e.name,this.allTypes=[],this.allTypesByName={},this.properties=[],this.propertiesByName={}}function re(e,t){this.packageMap={},this.typeMap={},this.packages=[],this.properties=t,Q(e,U(this.registerPackage,this))}function se(e,t,n){var i=t[n];if(i in e)throw new Error("package with "+n+" <"+i+"> already defined")}function ae(e){this.model=e}function le(e,t,n){Object.defineProperty(e,t.name,{enumerable:!t.isReference,writable:!0,value:n,configurable:!0})}function ce(e){this.properties=new ae(this),this.factory=new Y(this,this.properties),this.registry=new re(e,this.properties),this.typeCache={}}oe.prototype.build=function(){return e=this,t=["ns","name","allTypes","allTypesByName","properties","propertiesByName","bodyProperty","idProperty"],n={},i=Object(e),Q(t,(function(t){t in i&&(n[t]=e[t])})),n;var e,t,n,i},oe.prototype.addProperty=function(e,t,n){"boolean"==typeof t&&(n=t,t=void 0),this.addNamedProperty(e,!1!==n);var i=this.properties;void 0!==t?i.splice(t,0,e):i.push(e)},oe.prototype.replaceProperty=function(e,t,n){var i=e.ns,o=this.properties,r=this.propertiesByName,s=e.name!==t.name;if(e.isId){if(!t.isId)throw new Error("property <"+t.ns.name+"> must be id property to refine <"+e.ns.name+">");this.setIdProperty(t,!1)}if(e.isBody){if(!t.isBody)throw new Error("property <"+t.ns.name+"> must be body property to refine <"+e.ns.name+">");this.setBodyProperty(t,!1)}var a=o.indexOf(e);if(-1===a)throw new Error("property <"+i.name+"> not found in property list");o.splice(a,1),this.addProperty(t,n?void 0:a,s),r[i.name]=r[i.localName]=t},oe.prototype.redefineProperty=function(e,t,n){var i=e.ns.prefix,o=t.split("#"),r=ie(o[0],i),s=ie(o[1],r.prefix).name,a=this.propertiesByName[s];if(!a)throw new Error("refined property <"+s+"> not found");this.replaceProperty(a,e,n),delete e.redefines},oe.prototype.addNamedProperty=function(e,t){var n=e.ns,i=this.propertiesByName;t&&(this.assertNotDefined(e,n.name),this.assertNotDefined(e,n.localName)),i[n.name]=i[n.localName]=e},oe.prototype.removeNamedProperty=function(e){var t=e.ns,n=this.propertiesByName;delete n[t.name],delete n[t.localName]},oe.prototype.setBodyProperty=function(e,t){if(t&&this.bodyProperty)throw new Error("body property defined multiple times (<"+this.bodyProperty.ns.name+">, <"+e.ns.name+">)");this.bodyProperty=e},oe.prototype.setIdProperty=function(e,t){if(t&&this.idProperty)throw new Error("id property defined multiple times (<"+this.idProperty.ns.name+">, <"+e.ns.name+">)");this.idProperty=e},oe.prototype.assertNotDefined=function(e,t){var n=e.name,i=this.propertiesByName[n];if(i)throw new Error("property <"+n+"> already defined; override of <"+i.definedBy.ns.name+"#"+i.ns.name+"> by <"+e.definedBy.ns.name+"#"+e.ns.name+"> not allowed without redefines")},oe.prototype.hasProperty=function(e){return this.propertiesByName[e]},oe.prototype.addTrait=function(e,t){var n=this.allTypesByName,i=this.allTypes,o=e.name;o in n||(Q(e.properties,U((function(n){n=K({},n,{name:n.ns.localName,inherited:t}),Object.defineProperty(n,"definedBy",{value:e});var i=n.replaces,o=n.redefines;i||o?this.redefineProperty(n,i||o,i):(n.isBody&&this.setBodyProperty(n),n.isId&&this.setIdProperty(n),this.addProperty(n))}),this)),i.push(e),n[o]=e)},re.prototype.getPackage=function(e){return this.packageMap[e]},re.prototype.getPackages=function(){return this.packages},re.prototype.registerPackage=function(e){e=K({},e);var t=this.packageMap;se(t,e,"prefix"),se(t,e,"uri"),Q(e.types,U((function(t){this.registerType(t,e)}),this)),t[e.uri]=t[e.prefix]=e,this.packages.push(e)},re.prototype.registerType=function(e,t){var n=ie((e=K({},e,{superClass:(e.superClass||[]).slice(),extends:(e.extends||[]).slice(),properties:(e.properties||[]).slice(),meta:K(e.meta||{})})).name,t.prefix),i=n.name,o={};Q(e.properties,U((function(e){var t=ie(e.name,n.prefix),i=t.name;te(e.type)||(e.type=ie(e.type,t.prefix).name),K(e,{ns:t,name:i}),o[i]=e}),this)),K(e,{ns:n,name:i,propertiesByName:o}),Q(e.extends,U((function(e){var t=this.typeMap[e];t.traits=t.traits||[],t.traits.push(i)}),this)),this.definePackage(e,t),this.typeMap[i]=e},re.prototype.mapTypes=function(e,t,n){var i=te(e.name)?{name:e.name}:this.typeMap[e.name],o=this;function r(e){return s(e,!0)}function s(n,i){var r=ie(n,te(n)?"":e.prefix);o.mapTypes(r,t,i)}if(!i)throw new Error("unknown type <"+e.name+">");Q(i.superClass,n?r:s),t(i,!n),Q(i.traits,r)},re.prototype.getEffectiveDescriptor=function(e){var t=ie(e),n=new oe(t);this.mapTypes(t,(function(e,t){n.addTrait(e,t)}));var i=n.build();return this.definePackage(i,i.allTypes[i.allTypes.length-1].$pkg),i},re.prototype.definePackage=function(e,t){this.properties.define(e,"$pkg",{value:t})},ae.prototype.set=function(e,t,n){if(!F(t)||!t.length)throw new TypeError("property name must be a non-empty string");var i=this.model.getPropertyDescriptor(e,t),o=i&&i.name;void 0===n?i?delete e[o]:delete e.$attrs[t]:i?o in e?e[o]=n:le(e,i,n):e.$attrs[t]=n},ae.prototype.get=function(e,t){var n=this.model.getPropertyDescriptor(e,t);if(!n)return e.$attrs[t];var i=n.name;return!e[i]&&n.isMany&&le(e,n,[]),e[i]},ae.prototype.define=function(e,t,n){if(!n.writable){var i=n.value;delete(n=K({},n,{get:function(){return i}})).value}Object.defineProperty(e,t,n)},ae.prototype.defineDescriptor=function(e,t){this.define(e,"$descriptor",{value:t})},ae.prototype.defineModel=function(e,t){this.define(e,"$model",{value:t})},ce.prototype.create=function(e,t){var n=this.getType(e);if(!n)throw new Error("unknown type <"+e+">");return new n(t)},ce.prototype.getType=function(e){var t=this.typeCache,n=F(e)?e:e.ns.name,i=t[n];return i||(e=this.registry.getEffectiveDescriptor(n),i=t[n]=this.factory.createType(e)),i},ce.prototype.createAny=function(e,t,n){var i=ie(e),o={$type:e,$instanceOf:function(e){return e===this.$type}},r={name:e,isGeneric:!0,ns:{prefix:i.prefix,localName:i.localName,uri:t}};return this.properties.defineDescriptor(o,r),this.properties.defineModel(o,this),this.properties.define(o,"$parent",{enumerable:!1,writable:!0}),this.properties.define(o,"$instanceOf",{enumerable:!1,writable:!0}),Q(n,(function(e,t){var n;n=e,"[object Object]"===q.call(n)&&void 0!==e.value?o[e.name]=e.value:o[t]=e})),o},ce.prototype.getPackage=function(e){return this.registry.getPackage(e)},ce.prototype.getPackages=function(){return this.registry.getPackages()},ce.prototype.getElementDescriptor=function(e){return e.$descriptor},ce.prototype.hasType=function(e,t){return void 0===t&&(t=e,e=this),t in e.$model.getElementDescriptor(e).allTypesByName},ce.prototype.getPropertyDescriptor=function(e,t){return this.getElementDescriptor(e).propertiesByName[t]},ce.prototype.getTypeDescriptor=function(e){return this.registry.typeMap[e]};var ue=Object.prototype.toString,he=Object.prototype.hasOwnProperty;function de(e){return"[object Array]"===ue.call(e)}function pe(e){return"[object String]"===ue.call(e)}function fe(e,t){return he.call(e,t)}function ge(e,t){var n;return t=ye(t),ve(e,(function(e,i){if(t(e,i))return n=e,!1})),n}function me(e,t){var n=[];return ve(e,(function(e,i){t(e,i)&&n.push(e)})),n}function ve(e,t){var n;if(void 0!==e){var i=de(e)?be:xe;for(var o in e)if(fe(e,o)&&!1===t(n=e[o],i(o)))return n}}function ye(e){return t=e,"[object Function]"===(n=ue.call(t))||"[object AsyncFunction]"===n||"[object GeneratorFunction]"===n||"[object AsyncGeneratorFunction]"===n||"[object Proxy]"===n?e:function(t){return t===e};var t,n}function xe(e){return e}function be(e){return Number(e)}function _e(){return _e=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},_e.apply(this,arguments)}function we(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];return _e.apply(void 0,[e].concat(n))}var Ce=String.fromCharCode,Oe=Object.prototype.hasOwnProperty,ke=/&#(\d+);|&#x([0-9a-f]+);|&(\w+);/gi,Ee={amp:"&",apos:"'",gt:">",lt:"<",quot:'"'};function Se(e,t,n,i){return i?Oe.call(Ee,i)?Ee[i]:"&"+i+";":Ce(t||parseInt(n,16))}function Re(e){return e.length>3&&-1!==e.indexOf("&")?e.replace(ke,Se):e}Object.keys(Ee).forEach((function(e){Ee[e.toUpperCase()]=Ee[e]}));var Te="xsi:type",Me="non-whitespace outside of root node";function Ae(e){return new Error(e)}function Pe(e){return"missing namespace for prefix <"+e+">"}function De(e){return{get:e,enumerable:!0}}function $e(e){var t,n={};for(t in e)n[t]=e[t];return n}function je(e){return e+"$uri"}function Ie(){return{line:0,column:0}}function Be(e){throw e}function Le(e){if(!this)return new Le(e);var t,n,i,o,r,s,a,l,c,u=e&&e.proxy,h=Be,d=Ie,p=!1,f=!1,g=null,m=!1;function v(e){e instanceof Error||(e=Ae(e)),g=e,h(e,d)}function y(e){r&&(e instanceof Error||(e=Ae(e)),r(e,d))}this.on=function(e,c){if("function"!=typeof c)throw Ae("required args <name, cb>");switch(e){case"openTag":n=c;break;case"text":t=c;break;case"closeTag":i=c;break;case"error":h=c;break;case"warn":r=c;break;case"cdata":o=c;break;case"attention":l=c;break;case"question":a=c;break;case"comment":s=c;break;default:throw Ae("unsupported event: "+e)}return this},this.ns=function(e){if(void 0===e&&(e={}),"object"!=typeof e)throw Ae("required args <nsMap={}>");var t,n={};for(t in e)n[t]=e[t];return n["http://www.w3.org/2001/XMLSchema-instance"]="xsi",f=!0,c=n,this},this.parse=function(e){if("string"!=typeof e)throw Ae("required args <xml=string>");return g=null,function(e){var r,h,g,x,b,_,w,C,O,k,E,S=f?[]:null,R=f?function(e){var t,n,i={};for(t in e)i[n=e[t]]=n,i[je(n)]=t;return i}(c):null,T=[],M=0,A=!1,P=!1,D=0,$=0,j="",I=0;function B(){if(null!==E)return E;var e,t,n,i,o,r,s,a,l,u,h,d=f&&R.xmlns,g=f&&p?[]:null,m=I,v=j,x=v.length,b={},_={};e:for(;m<x;m++)if(l=!1,!(32===(u=v.charCodeAt(m))||u<14&&u>8)){for((u<65||u>122||u>90&&u<97)&&95!==u&&58!==u&&(y("illegal first char attribute name"),l=!0),h=m+1;h<x;h++)if(!((u=v.charCodeAt(h))>96&&u<123||u>64&&u<91||u>47&&u<59||46===u||45===u||95===u)){if(32===u||u<14&&u>8){y("missing attribute value"),m=h;continue e}if(61===u)break;y("illegal attribute name char"),l=!0}if("xmlns:xmlns"===(a=v.substring(m,h))&&(y("illegal declaration of xmlns"),l=!0),34===(u=v.charCodeAt(h+1)))-1===(h=v.indexOf('"',m=h+2))&&-1!==(h=v.indexOf("'",m))&&(y("attribute value quote missmatch"),l=!0);else if(39===u)-1===(h=v.indexOf("'",m=h+2))&&-1!==(h=v.indexOf('"',m))&&(y("attribute value quote missmatch"),l=!0);else for(y("missing attribute value quotes"),l=!0,h+=1;h<x&&!(32===(u=v.charCodeAt(h+1))||u<14&&u>8);h++);for(-1===h&&(y("missing closing quotes"),h=x,l=!0),l||(r=v.substring(m,h)),m=h;h+1<x&&!(32===(u=v.charCodeAt(h+1))||u<14&&u>8);h++)m===h&&(y("illegal character after attribute end"),l=!0);if(m=h+1,!l)if(a in _)y("attribute <"+a+"> already defined");else if(_[a]=!0,f)if(p){if(null!==(o="xmlns"===a?"xmlns":120===a.charCodeAt(0)&&"xmlns:"===a.substr(0,6)?a.substr(6):null)){if(e=Re(r),t=je(o),!(s=c[e])){if("xmlns"===o||t in R&&R[t]!==e)do{s="ns"+M++}while(void 0!==R[s]);else s=o;c[e]=s}R[o]!==s&&(i||(R=$e(R),i=!0),R[o]=s,"xmlns"===o&&(R[je(s)]=e,d=s),R[t]=e),b[a]=r;continue}g.push(a,r)}else-1!==(u=a.indexOf(":"))?(n=R[a.substring(0,u)])?((a=d===n?a.substr(u+1):n+a.substr(u))===Te&&(-1!==(u=r.indexOf(":"))?(n=r.substring(0,u),r=(n=R[n]||n)+r.substring(u)):r=d+":"+r),b[a]=r):y(Pe(a.substring(0,u))):b[a]=r;else b[a]=r}if(p)for(m=0,x=g.length;m<x;m++){if(a=g[m++],r=g[m],-1!==(u=a.indexOf(":"))){if(!(n=R[a.substring(0,u)])){y(Pe(a.substring(0,u)));continue}(a=d===n?a.substr(u+1):n+a.substr(u))===Te&&(-1!==(u=r.indexOf(":"))?(n=r.substring(0,u),r=(n=R[n]||n)+r.substring(u)):r=d+":"+r)}b[a]=r}return E=b}function L(){for(var t,n,i=/(\r\n|\r|\n)/g,o=0,r=0,s=0,a=$;D>=s&&(t=i.exec(e))&&!((a=t[0].length+t.index)>D);)o+=1,s=a;return-1==D?(r=a,n=e.substring($)):0===$?n=e.substring($,D):(r=D-s,n=-1==$?e.substring(D):e.substring(D,$+1)),{data:n,line:o,column:r}}d=L,u&&(k=Object.create({},{name:De((function(){return C})),originalName:De((function(){return O})),attrs:De(B),ns:De((function(){return R}))}));for(;-1!==$;){if(-1===(D=60===e.charCodeAt($)?$:e.indexOf("<",$)))return T.length?v("unexpected end of file"):0===$?v("missing start tag"):void($<e.length&&e.substring($).trim()&&y(Me));if($!==D)if(T.length){if(t&&(t(e.substring($,D),Re,d),m))return}else if(e.substring($,D).trim()&&(y(Me),m))return;if(33===(b=e.charCodeAt(D+1))){if(91===(x=e.charCodeAt(D+2))&&"CDATA["===e.substr(D+3,6)){if(-1===($=e.indexOf("]]>",D)))return v("unclosed cdata");if(o&&(o(e.substring(D+9,$),d),m))return;$+=3;continue}if(45===x&&45===e.charCodeAt(D+3)){if(-1===($=e.indexOf("--\x3e",D)))return v("unclosed comment");if(s&&(s(e.substring(D+4,$),Re,d),m))return;$+=3;continue}}if(63!==b){for(h=D+1;;h++){if(_=e.charCodeAt(h),isNaN(_))return $=-1,v("unclosed tag");if(34===_)h=-1!==(x=e.indexOf('"',h+1))?x:h;else if(39===_)h=-1!==(x=e.indexOf("'",h+1))?x:h;else if(62===_){$=h;break}}if(33!==b){if(E={},47===b){if(A=!1,P=!0,!T.length)return v("missing open tag");if(h=C=T.pop(),x=D+2+h.length,e.substring(D+2,x)!==h)return v("closing tag mismatch");for(;x<$;x++)if(!(32===(b=e.charCodeAt(x))||b>8&&b<14))return v("close tag")}else{if(47===e.charCodeAt($-1)?(h=C=e.substring(D+1,$-1),A=!0,P=!0):(h=C=e.substring(D+1,$),A=!0,P=!1),!(b>96&&b<123||b>64&&b<91||95===b||58===b))return v("illegal first char nodeName");for(x=1,g=h.length;x<g;x++)if(!((b=h.charCodeAt(x))>96&&b<123||b>64&&b<91||b>47&&b<59||45===b||95===b||46==b)){if(32===b||b<14&&b>8){C=h.substring(0,x),E=null;break}return v("invalid nodeName")}P||T.push(C)}if(f){if(r=R,A&&(P||S.push(r),null===E&&(p=-1!==h.indexOf("xmlns",x))&&(I=x,j=h,B(),p=!1)),O=C,-1!==(b=C.indexOf(":"))){if(!(w=R[C.substring(0,b)]))return v("missing namespace on <"+O+">");C=C.substr(b+1)}else w=R.xmlns;w&&(C=w+":"+C)}if(A&&(I=x,j=h,n&&(u?n(k,Re,P,d):n(C,B,Re,P,d),m)))return;if(P){if(i&&(i(u?k:C,Re,A,d),m))return;f&&(R=A?r:S.pop())}$+=1}else{if(l&&(l(e.substring(D,$+1),Re,d),m))return;$+=1}}else{if(-1===($=e.indexOf("?>",D)))return v("unclosed question");if(a&&(a(e.substring(D,$+2),d),m))return;$+=2}}}(e),d=Ie,m=!1,g},this.stop=function(){m=!0}}function Ne(e){return e.xml&&"lowerCase"===e.xml.tagAlias}var qe={xsi:"http://www.w3.org/2001/XMLSchema-instance",xml:"http://www.w3.org/XML/1998/namespace"},Ve="xsi:type";function Fe(e){return e.xml&&e.xml.serialize}function ze(e){return Fe(e)===Ve}function Qe(e,t){return Ne(t)?e.prefix+":"+((n=e.localName).charAt(0).toUpperCase()+n.slice(1)):e.name;var n}function He(e){return new Error(e)}function We(e){return e.$descriptor}function Ue(e){we(this,e),this.elementsById={},this.references=[],this.warnings=[],this.addReference=function(e){this.references.push(e)},this.addElement=function(e){if(!e)throw He("expected element");var t,n=this.elementsById,i=We(e).idProperty;if(i&&(t=e.get(i.name))){if(!/^([a-z][\w-.]*:)?[a-z_][\w-.]*$/i.test(t))throw new Error("illegal ID <"+t+">");if(n[t])throw He("duplicate ID <"+t+">");n[t]=e}},this.addWarning=function(e){this.warnings.push(e)}}function Xe(){}function Ke(){}function Ge(){}function Ye(e,t){this.property=e,this.context=t}function Ze(e,t){this.element=t,this.propertyDesc=e}function Je(){}function et(e,t,n){this.model=e,this.type=e.getType(t),this.context=n}function tt(e,t,n){et.call(this,e,t,n)}function nt(e,t,n){this.model=e,this.context=n}function it(e){e instanceof ce&&(e={model:e}),we(this,{lax:!1},e)}Xe.prototype.handleEnd=function(){},Xe.prototype.handleText=function(){},Xe.prototype.handleNode=function(){},Ke.prototype=Object.create(Xe.prototype),Ke.prototype.handleNode=function(){return this},Ge.prototype=Object.create(Xe.prototype),Ge.prototype.handleText=function(e){this.body=(this.body||"")+e},Ye.prototype=Object.create(Ge.prototype),Ye.prototype.handleNode=function(e){if(this.element)throw He("expected no sub nodes");return this.element=this.createReference(e),this},Ye.prototype.handleEnd=function(){this.element.id=this.body},Ye.prototype.createReference=function(e){return{property:this.property.ns.name,id:""}},Ze.prototype=Object.create(Ge.prototype),Ze.prototype.handleEnd=function(){var e=this.body||"",t=this.element,n=this.propertyDesc;e=ee(n.type,e),n.isMany?t.get(n.name).push(e):t.set(n.name,e)},Je.prototype=Object.create(Ge.prototype),Je.prototype.handleNode=function(e){var t=this,n=this.element;return n?t=this.handleChild(e):(n=this.element=this.createElement(e),this.context.addElement(n)),t},et.prototype=Object.create(Je.prototype),et.prototype.addReference=function(e){this.context.addReference(e)},et.prototype.handleText=function(e){if(!We(this.element).bodyProperty)throw He("unexpected body text <"+e+">");Ge.prototype.handleText.call(this,e)},et.prototype.handleEnd=function(){var e=this.body,t=this.element,n=We(t).bodyProperty;n&&void 0!==e&&(e=ee(n.type,e),t.set(n.name,e))},et.prototype.createElement=function(e){var t,n=e.attributes,i=this.type,o=We(i),r=this.context,s=new i({}),a=this.model;return ve(n,(function(e,n){var i=o.propertiesByName[n];i&&i.isReference?i.isMany?ve(e.split(" "),(function(e){r.addReference({element:s,property:i.ns.name,id:e})})):r.addReference({element:s,property:i.ns.name,id:e}):(i?e=ee(i.type,e):"xmlns"!==n&&(t=ie(n,o.ns.prefix),a.getPackage(t.prefix)&&r.addWarning({message:"unknown attribute <"+n+">",element:s,property:n,value:e})),s.set(n,e))})),s},et.prototype.getPropertyForNode=function(e){var t,n,i=ie(e.name),o=this.type,r=this.model,s=We(o),a=i.name,l=s.propertiesByName[a];if(l&&!l.isAttr)return ze(l)&&(t=e.attributes[Ve])?(t=function(e,t){var n=ie(e);return function(e,t){var n=e.name,i=e.localName,o=t.xml&&t.xml.typePrefix;return o&&0===i.indexOf(o)?e.prefix+":"+i.slice(o.length):n}(n,t.getPackage(n.prefix))}(t,r),we({},l,{effectiveType:We(n=r.getType(t)).name})):l;var c=r.getPackage(i.prefix);if(c){if(t=Qe(i,c),n=r.getType(t),l=ge(s.properties,(function(e){return!e.isVirtual&&!e.isReference&&!e.isAttribute&&n.hasType(e.type)})),l)return we({},l,{effectiveType:We(n).name})}else if(l=ge(s.properties,(function(e){return!e.isReference&&!e.isAttribute&&"Element"===e.type})),l)return l;throw He("unrecognized element <"+i.name+">")},et.prototype.toString=function(){return"ElementDescriptor["+We(this.type).name+"]"},et.prototype.valueHandler=function(e,t){return new Ze(e,t)},et.prototype.referenceHandler=function(e){return new Ye(e,this.context)},et.prototype.handler=function(e){return"Element"===e?new nt(this.model,e,this.context):new et(this.model,e,this.context)},et.prototype.handleChild=function(e){var t,n,i,o;if(t=this.getPropertyForNode(e),i=this.element,ne(n=t.effectiveType||t.type))return this.valueHandler(t,i);var r=(o=t.isReference?this.referenceHandler(t).handleNode(e):this.handler(n).handleNode(e)).element;return void 0!==r&&(t.isMany?i.get(t.name).push(r):i.set(t.name,r),t.isReference?(we(r,{element:i}),this.context.addReference(r)):r.$parent=i),o},tt.prototype=Object.create(et.prototype),tt.prototype.createElement=function(e){var t=e.name,n=ie(t),i=this.model,o=this.type,r=i.getPackage(n.prefix),s=r&&Qe(n,r)||t;if(!o.hasType(s))throw He("unexpected element <"+e.originalName+">");return et.prototype.createElement.call(this,e)},nt.prototype=Object.create(Je.prototype),nt.prototype.createElement=function(e){var t=e.name,n=ie(t).prefix,i=e.ns[n+"$uri"],o=e.attributes;return this.model.createAny(t,i,o)},nt.prototype.handleChild=function(e){var t=new nt(this.model,"Element",this.context).handleNode(e),n=this.element,i=t.element;return void 0!==i&&((n.$children=n.$children||[]).push(i),i.$parent=n),t},nt.prototype.handleEnd=function(){this.body&&(this.element.$body=this.body)},it.prototype.fromXML=function(e,t,n){var i=t.rootHandler;t instanceof et?(i=t,t={}):"string"==typeof t?(i=this.handler(t),t={}):"string"==typeof i&&(i=this.handler(i));var o=this.model,r=this.lax,s=new Ue(we({},t,{rootHandler:i})),a=new Le({proxy:!0}),l=function(){var e=[];return Object.defineProperty(e,"peek",{value:function(){return this[this.length-1]}}),e}();function c(e,t,n){var i=t(),o=i.line,r=i.column,a=i.data;"<"===a.charAt(0)&&-1!==a.indexOf(" ")&&(a=a.slice(0,a.indexOf(" "))+">");var l="unparsable content "+(a?a+" ":"")+"detected\n\tline: "+o+"\n\tcolumn: "+r+"\n\tnested error: "+e.message;if(n)return s.addWarning({message:l,error:e}),!0;throw He(l)}function u(e,t){return c(e,t,!0)}i.context=s,l.push(i);var h=/^<\?xml /i,d=/ encoding="([^"]+)"/i,p=/^utf-8$/i;function f(e,t){try{l.peek().handleText(e)}catch(e){u(e,t)}}var g=o.getPackages().reduce((function(e,t){return e[t.uri]=t.prefix,e}),{"http://www.w3.org/XML/1998/namespace":"xml"});return a.ns(g).on("openTag",(function(e,t,n,i){var o=e.attrs||{},s=Object.keys(o).reduce((function(e,n){var i=t(o[n]);return e[n]=i,e}),{});!function(e,t){var n=l.peek();try{l.push(n.handleNode(e))}catch(e){c(e,t,r)&&l.push(new Ke)}}({name:e.name,originalName:e.originalName,attributes:s,ns:e.ns},i)})).on("question",(function(e){if(h.test(e)){var t=d.exec(e),n=t&&t[1];n&&!p.test(n)&&s.addWarning({message:"unsupported document encoding <"+n+">, falling back to UTF-8"})}})).on("closeTag",(function(){l.pop().handleEnd()})).on("cdata",f).on("text",(function(e,t,n){!function(e,t){e.trim()&&f(e,t)}(t(e),n)})).on("error",c).on("warn",u),new Promise((function(t,n){var o;try{a.parse(e),function(){var e,t,n=s.elementsById,i=s.references;for(e=0;t=i[e];e++){var o=t.element,r=n[t.id],a=We(o).propertiesByName[t.property];if(r||s.addWarning({message:"unresolved reference <"+t.id+">",element:t.element,property:t.property,value:t.id}),a.isMany){var l=o.get(a.name),c=l.indexOf(t);-1===c&&(c=l.length),r?l[c]=r:l.splice(c,1)}else o.set(a.name,r)}}()}catch(e){o=e}var r=i.element;o||r||(o=He("failed to parse document as <"+i.type.$descriptor.name+">"));var l=s.warnings,c=s.references,u=s.elementsById;return o?(o.warnings=l,n(o)):t({rootElement:r,elementsById:u,references:c,warnings:l})}))},it.prototype.handler=function(e){return new tt(this.model,e)};var ot=/<|>|'|"|&|\n\r|\n/g,rt=/<|>|&/g;function st(e){var t={},n={},i={},o=[],r=[];this.byUri=function(t){return n[t]||e&&e.byUri(t)},this.add=function(e,t){n[e.uri]=e,t?o.push(e):r.push(e),this.mapPrefix(e.prefix,e.uri)},this.uriByPrefix=function(e){return t[e||"xmlns"]},this.mapPrefix=function(e,n){t[e||"xmlns"]=n},this.getNSKey=function(e){return void 0!==e.prefix?e.uri+"|"+e.prefix:e.uri},this.logUsed=function(t){var n=t.uri,o=this.getNSKey(t);i[o]=this.byUri(n),e&&e.logUsed(t)},this.getUsed=function(e){var t=this;return[].concat(o,r).filter((function(e){var n=t.getNSKey(e);return i[n]}))}}function at(e,t){return Ne(t)?function(e){return e.charAt(0).toLowerCase()+e.slice(1)}(e):e}function lt(e,t){e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}})}function ct(e){return pe(e)?e:(e.prefix?e.prefix+":":"")+e.localName}var ut={"\n":"#10","\n\r":"#10",'"':"#34","'":"#39","<":"#60",">":"#62","&":"#38"},ht={"<":"lt",">":"gt","&":"amp"};function dt(e,t,n){return(e=pe(e)?e:""+e).replace(t,(function(e){return"&"+n[e]+";"}))}function pt(e){this.tagName=e}function ft(){}function gt(e){this.tagName=e}function mt(e,t){this.body=[],this.attrs=[],this.parent=e,this.propertyDescriptor=t}function vt(e,t){mt.call(this,e,t)}function yt(){this.value="",this.write=function(e){this.value+=e}}function xt(e,t){var n=[""];this.append=function(t){return e.write(t),this},this.appendNewLine=function(){return t&&e.write("\n"),this},this.appendIndent=function(){return t&&e.write(n.join(" ")),this},this.indent=function(){return n.push(""),this},this.unindent=function(){return n.pop(),this}}function bt(e){return e=we({format:!1,preamble:!0},e||{}),{toXML:function(t,n){var i=n||new yt,o=new xt(i,e.format);if(e.preamble&&o.append('<?xml version="1.0" encoding="UTF-8"?>\n'),(new mt).build(t).serializeTo(o),!n)return i.value}}}function _t(e,t){ce.call(this,e,t)}pt.prototype.build=function(e){return this.element=e,this},pt.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"+this.element.id+"</"+this.tagName+">").appendNewLine()},ft.prototype.serializeValue=ft.prototype.serializeTo=function(e){e.append(this.escape?dt(this.value,rt,ht):this.value)},ft.prototype.build=function(e,t){return this.value=t,"String"===e.type&&-1!==t.search(rt)&&(this.escape=!0),this},lt(gt,ft),gt.prototype.serializeTo=function(e){e.appendIndent().append("<"+this.tagName+">"),this.serializeValue(e),e.append("</"+this.tagName+">").appendNewLine()},mt.prototype.build=function(e){this.element=e;var t,n,i=e.$descriptor,o=this.propertyDescriptor,r=i.isGeneric;return t=r?this.parseGeneric(e):this.parseNsAttributes(e),this.ns=o?this.nsPropertyTagName(o):this.nsTagName(i),this.tagName=this.addTagName(this.ns),r||(n=function(e){return me(e.$descriptor.properties,(function(t){var n=t.name;if(t.isVirtual)return!1;if(!fe(e,n))return!1;var i=e[n];return i!==t.default&&null!==i&&(!t.isMany||i.length)}))}(e),this.parseAttributes(function(e){return me(e,(function(e){return e.isAttr}))}(n)),this.parseContainments(function(e){return me(e,(function(e){return!e.isAttr}))}(n))),this.parseGenericAttributes(e,t),this},mt.prototype.nsTagName=function(e){return function(e,t){return t.isGeneric?we({localName:t.ns.localName},e):we({localName:at(t.ns.localName,t.$pkg)},e)}(this.logNamespaceUsed(e.ns),e)},mt.prototype.nsPropertyTagName=function(e){return function(e,t){return we({localName:t.ns.localName},e)}(this.logNamespaceUsed(e.ns),e)},mt.prototype.isLocalNs=function(e){return e.uri===this.ns.uri},mt.prototype.nsAttributeName=function(e){var t;if(t=pe(e)?ie(e):e.ns,e.inherited)return{localName:t.localName};var n=this.logNamespaceUsed(t);return this.getNamespaces().logUsed(n),this.isLocalNs(n)?{localName:t.localName}:we({localName:t.localName},n)},mt.prototype.parseGeneric=function(e){var t=this,n=this.body,i=[];return ve(e,(function(o,r){"$body"===r?n.push((new ft).build({type:"String"},o)):"$children"===r?ve(o,(function(e){n.push(new mt(t).build(e))})):0!==r.indexOf("$")&&t.parseNsAttribute(e,r,o)&&i.push({name:r,value:o})})),i},mt.prototype.parseNsAttribute=function(e,t,n){var i,o=e.$model,r=ie(t);if("xmlns"===r.prefix&&(i={prefix:r.localName,uri:n}),r.prefix||"xmlns"!==r.localName||(i={uri:n}),!i)return{name:t,value:n};if(o&&o.getPackage(n))this.logNamespace(i,!0,!0);else{var s=this.logNamespaceUsed(i,!0);this.getNamespaces().logUsed(s)}},mt.prototype.parseNsAttributes=function(e,t){var n=this,i=e.$attrs,o=[];return ve(i,(function(t,i){var r=n.parseNsAttribute(e,i,t);r&&o.push(r)})),o},mt.prototype.parseGenericAttributes=function(e,t){var n=this;ve(t,(function(t){if(t.name!==Ve)try{n.addAttribute(n.nsAttributeName(t.name),t.value)}catch(n){console.warn("missing namespace information for ",t.name,"=",t.value,"on",e,n)}}))},mt.prototype.parseContainments=function(e){var t=this,n=this.body,i=this.element;ve(e,(function(e){var o=i.get(e.name),r=e.isReference;if(e.isMany||(o=[o]),e.isBody)n.push((new ft).build(e,o[0]));else if(ne(e.type))ve(o,(function(i){n.push(new gt(t.addTagName(t.nsPropertyTagName(e))).build(e,i))}));else if(r)ve(o,(function(i){n.push(new pt(t.addTagName(t.nsPropertyTagName(e))).build(i))}));else{var s=ze(e),a=function(e){return"property"===Fe(e)}(e);ve(o,(function(i){var o;o=s?new vt(t,e):a?new mt(t,e):new mt(t),n.push(o.build(i))}))}}))},mt.prototype.getNamespaces=function(e){var t,n=this.namespaces,i=this.parent;return n||(t=i&&i.getNamespaces(),e||!t?this.namespaces=n=new st(t):n=t),n},mt.prototype.logNamespace=function(e,t,n){var i=this.getNamespaces(n),o=e.uri,r=e.prefix;return i.byUri(o)&&!n||i.add(e,t),i.mapPrefix(r,o),e},mt.prototype.logNamespaceUsed=function(e,t){var n,i,o,r=this.element.$model,s=this.getNamespaces(t),a=e.prefix,l=e.uri;if(!a&&!l)return{localName:e.localName};if(o=qe[a]||r&&(r.getPackage(a)||{}).uri,!(l=l||o||s.uriByPrefix(a)))throw new Error("no namespace uri given for prefix <"+a+">");if(!(e=s.byUri(l))){for(n=a,i=1;s.uriByPrefix(n);)n=a+"_"+i++;e=this.logNamespace({prefix:n,uri:l},o===l)}return a&&s.mapPrefix(a,l),e},mt.prototype.parseAttributes=function(e){var t=this,n=this.element;ve(e,(function(e){var i=n.get(e.name);if(e.isReference)if(e.isMany){var o=[];ve(i,(function(e){o.push(e.id)})),i=o.join(" ")}else i=i.id;t.addAttribute(t.nsAttributeName(e),i)}))},mt.prototype.addTagName=function(e){var t=this.logNamespaceUsed(e);return this.getNamespaces().logUsed(t),ct(e)},mt.prototype.addAttribute=function(e,t){var n=this.attrs;pe(t)&&(t=dt(t,ot,ut));var i=function(e,t){t=ye(t);var n=de(e)?-1:void 0;return ve(e,(function(e,i){if(t(e,i))return n=i,!1})),n}(n,(function(t){return t.name.localName===e.localName&&t.name.uri===e.uri&&t.name.prefix===e.prefix})),o={name:e,value:t};-1!==i?n.splice(i,1,o):n.push(o)},mt.prototype.serializeAttributes=function(e){var t=this.attrs,n=this.namespaces;n&&(t=function(e){return e.getUsed().filter((function(e){return"xml"!==e.prefix})).map((function(e){return{name:"xmlns"+(e.prefix?":"+e.prefix:""),value:e.uri}}))}(n).concat(t)),ve(t,(function(t){e.append(" ").append(ct(t.name)).append('="').append(t.value).append('"')}))},mt.prototype.serializeTo=function(e){var t=this.body[0],n=t&&t.constructor!==ft;e.appendIndent().append("<"+this.tagName),this.serializeAttributes(e),e.append(t?">":" />"),t&&(n&&e.appendNewLine().indent(),ve(this.body,(function(t){t.serializeTo(e)})),n&&e.unindent().appendIndent(),e.append("</"+this.tagName+">")),e.appendNewLine()},lt(vt,mt),vt.prototype.parseNsAttributes=function(e){var t=mt.prototype.parseNsAttributes.call(this,e),n=e.$descriptor;if(n.name===this.propertyDescriptor.type)return t;var i=this.typeNs=this.nsTagName(n);this.getNamespaces().logUsed(this.typeNs);var o=e.$model.getPackage(i.uri),r=o.xml&&o.xml.typePrefix||"";return this.addAttribute(this.nsAttributeName(Ve),(i.prefix?i.prefix+":":"")+r+n.ns.localName),t},vt.prototype.isLocalNs=function(e){return e.uri===(this.typeNs||this.ns).uri},_t.prototype=Object.create(ce.prototype),_t.prototype.fromXML=function(e,t,n){var i;i=t,"[object String]"!==B.call(i)&&(n=t,t="dmn:Definitions");var o=new it(N({model:this,lax:!0},n)),r=o.handler(t);return o.fromXML(e,r)},_t.prototype.toXML=function(e,t){var n=new bt(t);return new Promise((function(t,i){try{return t({xml:n.toXML(e)})}catch(e){return i(e)}}))};var wt={dc:{name:"DC",prefix:"dc",uri:"http://www.omg.org/spec/DMN/20180521/DC/",types:[{name:"Dimension",properties:[{name:"width",isAttr:!0,type:"Real"},{name:"height",isAttr:!0,type:"Real"}]},{name:"Bounds",properties:[{name:"height",isAttr:!0,type:"Real"},{name:"width",isAttr:!0,type:"Real"},{name:"x",isAttr:!0,type:"Real"},{name:"y",isAttr:!0,type:"Real"}]},{name:"Point",properties:[{name:"x",isAttr:!0,type:"Real"},{name:"y",isAttr:!0,type:"Real"}]},{name:"Color",properties:[{name:"red",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"},{name:"green",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"},{name:"blue",type:"UML_Standard_Profile.mdzip:eee_1045467100323_917313_65"}]}],associations:[],enumerations:[{name:"AlignmentKind",literalValues:[{name:"start"},{name:"center"},{name:"end"}]}]},di:{name:"DI",prefix:"di",uri:"http://www.omg.org/spec/DMN/20180521/DI/",types:[{name:"DiagramElement",isAbstract:!0,properties:[{name:"extension",type:"Extension"},{name:"id",isAttr:!0,isId:!0,type:"String"},{name:"style",isReference:!0,type:"Style",xml:{serialize:"property"}},{name:"sharedStyle",isReference:!0,isVirtual:!0,type:"Style"}]},{name:"Diagram",superClass:["DiagramElement"],properties:[{name:"name",isAttr:!0,type:"String"},{name:"documentation",isAttr:!0,type:"String"},{name:"resolution",isAttr:!0,type:"Real"}]},{name:"Shape",isAbstract:!0,properties:[{name:"bounds",type:"dc:Bounds"}],superClass:["DiagramElement"]},{name:"Edge",isAbstract:!0,properties:[{name:"waypoint",type:"dc:Point",isMany:!0,xml:{serialize:"property"}}],superClass:["DiagramElement"]},{name:"Style",isAbstract:!0,properties:[{name:"id",isAttr:!0,isId:!0,type:"String"}]},{name:"Extension",properties:[{name:"values",isMany:!0,type:"Element"}]}],associations:[],enumerations:[],xml:{tagAlias:"lowerCase"}},dmn:{name:"DMN",prefix:"dmn",uri:"https://www.omg.org/spec/DMN/20191111/MODEL/",types:[{name:"AuthorityRequirement",superClass:["DMNElement"],properties:[{name:"requiredAuthority",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredDecision",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredInput",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"ItemDefinition",superClass:["NamedElement"],properties:[{name:"typeRef",type:"String"},{name:"allowedValues",type:"UnaryTests",xml:{serialize:"property"}},{name:"typeLanguage",type:"String",isAttr:!0},{name:"itemComponent",type:"ItemDefinition",isMany:!0,xml:{serialize:"property"}},{name:"functionItem",type:"FunctionItem"},{name:"isCollection",isAttr:!0,type:"Boolean"}]},{name:"Definitions",superClass:["NamedElement"],properties:[{name:"import",type:"Import",isMany:!0},{name:"itemDefinition",type:"ItemDefinition",isMany:!0},{name:"drgElement",type:"DRGElement",isMany:!0},{name:"artifact",type:"Artifact",isMany:!0},{name:"elementCollection",type:"ElementCollection",isMany:!0},{name:"businessContextElement",type:"BusinessContextElement",isMany:!0},{name:"namespace",type:"String",isAttr:!0},{name:"expressionLanguage",type:"String",isAttr:!0},{name:"typeLanguage",type:"String",isAttr:!0},{name:"exporter",isAttr:!0,type:"String"},{name:"exporterVersion",isAttr:!0,type:"String"},{name:"dmnDI",type:"dmndi:DMNDI"}]},{name:"KnowledgeSource",superClass:["DRGElement"],properties:[{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0},{name:"type",type:"String"},{name:"owner",type:"DMNElementReference",xml:{serialize:"property"}},{name:"locationURI",type:"String",isAttr:!0}]},{name:"DecisionRule",superClass:["DMNElement"],properties:[{name:"inputEntry",type:"UnaryTests",isMany:!0,xml:{serialize:"property"}},{name:"outputEntry",type:"LiteralExpression",isMany:!0,xml:{serialize:"property"}},{name:"annotationEntry",type:"RuleAnnotation",isMany:!0,xml:{serialize:"property"}}]},{name:"Expression",isAbstract:!0,superClass:["DMNElement"],properties:[{name:"typeRef",isAttr:!0,type:"String"}]},{name:"InformationItem",superClass:["NamedElement"],properties:[{name:"typeRef",isAttr:!0,type:"String"}]},{name:"Decision",superClass:["DRGElement"],properties:[{name:"question",type:"String",xml:{serialize:"property"}},{name:"allowedAnswers",type:"String",xml:{serialize:"property"}},{name:"variable",type:"InformationItem",xml:{serialize:"property"}},{name:"informationRequirement",type:"InformationRequirement",isMany:!0},{name:"knowledgeRequirement",type:"KnowledgeRequirement",isMany:!0},{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0},{name:"supportedObjective",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"impactedPerformanceIndicator",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"decisionMaker",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"decisionOwner",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"usingProcess",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"usingTask",isMany:!0,type:"DMNElementReference",xml:{serialize:"property"}},{name:"decisionLogic",type:"Expression"}]},{name:"Invocation",superClass:["Expression"],properties:[{name:"calledFunction",type:"Expression"},{name:"binding",type:"Binding",isMany:!0}]},{name:"OrganisationalUnit",superClass:["BusinessContextElement"],properties:[{name:"decisionMade",type:"Decision",isReference:!0,isMany:!0},{name:"decisionOwned",type:"Decision",isReference:!0,isMany:!0}]},{name:"Import",superClass:["NamedElement"],properties:[{name:"importType",type:"String",isAttr:!0},{name:"locationURI",type:"String",isAttr:!0},{name:"namespace",type:"String",isAttr:!0}]},{name:"InformationRequirement",superClass:["DMNElement"],properties:[{name:"requiredDecision",type:"DMNElementReference",xml:{serialize:"property"}},{name:"requiredInput",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"ElementCollection",superClass:["NamedElement"],properties:[{name:"drgElement",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"DRGElement",isAbstract:!0,superClass:["NamedElement"],properties:[]},{name:"InputData",superClass:["DRGElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}}]},{name:"DMNElement",isAbstract:!0,properties:[{name:"description",type:"String"},{name:"extensionElements",type:"ExtensionElements"},{name:"id",type:"String",isAttr:!0,isId:!0},{name:"extensionAttribute",type:"ExtensionAttribute",isMany:!0},{name:"label",isAttr:!0,type:"String"}]},{name:"InputClause",superClass:["DMNElement"],properties:[{name:"inputExpression",type:"LiteralExpression",xml:{serialize:"property"}},{name:"inputValues",type:"UnaryTests",xml:{serialize:"property"}}]},{name:"DecisionTable",superClass:["Expression"],properties:[{name:"input",type:"InputClause",isMany:!0,xml:{serialize:"property"}},{name:"output",type:"OutputClause",isMany:!0,xml:{serialize:"property"}},{name:"annotation",type:"RuleAnnotationClause",isMany:!0,xml:{serialize:"property"}},{name:"rule",type:"DecisionRule",isMany:!0,xml:{serialize:"property"}},{name:"hitPolicy",type:"HitPolicy",isAttr:!0,default:"UNIQUE"},{name:"aggregation",type:"BuiltinAggregator",isAttr:!0},{name:"preferredOrientation",type:"DecisionTableOrientation",isAttr:!0},{name:"outputLabel",isAttr:!0,type:"String"}]},{name:"LiteralExpression",superClass:["Expression"],properties:[{name:"expressionLanguage",type:"String",isAttr:!0},{name:"text",type:"String"},{name:"importedValues",type:"ImportedValues"}]},{name:"Binding",properties:[{name:"parameter",type:"InformationItem",xml:{serialize:"property"}},{name:"bindingFormula",type:"Expression"}]},{name:"KnowledgeRequirement",superClass:["DMNElement"],properties:[{name:"requiredKnowledge",type:"DMNElementReference",xml:{serialize:"property"}}]},{name:"BusinessKnowledgeModel",superClass:["Invocable"],properties:[{name:"encapsulatedLogic",type:"FunctionDefinition",xml:{serialize:"property"}},{name:"knowledgeRequirement",type:"KnowledgeRequirement",isMany:!0},{name:"authorityRequirement",type:"AuthorityRequirement",isMany:!0}]},{name:"BusinessContextElement",isAbstract:!0,superClass:["NamedElement"],properties:[{name:"URI",type:"String",isAttr:!0}]},{name:"PerformanceIndicator",superClass:["BusinessContextElement"],properties:[{name:"impactingDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"FunctionDefinition",superClass:["Expression"],properties:[{name:"formalParameter",type:"InformationItem",isMany:!0,xml:{serialize:"property"}},{name:"body",type:"Expression"},{name:"kind",type:"FunctionKind",isAttr:!0}]},{name:"Context",superClass:["Expression"],properties:[{name:"contextEntry",type:"ContextEntry",isMany:!0}]},{name:"ContextEntry",superClass:["DMNElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}},{name:"value",type:"Expression"}]},{name:"List",superClass:["Expression"],properties:[{name:"elements",isMany:!0,type:"Expression"}]},{name:"Relation",superClass:["Expression"],properties:[{name:"column",type:"InformationItem",isMany:!0,xml:{serialize:"property"}},{name:"row",type:"List",isMany:!0,xml:{serialize:"property"}}]},{name:"OutputClause",superClass:["DMNElement"],properties:[{name:"outputValues",type:"UnaryTests",xml:{serialize:"property"}},{name:"defaultOutputEntry",type:"LiteralExpression",xml:{serialize:"property"}},{name:"name",isAttr:!0,type:"String"},{name:"typeRef",isAttr:!0,type:"String"}]},{name:"UnaryTests",superClass:["Expression"],properties:[{name:"text",type:"String"},{name:"expressionLanguage",type:"String",isAttr:!0}]},{name:"NamedElement",isAbstract:!0,superClass:["DMNElement"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"ImportedValues",superClass:["Import"],properties:[{name:"importedElement",type:"String"},{name:"expressionLanguage",type:"String",isAttr:!0}]},{name:"DecisionService",superClass:["Invocable"],properties:[{name:"outputDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"encapsulatedDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"inputDecision",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}},{name:"inputData",type:"DMNElementReference",isMany:!0,xml:{serialize:"property"}}]},{name:"ExtensionElements",properties:[{name:"values",type:"Element",isMany:!0}]},{name:"ExtensionAttribute",properties:[{name:"value",type:"Element"},{name:"valueRef",type:"Element",isAttr:!0,isReference:!0},{name:"name",isAttr:!0,type:"String"}]},{name:"Element",isAbstract:!0,properties:[{name:"extensionAttribute",type:"ExtensionAttribute",isAttr:!0,isReference:!0},{name:"elements",type:"ExtensionElements",isAttr:!0,isReference:!0}]},{name:"Artifact",isAbstract:!0,superClass:["DMNElement"],properties:[]},{name:"Association",superClass:["Artifact"],properties:[{name:"sourceRef",type:"DMNElementReference",xml:{serialize:"property"}},{name:"targetRef",type:"DMNElementReference",xml:{serialize:"property"}},{name:"associationDirection",type:"AssociationDirection",isAttr:!0}]},{name:"TextAnnotation",superClass:["Artifact"],properties:[{name:"text",type:"String"},{name:"textFormat",isAttr:!0,type:"String",default:"text/plain"}]},{name:"RuleAnnotationClause",properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"RuleAnnotation",properties:[{name:"text",type:"String"}]},{name:"Invocable",isAbstract:!0,superClass:["DRGElement"],properties:[{name:"variable",type:"InformationItem",xml:{serialize:"property"}}]},{name:"Group",superClass:["Artifact"],properties:[{name:"name",isAttr:!0,type:"String"}]},{name:"FunctionItem",superClass:["DMNElement"],properties:[{name:"parameters",isMany:!0,type:"InformationItem",xml:{serialize:"property"}},{name:"outputTypeRef",isAttr:!0,type:"String"}]},{name:"DMNElementReference",properties:[{isAttr:!0,name:"href",type:"String"}]}],enumerations:[{name:"HitPolicy",literalValues:[{name:"UNIQUE"},{name:"FIRST"},{name:"PRIORITY"},{name:"ANY"},{name:"COLLECT"},{name:"RULE ORDER"},{name:"OUTPUT ORDER"}]},{name:"BuiltinAggregator",literalValues:[{name:"SUM"},{name:"COUNT"},{name:"MIN"},{name:"MAX"}]},{name:"DecisionTableOrientation",literalValues:[{name:"Rule-as-Row"},{name:"Rule-as-Column"},{name:"CrossTable"}]},{name:"AssociationDirection",literalValues:[{name:"None"},{name:"One"},{name:"Both"}]},{name:"Functi