bpmn-in-color-moddle
Version:
A moddle schema for BPMN in Color
48 lines (47 loc) • 990 B
JSON
{
"name": "BPMN in Color",
"uri": "http://www.omg.org/spec/BPMN/non-normative/color/1.0",
"prefix": "color",
"types": [
{
"name": "ColoredLabel",
"extends": [ "bpmndi:BPMNLabel" ],
"properties": [
{
"name": "color",
"isAttr": true,
"type": "String"
}
]
},
{
"name": "ColoredShape",
"extends": [ "bpmndi:BPMNShape" ],
"properties": [
{
"name": "background-color",
"isAttr": true,
"type": "String"
},
{
"name": "border-color",
"isAttr": true,
"type": "String"
}
]
},
{
"name": "ColoredEdge",
"extends": [ "bpmndi:BPMNEdge" ],
"properties": [
{
"name": "border-color",
"isAttr": true,
"type": "String"
}
]
}
],
"enumerations": [],
"associations": []
}