camunda-dmn-moddle
Version:
Camunda moddle extensions for DMN
58 lines • 1.12 kB
JSON
{
"name": "Camunda",
"uri": "http://camunda.org/schema/1.0/dmn",
"prefix": "camunda",
"xml": {
"tagAlias": "lowerCase"
},
"associations": [],
"types": [
{
"name": "Definitions",
"isAbstract": true,
"extends": [
"dmn:Definitions"
],
"properties": [
{
"name": "diagramRelationId",
"isAttr": true,
"type": "String"
}
]
},
{
"name": "Decision",
"isAbstract": true,
"extends": [
"dmn:Decision"
],
"properties": [
{
"name": "versionTag",
"isAttr": true,
"type": "String"
},
{
"name": "historyTimeToLive",
"isAttr": true,
"type": "String"
}
]
},
{
"name": "InputClause",
"extends": [
"dmn:InputClause"
],
"properties": [
{
"name": "inputVariable",
"isAttr": true,
"type": "String"
}
]
}
],
"emumerations": [ ]
}