aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/clds/templates/bpmn/holmes-img.xml
blob: f84b6a10ef7b9de563f80cb1aff33f9f2668034f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135<
<!--
  ============LICENSE_START=======================================================
  Policy Packages
  ================================================================================
  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
  Modifications Copyright (C) 2020 Bell Canada.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #888888 } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { color: #008800; font-weight: bold } /* Keyword */
.highlight .ch { color: #888888 } /* Comment.Hashbang */
.highlight .cm { color: #888888 } /* Comment.Multiline */
.highlight .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
.highlight .cpf { color: #888888 } /* Comment.PreprocFile */
.highlight .c1 { color: #888888 } /* Comment.Single */
.highlight .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #333333 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #666666 } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #008800 } /* Keyword.Pseudo */
.highlight .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #888888; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #0000DD; font-weight: bold } /* Literal.Number */
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
.highlight .na { color: #336699 } /* Name.Attribute */
.highlight .nb { color: #003388 } /* Name.Builtin */
.highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */
.highlight .no { color: #003366; font-weight: bold } /* Name.Constant */
.highlight .nd { color: #555555 } /* Name.Decorator */
.highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */
.highlight .nl { color: #336699; font-style: italic } /* Name.Label */
.highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
.highlight .py { color: #336699; font-weight: bold } /* Name.Property */
.highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #336699 } /* Name.Variable */
.highlight .ow { color: #008800 } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */
.highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
.highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
.highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
.highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
.highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */
.highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
.highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */
.highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
.highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
.highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
.highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
.highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
.highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
.highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
.highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
.highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
.highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */
.highlight .vc { color: #336699 } /* Name.Variable.Class */
.highlight .vg { color: #dd7700 } /* Name.Variable.Global */
.highlight .vi { color: #3333bb } /* Name.Variable.Instance */
.highlight .vm { color: #336699 } /* Name.Variable.Magic */
.highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0" encoding="utf-8"?>
\n<!-- created with bpmn-js / http://bpmn.io -->
\n<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
\n
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
		width="900" height="92" viewBox="44 134 900 92" version="1.1">
		<defs>
				<marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
						orient="auto" refX="11" refY="10" id="markerSjdype4kmbu">
						<path d="M 1 5 L 11 10 L 1 15 Z"
								style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
								fill="#000000" />
				</marker>
				<marker viewBox="0 0 20 20" markerWidth="20" markerHeight="20"
						orient="auto" refX="6" refY="6" id="markerSjdype4kmbw">
						<circle cx="6" cy="6" r="3.5"
								style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
								fill="#ffffff" stroke="#000000" />
				</marker>
				<marker viewBox="0 0 20 20" markerWidth="20" markerHeight="20"
						orient="auto" refX="8.5" refY="5" id="markerSjdype4kmby">
						<path d="m 1 5 l 0 -3 l 7 3 l -7 3 z"
								style="stroke-width: 1; stroke-linecap: butt; stroke-dasharray: 10000, 1;"
								fill="#ffffff" stroke="#000000" />
				</marker>
				<marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
						orient="auto" refX="11" refY="10" id="markerSjdype4kmc0">
						<path d="M 1 5 L 11 10 L 1 15"
								style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
								fill="#ffffff" stroke="#000000" />
				</marker>
				<marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
						orient="auto" refX="-1" refY="10" id="markerSjdype4kmc2">
						<path d="M 0 10 L 8 6 L 16 10 L 8 14 Z"
								style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
								fill="#ffffff" stroke="#000000" />
				</marker>
				<marker viewBox="0 0 20 20" markerWidth="10" markerHeight="10"
						orient="auto" refX="-5" refY="10" id="markerSjdype4kmc4">
						<path d="M 1 4 L 5 16"
								style="stroke-width: 1; stroke-linecap: round; stroke-dasharray: 10000, 1;"
								fill="#000000" stroke="#000000" />
				</marker>
		</defs>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="StartEvent_1"
						transform="matrix(1,0,0,1,50,162)" style="display: block;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="48"
								height="48"></rect>
						<g class="djs-visual">
								<circle cx="18" cy="18" r="18" style="stroke-width: 2;"
										stroke="#000000" fill="#ffffff"></circle>
						</g>
						<rect x="0" y="0" width="36" height="36"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="StartEvent_1_label"
						transform="matrix(1,0,0,1,23,198)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="Holmes_0bsv00m"
						transform="matrix(1,0,0,1,438,140)" style="display: block;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
								height="92"></rect>
						<g class="djs-visual">
								<rect x="0" y="0" width="120" height="80" rx="0" ry="0"
										style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
								<circle cx="15" cy="15" r="10" style="stroke-width: 1;"
										stroke="#000000" fill="#ffffff"></circle>
								<text style="font-family: Arial,sans-serif; font-size: 12px;">
										<tspan x="11" y="20">H</tspan>
								</text>
								<text style="font-family: Arial,sans-serif; font-size: 12px;"
										class=" djs-label">
										<tspan x="39" y="43.5">Holmes</tspan>
								</text>
						</g>
						<rect x="0" y="0" width="120" height="80"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="VesCollector_1ljyqg8"
						transform="matrix(1,0,0,1,213,140)" style="display: block;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
								height="92"></rect>
						<g class="djs-visual">
								<rect x="0" y="0" width="120" height="80" rx="0" ry="0"
										style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
								<polyline points="120,80 120,20 " style="stroke-width: 2;"
										fill="none" stroke="#000000"></polyline>
								<polyline points="20,0 20,80 " style="stroke-width: 2;"
										fill="none" stroke="#000000"></polyline>
								<text style="font-family: Arial,sans-serif; font-size: 12px;">
										<tspan x="5" y="14">V</tspan>
								</text>
								<text style="font-family: Arial,sans-serif; font-size: 12px;">
										<tspan x="5" y="26">E</tspan>
								</text>
								<text style="font-family: Arial,sans-serif; font-size: 12px;">
										<tspan x="5" y="38">S</tspan>
								</text>
								<text style="font-family: Arial,sans-serif; font-size: 12px;"
										class=" djs-label">
										<tspan x="25.5" y="43.5">VesCollector</tspan>
								</text>
						</g>
						<rect x="0" y="0" width="120" height="80"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="Policy_114xo8j"
						transform="matrix(1,0,0,1,678,140)" style="display: block;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="132"
								height="92"></rect>
						<g class="djs-visual">
								<rect x="0" y="0" width="120" height="80" rx="0" ry="0"
										style="stroke-width: 2;" stroke="#000000" fill="#ffffff"></rect>
								<polyline points="0,40 60,0 " style="stroke-width: 2;"
										fill="none" stroke="#000000"></polyline>
								<text style="font-family: Arial,sans-serif; font-size: 12px;"
										class=" djs-label">
										<tspan x="43.5" y="43.5">Policy</tspan>
								</text>
						</g>
						<rect x="0" y="0" width="120" height="80"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape selected" data-element-id="EndEvent_0b4m6bk"
						transform="matrix(1,0,0,1,901,162)" style="display: block;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="48"
								height="48"></rect>
						<g class="djs-visual">
								<circle cx="18" cy="18" r="18" style="stroke-width: 4;"
										stroke="#000000" fill="#ffffff"></circle>
						</g>
						<rect x="0" y="0" width="36" height="36"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
						<g class=" djs-resizer djs-resizer-nw" transform="matrix(1,0,0,1,0,0)">
								<rect x="-7" y="-7" width="5" height="5" class=" djs-resizer-visual"></rect>
								<rect x="-7" y="-7" width="20" height="20" class=" djs-resizer-hit"></rect>
						</g>
						<g class=" djs-resizer djs-resizer-ne" transform="matrix(0,1,-1,0,36,0)">
								<rect x="-7" y="-7" width="5" height="5" class=" djs-resizer-visual"></rect>
								<rect x="-7" y="-7" width="20" height="20" class=" djs-resizer-hit"></rect>
						</g>
						<g class=" djs-resizer djs-resizer-se" transform="matrix(-1,0,0,-1,36,36)">
								<rect x="-7" y="-7" width="5" height="5" class=" djs-resizer-visual"></rect>
								<rect x="-7" y="-7" width="20" height="20" class=" djs-resizer-hit"></rect>
						</g>
						<g class=" djs-resizer djs-resizer-sw" transform="matrix(0,-1,1,0,0,36)">
								<rect x="-7" y="-7" width="5" height="5" class=" djs-resizer-visual"></rect>
								<rect x="-7" y="-7" width="20" height="20" class=" djs-resizer-hit"></rect>
						</g>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="EndEvent_0b4m6bk_label"
						transform="matrix(1,0,0,1,874,198)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-connection" data-element-id="SequenceFlow_1c9hzec"
						style="display: block;">
						<rect fill="none" class="djs-outline" x="80" y="174" width="139"
								height="12"></rect>
						<g class="djs-visual">
								<path d="m  86,180L213,180 "
										style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSjdype4kmbu&quot;);"
										fill="none" stroke="#000000"></path>
						</g>
						<polyline points="86,180 213,180 " style="stroke-opacity: 0; stroke-width: 15;"
								fill="none" stroke="#ffffff" class="djs-hit"></polyline>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="SequenceFlow_1c9hzec_label"
						transform="matrix(1,0,0,1,104.5,170)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-connection" data-element-id="SequenceFlow_1ig3gix"
						style="display: block;">
						<rect fill="none" class="djs-outline" x="327" y="174" width="117"
								height="12"></rect>
						<g class="djs-visual">
								<path d="m  333,180L438,180 "
										style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSjdype4kmbu&quot;);"
										fill="none" stroke="#000000"></path>
						</g>
						<polyline points="333,180 438,180 " style="stroke-opacity: 0; stroke-width: 15;"
								fill="none" stroke="#ffffff" class="djs-hit"></polyline>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="SequenceFlow_1ig3gix_label"
						transform="matrix(1,0,0,1,340.5,170)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-connection" data-element-id="SequenceFlow_0zwbn2r"
						style="display: block;">
						<rect fill="none" class="djs-outline" x="552" y="174" width="132"
								height="12"></rect>
						<g class="djs-visual">
								<path d="m  558,180L678,180 "
										style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSjdype4kmbu&quot;);"
										fill="none" stroke="#000000"></path>
						</g>
						<polyline points="558,180 678,180 " style="stroke-opacity: 0; stroke-width: 15;"
								fill="none" stroke="#ffffff" class="djs-hit"></polyline>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="SequenceFlow_0zwbn2r_label"
						transform="matrix(1,0,0,1,573,170)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-connection" data-element-id="SequenceFlow_0ox6r95"
						style="display: block;">
						<rect fill="none" class="djs-outline" x="792" y="174" width="115"
								height="12"></rect>
						<g class="djs-visual">
								<path d="m  798,180L901,180 "
										style="stroke-width: 2; stroke-linejoin: round; marker-end: url(&quot;#markerSjdype4kmbu&quot;);"
										fill="none" stroke="#000000"></path>
						</g>
						<polyline points="798,180 901,180 " style="stroke-opacity: 0; stroke-width: 15;"
								fill="none" stroke="#ffffff" class="djs-hit"></polyline>
				</g>
		</g>
		<g class="djs-group" xmlns="http://www.w3.org/2000/svg">
				<g class="djs-element djs-shape" data-element-id="SequenceFlow_0ox6r95_label"
						transform="matrix(1,0,0,1,804.5,170)" style="display: none;">
						<rect fill="none" class="djs-outline" x="-6" y="-6" width="102"
								height="32"></rect>
						<g class="djs-visual">
								<text style="font-family: Arial,sans-serif; font-size: 11px;"
										class=" djs-label">
										<tspan x="45" y="0"></tspan>
								</text>
						</g>
						<rect x="0" y="0" width="90" height="20"
								style="stroke-opacity: 0; stroke-width: 15;" fill="none" stroke="#ffffff"
								class="djs-hit"></rect>
				</g>
		</g>
</svg>