bpmn-js/resources/bpmn/json/dc.json

118 lines
2.2 KiB
JSON

{
"name": "DC",
"uri": "http://www.omg.org/spec/DD/20100524/DC",
"id": "_0",
"types": [
{
"name": "Boolean",
"id": "Boolean"
},
{
"name": "Integer",
"id": "Integer"
},
{
"name": "Real",
"id": "Real"
},
{
"name": "String",
"id": "String"
},
{
"name": "Font",
"id": "Font",
"properties": [
{
"name": "name",
"type": "String",
"id": "Font-name",
"isAttr": true
},
{
"name": "size",
"type": "Real",
"id": "Font-size",
"isAttr": true
},
{
"name": "isBold",
"type": "Boolean",
"id": "Font-isBold",
"isAttr": true
},
{
"name": "isItalic",
"type": "Boolean",
"id": "Font-isItalic",
"isAttr": true
},
{
"name": "isUnderline",
"type": "Boolean",
"id": "Font-isUnderline",
"isAttr": true
},
{
"name": "isStrikeThrough",
"type": "Boolean",
"id": "Font-isStrikeThrough",
"isAttr": true
}
]
},
{
"name": "Point",
"id": "Point",
"properties": [
{
"name": "x",
"type": "Real",
"default": "0",
"id": "Point-x",
"isAttr": true
},
{
"name": "y",
"type": "Real",
"default": "0",
"id": "Point-y",
"isAttr": true
}
]
},
{
"name": "Bounds",
"id": "Bounds",
"properties": [
{
"name": "x",
"type": "Real",
"default": "0",
"id": "Bounds-x",
"isAttr": true
},
{
"name": "y",
"type": "Real",
"default": "0",
"id": "Bounds-y",
"isAttr": true
},
{
"name": "width",
"type": "Real",
"id": "Bounds-width",
"isAttr": true
},
{
"name": "height",
"type": "Real",
"id": "Bounds-height",
"isAttr": true
}
]
}
],
"prefix": "dc"
}