ce4d2e1dabdbf9ec936935a6ae1bcafa99638ab0
[so.git] / bpmn / so-bpmn-building-blocks / src / main / resources / subprocess / BuildingBlock / AssignVnfBB.bpmn
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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:camunda="http://camunda.org/schema/1.0/bpmn" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Definitions_1" targetNamespace="http://bpmn.io/schema/bpmn" exporter="Camunda Modeler" exporterVersion="1.7.1">
3   <bpmn:process id="AssignVnfBB" name="AssignVnfBB" isExecutable="true">
4     <bpmn:startEvent id="Start_AssignVnfBB">
5       <bpmn:outgoing>SequenceFlow_0zaz9o2</bpmn:outgoing>
6     </bpmn:startEvent>
7     <bpmn:serviceTask id="Task_SDNCAdapterVnfTopologyAssign" name="&#10;SDNC &#10;Create Request&#10;(vnf)&#10;" camunda:expression="${SDNCAssignTasks.assignVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
8       <bpmn:incoming>SequenceFlow_1samncw</bpmn:incoming>
9       <bpmn:outgoing>SequenceFlow_1qkhm79</bpmn:outgoing>
10     </bpmn:serviceTask>
11     <bpmn:endEvent id="End_AssignVnfBB">
12       <bpmn:incoming>SequenceFlow_0csh9dc</bpmn:incoming>
13     </bpmn:endEvent>
14     <bpmn:serviceTask id="Task_CreateVnf" name="&#10;AAI&#10;Create&#10;(vnf)&#10;" camunda:expression="${AAICreateTasks.createVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
15       <bpmn:incoming>SequenceFlow_0zaz9o2</bpmn:incoming>
16       <bpmn:outgoing>SequenceFlow_0qj7zcn</bpmn:outgoing>
17     </bpmn:serviceTask>
18     <bpmn:sequenceFlow id="SequenceFlow_0zaz9o2" sourceRef="Start_AssignVnfBB" targetRef="Task_CreateVnf" />
19     <bpmn:sequenceFlow id="SequenceFlow_0csh9dc" sourceRef="Task_UpdateVnfOrchestrationStatusAssigned" targetRef="End_AssignVnfBB" />
20     <bpmn:serviceTask id="Task_UpdateVnfOrchestrationStatusAssigned" name="&#10;AAI&#10;Update&#10;(vnf)&#10;" camunda:expression="${AAIUpdateTasks.updateOrchestrationStatusAssignedVnf(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
21       <bpmn:incoming>SequenceFlow_1vw20wu</bpmn:incoming>
22       <bpmn:outgoing>SequenceFlow_0csh9dc</bpmn:outgoing>
23     </bpmn:serviceTask>
24     <bpmn:serviceTask id="Task_createInstanceGroups" name="&#10;AAI&#10;Create&#10;(instance grp)&#10;" camunda:expression="${AssignVnf.createInstanceGroups(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
25       <bpmn:incoming>SequenceFlow_1lppa2m</bpmn:incoming>
26       <bpmn:outgoing>SequenceFlow_1nle8kc</bpmn:outgoing>
27     </bpmn:serviceTask>
28     <bpmn:sequenceFlow id="SequenceFlow_1nle8kc" sourceRef="Task_createInstanceGroups" targetRef="ExclusiveGateway_02tchpp" />
29     <bpmn:sequenceFlow id="SequenceFlow_11jum90" name="no" sourceRef="ExclusiveGateway_02tchpp" targetRef="ExclusiveGateway_1blf52g" />
30     <bpmn:sequenceFlow id="SequenceFlow_1uiok7v" name="yes" sourceRef="ExclusiveGateway_02tchpp" targetRef="Task_callHoming">
31       <bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${execution.getVariable("callHoming")}]]></bpmn:conditionExpression>
32     </bpmn:sequenceFlow>
33     <bpmn:sequenceFlow id="SequenceFlow_0v8d14a" sourceRef="Task_callHoming" targetRef="ExclusiveGateway_1blf52g" />
34     <bpmn:callActivity id="Task_callHoming" name="Call Homing" calledElement="HomingBB">
35       <bpmn:extensionElements>
36         <camunda:in source="gBuildingBlockExecution" target="gBuildingBlockExecution" />
37         <camunda:in source="mso-request-id" target="mso-request-id" />
38         <camunda:out source="generalBuildingBlock" target="gBBInput" />
39         <camunda:out source="WorkflowException" target="WorkflowException" />
40       </bpmn:extensionElements>
41       <bpmn:incoming>SequenceFlow_1uiok7v</bpmn:incoming>
42       <bpmn:outgoing>SequenceFlow_0v8d14a</bpmn:outgoing>
43     </bpmn:callActivity>
44     <bpmn:sequenceFlow id="SequenceFlow_169g0ir" sourceRef="Task_createPlatform" targetRef="Task_createLineOfBusiness" />
45     <bpmn:sequenceFlow id="SequenceFlow_1lppa2m" sourceRef="Task_createLineOfBusiness" targetRef="Task_createInstanceGroups" />
46     <bpmn:serviceTask id="Task_createPlatform" name="&#10;AAI&#10;Connect&#10;(platform)&#10;" camunda:expression="${AAICreateTasks.createPlatform(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
47       <bpmn:incoming>SequenceFlow_18ixm0j</bpmn:incoming>
48       <bpmn:outgoing>SequenceFlow_169g0ir</bpmn:outgoing>
49     </bpmn:serviceTask>
50     <bpmn:serviceTask id="Task_createLineOfBusiness" name="&#10;AAI&#10;Create&#10;(line bus)&#10;" camunda:expression="${AAICreateTasks.createLineOfBusiness(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
51       <bpmn:incoming>SequenceFlow_169g0ir</bpmn:incoming>
52       <bpmn:outgoing>SequenceFlow_1lppa2m</bpmn:outgoing>
53     </bpmn:serviceTask>
54     <bpmn:subProcess id="SubProcess_19596dp" name="Error Handling&#10;&#10;" triggeredByEvent="true">
55       <bpmn:startEvent id="StartEvent_1c3cyuv">
56         <bpmn:outgoing>SequenceFlow_1i52a7x</bpmn:outgoing>
57         <bpmn:errorEventDefinition />
58       </bpmn:startEvent>
59       <bpmn:endEvent id="EndEvent_1bywujf">
60         <bpmn:incoming>SequenceFlow_1i52a7x</bpmn:incoming>
61         <bpmn:terminateEventDefinition />
62       </bpmn:endEvent>
63       <bpmn:sequenceFlow id="SequenceFlow_1i52a7x" sourceRef="StartEvent_1c3cyuv" targetRef="EndEvent_1bywujf" />
64     </bpmn:subProcess>
65     <bpmn:inclusiveGateway id="ExclusiveGateway_02tchpp" name="Call Homing?" default="SequenceFlow_11jum90">
66       <bpmn:incoming>SequenceFlow_1nle8kc</bpmn:incoming>
67       <bpmn:outgoing>SequenceFlow_11jum90</bpmn:outgoing>
68       <bpmn:outgoing>SequenceFlow_1uiok7v</bpmn:outgoing>
69     </bpmn:inclusiveGateway>
70     <bpmn:inclusiveGateway id="ExclusiveGateway_1blf52g">
71       <bpmn:incoming>SequenceFlow_11jum90</bpmn:incoming>
72       <bpmn:incoming>SequenceFlow_0v8d14a</bpmn:incoming>
73       <bpmn:outgoing>SequenceFlow_1samncw</bpmn:outgoing>
74     </bpmn:inclusiveGateway>
75     <bpmn:serviceTask id="ServiceTask_ConnectVnfToCloudRegion" name="&#10;AAI&#10;Connect&#10;(vnf to cloud region)&#10;" camunda:expression="${AAICreateTasks.connectVnfToCloudRegion(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
76       <bpmn:incoming>SequenceFlow_0qj7zcn</bpmn:incoming>
77       <bpmn:outgoing>SequenceFlow_0nsg48b</bpmn:outgoing>
78     </bpmn:serviceTask>
79     <bpmn:sequenceFlow id="SequenceFlow_0qj7zcn" sourceRef="Task_CreateVnf" targetRef="ServiceTask_ConnectVnfToCloudRegion" />
80     <bpmn:serviceTask id="ServiceTask_ConnectVnfToTenant" name="&#10;AAI&#10;Connect&#10;(vnf to tenant)&#10;" camunda:expression="${AAICreateTasks.connectVnfToTenant(InjectExecution.execute(execution, execution.getVariable(&#34;gBuildingBlockExecution&#34;)))}">
81       <bpmn:incoming>SequenceFlow_0nsg48b</bpmn:incoming>
82       <bpmn:outgoing>SequenceFlow_18ixm0j</bpmn:outgoing>
83     </bpmn:serviceTask>
84     <bpmn:sequenceFlow id="SequenceFlow_0nsg48b" sourceRef="ServiceTask_ConnectVnfToCloudRegion" targetRef="ServiceTask_ConnectVnfToTenant" />
85     <bpmn:sequenceFlow id="SequenceFlow_18ixm0j" sourceRef="ServiceTask_ConnectVnfToTenant" targetRef="Task_createPlatform" />
86     <bpmn:callActivity id="CallActivity_sdncAssign" name="SDNC Assign (vnf)" calledElement="SDNCHandler">
87       <bpmn:extensionElements>
88         <camunda:in source="SDNCRequest" target="SDNCRequest" />
89         <camunda:out source="SDNCResponse" target="SDNCResponse" />
90         <camunda:out source="WorkflowException" target="WorkflowException" />
91         <camunda:in source="mso-request-id" target="mso-request-id" />
92       </bpmn:extensionElements>
93       <bpmn:incoming>SequenceFlow_1qkhm79</bpmn:incoming>
94       <bpmn:outgoing>SequenceFlow_1vw20wu</bpmn:outgoing>
95     </bpmn:callActivity>
96     <bpmn:sequenceFlow id="SequenceFlow_1samncw" sourceRef="ExclusiveGateway_1blf52g" targetRef="Task_SDNCAdapterVnfTopologyAssign" />
97     <bpmn:sequenceFlow id="SequenceFlow_1qkhm79" sourceRef="Task_SDNCAdapterVnfTopologyAssign" targetRef="CallActivity_sdncAssign" />
98     <bpmn:sequenceFlow id="SequenceFlow_1vw20wu" sourceRef="CallActivity_sdncAssign" targetRef="Task_UpdateVnfOrchestrationStatusAssigned" />
99   </bpmn:process>
100   <bpmn:error id="Error_0rgauy1" name="gDelegateError" errorCode="7000" />
101   <bpmndi:BPMNDiagram id="BPMNDiagram_1">
102     <bpmndi:BPMNPlane id="BPMNPlane_1" bpmnElement="AssignVnfBB">
103       <bpmndi:BPMNShape id="_BPMNShape_StartEvent_2" bpmnElement="Start_AssignVnfBB">
104         <dc:Bounds x="-249" y="116" width="36" height="36" />
105         <bpmndi:BPMNLabel>
106           <dc:Bounds x="-275" y="152" width="90" height="12" />
107         </bpmndi:BPMNLabel>
108       </bpmndi:BPMNShape>
109       <bpmndi:BPMNShape id="ServiceTask_0m0ikey_di" bpmnElement="Task_SDNCAdapterVnfTopologyAssign">
110         <dc:Bounds x="930" y="94" width="100" height="80" />
111       </bpmndi:BPMNShape>
112       <bpmndi:BPMNShape id="EndEvent_1h93h9d_di" bpmnElement="End_AssignVnfBB">
113         <dc:Bounds x="1323" y="116" width="36" height="36" />
114         <bpmndi:BPMNLabel>
115           <dc:Bounds x="1296" y="156" width="90" height="12" />
116         </bpmndi:BPMNLabel>
117       </bpmndi:BPMNShape>
118       <bpmndi:BPMNShape id="ServiceTask_1r380lg_di" bpmnElement="Task_CreateVnf">
119         <dc:Bounds x="-159" y="94" width="100" height="80" />
120       </bpmndi:BPMNShape>
121       <bpmndi:BPMNEdge id="SequenceFlow_0zaz9o2_di" bpmnElement="SequenceFlow_0zaz9o2">
122         <di:waypoint xsi:type="dc:Point" x="-213" y="134" />
123         <di:waypoint xsi:type="dc:Point" x="-159" y="134" />
124         <bpmndi:BPMNLabel>
125           <dc:Bounds x="-231" y="113" width="90" height="12" />
126         </bpmndi:BPMNLabel>
127       </bpmndi:BPMNEdge>
128       <bpmndi:BPMNEdge id="SequenceFlow_0csh9dc_di" bpmnElement="SequenceFlow_0csh9dc">
129         <di:waypoint xsi:type="dc:Point" x="1303" y="134" />
130         <di:waypoint xsi:type="dc:Point" x="1323" y="134" />
131         <bpmndi:BPMNLabel>
132           <dc:Bounds x="1268" y="113" width="90" height="12" />
133         </bpmndi:BPMNLabel>
134       </bpmndi:BPMNEdge>
135       <bpmndi:BPMNShape id="ServiceTask_0s6d1be_di" bpmnElement="Task_UpdateVnfOrchestrationStatusAssigned">
136         <dc:Bounds x="1203" y="94" width="100" height="80" />
137       </bpmndi:BPMNShape>
138       <bpmndi:BPMNShape id="ServiceTask_0wjy7za_di" bpmnElement="Task_createInstanceGroups">
139         <dc:Bounds x="534" y="94" width="100" height="80" />
140       </bpmndi:BPMNShape>
141       <bpmndi:BPMNEdge id="SequenceFlow_1nle8kc_di" bpmnElement="SequenceFlow_1nle8kc">
142         <di:waypoint xsi:type="dc:Point" x="634" y="134" />
143         <di:waypoint xsi:type="dc:Point" x="679" y="134" />
144         <bpmndi:BPMNLabel>
145           <dc:Bounds x="611.5" y="113" width="90" height="12" />
146         </bpmndi:BPMNLabel>
147       </bpmndi:BPMNEdge>
148       <bpmndi:BPMNEdge id="SequenceFlow_11jum90_di" bpmnElement="SequenceFlow_11jum90">
149         <di:waypoint xsi:type="dc:Point" x="704" y="159" />
150         <di:waypoint xsi:type="dc:Point" x="704" y="195" />
151         <di:waypoint xsi:type="dc:Point" x="874" y="195" />
152         <di:waypoint xsi:type="dc:Point" x="874" y="159" />
153         <bpmndi:BPMNLabel>
154           <dc:Bounds x="715.1383523847063" y="174" width="12" height="12" />
155         </bpmndi:BPMNLabel>
156       </bpmndi:BPMNEdge>
157       <bpmndi:BPMNEdge id="SequenceFlow_1uiok7v_di" bpmnElement="SequenceFlow_1uiok7v">
158         <di:waypoint xsi:type="dc:Point" x="704" y="109" />
159         <di:waypoint xsi:type="dc:Point" x="704" y="68" />
160         <di:waypoint xsi:type="dc:Point" x="739" y="68" />
161         <bpmndi:BPMNLabel>
162           <dc:Bounds x="711" y="75.5" width="19" height="12" />
163         </bpmndi:BPMNLabel>
164       </bpmndi:BPMNEdge>
165       <bpmndi:BPMNEdge id="SequenceFlow_0v8d14a_di" bpmnElement="SequenceFlow_0v8d14a">
166         <di:waypoint xsi:type="dc:Point" x="839" y="68" />
167         <di:waypoint xsi:type="dc:Point" x="874" y="68" />
168         <di:waypoint xsi:type="dc:Point" x="874" y="109" />
169         <bpmndi:BPMNLabel>
170           <dc:Bounds x="811.5" y="47" width="90" height="12" />
171         </bpmndi:BPMNLabel>
172       </bpmndi:BPMNEdge>
173       <bpmndi:BPMNShape id="CallActivity_14ye6fs_di" bpmnElement="Task_callHoming">
174         <dc:Bounds x="739" y="28" width="100" height="80" />
175       </bpmndi:BPMNShape>
176       <bpmndi:BPMNEdge id="SequenceFlow_169g0ir_di" bpmnElement="SequenceFlow_169g0ir">
177         <di:waypoint xsi:type="dc:Point" x="379" y="134" />
178         <di:waypoint xsi:type="dc:Point" x="404" y="134" />
179         <bpmndi:BPMNLabel>
180           <dc:Bounds x="347" y="113" width="90" height="12" />
181         </bpmndi:BPMNLabel>
182       </bpmndi:BPMNEdge>
183       <bpmndi:BPMNEdge id="SequenceFlow_1lppa2m_di" bpmnElement="SequenceFlow_1lppa2m">
184         <di:waypoint xsi:type="dc:Point" x="504" y="134" />
185         <di:waypoint xsi:type="dc:Point" x="534" y="134" />
186         <bpmndi:BPMNLabel>
187           <dc:Bounds x="474" y="113" width="90" height="12" />
188         </bpmndi:BPMNLabel>
189       </bpmndi:BPMNEdge>
190       <bpmndi:BPMNShape id="ServiceTask_0c97kfg_di" bpmnElement="Task_createPlatform">
191         <dc:Bounds x="279" y="94" width="100" height="80" />
192       </bpmndi:BPMNShape>
193       <bpmndi:BPMNShape id="ServiceTask_1b9yljc_di" bpmnElement="Task_createLineOfBusiness">
194         <dc:Bounds x="404" y="94" width="100" height="80" />
195       </bpmndi:BPMNShape>
196       <bpmndi:BPMNShape id="SubProcess_19596dp_di" bpmnElement="SubProcess_19596dp" isExpanded="true">
197         <dc:Bounds x="673" y="239" width="231" height="135" />
198       </bpmndi:BPMNShape>
199       <bpmndi:BPMNShape id="StartEvent_1c3cyuv_di" bpmnElement="StartEvent_1c3cyuv">
200         <dc:Bounds x="710" y="295" width="36" height="36" />
201         <bpmndi:BPMNLabel>
202           <dc:Bounds x="638" y="331" width="90" height="12" />
203         </bpmndi:BPMNLabel>
204       </bpmndi:BPMNShape>
205       <bpmndi:BPMNShape id="EndEvent_1bywujf_di" bpmnElement="EndEvent_1bywujf">
206         <dc:Bounds x="846" y="295" width="36" height="36" />
207         <bpmndi:BPMNLabel>
208           <dc:Bounds x="774" y="331" width="90" height="12" />
209         </bpmndi:BPMNLabel>
210       </bpmndi:BPMNShape>
211       <bpmndi:BPMNEdge id="SequenceFlow_1i52a7x_di" bpmnElement="SequenceFlow_1i52a7x">
212         <di:waypoint xsi:type="dc:Point" x="746" y="313" />
213         <di:waypoint xsi:type="dc:Point" x="846" y="313" />
214         <bpmndi:BPMNLabel>
215           <dc:Bounds x="751" y="292" width="90" height="12" />
216         </bpmndi:BPMNLabel>
217       </bpmndi:BPMNEdge>
218       <bpmndi:BPMNShape id="InclusiveGateway_0x0c3kk_di" bpmnElement="ExclusiveGateway_02tchpp">
219         <dc:Bounds x="679" y="109" width="50" height="50" />
220         <bpmndi:BPMNLabel>
221           <dc:Bounds x="732" y="128" width="64" height="12" />
222         </bpmndi:BPMNLabel>
223       </bpmndi:BPMNShape>
224       <bpmndi:BPMNShape id="InclusiveGateway_0ijggth_di" bpmnElement="ExclusiveGateway_1blf52g">
225         <dc:Bounds x="849" y="109" width="50" height="50" />
226         <bpmndi:BPMNLabel>
227           <dc:Bounds x="896" y="163" width="0" height="12" />
228         </bpmndi:BPMNLabel>
229       </bpmndi:BPMNShape>
230       <bpmndi:BPMNShape id="ServiceTask_0zx2c43_di" bpmnElement="ServiceTask_ConnectVnfToCloudRegion">
231         <dc:Bounds x="-10" y="94" width="100" height="80" />
232       </bpmndi:BPMNShape>
233       <bpmndi:BPMNEdge id="SequenceFlow_0qj7zcn_di" bpmnElement="SequenceFlow_0qj7zcn">
234         <di:waypoint xsi:type="dc:Point" x="-59" y="134" />
235         <di:waypoint xsi:type="dc:Point" x="-10" y="134" />
236         <bpmndi:BPMNLabel>
237           <dc:Bounds x="-34.5" y="113" width="0" height="12" />
238         </bpmndi:BPMNLabel>
239       </bpmndi:BPMNEdge>
240       <bpmndi:BPMNShape id="ServiceTask_0y6itfu_di" bpmnElement="ServiceTask_ConnectVnfToTenant">
241         <dc:Bounds x="140" y="94" width="100" height="80" />
242       </bpmndi:BPMNShape>
243       <bpmndi:BPMNEdge id="SequenceFlow_0nsg48b_di" bpmnElement="SequenceFlow_0nsg48b">
244         <di:waypoint xsi:type="dc:Point" x="90" y="134" />
245         <di:waypoint xsi:type="dc:Point" x="140" y="134" />
246         <bpmndi:BPMNLabel>
247           <dc:Bounds x="115" y="113" width="0" height="12" />
248         </bpmndi:BPMNLabel>
249       </bpmndi:BPMNEdge>
250       <bpmndi:BPMNEdge id="SequenceFlow_18ixm0j_di" bpmnElement="SequenceFlow_18ixm0j">
251         <di:waypoint xsi:type="dc:Point" x="240" y="134" />
252         <di:waypoint xsi:type="dc:Point" x="279" y="134" />
253         <bpmndi:BPMNLabel>
254           <dc:Bounds x="259.5" y="113" width="0" height="12" />
255         </bpmndi:BPMNLabel>
256       </bpmndi:BPMNEdge>
257       <bpmndi:BPMNShape id="CallActivity_12uxg1m_di" bpmnElement="CallActivity_sdncAssign">
258         <dc:Bounds x="1060" y="94" width="100" height="80" />
259       </bpmndi:BPMNShape>
260       <bpmndi:BPMNEdge id="SequenceFlow_1samncw_di" bpmnElement="SequenceFlow_1samncw">
261         <di:waypoint xsi:type="dc:Point" x="899" y="134" />
262         <di:waypoint xsi:type="dc:Point" x="930" y="134" />
263         <bpmndi:BPMNLabel>
264           <dc:Bounds x="914.5" y="113" width="0" height="12" />
265         </bpmndi:BPMNLabel>
266       </bpmndi:BPMNEdge>
267       <bpmndi:BPMNEdge id="SequenceFlow_1qkhm79_di" bpmnElement="SequenceFlow_1qkhm79">
268         <di:waypoint xsi:type="dc:Point" x="1030" y="134" />
269         <di:waypoint xsi:type="dc:Point" x="1060" y="134" />
270         <bpmndi:BPMNLabel>
271           <dc:Bounds x="1045" y="113" width="0" height="12" />
272         </bpmndi:BPMNLabel>
273       </bpmndi:BPMNEdge>
274       <bpmndi:BPMNEdge id="SequenceFlow_1vw20wu_di" bpmnElement="SequenceFlow_1vw20wu">
275         <di:waypoint xsi:type="dc:Point" x="1160" y="134" />
276         <di:waypoint xsi:type="dc:Point" x="1203" y="134" />
277         <bpmndi:BPMNLabel>
278           <dc:Bounds x="1181.5" y="113" width="0" height="12" />
279         </bpmndi:BPMNLabel>
280       </bpmndi:BPMNEdge>
281     </bpmndi:BPMNPlane>
282   </bpmndi:BPMNDiagram>
283 </bpmn:definitions>
284