-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathlabels.with.font.styles.bpmn
More file actions
34 lines (34 loc) · 1.91 KB
/
labels.with.font.styles.bpmn
File metadata and controls
34 lines (34 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<bpmn:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" id="Definitions_labels_font_styles" targetNamespace="http://example.bpmn.com/schema/bpmn">
<bpmn:process id="Process_1" isExecutable="false">
<bpmn:task id="Task_1" name="Source Task">
<bpmn:outgoing>Flow_1</bpmn:outgoing>
</bpmn:task>
<bpmn:task id="Task_2" name="Target Task">
<bpmn:incoming>Flow_1</bpmn:incoming>
</bpmn:task>
<bpmn:sequenceFlow id="Flow_1" name="Bold and Underline" sourceRef="Task_1" targetRef="Task_2" />
</bpmn:process>
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
<bpmndi:BPMNShape id="Task_1_di" bpmnElement="Task_1">
<dc:Bounds x="160" y="100" width="100" height="80" />
<bpmndi:BPMNLabel labelStyle="BPMNLabelStyle_bold_underline" />
</bpmndi:BPMNShape>
<bpmndi:BPMNShape id="Task_2_di" bpmnElement="Task_2">
<dc:Bounds x="400" y="100" width="100" height="80" />
<bpmndi:BPMNLabel labelStyle="BPMNLabelStyle_bold_underline" />
</bpmndi:BPMNShape>
<bpmndi:BPMNEdge id="Flow_1_di" bpmnElement="Flow_1">
<di:waypoint x="260" y="140" />
<di:waypoint x="400" y="140" />
<bpmndi:BPMNLabel labelStyle="BPMNLabelStyle_bold_underline">
<dc:Bounds x="290" y="115" width="100" height="14" />
</bpmndi:BPMNLabel>
</bpmndi:BPMNEdge>
</bpmndi:BPMNPlane>
<bpmndi:BPMNLabelStyle id="BPMNLabelStyle_bold_underline">
<dc:Font name="Times,sans-serif" isBold="true" isItalic="false" isUnderline="true" isStrikeThrough="false" />
</bpmndi:BPMNLabelStyle>
</bpmndi:BPMNDiagram>
</bpmn:definitions>