ChrisC | 5e9feb2 | 2017-06-21 02:38:57 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP CLAMP |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2017 AT&T Intellectual Property. All rights |
| 6 | reserved. |
| 7 | ================================================================================ |
| 8 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | ============LICENSE_END============================================ |
| 20 | =================================================================== |
| 21 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 22 | --> |
| 23 | |
| 24 | <bpmn:definitions xmlns:bpmn="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn"> |
| 25 | <bpmn:process id="Process_1" isExecutable="false"> |
| 26 | <bpmn:startEvent id="StartEvent_1"> |
| 27 | <bpmn:outgoing>SequenceFlow_0ex3w2w</bpmn:outgoing> |
| 28 | </bpmn:startEvent> |
| 29 | <bpmn:collector id="Collector_"> |
| 30 | <bpmn:incoming>SequenceFlow_0ex3w2w</bpmn:incoming> |
| 31 | <bpmn:outgoing>SequenceFlow_185iyma</bpmn:outgoing> |
| 32 | </bpmn:collector> |
| 33 | <bpmn:stringMatch id="StringMatch_"> |
| 34 | <bpmn:incoming>SequenceFlow_185iyma</bpmn:incoming> |
| 35 | <bpmn:outgoing>SequenceFlow_092429t</bpmn:outgoing> |
| 36 | </bpmn:stringMatch> |
| 37 | <bpmn:policy id="Policy_"> |
| 38 | <bpmn:incoming>SequenceFlow_092429t</bpmn:incoming> |
| 39 | <bpmn:outgoing>SequenceFlow_0hghw7g</bpmn:outgoing> |
| 40 | </bpmn:policy> |
| 41 | <bpmn:tCA id="TCA_"> |
| 42 | <bpmn:incoming>SequenceFlow_08j3fsl</bpmn:incoming> |
| 43 | <bpmn:outgoing>SequenceFlow_0hghw7g</bpmn:outgoing> |
| 44 | </bpmn:tCA> |
| 45 | <bpmn:endEvent id="EndEvent_0lg612k"> |
| 46 | <bpmn:incoming>SequenceFlow_0hghw7g</bpmn:incoming> |
| 47 | </bpmn:endEvent> |
| 48 | <bpmn:sequenceFlow id="SequenceFlow_0ex3w2w" sourceRef="StartEvent_1" targetRef="Collector_" /> |
| 49 | <bpmn:sequenceFlow id="SequenceFlow_185iyma" sourceRef="Collector_" targetRef="StringMatch_" /> |
| 50 | <bpmn:sequenceFlow id="SequenceFlow_092429t" sourceRef="StringMatch_" targetRef="Policy_" /> |
| 51 | <bpmn:sequenceFlow id="SequenceFlow_0hghw7g" sourceRef="Policy_" targetRef="EndEvent_0lg612k" /> |
| 52 | </bpmn:process> |
| 53 | <bpmndi:BPMNDiagram id="BPMNDiagram_1"> |
| 54 | <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="Process_1"> |
| 55 | <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="StartEvent_1"> |
| 56 | <dc:Bounds x="60" y="25" width="36" height="36" /> |
| 57 | <bpmndi:BPMNLabel> |
| 58 | <dc:Bounds x="33" y="61" width="90" height="20" /> |
| 59 | </bpmndi:BPMNLabel> |
| 60 | </bpmndi:BPMNShape> |
| 61 | <bpmndi:BPMNShape id="Collector__di" bpmnElement="Collector_"> |
| 62 | <dc:Bounds x="169" y="140" width="120" height="80" /> |
| 63 | </bpmndi:BPMNShape> |
| 64 | <bpmndi:BPMNShape id="StringMatch__di" bpmnElement="StringMatch_"> |
| 65 | <dc:Bounds x="578" y="140" width="120" height="80" /> |
| 66 | </bpmndi:BPMNShape> |
| 67 | <bpmndi:BPMNShape id="Policy__di" bpmnElement="Policy_"> |
| 68 | <dc:Bounds x="768" y="140" width="100" height="80" /> |
| 69 | </bpmndi:BPMNShape> |
| 70 | <bpmndi:BPMNShape id="EndEvent_0lg612k_di" bpmnElement="EndEvent_0lg612k"> |
| 71 | <dc:Bounds x="949" y="162" width="36" height="36" /> |
| 72 | <bpmndi:BPMNLabel> |
| 73 | <dc:Bounds x="922" y="198" width="90" height="20" /> |
| 74 | </bpmndi:BPMNLabel> |
| 75 | </bpmndi:BPMNShape> |
| 76 | <bpmndi:BPMNEdge id="SequenceFlow_0ex3w2w_di" bpmnElement="SequenceFlow_0ex3w2w"> |
| 77 | <di:waypoint xsi:type="dc:Point" x="96" y="43" /> |
| 78 | <di:waypoint xsi:type="dc:Point" x="128" y="43" /> |
| 79 | <di:waypoint xsi:type="dc:Point" x="128" y="180" /> |
| 80 | <di:waypoint xsi:type="dc:Point" x="169" y="180" /> |
| 81 | <bpmndi:BPMNLabel> |
| 82 | <dc:Bounds x="83" y="101.5" width="90" height="20" /> |
| 83 | </bpmndi:BPMNLabel> |
| 84 | </bpmndi:BPMNEdge> |
| 85 | <bpmndi:BPMNEdge id="SequenceFlow_185iyma_di" bpmnElement="SequenceFlow_185iyma"> |
| 86 | <di:waypoint xsi:type="dc:Point" x="500" y="180" /> |
| 87 | <di:waypoint xsi:type="dc:Point" x="578" y="180" /> |
| 88 | <bpmndi:BPMNLabel> |
| 89 | <dc:Bounds x="494" y="170" width="90" height="20" /> |
| 90 | </bpmndi:BPMNLabel> |
| 91 | </bpmndi:BPMNEdge> |
| 92 | <bpmndi:BPMNEdge id="SequenceFlow_092429t_di" bpmnElement="SequenceFlow_092429t"> |
| 93 | <di:waypoint xsi:type="dc:Point" x="698" y="180" /> |
| 94 | <di:waypoint xsi:type="dc:Point" x="768" y="180" /> |
| 95 | <bpmndi:BPMNLabel> |
| 96 | <dc:Bounds x="688" y="170" width="90" height="20" /> |
| 97 | </bpmndi:BPMNLabel> |
| 98 | </bpmndi:BPMNEdge> |
| 99 | <bpmndi:BPMNEdge id="SequenceFlow_0hghw7g_di" bpmnElement="SequenceFlow_0hghw7g"> |
| 100 | <di:waypoint xsi:type="dc:Point" x="868" y="180" /> |
| 101 | <di:waypoint xsi:type="dc:Point" x="907" y="180" /> |
| 102 | <di:waypoint xsi:type="dc:Point" x="907" y="180" /> |
| 103 | <di:waypoint xsi:type="dc:Point" x="949" y="180" /> |
| 104 | <bpmndi:BPMNLabel> |
| 105 | <dc:Bounds x="862" y="170" width="90" height="20" /> |
| 106 | </bpmndi:BPMNLabel> |
| 107 | </bpmndi:BPMNEdge> |
| 108 | </bpmndi:BPMNPlane> |
| 109 | </bpmndi:BPMNDiagram> |
| 110 | </bpmn:definitions> |