13 lines
871 B
XML
13 lines
871 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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" id="Definitions_1" targetNamespace="http://www.example.com">
|
|
<collaboration name="TEST">
|
|
<participant id="Participant_1" name="Participant Name"/>
|
|
</collaboration>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1" name="Default Collaboration Diagram">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" >
|
|
<bpmndi:BPMNShape id="BPMNShape_Participant_1" bpmnElement="Participant_1" isHorizontal="true">
|
|
<dc:Bounds height="370.0" width="1571.0" x="30.0" y="70.0"/>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</definitions> |