41 lines
2.4 KiB
XML
41 lines
2.4 KiB
XML
<?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" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd" id="sample-diagram" targetNamespace="http://bpmn.io/schema/bpmn">
|
|
<bpmn:process id="Process_1" isExecutable="false">
|
|
<bpmn:ioSpecification id="InputOutputSpecification_1">
|
|
<bpmn:dataInput id="DataInput_1"/>
|
|
<bpmn:dataOutput id="DataOutput_1"/>
|
|
</bpmn:ioSpecification>
|
|
<bpmn:dataObject id="DataObject_1" name="Data Object 1"/>
|
|
<bpmn:dataObjectReference id="DataObjectReference_1" name="Data Object" dataObjectRef="DataObject_1"/>
|
|
<bpmn:dataStoreReference id="_DataStoreReference_2" name="Data Store" dataStoreRef="DataStore_1"/>
|
|
</bpmn:process>
|
|
<bpmn:dataStore id="DataStore_1" name="Data Store 1"/>
|
|
<bpmndi:BPMNDiagram id="BPMNDiagram_1">
|
|
<bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1">
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataObjectReference_2" bpmnElement="DataObjectReference_1">
|
|
<dc:Bounds height="50.0" width="36.0" x="108.0" y="84.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds height="22.0" width="148.0" x="52.0" y="139.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataStoreReference_2" bpmnElement="_DataStoreReference_2">
|
|
<dc:Bounds height="50.0" width="50.0" x="228.0" y="84.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds height="22.0" width="79.0" x="214.0" y="139.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataInput_2" bpmnElement="DataInput_1">
|
|
<dc:Bounds height="50.0" width="36.0" x="355.0" y="84.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds height="0.0" width="0.0" x="373.0" y="139.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
<bpmndi:BPMNShape id="_BPMNShape_DataOutput_2" bpmnElement="DataOutput_1">
|
|
<dc:Bounds height="50.0" width="36.0" x="462.0" y="84.0"/>
|
|
<bpmndi:BPMNLabel>
|
|
<dc:Bounds height="0.0" width="0.0" x="480.0" y="139.0"/>
|
|
</bpmndi:BPMNLabel>
|
|
</bpmndi:BPMNShape>
|
|
</bpmndi:BPMNPlane>
|
|
</bpmndi:BPMNDiagram>
|
|
</bpmn:definitions> |