-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #344
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<bpmn2:definitions xmlns:bpmn2="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" xmlns:open-bpmn="http://open-bpmn.org/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="org.openbpmn" exporterVersion="1.0.0" targetNamespace="http://open-bpmn.org"> | ||
<bpmn2:extensionElements> | ||
<open-bpmn:auto-align>true</open-bpmn:auto-align> | ||
</bpmn2:extensionElements> | ||
<bpmn2:process id="process_1" name="Default Process" processType="Public"> | ||
<bpmn2:documentation id="documentation_fmR2Bw"/> | ||
<bpmn2:textAnnotation id="textAnnotation_CaSoOA" textFormat=""> | ||
<bpmn2:text id="text_lVYaEw"><![CDATA[Some text | ||
Line 2 with special format | ||
a long line | ||
another long line => b | ||
yet another line => a | ||
Some more text just to test the text flow ]]></bpmn2:text> | ||
<bpmn2:documentation id="documentation_cFFadQ"/> | ||
</bpmn2:textAnnotation> | ||
<bpmn2:startEvent id="event_9sh3LQ" name="Event-1 with a more lengthy text"> | ||
<bpmn2:documentation id="documentation_esFL0Q"/> | ||
</bpmn2:startEvent> | ||
</bpmn2:process> | ||
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="OpenBPMN Diagram"> | ||
<bpmndi:BPMNPlane bpmnElement="process_1" id="BPMNPlane_1"> | ||
<bpmndi:BPMNShape bpmnElement="textAnnotation_CaSoOA" id="BPMNShape_lDKGTQ"> | ||
<dc:Bounds height="144.0" width="223.0" x="280.0" y="80.0"/> | ||
</bpmndi:BPMNShape> | ||
<bpmndi:BPMNShape bpmnElement="event_9sh3LQ" id="BPMNShape_GskUGA"> | ||
<dc:Bounds height="36.0" width="36.0" x="567.0" y="97.0"/> | ||
<bpmndi:BPMNLabel id="BPMNLabel_SFO8Rw"> | ||
<dc:Bounds height="20.0" width="100.0" x="535.0" y="136.0"/> | ||
</bpmndi:BPMNLabel> | ||
</bpmndi:BPMNShape> | ||
</bpmndi:BPMNPlane> | ||
</bpmndi:BPMNDiagram> | ||
</bpmn2:definitions> |