X3D Model Documentation: PajekVisualizationExamples.x3d

  1  <?xml version="1.0" encoding="UTF-8"?>
  2  <!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.2//EN" "https://www.web3d.org/specifications/x3d-3.2.dtd">
  3  <X3D profile='Immersive' version='3.2 xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-3.2.xsd'>
  4       <head>
  5            <meta name='titlecontent=' PajekVisualizationExamples.x3d '/>
  6            <meta name='descriptioncontent='Reverse engineer and hopefully elaborate on Pajek visualization structures'/>
  7            <meta name='creatorcontent='Don Brutzman and Elaine Reid'/>
  8            <meta name='createdcontent='17 May 2011'/>
  9            <meta name='modifiedcontent='25 September 2023'/>
 10            <meta name='referencecontent='http://pajek.imfm.si'/>
 11            <meta name='subjectcontent='network visualization'/>
 12            <meta name=' warning content=' under development '/>
 13            <meta name='identifiercontent=' https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d '/>
 14            <meta name='generatorcontent='X3D-Edit, https://www.web3d.org/x3d/tools/X3D-Edit'/>
 15            <meta name='licensecontent='../../license.html'/>
 16       </head>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
 17       <Scene>
 18            <WorldInfo title='PajekVisualizationExamples.x3d'/>
 19            <ExternProtoDeclare name='Arcappinfo='Arc is a network connection between Vertex nodes, displayed using Cylinder/Cone (arrow/arrowhead) geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Arc" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Arc" '>
 20                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Arc'/>
 21                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Arc'/>
 22                 <field name='cylinderHeighttype='SFFloataccessType='initializeOnly'
                appinfo='length of Arc between Vertex locations'/>
 23                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 24                 <field name='cylinderTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Arc'/>
 25                 <field name='coneTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='see TODO items in ArcScript'/>
 26                 <field name='rotationtype='SFRotationaccessType='inputOutput'
                appinfo='orientation of Arc'/>
 27                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 28                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Arc'/>
 29                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Arc'/>
 30                 <field name='ballRadiustype='SFFloataccessType='inputOutput'
                appinfo='offset distance for Cone arrowhead; TODO this needs to match values in the Vertex protopye, which is iniitialized separately'/>
 31                 <field name='traceEnabledtype='SFBoolaccessType='inputOutput'
                appinfo='debug trace to Browser output console'/>
 32            </ExternProtoDeclare>
 33            <ExternProtoDeclare name='Vertexappinfo='Vertex is a node, typically connected by zero or more Arc segments, and displayed using Sphere geometry with modifiable color and transparency'   url=' "PajekVisualizationPrototypes.x3d#Vertex" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#Vertex" '>
 34                 <field name='nametype='SFStringaccessType='inputOutput'
                appinfo='name to identify this Vertex'/>
 35                 <field name='descriptiontype='SFStringaccessType='inputOutput'
                appinfo='popup text describing this Vertex'/>
 36                 <field name='urltype='MFStringaccessType='inputOutput'
                appinfo='link to some other resource'/>
 37                 <field name='radiustype='SFFloataccessType='initializeOnly'
                appinfo='size of Vertex ball'/>
 38                 <field name='displayModetype='SFStringaccessType='inputOutput'
                appinfo='rendering choices: BallAndStick, Ball, Stick'/>
 39                 <field name='diffuseColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Vertex'/>
 40                 <field name='transparencytype='SFFloataccessType='inputOutput'
                appinfo='transparency of Vertex'/>
 41                 <field name='translationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Vertex'/>
 42                 <field name='vertexTexttype='MFStringaccessType='inputOutput'
                appinfo='labels to identify Vertex'/>
 43                 <field name='textTranslationtype='SFVec3faccessType='inputOutput'
                appinfo='location of Text'/>
 44                 <field name='textColortype='SFColoraccessType='inputOutput'
                appinfo='diffuseColor of Text'/>
 45            </ExternProtoDeclare>
 46            <ExternProtoDeclare name='NetworkTextappinfo='Text describing what the Vertices and Arcs are about'   url=' "PajekVisualizationPrototypes.x3d#NetworkText" "https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationPrototypes.x3d#NetworkText" '>
 47                 <field name='texttype='MFStringaccessType='inputOutput'
                appinfo='information to identify the Integral Network'/>
 48            </ExternProtoDeclare>
 49            <Background groundAngle='1.309 1.570796groundColor='0 0.5 0.7 0 0.4 0.7 0.6 0.5 0.7skyAngle='1.309 1.571skyColor='0 0.5 0.8 0 0.6 0.7 0.6 0.6 0.7'/>
 50            <PointLight ambientIntensity='1location='0 0 5radius='30'/>
 51            <NavigationInfo transitionType='"ANIMATE"type='"EXAMINE" "FLY" "ANY"'/>
 52            <Viewpoint description='Inspect 15JAN2010Newmanorientation='1 0 0 -0.0997position='0 2 20'/>
 53            <ProtoInstance name='Arc'>
 54                 <fieldValue name='cylinderHeightvalue='0.21405'/>
 55                 <fieldValue name='cylinderTranslationvalue='-2.20294 0.07421 -1.13914'/>
 56                 <fieldValue name='coneTranslationvalue='-2.16758 0.08178 -1.10044'/>
 57                 <fieldValue name='rotationvalue='-15.63976 0 14.29080 1.71425'/>
 58                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 59                 <fieldValue name='ballRadiusvalue='0.02'/>
 60                 <fieldValue name='traceEnabledvalue='false'/>
 61                 <fieldValue name='displayMode'/>
 62                 <fieldValue name='transparencyvalue='0'/>
 63            </ProtoInstance>
 64            <ProtoInstance name='Arc'>
 65                 <fieldValue name='cylinderHeightvalue='0.10630'/>
 66                 <fieldValue name='cylinderTranslationvalue='-2.17736 0.06436 -1.07035'/>
 67                 <fieldValue name='coneTranslationvalue='-2.08515 0.11492 -1.05143'/>
 68                 <fieldValue name='rotationvalue='-1.88213 0 9.17366 2.06372'/>
 69                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 70                 <fieldValue name='ballRadiusvalue='0.02'/>
 71                 <fieldValue name='traceEnabledvalue='false'/>
 72                 <fieldValue name='displayMode'/>
 73                 <fieldValue name='transparencyvalue='0'/>
 74            </ProtoInstance>
 75            <ProtoInstance name='Arc'>
 76                 <fieldValue name='cylinderHeightvalue='0.71227'/>
 77                 <fieldValue name='cylinderTranslationvalue='-2.28758 -0.22936 -1.03283'/>
 78                 <fieldValue name='coneTranslationvalue='-2.37354 -0.40497 -1.01734'/>
 79                 <fieldValue name='rotationvalue='5.62270 -0.00000 31.21800 2.68003'/>
 80                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 81                 <fieldValue name='ballRadiusvalue='0.02'/>
 82                 <fieldValue name='traceEnabledvalue='false'/>
 83                 <fieldValue name='displayMode'/>
 84                 <fieldValue name='transparencyvalue='0'/>
 85            </ProtoInstance>
 86            <ProtoInstance name='Arc'>
 87                 <fieldValue name='cylinderHeightvalue='0.39700'/>
 88                 <fieldValue name='cylinderTranslationvalue='-2.24188 0.13412 -1.21977'/>
 89                 <fieldValue name='coneTranslationvalue='-2.26329 0.14277 -1.25057'/>
 90                 <fieldValue name='rotationvalue='-31.76546 0 22.07834 1.34412'/>
 91                 <fieldValue name='diffuseColorvalue='0 0 0'/>
 92                 <fieldValue name='ballRadiusvalue='0.02'/>
 93                 <fieldValue name='traceEnabledvalue='false'/>
 94                 <fieldValue name='displayMode'/>
 95                 <fieldValue name='transparencyvalue='0'/>
 96            </ProtoInstance>
 97            <ProtoInstance name='Arc'>
 98                 <fieldValue name='cylinderHeightvalue='0.39712'/>
 99                 <fieldValue name='cylinderTranslationvalue='-2.32814 0.08833 -1.03354'/>
100                 <fieldValue name='coneTranslationvalue='-2.36633 0.08810 -1.02822'/>
101                 <fieldValue name='rotationvalue='5.47945 -0.00000 39.33103 1.57676'/>
102                 <fieldValue name='diffuseColorvalue='0 0 0'/>
103                 <fieldValue name='ballRadiusvalue='0.02'/>
104                 <fieldValue name='traceEnabledvalue='false'/>
105                 <fieldValue name='displayMode'/>
106                 <fieldValue name='transparencyvalue='0'/>
107            </ProtoInstance>
108            <ProtoInstance name='Arc'>
109                 <fieldValue name='cylinderHeightvalue='0.78770'/>
110                 <fieldValue name='cylinderTranslationvalue='-2.32872 -0.22398 -0.92699'/>
111                 <fieldValue name='coneTranslationvalue='-2.44583 -0.41011 -0.84745'/>
112                 <fieldValue name='rotationvalue='26.79119 -0.00000 39.44622 2.49138'/>
113                 <fieldValue name='diffuseColorvalue='0 0 0'/>
114                 <fieldValue name='ballRadiusvalue='0.02'/>
115                 <fieldValue name='traceEnabledvalue='false'/>
116                 <fieldValue name='displayMode'/>
117                 <fieldValue name='transparencyvalue='0'/>
118            </ProtoInstance>
119            <ProtoInstance name='Arc'>
120                 <fieldValue name='cylinderHeightvalue='0.74675'/>
121                 <fieldValue name='cylinderTranslationvalue='-2.40026 -0.09438 -0.87831'/>
122                 <fieldValue name='coneTranslationvalue='-2.55386 -0.19946 -0.77394'/>
123                 <fieldValue name='rotationvalue='36.52573 -0.00000 53.75483 2.08576'/>
124                 <fieldValue name='diffuseColorvalue='0 0 0'/>
125                 <fieldValue name='ballRadiusvalue='0.02'/>
126                 <fieldValue name='traceEnabledvalue='false'/>
127                 <fieldValue name='displayMode'/>
128                 <fieldValue name='transparencyvalue='0'/>
129            </ProtoInstance>
130            <ProtoInstance name='Arc'>
131                 <fieldValue name='cylinderHeightvalue='0.38641'/>
132                 <fieldValue name='cylinderTranslationvalue='-2.22050 0.02664 -1.22048'/>
133                 <fieldValue name='coneTranslationvalue='-2.23580 0.01584 -1.24790'/>
134                 <fieldValue name='rotationvalue='-31.90778 0 17.80276 1.90222'/>
135                 <fieldValue name='diffuseColorvalue='0 0 0'/>
136                 <fieldValue name='ballRadiusvalue='0.02'/>
137                 <fieldValue name='traceEnabledvalue='false'/>
138                 <fieldValue name='displayMode'/>
139                 <fieldValue name='transparencyvalue='0'/>
140            </ProtoInstance>
141            <ProtoInstance name='Arc'>
142                 <fieldValue name='cylinderHeightvalue='0.40814'/>
143                 <fieldValue name='cylinderTranslationvalue='-2.31230 0.00898 -1.01127'/>
144                 <fieldValue name='coneTranslationvalue='-2.35135 -0.00842 -1.00055'/>
145                 <fieldValue name='rotationvalue='9.93342 -0.00000 36.16233 1.97647'/>
146                 <fieldValue name='diffuseColorvalue='0 0 0'/>
147                 <fieldValue name='ballRadiusvalue='0.02'/>
148                 <fieldValue name='traceEnabledvalue='false'/>
149                 <fieldValue name='displayMode'/>
150                 <fieldValue name='transparencyvalue='0'/>
151            </ProtoInstance>
152            <ProtoInstance name='Arc'>
153                 <fieldValue name='cylinderHeightvalue='1.18654'/>
154                 <fieldValue name='cylinderTranslationvalue='-1.79648 0.48058 -0.76632'/>
155                 <fieldValue name='coneTranslationvalue='-1.55183 0.76618 -0.55115'/>
156                 <fieldValue name='rotationvalue='58.92488 0 -67.00127 0.85107'/>
157                 <fieldValue name='diffuseColorvalue='0 0 0'/>
158                 <fieldValue name='ballRadiusvalue='0.02'/>
159                 <fieldValue name='traceEnabledvalue='false'/>
160                 <fieldValue name='displayMode'/>
161                 <fieldValue name='transparencyvalue='0'/>
162            </ProtoInstance>
163            <ProtoInstance name='Arc'>
164                 <fieldValue name='cylinderHeightvalue='0.88710'/>
165                 <fieldValue name='cylinderTranslationvalue='-1.94130 -0.15878 -1.37545'/>
166                 <fieldValue name='coneTranslationvalue='-1.81972 -0.31750 -1.57651'/>
167                 <fieldValue name='rotationvalue='-62.90212 0 -38.03731 2.16491'/>
168                 <fieldValue name='diffuseColorvalue='0 0 0'/>
169                 <fieldValue name='ballRadiusvalue='0.02'/>
170                 <fieldValue name='traceEnabledvalue='false'/>
171                 <fieldValue name='displayMode'/>
172                 <fieldValue name='transparencyvalue='0'/>
173            </ProtoInstance>
174            <ProtoInstance name='Arc'>
175                 <fieldValue name='cylinderHeightvalue='0.76784'/>
176                 <fieldValue name='cylinderTranslationvalue='-2.16905 -0.26037 -1.21446'/>
177                 <fieldValue name='coneTranslationvalue='-2.19095 -0.46444 -1.30399'/>
178                 <fieldValue name='rotationvalue='-30.70283 0 7.51108 2.71733'/>
179                 <fieldValue name='diffuseColorvalue='0 0 0'/>
180                 <fieldValue name='ballRadiusvalue='0.02'/>
181                 <fieldValue name='traceEnabledvalue='false'/>
182                 <fieldValue name='displayMode'/>
183                 <fieldValue name='transparencyvalue='0'/>
184            </ProtoInstance>
185            <ProtoInstance name='Arc'>
186                 <fieldValue name='cylinderHeightvalue='0.64769'/>
187                 <fieldValue name='cylinderTranslationvalue='-2.31654 0.34155 -1.14522'/>
188                 <fieldValue name='coneTranslationvalue='-2.41017 0.46907 -1.18786'/>
189                 <fieldValue name='rotationvalue='-16.85601 0 37.01089 0.67886'/>
190                 <fieldValue name='diffuseColorvalue='0 0 0'/>
191                 <fieldValue name='ballRadiusvalue='0.02'/>
192                 <fieldValue name='traceEnabledvalue='false'/>
193                 <fieldValue name='displayMode'/>
194                 <fieldValue name='transparencyvalue='0'/>
195            </ProtoInstance>
196            <ProtoInstance name='Arc'>
197                 <fieldValue name='cylinderHeightvalue='0.43339'/>
198                 <fieldValue name='cylinderTranslationvalue='-2.19578 -0.07042 -1.19226'/>
199                 <fieldValue name='coneTranslationvalue='-2.21260 -0.11227 -1.22661'/>
200                 <fieldValue name='rotationvalue='-26.26315 0 12.85873 2.40099'/>
201                 <fieldValue name='diffuseColorvalue='0 0 0'/>
202                 <fieldValue name='ballRadiusvalue='0.02'/>
203                 <fieldValue name='traceEnabledvalue='false'/>
204                 <fieldValue name='displayMode'/>
205                 <fieldValue name='transparencyvalue='0'/>
206            </ProtoInstance>
207            <ProtoInstance name='Arc'>
208                 <fieldValue name='cylinderHeightvalue='0.22750'/>
209                 <fieldValue name='cylinderTranslationvalue='-2.21164 0.01024 -1.07615'/>
210                 <fieldValue name='coneTranslationvalue='-2.17905 0.04247 -1.06997'/>
211                 <fieldValue name='rotationvalue='-3.04184 0 16.03044 2.34182'/>
212                 <fieldValue name='diffuseColorvalue='0 0 0'/>
213                 <fieldValue name='ballRadiusvalue='0.02'/>
214                 <fieldValue name='traceEnabledvalue='false'/>
215                 <fieldValue name='displayMode'/>
216                 <fieldValue name='transparencyvalue='0'/>
217            </ProtoInstance>
218            <ProtoInstance name='Arc'>
219                 <fieldValue name='cylinderHeightvalue='1.24887'/>
220                 <fieldValue name='cylinderTranslationvalue='-1.66019 -0.17856 -1.37068'/>
221                 <fieldValue name='coneTranslationvalue='-1.30966 -0.37795 -1.60105'/>
222                 <fieldValue name='rotationvalue='-61.94733 0 -94.25938 2.01452'/>
223                 <fieldValue name='diffuseColorvalue='0 0 0'/>
224                 <fieldValue name='ballRadiusvalue='0.02'/>
225                 <fieldValue name='traceEnabledvalue='false'/>
226                 <fieldValue name='displayMode'/>
227                 <fieldValue name='transparencyvalue='0'/>
228            </ProtoInstance>
229            <ProtoInstance name='Arc'>
230                 <fieldValue name='cylinderHeightvalue='0.42512'/>
231                 <fieldValue name='cylinderTranslationvalue='-2.11782 0.29385 -1.00401'/>
232                 <fieldValue name='coneTranslationvalue='-2.11444 0.34438 -0.98994'/>
233                 <fieldValue name='rotationvalue='11.38550 0 -2.73316 0.27903'/>
234                 <fieldValue name='diffuseColorvalue='0 0 0'/>
235                 <fieldValue name='ballRadiusvalue='0.02'/>
236                 <fieldValue name='traceEnabledvalue='false'/>
237                 <fieldValue name='displayMode'/>
238                 <fieldValue name='transparencyvalue='0'/>
239            </ProtoInstance>
240            <ProtoInstance name='Arc'>
241                 <fieldValue name='cylinderHeightvalue='0.41292'/>
242                 <fieldValue name='cylinderTranslationvalue='-2.18533 0.00304 -1.24052'/>
243                 <fieldValue name='coneTranslationvalue='-2.19745 -0.01642 -1.28093'/>
244                 <fieldValue name='rotationvalue='-35.91571 0 10.76807 2.00297'/>
245                 <fieldValue name='diffuseColorvalue='0 0 0'/>
246                 <fieldValue name='ballRadiusvalue='0.02'/>
247                 <fieldValue name='traceEnabledvalue='false'/>
248                 <fieldValue name='displayMode'/>
249                 <fieldValue name='transparencyvalue='0'/>
250            </ProtoInstance>
251            <ProtoInstance name='Arc'>
252                 <fieldValue name='cylinderHeightvalue='0.72276'/>
253                 <fieldValue name='cylinderTranslationvalue='-2.13336 -0.13446 -1.34454'/>
254                 <fieldValue name='coneTranslationvalue='-2.13440 -0.25927 -1.50257'/>
255                 <fieldValue name='rotationvalue='-56.71920 0 0.37426 2.23925'/>
256                 <fieldValue name='diffuseColorvalue='0 0 0'/>
257                 <fieldValue name='ballRadiusvalue='0.02'/>
258                 <fieldValue name='traceEnabledvalue='false'/>
259                 <fieldValue name='displayMode'/>
260                 <fieldValue name='transparencyvalue='0'/>
261            </ProtoInstance>
262            <ProtoInstance name='Arc'>
263                 <fieldValue name='cylinderHeightvalue='0.45382'/>
264                 <fieldValue name='cylinderTranslationvalue='-2.28018 -0.07625 -1.01731'/>
265                 <fieldValue name='coneTranslationvalue='-2.32403 -0.12513 -1.00444'/>
266                 <fieldValue name='rotationvalue='8.72657 -0.00000 29.73821 2.38985'/>
267                 <fieldValue name='diffuseColorvalue='0 0 0'/>
268                 <fieldValue name='ballRadiusvalue='0.02'/>
269                 <fieldValue name='traceEnabledvalue='false'/>
270                 <fieldValue name='displayMode'/>
271                 <fieldValue name='transparencyvalue='0'/>
272            </ProtoInstance>
273            <ProtoInstance name='Arc'>
274                 <fieldValue name='cylinderHeightvalue='0.86750'/>
275                 <fieldValue name='cylinderTranslationvalue='-2.21197 -0.33600 -1.03640'/>
276                 <fieldValue name='coneTranslationvalue='-2.26276 -0.60455 -1.02091'/>
277                 <fieldValue name='rotationvalue='4.90785 -0.00000 16.09522 2.94638'/>
278                 <fieldValue name='diffuseColorvalue='0 0 0'/>
279                 <fieldValue name='ballRadiusvalue='0.02'/>
280                 <fieldValue name='traceEnabledvalue='false'/>
281                 <fieldValue name='displayMode'/>
282                 <fieldValue name='transparencyvalue='0'/>
283            </ProtoInstance>
284            <ProtoInstance name='Arc'>
285                 <fieldValue name='cylinderHeightvalue='0.69729'/>
286                 <fieldValue name='cylinderTranslationvalue='-2.44282 0.08000 -0.90431'/>
287                 <fieldValue name='coneTranslationvalue='-2.61128 0.07485 -0.81956'/>
288                 <fieldValue name='rotationvalue='31.32656 -0.00000 62.26696 1.59809'/>
289                 <fieldValue name='diffuseColorvalue='0 0 0'/>
290                 <fieldValue name='ballRadiusvalue='0.02'/>
291                 <fieldValue name='traceEnabledvalue='false'/>
292                 <fieldValue name='displayMode'/>
293                 <fieldValue name='transparencyvalue='0'/>
294            </ProtoInstance>
295            <ProtoInstance name='Arc'>
296                 <fieldValue name='cylinderHeightvalue='0.19942'/>
297                 <fieldValue name='cylinderTranslationvalue='-2.20664 0.07982 -1.12576'/>
298                 <fieldValue name='coneTranslationvalue='-2.16120 0.08568 -1.08657'/>
299                 <fieldValue name='rotationvalue='-12.96305 0 15.02982 1.66815'/>
300                 <fieldValue name='diffuseColorvalue='0 0 0'/>
301                 <fieldValue name='ballRadiusvalue='0.02'/>
302                 <fieldValue name='traceEnabledvalue='false'/>
303                 <fieldValue name='displayMode'/>
304                 <fieldValue name='transparencyvalue='0'/>
305            </ProtoInstance>
306            <ProtoInstance name='Arc'>
307                 <fieldValue name='cylinderHeightvalue='0.61847'/>
308                 <fieldValue name='cylinderTranslationvalue='0.18703 -0.52202 -1.86318'/>
309                 <fieldValue name='coneTranslationvalue='0.29717 -0.43533 -1.81193'/>
310                 <fieldValue name='rotationvalue='21.24013 0 -45.64314 0.95099'/>
311                 <fieldValue name='diffuseColorvalue='0 0 0'/>
312                 <fieldValue name='ballRadiusvalue='0.02'/>
313                 <fieldValue name='traceEnabledvalue='false'/>
314                 <fieldValue name='displayMode'/>
315                 <fieldValue name='transparencyvalue='0'/>
316            </ProtoInstance>
317            <ProtoInstance name='Arc'>
318                 <fieldValue name='cylinderHeightvalue='0.37127'/>
319                 <fieldValue name='cylinderTranslationvalue='-0.03916 -0.83353 -2.10001'/>
320                 <fieldValue name='coneTranslationvalue='-0.03888 -0.85174 -2.11805'/>
321                 <fieldValue name='rotationvalue='-26.12553 0 -0.40506 2.36091'/>
322                 <fieldValue name='diffuseColorvalue='0 0 0'/>
323                 <fieldValue name='ballRadiusvalue='0.02'/>
324                 <fieldValue name='traceEnabledvalue='false'/>
325                 <fieldValue name='displayMode'/>
326                 <fieldValue name='transparencyvalue='0'/>
327            </ProtoInstance>
328            <ProtoInstance name='Arc'>
329                 <fieldValue name='cylinderHeightvalue='0.56534'/>
330                 <fieldValue name='cylinderTranslationvalue='0.01051 -0.88377 -2.17930'/>
331                 <fieldValue name='coneTranslationvalue='0.03294 -0.96280 -2.27039'/>
332                 <fieldValue name='rotationvalue='-41.98290 0 -10.33837 2.27087'/>
333                 <fieldValue name='diffuseColorvalue='0 0 0'/>
334                 <fieldValue name='ballRadiusvalue='0.02'/>
335                 <fieldValue name='traceEnabledvalue='false'/>
336                 <fieldValue name='displayMode'/>
337                 <fieldValue name='transparencyvalue='0'/>
338            </ProtoInstance>
339            <ProtoInstance name='Arc'>
340                 <fieldValue name='cylinderHeightvalue='0.60686'/>
341                 <fieldValue name='cylinderTranslationvalue='0.09393 -0.90752 -2.14666'/>
342                 <fieldValue name='coneTranslationvalue='0.15780 -1.00483 -2.23046'/>
343                 <fieldValue name='rotationvalue='-35.45625 0 -27.02375 2.31649'/>
344                 <fieldValue name='diffuseColorvalue='0 0 0'/>
345                 <fieldValue name='ballRadiusvalue='0.02'/>
346                 <fieldValue name='traceEnabledvalue='false'/>
347                 <fieldValue name='displayMode'/>
348                 <fieldValue name='transparencyvalue='0'/>
349            </ProtoInstance>
350            <ProtoInstance name='Arc'>
351                 <fieldValue name='cylinderHeightvalue='1.41182'/>
352                 <fieldValue name='cylinderTranslationvalue='0.23847 -0.22154 -1.53396'/>
353                 <fieldValue name='coneTranslationvalue='0.45474 0.14976 -1.19723'/>
354                 <fieldValue name='rotationvalue='87.08437 0 -55.93147 0.82285'/>
355                 <fieldValue name='diffuseColorvalue='0 0 0'/>
356                 <fieldValue name='ballRadiusvalue='0.02'/>
357                 <fieldValue name='traceEnabledvalue='false'/>
358                 <fieldValue name='displayMode'/>
359                 <fieldValue name='transparencyvalue='0'/>
360            </ProtoInstance>
361            <ProtoInstance name='Arc'>
362                 <fieldValue name='cylinderHeightvalue='0.35950'/>
363                 <fieldValue name='cylinderTranslationvalue='-0.02579 -0.83196 -2.09223'/>
364                 <fieldValue name='coneTranslationvalue='-0.02409 -0.84628 -2.10573'/>
365                 <fieldValue name='rotationvalue='-24.57028 0 -3.08010 2.38176'/>
366                 <fieldValue name='diffuseColorvalue='0 0 0'/>
367                 <fieldValue name='ballRadiusvalue='0.02'/>
368                 <fieldValue name='traceEnabledvalue='false'/>
369                 <fieldValue name='displayMode'/>
370                 <fieldValue name='transparencyvalue='0'/>
371            </ProtoInstance>
372            <ProtoInstance name='Arc'>
373                 <fieldValue name='cylinderHeightvalue='0.62267'/>
374                 <fieldValue name='cylinderTranslationvalue='0.00153 -0.98063 -2.10082'/>
375                 <fieldValue name='coneTranslationvalue='0.02230 -1.11623 -2.16470'/>
376                 <fieldValue name='rotationvalue='-26.28702 0 -8.54366 2.68164'/>
377                 <fieldValue name='diffuseColorvalue='0 0 0'/>
378                 <fieldValue name='ballRadiusvalue='0.02'/>
379                 <fieldValue name='traceEnabledvalue='false'/>
380                 <fieldValue name='displayMode'/>
381                 <fieldValue name='transparencyvalue='0'/>
382            </ProtoInstance>
383            <ProtoInstance name='Arc'>
384                 <fieldValue name='cylinderHeightvalue='0.35797'/>
385                 <fieldValue name='cylinderTranslationvalue='-0.00288 -0.81249 -2.10460'/>
386                 <fieldValue name='coneTranslationvalue='0.00118 -0.82425 -2.11894'/>
387                 <fieldValue name='rotationvalue='-27.04291 0 -7.66083 2.23861'/>
388                 <fieldValue name='diffuseColorvalue='0 0 0'/>
389                 <fieldValue name='ballRadiusvalue='0.02'/>
390                 <fieldValue name='traceEnabledvalue='false'/>
391                 <fieldValue name='displayMode'/>
392                 <fieldValue name='transparencyvalue='0'/>
393            </ProtoInstance>
394            <ProtoInstance name='Arc'>
395                 <fieldValue name='cylinderHeightvalue='1.21069'/>
396                 <fieldValue name='cylinderTranslationvalue='-0.61504 -0.57414 -1.82490'/>
397                 <fieldValue name='coneTranslationvalue='-1.03722 -0.48034 -1.71860'/>
398                 <fieldValue name='rotationvalue='28.89663 -0.00000 114.77100 1.35858'/>
399                 <fieldValue name='diffuseColorvalue='0 0 0'/>
400                 <fieldValue name='ballRadiusvalue='0.02'/>
401                 <fieldValue name='traceEnabledvalue='false'/>
402                 <fieldValue name='displayMode'/>
403                 <fieldValue name='transparencyvalue='0'/>
404            </ProtoInstance>
405            <ProtoInstance name='Arc'>
406                 <fieldValue name='cylinderHeightvalue='0.61578'/>
407                 <fieldValue name='cylinderTranslationvalue='-0.05723 -0.97620 -2.10781'/>
408                 <fieldValue name='coneTranslationvalue='-0.06494 -1.10807 -2.17430'/>
409                 <fieldValue name='rotationvalue='-27.68608 0 3.20928 2.67189'/>
410                 <fieldValue name='diffuseColorvalue='0 0 0'/>
411                 <fieldValue name='ballRadiusvalue='0.02'/>
412                 <fieldValue name='traceEnabledvalue='false'/>
413                 <fieldValue name='displayMode'/>
414                 <fieldValue name='transparencyvalue='0'/>
415            </ProtoInstance>
416            <ProtoInstance name='Arc'>
417                 <fieldValue name='cylinderHeightvalue='0.76030'/>
418                 <fieldValue name='cylinderTranslationvalue='1.23656 1.43383 1.73628'/>
419                 <fieldValue name='coneTranslationvalue='1.37346 1.59681 1.79251'/>
420                 <fieldValue name='rotationvalue='19.42068 0 -47.27676 0.73723'/>
421                 <fieldValue name='diffuseColorvalue='0 0 0'/>
422                 <fieldValue name='ballRadiusvalue='0.02'/>
423                 <fieldValue name='traceEnabledvalue='false'/>
424                 <fieldValue name='displayMode'/>
425                 <fieldValue name='transparencyvalue='0'/>
426            </ProtoInstance>
427            <ProtoInstance name='Arc'>
428                 <fieldValue name='cylinderHeightvalue='0.90029'/>
429                 <fieldValue name='cylinderTranslationvalue='1.28883 1.08041 1.97701'/>
430                 <fieldValue name='coneTranslationvalue='1.47488 1.03402 2.19477'/>
431                 <fieldValue name='rotationvalue='67.56704 0 -57.72924 1.73139'/>
432                 <fieldValue name='diffuseColorvalue='0 0 0'/>
433                 <fieldValue name='ballRadiusvalue='0.02'/>
434                 <fieldValue name='traceEnabledvalue='false'/>
435                 <fieldValue name='displayMode'/>
436                 <fieldValue name='transparencyvalue='0'/>
437            </ProtoInstance>
438            <ProtoInstance name='Arc'>
439                 <fieldValue name='cylinderHeightvalue='0.48581'/>
440                 <fieldValue name='cylinderTranslationvalue='1.22146 1.21844 1.71452'/>
441                 <fieldValue name='coneTranslationvalue='1.29699 1.24098 1.74023'/>
442                 <fieldValue name='rotationvalue='15.06825 0 -44.25610 1.29544'/>
443                 <fieldValue name='diffuseColorvalue='0 0 0'/>
444                 <fieldValue name='ballRadiusvalue='0.02'/>
445                 <fieldValue name='traceEnabledvalue='false'/>
446                 <fieldValue name='displayMode'/>
447                 <fieldValue name='transparencyvalue='0'/>
448            </ProtoInstance>
449            <ProtoInstance name='Arc'>
450                 <fieldValue name='cylinderHeightvalue='0.49785'/>
451                 <fieldValue name='cylinderTranslationvalue='0.97610 1.18329 1.88500'/>
452                 <fieldValue name='coneTranslationvalue='0.96750 1.19432 1.97282'/>
453                 <fieldValue name='rotationvalue='49.16483 -0.00000 4.81559 1.44637'/>
454                 <fieldValue name='diffuseColorvalue='0 0 0'/>
455                 <fieldValue name='ballRadiusvalue='0.02'/>
456                 <fieldValue name='traceEnabledvalue='false'/>
457                 <fieldValue name='displayMode'/>
458                 <fieldValue name='transparencyvalue='0'/>
459            </ProtoInstance>
460            <ProtoInstance name='Arc'>
461                 <fieldValue name='cylinderHeightvalue='0.36070'/>
462                 <fieldValue name='cylinderTranslationvalue='0.94880 1.32425 1.62038'/>
463                 <fieldValue name='coneTranslationvalue='0.94300 1.34364 1.61826'/>
464                 <fieldValue name='rotationvalue='-3.75829 0 10.27638 0.30821'/>
465                 <fieldValue name='diffuseColorvalue='0 0 0'/>
466                 <fieldValue name='ballRadiusvalue='0.02'/>
467                 <fieldValue name='traceEnabledvalue='false'/>
468                 <fieldValue name='displayMode'/>
469                 <fieldValue name='transparencyvalue='0'/>
470            </ProtoInstance>
471            <ProtoInstance name='Arc'>
472                 <fieldValue name='cylinderHeightvalue='0.87293'/>
473                 <fieldValue name='cylinderTranslationvalue='1.38094 1.17475 1.85136'/>
474                 <fieldValue name='coneTranslationvalue='1.62212 1.18891 1.98577'/>
475                 <fieldValue name='rotationvalue='42.43728 0 -76.15219 1.51956'/>
476                 <fieldValue name='diffuseColorvalue='0 0 0'/>
477                 <fieldValue name='ballRadiusvalue='0.02'/>
478                 <fieldValue name='traceEnabledvalue='false'/>
479                 <fieldValue name='displayMode'/>
480                 <fieldValue name='transparencyvalue='0'/>
481            </ProtoInstance>
482            <ProtoInstance name='Arc'>
483                 <fieldValue name='cylinderHeightvalue='0.76030'/>
484                 <fieldValue name='cylinderTranslationvalue='1.23657 1.43383 1.73627'/>
485                 <fieldValue name='coneTranslationvalue='1.37347 1.59681 1.79250'/>
486                 <fieldValue name='rotationvalue='19.41921 0 -47.27852 0.73725'/>
487                 <fieldValue name='diffuseColorvalue='0 0 0'/>
488                 <fieldValue name='ballRadiusvalue='0.02'/>
489                 <fieldValue name='traceEnabledvalue='false'/>
490                 <fieldValue name='displayMode'/>
491                 <fieldValue name='transparencyvalue='0'/>
492            </ProtoInstance>
493            <ProtoInstance name='Arc'>
494                 <fieldValue name='cylinderHeightvalue='0.87902'/>
495                 <fieldValue name='cylinderTranslationvalue='1.24002 0.86994 1.40281'/>
496                 <fieldValue name='coneTranslationvalue='1.39255 0.69032 1.25248'/>
497                 <fieldValue name='rotationvalue='-47.27396 0 -47.96752 2.26874'/>
498                 <fieldValue name='diffuseColorvalue='0 0 0'/>
499                 <fieldValue name='ballRadiusvalue='0.02'/>
500                 <fieldValue name='traceEnabledvalue='false'/>
501                 <fieldValue name='displayMode'/>
502                 <fieldValue name='transparencyvalue='0'/>
503            </ProtoInstance>
504            <ProtoInstance name='Arc'>
505                 <fieldValue name='cylinderHeightvalue='0.95930'/>
506                 <fieldValue name='cylinderTranslationvalue='1.14234 0.85841 1.99050'/>
507                 <fieldValue name='coneTranslationvalue='1.23709 0.66249 2.22462'/>
508                 <fieldValue name='rotationvalue='70.26404 0 -28.43275 2.23054'/>
509                 <fieldValue name='diffuseColorvalue='0 0 0'/>
510                 <fieldValue name='ballRadiusvalue='0.02'/>
511                 <fieldValue name='traceEnabledvalue='false'/>
512                 <fieldValue name='displayMode'/>
513                 <fieldValue name='transparencyvalue='0'/>
514            </ProtoInstance>
515            <ProtoInstance name='Arc'>
516                 <fieldValue name='cylinderHeightvalue='0.50189'/>
517                 <fieldValue name='cylinderTranslationvalue='1.07910 1.12874 1.87621'/>
518                 <fieldValue name='coneTranslationvalue='1.10770 1.12017 1.96211'/>
519                 <fieldValue name='rotationvalue='47.40672 0 -15.78428 1.66519'/>
520                 <fieldValue name='diffuseColorvalue='0 0 0'/>
521                 <fieldValue name='ballRadiusvalue='0.02'/>
522                 <fieldValue name='traceEnabledvalue='false'/>
523                 <fieldValue name='displayMode'/>
524                 <fieldValue name='transparencyvalue='0'/>
525            </ProtoInstance>
526            <ProtoInstance name='Arc'>
527                 <fieldValue name='cylinderHeightvalue='0.51446'/>
528                 <fieldValue name='cylinderTranslationvalue='1.15204 1.06250 1.82632'/>
529                 <fieldValue name='coneTranslationvalue='1.20944 1.02852 1.89706'/>
530                 <fieldValue name='rotationvalue='37.42878 0 -30.37254 1.92781'/>
531                 <fieldValue name='diffuseColorvalue='0 0 0'/>
532                 <fieldValue name='ballRadiusvalue='0.02'/>
533                 <fieldValue name='traceEnabledvalue='false'/>
534                 <fieldValue name='displayMode'/>
535                 <fieldValue name='transparencyvalue='0'/>
536            </ProtoInstance>
537            <ProtoInstance name='Arc'>
538                 <fieldValue name='cylinderHeightvalue='0.88965'/>
539                 <fieldValue name='cylinderTranslationvalue='1.29359 0.97026 1.91955'/>
540                 <fieldValue name='coneTranslationvalue='1.48146 0.85364 2.09907'/>
541                 <fieldValue name='rotationvalue='56.07433 0 -58.68114 1.99265'/>
542                 <fieldValue name='diffuseColorvalue='0 0 0'/>
543                 <fieldValue name='ballRadiusvalue='0.02'/>
544                 <fieldValue name='traceEnabledvalue='false'/>
545                 <fieldValue name='displayMode'/>
546                 <fieldValue name='transparencyvalue='0'/>
547            </ProtoInstance>
548            <ProtoInstance name='Arc'>
549                 <fieldValue name='cylinderHeightvalue='0.75377'/>
550                 <fieldValue name='cylinderTranslationvalue='0.71995 1.29648 1.84594'/>
551                 <fieldValue name='coneTranslationvalue='0.55869 1.37940 1.96493'/>
552                 <fieldValue name='rotationvalue='41.35319 -0.00000 56.04583 1.17850'/>
553                 <fieldValue name='diffuseColorvalue='0 0 0'/>
554                 <fieldValue name='ballRadiusvalue='0.02'/>
555                 <fieldValue name='traceEnabledvalue='false'/>
556                 <fieldValue name='displayMode'/>
557                 <fieldValue name='transparencyvalue='0'/>
558            </ProtoInstance>
559            <ProtoInstance name='Arc'>
560                 <fieldValue name='cylinderHeightvalue='0.76029'/>
561                 <fieldValue name='cylinderTranslationvalue='1.23654 1.43384 1.73630'/>
562                 <fieldValue name='coneTranslationvalue='1.37343 1.59683 1.79254'/>
563                 <fieldValue name='rotationvalue='19.42401 0 -47.27280 0.73719'/>
564                 <fieldValue name='diffuseColorvalue='0 0 0'/>
565                 <fieldValue name='ballRadiusvalue='0.02'/>
566                 <fieldValue name='traceEnabledvalue='false'/>
567                 <fieldValue name='displayMode'/>
568                 <fieldValue name='transparencyvalue='0'/>
569            </ProtoInstance>
570            <ProtoInstance name='Arc'>
571                 <fieldValue name='cylinderHeightvalue='0.51689'/>
572                 <fieldValue name='cylinderTranslationvalue='1.11692 1.05173 1.84661'/>
573                 <fieldValue name='coneTranslationvalue='1.16139 1.01338 1.92563'/>
574                 <fieldValue name='rotationvalue='41.48754 0 -23.34835 1.97089'/>
575                 <fieldValue name='diffuseColorvalue='0 0 0'/>
576                 <fieldValue name='ballRadiusvalue='0.02'/>
577                 <fieldValue name='traceEnabledvalue='false'/>
578                 <fieldValue name='displayMode'/>
579                 <fieldValue name='transparencyvalue='0'/>
580            </ProtoInstance>
581            <ProtoInstance name='Arc'>
582                 <fieldValue name='cylinderHeightvalue='1.42166'/>
583                 <fieldValue name='cylinderTranslationvalue='0.54232 1.24050 1.10263'/>
584                 <fieldValue name='coneTranslationvalue='0.18752 1.30877 0.68686'/>
585                 <fieldValue name='rotationvalue='-107.30913 0 91.57191 1.44653'/>
586                 <fieldValue name='diffuseColorvalue='0 0 0'/>
587                 <fieldValue name='ballRadiusvalue='0.02'/>
588                 <fieldValue name='traceEnabledvalue='false'/>
589                 <fieldValue name='displayMode'/>
590                 <fieldValue name='transparencyvalue='0'/>
591            </ProtoInstance>
592            <ProtoInstance name='Arc'>
593                 <fieldValue name='cylinderHeightvalue='0.54225'/>
594                 <fieldValue name='cylinderTranslationvalue='1.22709 1.15984 1.78738'/>
595                 <fieldValue name='coneTranslationvalue='1.32009 1.16290 1.84813'/>
596                 <fieldValue name='rotationvalue='29.64132 0 -45.38151 1.54332'/>
597                 <fieldValue name='diffuseColorvalue='0 0 0'/>
598                 <fieldValue name='ballRadiusvalue='0.02'/>
599                 <fieldValue name='traceEnabledvalue='false'/>
600                 <fieldValue name='displayMode'/>
601                 <fieldValue name='transparencyvalue='0'/>
602            </ProtoInstance>
603            <ProtoInstance name='Arc'>
604                 <fieldValue name='cylinderHeightvalue='1.09738'/>
605                 <fieldValue name='cylinderTranslationvalue='0.62105 1.32163 1.28046'/>
606                 <fieldValue name='coneTranslationvalue='0.35247 1.44152 1.02635'/>
607                 <fieldValue name='rotationvalue='-71.74293 0 75.82661 1.25725'/>
608                 <fieldValue name='diffuseColorvalue='0 0 0'/>
609                 <fieldValue name='ballRadiusvalue='0.02'/>
610                 <fieldValue name='traceEnabledvalue='false'/>
611                 <fieldValue name='displayMode'/>
612                 <fieldValue name='transparencyvalue='0'/>
613            </ProtoInstance>
614            <ProtoInstance name='Arc'>
615                 <fieldValue name='cylinderHeightvalue='0.25834'/>
616                 <fieldValue name='cylinderTranslationvalue='0.98926 1.26693 1.58046'/>
617                 <fieldValue name='coneTranslationvalue='0.99186 1.23960 1.59448'/>
618                 <fieldValue name='rotationvalue='-11.74237 0 2.18485 0.48062'/>
619                 <fieldValue name='diffuseColorvalue='0 0 0'/>
620                 <fieldValue name='ballRadiusvalue='0.02'/>
621                 <fieldValue name='traceEnabledvalue='false'/>
622                 <fieldValue name='displayMode'/>
623                 <fieldValue name='transparencyvalue='0'/>
624            </ProtoInstance>
625            <ProtoInstance name='Arc'>
626                 <fieldValue name='cylinderHeightvalue='0.48009'/>
627                 <fieldValue name='cylinderTranslationvalue='1.19529 1.22012 1.51683'/>
628                 <fieldValue name='coneTranslationvalue='1.26034 1.24270 1.47603'/>
629                 <fieldValue name='rotationvalue='-24.46965 0 -39.02094 1.28479'/>
630                 <fieldValue name='diffuseColorvalue='0 0 0'/>
631                 <fieldValue name='ballRadiusvalue='0.02'/>
632                 <fieldValue name='traceEnabledvalue='false'/>
633                 <fieldValue name='displayMode'/>
634                 <fieldValue name='transparencyvalue='0'/>
635            </ProtoInstance>
636            <ProtoInstance name='Arc'>
637                 <fieldValue name='cylinderHeightvalue='0.95930'/>
638                 <fieldValue name='cylinderTranslationvalue='1.14234 0.85841 1.99050'/>
639                 <fieldValue name='coneTranslationvalue='1.23709 0.66249 2.22462'/>
640                 <fieldValue name='rotationvalue='70.26404 0 -28.43275 2.23054'/>
641                 <fieldValue name='diffuseColorvalue='0 0 0'/>
642                 <fieldValue name='ballRadiusvalue='0.02'/>
643                 <fieldValue name='traceEnabledvalue='false'/>
644                 <fieldValue name='displayMode'/>
645                 <fieldValue name='transparencyvalue='0'/>
646            </ProtoInstance>
647            <ProtoInstance name='Arc'>
648                 <fieldValue name='cylinderHeightvalue='0.50542'/>
649                 <fieldValue name='cylinderTranslationvalue='1.10616 1.10714 1.86408'/>
650                 <fieldValue name='coneTranslationvalue='1.14504 1.09054 1.94659'/>
651                 <fieldValue name='rotationvalue='44.98076 0 -21.19656 1.75083'/>
652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
653                 <fieldValue name='ballRadiusvalue='0.02'/>
654                 <fieldValue name='traceEnabledvalue='false'/>
655                 <fieldValue name='displayMode'/>
656                 <fieldValue name='transparencyvalue='0'/>
657            </ProtoInstance>
658            <ProtoInstance name='Arc'>
659                 <fieldValue name='cylinderHeightvalue='0.44465'/>
660                 <fieldValue name='cylinderTranslationvalue='1.13303 1.27772 1.76596'/>
661                 <fieldValue name='coneTranslationvalue='1.17027 1.31285 1.80150'/>
662                 <fieldValue name='rotationvalue='25.35651 0 -26.56948 0.97193'/>
663                 <fieldValue name='diffuseColorvalue='0 0 0'/>
664                 <fieldValue name='ballRadiusvalue='0.02'/>
665                 <fieldValue name='traceEnabledvalue='false'/>
666                 <fieldValue name='displayMode'/>
667                 <fieldValue name='transparencyvalue='0'/>
668            </ProtoInstance>
669            <ProtoInstance name='Arc'>
670                 <fieldValue name='cylinderHeightvalue='0.55024'/>
671                 <fieldValue name='cylinderTranslationvalue='1.17322 1.04513 1.82422'/>
672                 <fieldValue name='coneTranslationvalue='1.24562 1.00024 1.90165'/>
673                 <fieldValue name='rotationvalue='37.00903 0 -34.60756 1.97131'/>
674                 <fieldValue name='diffuseColorvalue='0 0 0'/>
675                 <fieldValue name='ballRadiusvalue='0.02'/>
676                 <fieldValue name='traceEnabledvalue='false'/>
677                 <fieldValue name='displayMode'/>
678                 <fieldValue name='transparencyvalue='0'/>
679            </ProtoInstance>
680            <ProtoInstance name='Arc'>
681                 <fieldValue name='cylinderHeightvalue='1.07424'/>
682                 <fieldValue name='cylinderTranslationvalue='1.06505 1.24371 1.11386'/>
683                 <fieldValue name='coneTranslationvalue='1.11060 1.30782 0.74503'/>
684                 <fieldValue name='rotationvalue='-105.06268 0 -12.97418 1.39997'/>
685                 <fieldValue name='diffuseColorvalue='0 0 0'/>
686                 <fieldValue name='ballRadiusvalue='0.02'/>
687                 <fieldValue name='traceEnabledvalue='false'/>
688                 <fieldValue name='displayMode'/>
689                 <fieldValue name='transparencyvalue='0'/>
690            </ProtoInstance>
691            <ProtoInstance name='Arc'>
692                 <fieldValue name='cylinderHeightvalue='0.80874'/>
693                 <fieldValue name='cylinderTranslationvalue='0.63904 0.97791 1.69062'/>
694                 <fieldValue name='coneTranslationvalue='0.42080 0.87246 1.72170'/>
695                 <fieldValue name='rotationvalue='10.28816 -0.00000 72.22782 2.01696'/>
696                 <fieldValue name='diffuseColorvalue='0 0 0'/>
697                 <fieldValue name='ballRadiusvalue='0.02'/>
698                 <fieldValue name='traceEnabledvalue='false'/>
699                 <fieldValue name='displayMode'/>
700                 <fieldValue name='transparencyvalue='0'/>
701            </ProtoInstance>
702            <ProtoInstance name='Arc'>
703                 <fieldValue name='cylinderHeightvalue='0.59897'/>
704                 <fieldValue name='cylinderTranslationvalue='-0.54525 -2.55076 0.94015'/>
705                 <fieldValue name='coneTranslationvalue='-0.60045 -2.50542 1.05996'/>
706                 <fieldValue name='rotationvalue='51.44592 -0.00000 23.70297 1.23968'/>
707                 <fieldValue name='diffuseColorvalue='0 0 0'/>
708                 <fieldValue name='ballRadiusvalue='0.02'/>
709                 <fieldValue name='traceEnabledvalue='false'/>
710                 <fieldValue name='displayMode'/>
711                 <fieldValue name='transparencyvalue='0'/>
712            </ProtoInstance>
713            <ProtoInstance name='Arc'>
714                 <fieldValue name='cylinderHeightvalue='0.58503'/>
715                 <fieldValue name='cylinderTranslationvalue='-0.62410 -2.63673 0.46732'/>
716                 <fieldValue name='coneTranslationvalue='-0.71351 -2.63157 0.36965'/>
717                 <fieldValue name='rotationvalue='-43.11998 0 39.47220 1.53182'/>
718                 <fieldValue name='diffuseColorvalue='0 0 0'/>
719                 <fieldValue name='ballRadiusvalue='0.02'/>
720                 <fieldValue name='traceEnabledvalue='false'/>
721                 <fieldValue name='displayMode'/>
722                 <fieldValue name='transparencyvalue='0'/>
723            </ProtoInstance>
724            <ProtoInstance name='Arc'>
725                 <fieldValue name='cylinderHeightvalue='0.08138'/>
726                 <fieldValue name='cylinderTranslationvalue='-0.44723 -2.66427 0.65170'/>
727                 <fieldValue name='coneTranslationvalue='-0.38714 -2.61693 0.74326'/>
728                 <fieldValue name='rotationvalue='-6.24485 0 4.09854 1.97880'/>
729                 <fieldValue name='diffuseColorvalue='0 0 0'/>
730                 <fieldValue name='ballRadiusvalue='0.02'/>
731                 <fieldValue name='traceEnabledvalue='false'/>
732                 <fieldValue name='displayMode'/>
733                 <fieldValue name='transparencyvalue='0'/>
734            </ProtoInstance>
735            <ProtoInstance name='Arc'>
736                 <fieldValue name='cylinderHeightvalue='0.53495'/>
737                 <fieldValue name='cylinderTranslationvalue='-0.16736 -2.68845 0.63155'/>
738                 <fieldValue name='coneTranslationvalue='-0.06314 -2.70465 0.61090'/>
739                 <fieldValue name='rotationvalue='-10.27518 0 -51.87549 1.72212'/>
740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
741                 <fieldValue name='ballRadiusvalue='0.02'/>
742                 <fieldValue name='traceEnabledvalue='false'/>
743                 <fieldValue name='displayMode'/>
744                 <fieldValue name='transparencyvalue='0'/>
745            </ProtoInstance>
746            <ProtoInstance name='Arc'>
747                 <fieldValue name='cylinderHeightvalue='0.60292'/>
748                 <fieldValue name='cylinderTranslationvalue='-0.31357 -2.58580 0.95529'/>
749                 <fieldValue name='coneTranslationvalue='-0.26047 -2.55656 1.08310'/>
750                 <fieldValue name='rotationvalue='54.47433 0 -22.63356 1.36256'/>
751                 <fieldValue name='diffuseColorvalue='0 0 0'/>
752                 <fieldValue name='ballRadiusvalue='0.02'/>
753                 <fieldValue name='traceEnabledvalue='false'/>
754                 <fieldValue name='displayMode'/>
755                 <fieldValue name='transparencyvalue='0'/>
756            </ProtoInstance>
757            <ProtoInstance name='Arc'>
758                 <fieldValue name='cylinderHeightvalue='0.08907'/>
759                 <fieldValue name='cylinderTranslationvalue='-0.42724 -2.65187 0.72729'/>
760                 <fieldValue name='coneTranslationvalue='-0.42595 -2.64215 0.61224'/>
761                 <fieldValue name='rotationvalue='8.87437 -0.00000 0.09954 1.65508'/>
762                 <fieldValue name='diffuseColorvalue='0 0 0'/>
763                 <fieldValue name='ballRadiusvalue='0.02'/>
764                 <fieldValue name='traceEnabledvalue='false'/>
765                 <fieldValue name='displayMode'/>
766                 <fieldValue name='transparencyvalue='0'/>
767            </ProtoInstance>
768            <ProtoInstance name='Arc'>
769                 <fieldValue name='cylinderHeightvalue='0.22768'/>
770                 <fieldValue name='cylinderTranslationvalue='-0.37613 -2.64288 0.78476'/>
771                 <fieldValue name='coneTranslationvalue='-0.39665 -2.64501 0.74347'/>
772                 <fieldValue name='rotationvalue='20.36802 0 -10.12149 1.52471'/>
773                 <fieldValue name='diffuseColorvalue='0 0 0'/>
774                 <fieldValue name='ballRadiusvalue='0.02'/>
775                 <fieldValue name='traceEnabledvalue='false'/>
776                 <fieldValue name='displayMode'/>
777                 <fieldValue name='transparencyvalue='0'/>
778            </ProtoInstance>
779            <ProtoInstance name='Arc'>
780                 <fieldValue name='cylinderHeightvalue='0.53752'/>
781                 <fieldValue name='cylinderTranslationvalue='-0.20047 -2.69947 0.54728'/>
782                 <fieldValue name='coneTranslationvalue='-0.10891 -2.72025 0.49239'/>
783                 <fieldValue name='rotationvalue='-27.12772 0 -45.25373 1.76304'/>
784                 <fieldValue name='diffuseColorvalue='0 0 0'/>
785                 <fieldValue name='ballRadiusvalue='0.02'/>
786                 <fieldValue name='traceEnabledvalue='false'/>
787                 <fieldValue name='displayMode'/>
788                 <fieldValue name='transparencyvalue='0'/>
789            </ProtoInstance>
790            <ProtoInstance name='Arc'>
791                 <fieldValue name='cylinderHeightvalue='0.52920'/>
792                 <fieldValue name='cylinderTranslationvalue='-0.40478 -2.68969 0.42253'/>
793                 <fieldValue name='coneTranslationvalue='-0.39610 -2.70612 0.31959'/>
794                 <fieldValue name='rotationvalue='-52.07851 0 -4.39197 1.72853'/>
795                 <fieldValue name='diffuseColorvalue='0 0 0'/>
796                 <fieldValue name='ballRadiusvalue='0.02'/>
797                 <fieldValue name='traceEnabledvalue='false'/>
798                 <fieldValue name='displayMode'/>
799                 <fieldValue name='transparencyvalue='0'/>
800            </ProtoInstance>
801            <ProtoInstance name='Arc'>
802                 <fieldValue name='cylinderHeightvalue='0.58845'/>
803                 <fieldValue name='cylinderTranslationvalue='-0.68997 -2.56125 0.78159'/>
804                 <fieldValue name='coneTranslationvalue='-0.81005 -2.52162 0.82660'/>
805                 <fieldValue name='rotationvalue='19.73293 -0.00000 52.64523 1.27107'/>
806                 <fieldValue name='diffuseColorvalue='0 0 0'/>
807                 <fieldValue name='ballRadiusvalue='0.02'/>
808                 <fieldValue name='traceEnabledvalue='false'/>
809                 <fieldValue name='displayMode'/>
810                 <fieldValue name='transparencyvalue='0'/>
811            </ProtoInstance>
812            <ProtoInstance name='Arc'>
813                 <fieldValue name='cylinderHeightvalue='0.58503'/>
814                 <fieldValue name='cylinderTranslationvalue='-0.62410 -2.63673 0.46732'/>
815                 <fieldValue name='coneTranslationvalue='-0.71351 -2.63156 0.36965'/>
816                 <fieldValue name='rotationvalue='-43.11955 0 39.47263 1.53182'/>
817                 <fieldValue name='diffuseColorvalue='0 0 0'/>
818                 <fieldValue name='ballRadiusvalue='0.02'/>
819                 <fieldValue name='traceEnabledvalue='false'/>
820                 <fieldValue name='displayMode'/>
821                 <fieldValue name='transparencyvalue='0'/>
822            </ProtoInstance>
823            <ProtoInstance name='Arc'>
824                 <fieldValue name='cylinderHeightvalue='0.58845'/>
825                 <fieldValue name='cylinderTranslationvalue='-0.68996 -2.56125 0.78159'/>
826                 <fieldValue name='coneTranslationvalue='-0.81005 -2.52162 0.82660'/>
827                 <fieldValue name='rotationvalue='19.73367 -0.00000 52.64491 1.27107'/>
828                 <fieldValue name='diffuseColorvalue='0 0 0'/>
829                 <fieldValue name='ballRadiusvalue='0.02'/>
830                 <fieldValue name='traceEnabledvalue='false'/>
831                 <fieldValue name='displayMode'/>
832                 <fieldValue name='transparencyvalue='0'/>
833            </ProtoInstance>
834            <ProtoInstance name='Arc'>
835                 <fieldValue name='cylinderHeightvalue='0.29789'/>
836                 <fieldValue name='cylinderTranslationvalue='-0.29110 -2.68405 0.63296'/>
837                 <fieldValue name='coneTranslationvalue='-0.30117 -2.68138 0.63667'/>
838                 <fieldValue name='rotationvalue='-9.99197 0 -27.12787 1.81438'/>
839                 <fieldValue name='diffuseColorvalue='0 0 0'/>
840                 <fieldValue name='ballRadiusvalue='0.02'/>
841                 <fieldValue name='traceEnabledvalue='false'/>
842                 <fieldValue name='displayMode'/>
843                 <fieldValue name='transparencyvalue='0'/>
844            </ProtoInstance>
845            <ProtoInstance name='Arc'>
846                 <fieldValue name='cylinderHeightvalue='0.51386'/>
847                 <fieldValue name='cylinderTranslationvalue='-0.28149 -2.61605 0.89241'/>
848                 <fieldValue name='coneTranslationvalue='-0.22669 -2.60395 0.97144'/>
849                 <fieldValue name='rotationvalue='41.89782 0 -29.05026 1.44563'/>
850                 <fieldValue name='diffuseColorvalue='0 0 0'/>
851                 <fieldValue name='ballRadiusvalue='0.02'/>
852                 <fieldValue name='traceEnabledvalue='false'/>
853                 <fieldValue name='displayMode'/>
854                 <fieldValue name='transparencyvalue='0'/>
855            </ProtoInstance>
856            <ProtoInstance name='Arc'>
857                 <fieldValue name='cylinderHeightvalue='0.23221'/>
858                 <fieldValue name='cylinderTranslationvalue='-0.43160 -2.67732 0.57065'/>
859                 <fieldValue name='coneTranslationvalue='-0.42976 -2.66628 0.61309'/>
860                 <fieldValue name='rotationvalue='-22.45438 0 0.97274 1.82494'/>
861                 <fieldValue name='diffuseColorvalue='0 0 0'/>
862                 <fieldValue name='ballRadiusvalue='0.02'/>
863                 <fieldValue name='traceEnabledvalue='false'/>
864                 <fieldValue name='displayMode'/>
865                 <fieldValue name='transparencyvalue='0'/>
866            </ProtoInstance>
867            <ProtoInstance name='Arc'>
868                 <fieldValue name='cylinderHeightvalue='0.28645'/>
869                 <fieldValue name='cylinderTranslationvalue='2.12187 -0.03848 0.93363'/>
870                 <fieldValue name='coneTranslationvalue='2.12197 -0.04382 0.91772'/>
871                 <fieldValue name='rotationvalue='27.15650 -0.00000 0.15780 1.24707'/>
872                 <fieldValue name='diffuseColorvalue='0 0 0'/>
873                 <fieldValue name='ballRadiusvalue='0.02'/>
874                 <fieldValue name='traceEnabledvalue='false'/>
875                 <fieldValue name='displayMode'/>
876                 <fieldValue name='transparencyvalue='0'/>
877            </ProtoInstance>
878            <ProtoInstance name='Arc'>
879                 <fieldValue name='cylinderHeightvalue='1.19558'/>
880                 <fieldValue name='cylinderTranslationvalue='2.15671 -0.61146 0.51852'/>
881                 <fieldValue name='coneTranslationvalue='2.18165 -0.99772 0.31396'/>
882                 <fieldValue name='rotationvalue='-55.86472 0 -6.80961 2.65149'/>
883                 <fieldValue name='diffuseColorvalue='0 0 0'/>
884                 <fieldValue name='ballRadiusvalue='0.02'/>
885                 <fieldValue name='traceEnabledvalue='false'/>
886                 <fieldValue name='displayMode'/>
887                 <fieldValue name='transparencyvalue='0'/>
888            </ProtoInstance>
889            <ProtoInstance name='Arc'>
890                 <fieldValue name='cylinderHeightvalue='0.75652'/>
891                 <fieldValue name='cylinderTranslationvalue='2.34605 -0.38170 0.86552'/>
892                 <fieldValue name='coneTranslationvalue='2.47495 -0.55345 0.90456'/>
893                 <fieldValue name='rotationvalue='13.53437 0 -44.67758 2.47658'/>
894                 <fieldValue name='diffuseColorvalue='0 0 0'/>
895                 <fieldValue name='ballRadiusvalue='0.02'/>
896                 <fieldValue name='traceEnabledvalue='false'/>
897                 <fieldValue name='displayMode'/>
898                 <fieldValue name='transparencyvalue='0'/>
899            </ProtoInstance>
900            <ProtoInstance name='Arc'>
901                 <fieldValue name='cylinderHeightvalue='1.00001'/>
902                 <fieldValue name='cylinderTranslationvalue='1.80126 0.25173 0.98214'/>
903                 <fieldValue name='coneTranslationvalue='1.58270 0.48005 1.10746'/>
904                 <fieldValue name='rotationvalue='36.85907 -0.00000 64.28073 0.83453'/>
905                 <fieldValue name='diffuseColorvalue='0 0 0'/>
906                 <fieldValue name='ballRadiusvalue='0.02'/>
907                 <fieldValue name='traceEnabledvalue='false'/>
908                 <fieldValue name='displayMode'/>
909                 <fieldValue name='transparencyvalue='0'/>
910            </ProtoInstance>
911            <ProtoInstance name='Arc'>
912                 <fieldValue name='cylinderHeightvalue='0.75652'/>
913                 <fieldValue name='cylinderTranslationvalue='2.34605 -0.38170 0.86552'/>
914                 <fieldValue name='coneTranslationvalue='2.47495 -0.55345 0.90456'/>
915                 <fieldValue name='rotationvalue='13.53433 0 -44.67766 2.47658'/>
916                 <fieldValue name='diffuseColorvalue='0 0 0'/>
917                 <fieldValue name='ballRadiusvalue='0.02'/>
918                 <fieldValue name='traceEnabledvalue='false'/>
919                 <fieldValue name='displayMode'/>
920                 <fieldValue name='transparencyvalue='0'/>
921            </ProtoInstance>
922            <ProtoInstance name='Arc'>
923                 <fieldValue name='cylinderHeightvalue='0.74775'/>
924                 <fieldValue name='cylinderTranslationvalue='2.43841 -0.25471 0.69315'/>
925                 <fieldValue name='coneTranslationvalue='2.61903 -0.35233 0.63327'/>
926                 <fieldValue name='rotationvalue='-20.93827 0 -63.14960 2.04482'/>
927                 <fieldValue name='diffuseColorvalue='0 0 0'/>
928                 <fieldValue name='ballRadiusvalue='0.02'/>
929                 <fieldValue name='traceEnabledvalue='false'/>
930                 <fieldValue name='displayMode'/>
931                 <fieldValue name='transparencyvalue='0'/>
932            </ProtoInstance>
933            <ProtoInstance name='Arc'>
934                 <fieldValue name='cylinderHeightvalue='0.37145'/>
935                 <fieldValue name='cylinderTranslationvalue='2.27717 -0.16120 0.86618'/>
936                 <fieldValue name='coneTranslationvalue='2.29857 -0.17189 0.87564'/>
937                 <fieldValue name='rotationvalue='13.66588 0 -30.90105 1.99921'/>
938                 <fieldValue name='diffuseColorvalue='0 0 0'/>
939                 <fieldValue name='ballRadiusvalue='0.02'/>
940                 <fieldValue name='traceEnabledvalue='false'/>
941                 <fieldValue name='displayMode'/>
942                 <fieldValue name='transparencyvalue='0'/>
943            </ProtoInstance>
944            <ProtoInstance name='Arc'>
945                 <fieldValue name='cylinderHeightvalue='0.77490'/>
946                 <fieldValue name='cylinderTranslationvalue='2.29804 -0.40685 0.92096'/>
947                 <fieldValue name='coneTranslationvalue='2.40099 -0.59635 0.99323'/>
948                 <fieldValue name='rotationvalue='24.62187 0 -35.07522 2.55559'/>
949                 <fieldValue name='diffuseColorvalue='0 0 0'/>
950                 <fieldValue name='ballRadiusvalue='0.02'/>
951                 <fieldValue name='traceEnabledvalue='false'/>
952                 <fieldValue name='displayMode'/>
953                 <fieldValue name='transparencyvalue='0'/>
954            </ProtoInstance>
955            <ProtoInstance name='Arc'>
956                 <fieldValue name='cylinderHeightvalue='0.26493'/>
957                 <fieldValue name='cylinderTranslationvalue='2.13850 -0.04805 0.92434'/>
958                 <fieldValue name='coneTranslationvalue='2.13521 -0.05554 0.89805'/>
959                 <fieldValue name='rotationvalue='25.29923 0 -3.16758 1.29566'/>
960                 <fieldValue name='diffuseColorvalue='0 0 0'/>
961                 <fieldValue name='ballRadiusvalue='0.02'/>
962                 <fieldValue name='traceEnabledvalue='false'/>
963                 <fieldValue name='displayMode'/>
964                 <fieldValue name='transparencyvalue='0'/>
965            </ProtoInstance>
966            <ProtoInstance name='Arc'>
967                 <fieldValue name='cylinderHeightvalue='0.74775'/>
968                 <fieldValue name='cylinderTranslationvalue='2.43841 -0.25471 0.69315'/>
969                 <fieldValue name='coneTranslationvalue='2.61904 -0.35233 0.63327'/>
970                 <fieldValue name='rotationvalue='-20.93827 0 -63.14960 2.04482'/>
971                 <fieldValue name='diffuseColorvalue='0 0 0'/>
972                 <fieldValue name='ballRadiusvalue='0.02'/>
973                 <fieldValue name='traceEnabledvalue='false'/>
974                 <fieldValue name='displayMode'/>
975                 <fieldValue name='transparencyvalue='0'/>
976            </ProtoInstance>
977            <ProtoInstance name='Arc'>
978                 <fieldValue name='cylinderHeightvalue='0.40694'/>
979                 <fieldValue name='cylinderTranslationvalue='2.29772 -0.18728 0.80767'/>
980                 <fieldValue name='coneTranslationvalue='2.33512 -0.20934 0.80977'/>
981                 <fieldValue name='rotationvalue='1.96512 0 -35.01182 2.10296'/>
982                 <fieldValue name='diffuseColorvalue='0 0 0'/>
983                 <fieldValue name='ballRadiusvalue='0.02'/>
984                 <fieldValue name='traceEnabledvalue='false'/>
985                 <fieldValue name='displayMode'/>
986                 <fieldValue name='transparencyvalue='0'/>
987            </ProtoInstance>
988            <ProtoInstance name='Arc'>
989                 <fieldValue name='cylinderHeightvalue='0.40694'/>
990                 <fieldValue name='cylinderTranslationvalue='2.29772 -0.18728 0.80767'/>
991                 <fieldValue name='coneTranslationvalue='2.33512 -0.20934 0.80977'/>
992                 <fieldValue name='rotationvalue='1.96512 0 -35.01182 2.10296'/>
993                 <fieldValue name='diffuseColorvalue='0 0 0'/>
994                 <fieldValue name='ballRadiusvalue='0.02'/>
995                 <fieldValue name='traceEnabledvalue='false'/>
996                 <fieldValue name='displayMode'/>
997                 <fieldValue name='transparencyvalue='0'/>
998            </ProtoInstance>
999            <ProtoInstance name='Arc'>
1000                 <fieldValue name='cylinderHeightvalue='0.65845'/>
1001                 <fieldValue name='cylinderTranslationvalue='2.09065 0.08097 0.51476'/>
1002                 <fieldValue name='coneTranslationvalue='2.07420 0.16579 0.36926'/>
1003                 <fieldValue name='rotationvalue='-56.61630 0 6.40188 1.04579'/>
1004                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1005                 <fieldValue name='ballRadiusvalue='0.02'/>
1006                 <fieldValue name='traceEnabledvalue='false'/>
1007                 <fieldValue name='displayMode'/>
1008                 <fieldValue name='transparencyvalue='0'/>
1009            </ProtoInstance>
1010            <ProtoInstance name='Arc'>
1011                 <fieldValue name='cylinderHeightvalue='1.42939'/>
1012                 <fieldValue name='cylinderTranslationvalue='1.69618 0.37257 0.45084'/>
1013                 <fieldValue name='coneTranslationvalue='1.36518 0.72696 0.18152'/>
1014                 <fieldValue name='rotationvalue='-69.40049 0 85.29635 0.87774'/>
1015                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1016                 <fieldValue name='ballRadiusvalue='0.02'/>
1017                 <fieldValue name='traceEnabledvalue='false'/>
1018                 <fieldValue name='displayMode'/>
1019                 <fieldValue name='transparencyvalue='0'/>
1020            </ProtoInstance>
1021            <ProtoInstance name='Arc'>
1022                 <fieldValue name='cylinderHeightvalue='0.69139'/>
1023                 <fieldValue name='cylinderTranslationvalue='0.05487 1.71258 2.34240'/>
1024                 <fieldValue name='coneTranslationvalue='0.15430 1.65420 2.48796'/>
1025                 <fieldValue name='rotationvalue='54.19523 0 -37.02033 1.89062'/>
1026                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1027                 <fieldValue name='ballRadiusvalue='0.02'/>
1028                 <fieldValue name='traceEnabledvalue='false'/>
1029                 <fieldValue name='displayMode'/>
1030                 <fieldValue name='transparencyvalue='0'/>
1031            </ProtoInstance>
1032            <ProtoInstance name='Arc'>
1033                 <fieldValue name='cylinderHeightvalue='0.80595'/>
1034                 <fieldValue name='cylinderTranslationvalue='-0.47327 1.98470 2.20559'/>
1035                 <fieldValue name='coneTranslationvalue='-0.68011 2.08324 2.28648'/>
1036                 <fieldValue name='rotationvalue='26.83200 -0.00000 68.60842 1.15319'/>
1037                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1038                 <fieldValue name='ballRadiusvalue='0.02'/>
1039                 <fieldValue name='traceEnabledvalue='false'/>
1040                 <fieldValue name='displayMode'/>
1041                 <fieldValue name='transparencyvalue='0'/>
1042            </ProtoInstance>
1043            <ProtoInstance name='Arc'>
1044                 <fieldValue name='cylinderHeightvalue='0.44476'/>
1045                 <fieldValue name='cylinderTranslationvalue='-0.16873 1.98167 2.22056'/>
1046                 <fieldValue name='coneTranslationvalue='-0.17953 2.02667 2.26240'/>
1047                 <fieldValue name='rotationvalue='29.82724 -0.00000 7.69907 0.76511'/>
1048                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1049                 <fieldValue name='ballRadiusvalue='0.02'/>
1050                 <fieldValue name='traceEnabledvalue='false'/>
1051                 <fieldValue name='displayMode'/>
1052                 <fieldValue name='transparencyvalue='0'/>
1053            </ProtoInstance>
1054            <ProtoInstance name='Arc'>
1055                 <fieldValue name='cylinderHeightvalue='0.87346'/>
1056                 <fieldValue name='cylinderTranslationvalue='-0.52611 1.82851 2.25572'/>
1057                 <fieldValue name='coneTranslationvalue='-0.77695 1.83310 2.37250'/>
1058                 <fieldValue name='rotationvalue='36.85879 -0.00000 79.17486 1.55420'/>
1059                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1060                 <fieldValue name='ballRadiusvalue='0.02'/>
1061                 <fieldValue name='traceEnabledvalue='false'/>
1062                 <fieldValue name='displayMode'/>
1063                 <fieldValue name='transparencyvalue='0'/>
1064            </ProtoInstance>
1065            <ProtoInstance name='Arc'>
1066                 <fieldValue name='cylinderHeightvalue='0.45207'/>
1067                 <fieldValue name='cylinderTranslationvalue='-0.25800 1.92953 2.22324'/>
1068                 <fieldValue name='coneTranslationvalue='-0.29533 1.96116 2.26759'/>
1069                 <fieldValue name='rotationvalue='30.36192 -0.00000 25.55388 1.07131'/>
1070                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1071                 <fieldValue name='ballRadiusvalue='0.02'/>
1072                 <fieldValue name='traceEnabledvalue='false'/>
1073                 <fieldValue name='displayMode'/>
1074                 <fieldValue name='transparencyvalue='0'/>
1075            </ProtoInstance>
1076            <ProtoInstance name='Arc'>
1077                 <fieldValue name='cylinderHeightvalue='0.43540'/>
1078                 <fieldValue name='cylinderTranslationvalue='-0.17619 1.87202 2.27808'/>
1079                 <fieldValue name='coneTranslationvalue='-0.18837 1.88547 2.33285'/>
1080                 <fieldValue name='rotationvalue='41.33001 -0.00000 9.19221 1.33550'/>
1081                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1082                 <fieldValue name='ballRadiusvalue='0.02'/>
1083                 <fieldValue name='traceEnabledvalue='false'/>
1084                 <fieldValue name='displayMode'/>
1085                 <fieldValue name='transparencyvalue='0'/>
1086            </ProtoInstance>
1087            <ProtoInstance name='Arc'>
1088                 <fieldValue name='cylinderHeightvalue='0.68566'/>
1089                 <fieldValue name='cylinderTranslationvalue='0.15475 1.63091 2.06207'/>
1090                 <fieldValue name='coneTranslationvalue='0.30672 1.52940 2.05708'/>
1091                 <fieldValue name='rotationvalue='-1.87207 0 -56.99545 2.15943'/>
1092                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1093                 <fieldValue name='ballRadiusvalue='0.02'/>
1094                 <fieldValue name='traceEnabledvalue='false'/>
1095                 <fieldValue name='displayMode'/>
1096                 <fieldValue name='transparencyvalue='0'/>
1097            </ProtoInstance>
1098            <ProtoInstance name='Arc'>
1099                 <fieldValue name='cylinderHeightvalue='0.45834'/>
1100                 <fieldValue name='cylinderTranslationvalue='-0.16758 2.01731 2.18408'/>
1101                 <fieldValue name='coneTranslationvalue='-0.17885 2.07648 2.21808'/>
1102                 <fieldValue name='rotationvalue='22.52996 -0.00000 7.46982 0.54436'/>
1103                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1104                 <fieldValue name='ballRadiusvalue='0.02'/>
1105                 <fieldValue name='traceEnabledvalue='false'/>
1106                 <fieldValue name='displayMode'/>
1107                 <fieldValue name='transparencyvalue='0'/>
1108            </ProtoInstance>
1109            <ProtoInstance name='Arc'>
1110                 <fieldValue name='cylinderHeightvalue='0.44297'/>
1111                 <fieldValue name='cylinderTranslationvalue='-0.23501 1.92053 2.23943'/>
1112                 <fieldValue name='coneTranslationvalue='-0.26409 1.94809 2.28606'/>
1113                 <fieldValue name='rotationvalue='33.59939 -0.00000 20.95510 1.10604'/>
1114                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1115                 <fieldValue name='ballRadiusvalue='0.02'/>
1116                 <fieldValue name='traceEnabledvalue='false'/>
1117                 <fieldValue name='displayMode'/>
1118                 <fieldValue name='transparencyvalue='0'/>
1119            </ProtoInstance>
1120            <ProtoInstance name='Arc'>
1121                 <fieldValue name='cylinderHeightvalue='0.45270'/>
1122                 <fieldValue name='cylinderTranslationvalue='-0.17199 1.99995 2.20395'/>
1123                 <fieldValue name='coneTranslationvalue='-0.18424 2.05233 2.24279'/>
1124                 <fieldValue name='rotationvalue='26.50359 -0.00000 8.35251 0.66092'/>
1125                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1126                 <fieldValue name='ballRadiusvalue='0.02'/>
1127                 <fieldValue name='traceEnabledvalue='false'/>
1128                 <fieldValue name='displayMode'/>
1129                 <fieldValue name='transparencyvalue='0'/>
1130            </ProtoInstance>
1131            <ProtoInstance name='Arc'>
1132                 <fieldValue name='cylinderHeightvalue='0.86403'/>
1133                 <fieldValue name='cylinderTranslationvalue='-0.29801 1.61218 2.41021'/>
1134                 <fieldValue name='coneTranslationvalue='-0.40364 1.48053 2.62352'/>
1135                 <fieldValue name='rotationvalue='67.75626 -0.00000 33.55492 2.07599'/>
1136                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1137                 <fieldValue name='ballRadiusvalue='0.02'/>
1138                 <fieldValue name='traceEnabledvalue='false'/>
1139                 <fieldValue name='displayMode'/>
1140                 <fieldValue name='transparencyvalue='0'/>
1141            </ProtoInstance>
1142            <ProtoInstance name='Arc'>
1143                 <fieldValue name='cylinderHeightvalue='0.35442'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.07881 1.90097 1.92174'/>
1145                 <fieldValue name='coneTranslationvalue='-0.07382 1.90871 1.90721'/>
1146                 <fieldValue name='rotationvalue='-29.93695 0 -10.28428 1.10426'/>
1147                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1148                 <fieldValue name='ballRadiusvalue='0.02'/>
1149                 <fieldValue name='traceEnabledvalue='false'/>
1150                 <fieldValue name='displayMode'/>
1151                 <fieldValue name='transparencyvalue='0'/>
1152            </ProtoInstance>
1153            <ProtoInstance name='Arc'>
1154                 <fieldValue name='cylinderHeightvalue='0.43540'/>
1155                 <fieldValue name='cylinderTranslationvalue='-0.17619 1.87202 2.27808'/>
1156                 <fieldValue name='coneTranslationvalue='-0.18837 1.88547 2.33285'/>
1157                 <fieldValue name='rotationvalue='41.33001 -0.00000 9.19221 1.33550'/>
1158                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1159                 <fieldValue name='ballRadiusvalue='0.02'/>
1160                 <fieldValue name='traceEnabledvalue='false'/>
1161                 <fieldValue name='displayMode'/>
1162                 <fieldValue name='transparencyvalue='0'/>
1163            </ProtoInstance>
1164            <ProtoInstance name='Arc'>
1165                 <fieldValue name='cylinderHeightvalue='0.87388'/>
1166                 <fieldValue name='cylinderTranslationvalue='-0.44422 1.68654 2.34378'/>
1167                 <fieldValue name='coneTranslationvalue='-0.64323 1.60116 2.51641'/>
1168                 <fieldValue name='rotationvalue='54.47091 -0.00000 62.79765 1.88423'/>
1169                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1170                 <fieldValue name='ballRadiusvalue='0.02'/>
1171                 <fieldValue name='traceEnabledvalue='false'/>
1172                 <fieldValue name='displayMode'/>
1173                 <fieldValue name='transparencyvalue='0'/>
1174            </ProtoInstance>
1175            <ProtoInstance name='Arc'>
1176                 <fieldValue name='cylinderHeightvalue='0.86235'/>
1177                 <fieldValue name='cylinderTranslationvalue='-0.28905 1.61190 2.41327'/>
1178                 <fieldValue name='coneTranslationvalue='-0.38893 1.48022 2.62826'/>
1179                 <fieldValue name='rotationvalue='68.36821 -0.00000 31.76357 2.07781'/>
1180                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1181                 <fieldValue name='ballRadiusvalue='0.02'/>
1182                 <fieldValue name='traceEnabledvalue='false'/>
1183                 <fieldValue name='displayMode'/>
1184                 <fieldValue name='transparencyvalue='0'/>
1185            </ProtoInstance>
1186            <ProtoInstance name='Arc'>
1187                 <fieldValue name='cylinderHeightvalue='1.25277'/>
1188                 <fieldValue name='cylinderTranslationvalue='0.05584 1.65607 1.49659'/>
1189                 <fieldValue name='coneTranslationvalue='0.19439 1.53306 1.06858'/>
1190                 <fieldValue name='rotationvalue='-114.96819 0 -37.21467 1.83769'/>
1191                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1192                 <fieldValue name='ballRadiusvalue='0.02'/>
1193                 <fieldValue name='traceEnabledvalue='false'/>
1194                 <fieldValue name='displayMode'/>
1195                 <fieldValue name='transparencyvalue='0'/>
1196            </ProtoInstance>
1197            <ProtoInstance name='Arc'>
1198                 <fieldValue name='cylinderHeightvalue='0.44745'/>
1199                 <fieldValue name='cylinderTranslationvalue='-0.17053 1.98817 2.21485'/>
1200                 <fieldValue name='coneTranslationvalue='-0.18201 2.03571 2.25570'/>
1201                 <fieldValue name='rotationvalue='28.68388 -0.00000 8.05978 0.72868'/>
1202                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1203                 <fieldValue name='ballRadiusvalue='0.02'/>
1204                 <fieldValue name='traceEnabledvalue='false'/>
1205                 <fieldValue name='displayMode'/>
1206                 <fieldValue name='transparencyvalue='0'/>
1207            </ProtoInstance>
1208            <ProtoInstance name='Arc'>
1209                 <fieldValue name='cylinderHeightvalue='0.49783'/>
1210                 <fieldValue name='cylinderTranslationvalue='-0.31167 1.93949 2.19416'/>
1211                 <fieldValue name='coneTranslationvalue='-0.37648 1.98172 2.23800'/>
1212                 <fieldValue name='rotationvalue='24.54647 -0.00000 36.28692 1.07588'/>
1213                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1214                 <fieldValue name='ballRadiusvalue='0.02'/>
1215                 <fieldValue name='traceEnabledvalue='false'/>
1216                 <fieldValue name='displayMode'/>
1217                 <fieldValue name='transparencyvalue='0'/>
1218            </ProtoInstance>
1219            <ProtoInstance name='Arc'>
1220                 <fieldValue name='cylinderHeightvalue='0.41848'/>
1221                 <fieldValue name='cylinderTranslationvalue='-0.14114 2.02534 2.11633'/>
1222                 <fieldValue name='coneTranslationvalue='-0.14371 2.07336 2.12690'/>
1223                 <fieldValue name='rotationvalue='8.98035 -0.00000 2.18220 0.22268'/>
1224                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1225                 <fieldValue name='ballRadiusvalue='0.02'/>
1226                 <fieldValue name='traceEnabledvalue='false'/>
1227                 <fieldValue name='displayMode'/>
1228                 <fieldValue name='transparencyvalue='0'/>
1229            </ProtoInstance>
1230            <ProtoInstance name='Arc'>
1231                 <fieldValue name='cylinderHeightvalue='0.87388'/>
1232                 <fieldValue name='cylinderTranslationvalue='-0.44422 1.68654 2.34378'/>
1233                 <fieldValue name='coneTranslationvalue='-0.64323 1.60116 2.51641'/>
1234                 <fieldValue name='rotationvalue='54.47090 -0.00000 62.79766 1.88423'/>
1235                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1236                 <fieldValue name='ballRadiusvalue='0.02'/>
1237                 <fieldValue name='traceEnabledvalue='false'/>
1238                 <fieldValue name='displayMode'/>
1239                 <fieldValue name='transparencyvalue='0'/>
1240            </ProtoInstance>
1241            <ProtoInstance name='Arc'>
1242                 <fieldValue name='cylinderHeightvalue='0.67590'/>
1243                 <fieldValue name='cylinderTranslationvalue='0.59857 2.23888 -1.84515'/>
1244                 <fieldValue name='coneTranslationvalue='0.50655 2.29228 -1.98779'/>
1245                 <fieldValue name='rotationvalue='-54.17802 0 34.95193 1.26598'/>
1246                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1247                 <fieldValue name='ballRadiusvalue='0.02'/>
1248                 <fieldValue name='traceEnabledvalue='false'/>
1249                 <fieldValue name='displayMode'/>
1250                 <fieldValue name='transparencyvalue='0'/>
1251            </ProtoInstance>
1252            <ProtoInstance name='Arc'>
1253                 <fieldValue name='cylinderHeightvalue='0.67285'/>
1254                 <fieldValue name='cylinderTranslationvalue='0.59374 2.26962 -1.82618'/>
1255                 <fieldValue name='coneTranslationvalue='0.49956 2.33893 -1.95828'/>
1256                 <fieldValue name='rotationvalue='-50.38266 0 35.91800 1.16705'/>
1257                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1258                 <fieldValue name='ballRadiusvalue='0.02'/>
1259                 <fieldValue name='traceEnabledvalue='false'/>
1260                 <fieldValue name='displayMode'/>
1261                 <fieldValue name='transparencyvalue='0'/>
1262            </ProtoInstance>
1263            <ProtoInstance name='Arc'>
1264                 <fieldValue name='cylinderHeightvalue='0.78298'/>
1265                 <fieldValue name='cylinderTranslationvalue='0.78703 1.96909 -1.22109'/>
1266                 <fieldValue name='coneTranslationvalue='0.79513 1.86953 -1.01226'/>
1267                 <fieldValue name='rotationvalue='70.63426 0 -2.74015 2.01535'/>
1268                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1269                 <fieldValue name='ballRadiusvalue='0.02'/>
1270                 <fieldValue name='traceEnabledvalue='false'/>
1271                 <fieldValue name='displayMode'/>
1272                 <fieldValue name='transparencyvalue='0'/>
1273            </ProtoInstance>
1274            <ProtoInstance name='Arc'>
1275                 <fieldValue name='cylinderHeightvalue='0.60727'/>
1276                 <fieldValue name='cylinderTranslationvalue='0.97175 2.09200 -1.79957'/>
1277                 <fieldValue name='coneTranslationvalue='1.06561 2.07049 -1.90614'/>
1278                 <fieldValue name='rotationvalue='-45.06006 0 -39.68303 1.72106'/>
1279                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1280                 <fieldValue name='ballRadiusvalue='0.02'/>
1281                 <fieldValue name='traceEnabledvalue='false'/>
1282                 <fieldValue name='displayMode'/>
1283                 <fieldValue name='transparencyvalue='0'/>
1284            </ProtoInstance>
1285            <ProtoInstance name='Arc'>
1286                 <fieldValue name='cylinderHeightvalue='0.62861'/>
1287                 <fieldValue name='cylinderTranslationvalue='0.78172 2.44414 -1.64254'/>
1288                 <fieldValue name='coneTranslationvalue='0.78583 2.59470 -1.67606'/>
1289                 <fieldValue name='rotationvalue='-13.65513 0 -1.67678 0.22064'/>
1290                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1291                 <fieldValue name='ballRadiusvalue='0.02'/>
1292                 <fieldValue name='traceEnabledvalue='false'/>
1293                 <fieldValue name='displayMode'/>
1294                 <fieldValue name='transparencyvalue='0'/>
1295            </ProtoInstance>
1296            <ProtoInstance name='Arc'>
1297                 <fieldValue name='cylinderHeightvalue='0.22870'/>
1298                 <fieldValue name='cylinderTranslationvalue='0.88254 2.10465 -1.58280'/>
1299                 <fieldValue name='coneTranslationvalue='0.83894 2.11774 -1.57939'/>
1300                 <fieldValue name='rotationvalue='-1.70606 0 -21.84179 1.86176'/>
1301                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1302                 <fieldValue name='ballRadiusvalue='0.02'/>
1303                 <fieldValue name='traceEnabledvalue='false'/>
1304                 <fieldValue name='displayMode'/>
1305                 <fieldValue name='transparencyvalue='0'/>
1306            </ProtoInstance>
1307            <ProtoInstance name='Arc'>
1308                 <fieldValue name='cylinderHeightvalue='0.67393'/>
1309                 <fieldValue name='cylinderTranslationvalue='0.69047 2.11754 -1.90028'/>
1310                 <fieldValue name='coneTranslationvalue='0.64695 2.10708 -2.07149'/>
1311                 <fieldValue name='rotationvalue='-65.20229 0 16.57236 1.62993'/>
1312                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1313                 <fieldValue name='ballRadiusvalue='0.02'/>
1314                 <fieldValue name='traceEnabledvalue='false'/>
1315                 <fieldValue name='displayMode'/>
1316                 <fieldValue name='transparencyvalue='0'/>
1317            </ProtoInstance>
1318            <ProtoInstance name='Arc'>
1319                 <fieldValue name='cylinderHeightvalue='1.48208'/>
1320                 <fieldValue name='cylinderTranslationvalue='0.46138 1.93633 -0.93288'/>
1321                 <fieldValue name='coneTranslationvalue='0.21679 1.77864 -0.42997'/>
1322                 <fieldValue name='rotationvalue='128.27789 -0.00000 62.38969 1.84564'/>
1323                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1324                 <fieldValue name='ballRadiusvalue='0.02'/>
1325                 <fieldValue name='traceEnabledvalue='false'/>
1326                 <fieldValue name='displayMode'/>
1327                 <fieldValue name='transparencyvalue='0'/>
1328            </ProtoInstance>
1329            <ProtoInstance name='Arc'>
1330                 <fieldValue name='cylinderHeightvalue='0.69139'/>
1331                 <fieldValue name='cylinderTranslationvalue='1.08661 2.18376 -1.71291'/>
1332                 <fieldValue name='coneTranslationvalue='1.25489 2.20863 -1.78738'/>
1333                 <fieldValue name='rotationvalue='-27.72808 0 -62.65483 1.43644'/>
1334                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1335                 <fieldValue name='ballRadiusvalue='0.02'/>
1336                 <fieldValue name='traceEnabledvalue='false'/>
1337                 <fieldValue name='displayMode'/>
1338                 <fieldValue name='transparencyvalue='0'/>
1339            </ProtoInstance>
1340            <ProtoInstance name='Arc'>
1341                 <fieldValue name='cylinderHeightvalue='0.76872'/>
1342                 <fieldValue name='cylinderTranslationvalue='0.81606 1.97889 -1.92178'/>
1343                 <fieldValue name='coneTranslationvalue='0.84100 1.88633 -2.12463'/>
1344                 <fieldValue name='rotationvalue='-69.50282 0 -8.54591 1.99603'/>
1345                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1346                 <fieldValue name='ballRadiusvalue='0.02'/>
1347                 <fieldValue name='traceEnabledvalue='false'/>
1348                 <fieldValue name='displayMode'/>
1349                 <fieldValue name='transparencyvalue='0'/>
1350            </ProtoInstance>
1351            <ProtoInstance name='Arc'>
1352                 <fieldValue name='cylinderHeightvalue='0.62487'/>
1353                 <fieldValue name='cylinderTranslationvalue='0.81069 2.44169 -1.63477'/>
1354                 <fieldValue name='coneTranslationvalue='0.82891 2.59012 -1.66429'/>
1355                 <fieldValue name='rotationvalue='-12.10164 0 -7.47081 0.22961'/>
1356                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1357                 <fieldValue name='ballRadiusvalue='0.02'/>
1358                 <fieldValue name='traceEnabledvalue='false'/>
1359                 <fieldValue name='displayMode'/>
1360                 <fieldValue name='transparencyvalue='0'/>
1361            </ProtoInstance>
1362            <ProtoInstance name='Arc'>
1363                 <fieldValue name='cylinderHeightvalue='0.39781'/>
1364                 <fieldValue name='cylinderTranslationvalue='0.76135 2.18655 -1.76664'/>
1365                 <fieldValue name='coneTranslationvalue='0.75901 2.19615 -1.80427'/>
1366                 <fieldValue name='rotationvalue='-38.47563 0 2.39611 1.32138'/>
1367                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1368                 <fieldValue name='ballRadiusvalue='0.02'/>
1369                 <fieldValue name='traceEnabledvalue='false'/>
1370                 <fieldValue name='displayMode'/>
1371                 <fieldValue name='transparencyvalue='0'/>
1372            </ProtoInstance>
1373            <ProtoInstance name='Arc'>
1374                 <fieldValue name='cylinderHeightvalue='0.42657'/>
1375                 <fieldValue name='cylinderTranslationvalue='0.70028 2.23659 -1.74841'/>
1376                 <fieldValue name='coneTranslationvalue='0.68203 2.26136 -1.79192'/>
1377                 <fieldValue name='rotationvalue='-34.82883 0 14.61082 1.08738'/>
1378                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1379                 <fieldValue name='ballRadiusvalue='0.02'/>
1380                 <fieldValue name='traceEnabledvalue='false'/>
1381                 <fieldValue name='displayMode'/>
1382                 <fieldValue name='transparencyvalue='0'/>
1383            </ProtoInstance>
1384            <ProtoInstance name='Arc'>
1385                 <fieldValue name='cylinderHeightvalue='0.76072'/>
1386                 <fieldValue name='cylinderTranslationvalue='0.99498 2.00068 -1.85147'/>
1387                 <fieldValue name='coneTranslationvalue='1.12339 1.92145 -2.01206'/>
1388                 <fieldValue name='rotationvalue='-55.44043 0 -44.32947 1.93860'/>
1389                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1390                 <fieldValue name='ballRadiusvalue='0.02'/>
1391                 <fieldValue name='traceEnabledvalue='false'/>
1392                 <fieldValue name='displayMode'/>
1393                 <fieldValue name='transparencyvalue='0'/>
1394            </ProtoInstance>
1395            <ProtoInstance name='Arc'>
1396                 <fieldValue name='cylinderHeightvalue='0.69139'/>
1397                 <fieldValue name='cylinderTranslationvalue='1.08661 2.18376 -1.71291'/>
1398                 <fieldValue name='coneTranslationvalue='1.25489 2.20863 -1.78738'/>
1399                 <fieldValue name='rotationvalue='-27.72826 0 -62.65483 1.43644'/>
1400                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1401                 <fieldValue name='ballRadiusvalue='0.02'/>
1402                 <fieldValue name='traceEnabledvalue='false'/>
1403                 <fieldValue name='displayMode'/>
1404                 <fieldValue name='transparencyvalue='0'/>
1405            </ProtoInstance>
1406            <ProtoInstance name='Arc'>
1407                 <fieldValue name='cylinderHeightvalue='0.76872'/>
1408                 <fieldValue name='cylinderTranslationvalue='0.81606 1.97889 -1.92178'/>
1409                 <fieldValue name='coneTranslationvalue='0.84100 1.88633 -2.12463'/>
1410                 <fieldValue name='rotationvalue='-69.50279 0 -8.54604 1.99603'/>
1411                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1412                 <fieldValue name='ballRadiusvalue='0.02'/>
1413                 <fieldValue name='traceEnabledvalue='false'/>
1414                 <fieldValue name='displayMode'/>
1415                 <fieldValue name='transparencyvalue='0'/>
1416            </ProtoInstance>
1417            <ProtoInstance name='Arc'>
1418                 <fieldValue name='cylinderHeightvalue='0.48577'/>
1419                 <fieldValue name='cylinderTranslationvalue='0.96443 2.21746 -1.44749'/>
1420                 <fieldValue name='coneTranslationvalue='1.02964 2.24477 -1.40422'/>
1421                 <fieldValue name='rotationvalue='25.35578 0 -38.21920 1.23510'/>
1422                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1423                 <fieldValue name='ballRadiusvalue='0.02'/>
1424                 <fieldValue name='traceEnabledvalue='false'/>
1425                 <fieldValue name='displayMode'/>
1426                 <fieldValue name='transparencyvalue='0'/>
1427            </ProtoInstance>
1428            <ProtoInstance name='Arc'>
1429                 <fieldValue name='cylinderHeightvalue='0.41824'/>
1430                 <fieldValue name='cylinderTranslationvalue='0.80016 2.32572 -1.66123'/>
1431                 <fieldValue name='coneTranslationvalue='0.80646 2.36995 -1.68166'/>
1432                 <fieldValue name='rotationvalue='-17.39390 0 -5.36476 0.45028'/>
1433                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1434                 <fieldValue name='ballRadiusvalue='0.02'/>
1435                 <fieldValue name='traceEnabledvalue='false'/>
1436                 <fieldValue name='displayMode'/>
1437                 <fieldValue name='transparencyvalue='0'/>
1438            </ProtoInstance>
1439            <ProtoInstance name='Arc'>
1440                 <fieldValue name='cylinderHeightvalue='0.67180'/>
1441                 <fieldValue name='cylinderTranslationvalue='0.56279 2.21033 -1.32289'/>
1442                 <fieldValue name='coneTranslationvalue='0.45254 2.24850 -1.19126'/>
1443                 <fieldValue name='rotationvalue='50.27433 -0.00000 42.10836 1.35208'/>
1444                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1445                 <fieldValue name='ballRadiusvalue='0.02'/>
1446                 <fieldValue name='traceEnabledvalue='false'/>
1447                 <fieldValue name='displayMode'/>
1448                 <fieldValue name='transparencyvalue='0'/>
1449            </ProtoInstance>
1450            <ProtoInstance name='Arc'>
1451                 <fieldValue name='cylinderHeightvalue='0.95112'/>
1452                 <fieldValue name='cylinderTranslationvalue='2.08319 -1.51084 -0.03691'/>
1453                 <fieldValue name='coneTranslationvalue='2.15457 -1.26403 0.14630'/>
1454                 <fieldValue name='rotationvalue='55.22184 0 -21.51334 0.67270'/>
1455                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1456                 <fieldValue name='ballRadiusvalue='0.02'/>
1457                 <fieldValue name='traceEnabledvalue='false'/>
1458                 <fieldValue name='displayMode'/>
1459                 <fieldValue name='transparencyvalue='0'/>
1460            </ProtoInstance>
1461            <ProtoInstance name='Arc'>
1462                 <fieldValue name='cylinderHeightvalue='0.46991'/>
1463                 <fieldValue name='cylinderTranslationvalue='1.91719 -1.91311 -0.53856'/>
1464                 <fieldValue name='coneTranslationvalue='1.89854 -1.92278 -0.61052'/>
1465                 <fieldValue name='rotationvalue='-45.10880 0 11.68796 1.70018'/>
1466                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1467                 <fieldValue name='ballRadiusvalue='0.02'/>
1468                 <fieldValue name='traceEnabledvalue='false'/>
1469                 <fieldValue name='displayMode'/>
1470                 <fieldValue name='transparencyvalue='0'/>
1471            </ProtoInstance>
1472            <ProtoInstance name='Arc'>
1473                 <fieldValue name='cylinderHeightvalue='0.20048'/>
1474                 <fieldValue name='cylinderTranslationvalue='1.93273 -1.96098 -0.35880'/>
1475                 <fieldValue name='coneTranslationvalue='1.95830 -1.91437 -0.33151'/>
1476                 <fieldValue name='rotationvalue='-9.15665 0 8.57886 2.46536'/>
1477                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1478                 <fieldValue name='ballRadiusvalue='0.02'/>
1479                 <fieldValue name='traceEnabledvalue='false'/>
1480                 <fieldValue name='displayMode'/>
1481                 <fieldValue name='transparencyvalue='0'/>
1482            </ProtoInstance>
1483            <ProtoInstance name='Arc'>
1484                 <fieldValue name='cylinderHeightvalue='0.41074'/>
1485                 <fieldValue name='cylinderTranslationvalue='1.84583 -2.04194 -0.31217'/>
1486                 <fieldValue name='coneTranslationvalue='1.81716 -2.07710 -0.31198'/>
1487                 <fieldValue name='rotationvalue='0.17044 -0.00000 25.95885 2.45743'/>
1488                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1489                 <fieldValue name='ballRadiusvalue='0.02'/>
1490                 <fieldValue name='traceEnabledvalue='false'/>
1491                 <fieldValue name='displayMode'/>
1492                 <fieldValue name='transparencyvalue='0'/>
1493            </ProtoInstance>
1494            <ProtoInstance name='Arc'>
1495                 <fieldValue name='cylinderHeightvalue='0.46232'/>
1496                 <fieldValue name='cylinderTranslationvalue='1.83235 -2.01765 -0.43434'/>
1497                 <fieldValue name='coneTranslationvalue='1.78824 -2.05917 -0.47169'/>
1498                 <fieldValue name='rotationvalue='-24.26494 0 28.65607 2.19370'/>
1499                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1500                 <fieldValue name='ballRadiusvalue='0.02'/>
1501                 <fieldValue name='traceEnabledvalue='false'/>
1502                 <fieldValue name='displayMode'/>
1503                 <fieldValue name='transparencyvalue='0'/>
1504            </ProtoInstance>
1505            <ProtoInstance name='Arc'>
1506                 <fieldValue name='cylinderHeightvalue='0.11370'/>
1507                 <fieldValue name='cylinderTranslationvalue='1.96328 -1.93780 -0.32039'/>
1508                 <fieldValue name='coneTranslationvalue='1.98568 -1.83800 -0.30702'/>
1509                 <fieldValue name='rotationvalue='-1.47321 0 2.46869 2.88596'/>
1510                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1511                 <fieldValue name='ballRadiusvalue='0.02'/>
1512                 <fieldValue name='traceEnabledvalue='false'/>
1513                 <fieldValue name='displayMode'/>
1514                 <fieldValue name='transparencyvalue='0'/>
1515            </ProtoInstance>
1516            <ProtoInstance name='Arc'>
1517                 <fieldValue name='cylinderHeightvalue='0.22733'/>
1518                 <fieldValue name='cylinderTranslationvalue='1.96755 -1.91184 -0.42261'/>
1519                 <fieldValue name='coneTranslationvalue='1.97084 -1.90000 -0.37794'/>
1520                 <fieldValue name='rotationvalue='-21.91857 0 1.61521 1.82919'/>
1521                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1522                 <fieldValue name='ballRadiusvalue='0.02'/>
1523                 <fieldValue name='traceEnabledvalue='false'/>
1524                 <fieldValue name='displayMode'/>
1525                 <fieldValue name='transparencyvalue='0'/>
1526            </ProtoInstance>
1527            <ProtoInstance name='Arc'>
1528                 <fieldValue name='cylinderHeightvalue='0.48279'/>
1529                 <fieldValue name='cylinderTranslationvalue='2.12531 -1.77476 -0.15748'/>
1530                 <fieldValue name='coneTranslationvalue='2.17579 -1.73834 -0.10503'/>
1531                 <fieldValue name='rotationvalue='31.10891 0 -29.93757 1.10679'/>
1532                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1533                 <fieldValue name='ballRadiusvalue='0.02'/>
1534                 <fieldValue name='traceEnabledvalue='false'/>
1535                 <fieldValue name='displayMode'/>
1536                 <fieldValue name='transparencyvalue='0'/>
1537            </ProtoInstance>
1538            <ProtoInstance name='Arc'>
1539                 <fieldValue name='cylinderHeightvalue='0.97574'/>
1540                 <fieldValue name='cylinderTranslationvalue='0.79379 1.53260 -0.46039'/>
1541                 <fieldValue name='coneTranslationvalue='0.79846 1.71279 -0.73427'/>
1542                 <fieldValue name='rotationvalue='-81.50625 0 -1.38870 0.98894'/>
1543                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1544                 <fieldValue name='ballRadiusvalue='0.02'/>
1545                 <fieldValue name='traceEnabledvalue='false'/>
1546                 <fieldValue name='displayMode'/>
1547                 <fieldValue name='transparencyvalue='0'/>
1548            </ProtoInstance>
1549            <ProtoInstance name='Arc'>
1550                 <fieldValue name='cylinderHeightvalue='0.97602'/>
1551                 <fieldValue name='cylinderTranslationvalue='1.23150 1.35222 -0.23381'/>
1552                 <fieldValue name='coneTranslationvalue='1.53036 1.41119 -0.35544'/>
1553                 <fieldValue name='rotationvalue='-36.19082 0 -88.92983 1.39003'/>
1554                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1555                 <fieldValue name='ballRadiusvalue='0.02'/>
1556                 <fieldValue name='traceEnabledvalue='false'/>
1557                 <fieldValue name='displayMode'/>
1558                 <fieldValue name='transparencyvalue='0'/>
1559            </ProtoInstance>
1560            <ProtoInstance name='Arc'>
1561                 <fieldValue name='cylinderHeightvalue='0.98576'/>
1562                 <fieldValue name='cylinderTranslationvalue='1.15785 1.58028 -0.12739'/>
1563                 <fieldValue name='coneTranslationvalue='1.40842 1.79357 -0.17773'/>
1564                 <fieldValue name='rotationvalue='-14.90637 0 -74.20145 0.87535'/>
1565                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1566                 <fieldValue name='ballRadiusvalue='0.02'/>
1567                 <fieldValue name='traceEnabledvalue='false'/>
1568                 <fieldValue name='displayMode'/>
1569                 <fieldValue name='transparencyvalue='0'/>
1570            </ProtoInstance>
1571            <ProtoInstance name='Arc'>
1572                 <fieldValue name='cylinderHeightvalue='0.98883'/>
1573                 <fieldValue name='cylinderTranslationvalue='1.15934 1.18640 -0.36845'/>
1574                 <fieldValue name='coneTranslationvalue='1.41130 1.13358 -0.58191'/>
1575                 <fieldValue name='rotationvalue='-63.11775 0 -74.49964 1.72939'/>
1576                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1577                 <fieldValue name='ballRadiusvalue='0.02'/>
1578                 <fieldValue name='traceEnabledvalue='false'/>
1579                 <fieldValue name='displayMode'/>
1580                 <fieldValue name='transparencyvalue='0'/>
1581            </ProtoInstance>
1582            <ProtoInstance name='Arc'>
1583                 <fieldValue name='cylinderHeightvalue='0.93862'/>
1584                 <fieldValue name='cylinderTranslationvalue='0.99097 1.00278 -0.38467'/>
1585                 <fieldValue name='coneTranslationvalue='1.12550 0.83030 -0.60335'/>
1586                 <fieldValue name='rotationvalue='-66.36165 0 -40.82489 2.16233'/>
1587                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1588                 <fieldValue name='ballRadiusvalue='0.02'/>
1589                 <fieldValue name='traceEnabledvalue='false'/>
1590                 <fieldValue name='displayMode'/>
1591                 <fieldValue name='transparencyvalue='0'/>
1592            </ProtoInstance>
1593            <ProtoInstance name='Arc'>
1594                 <fieldValue name='cylinderHeightvalue='0.82754'/>
1595                 <fieldValue name='cylinderTranslationvalue='0.46814 1.49985 -0.17217'/>
1596                 <fieldValue name='coneTranslationvalue='0.27267 1.64420 -0.24535'/>
1597                 <fieldValue name='rotationvalue='-23.86262 0 63.74114 0.96571'/>
1598                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1599                 <fieldValue name='ballRadiusvalue='0.02'/>
1600                 <fieldValue name='traceEnabledvalue='false'/>
1601                 <fieldValue name='displayMode'/>
1602                 <fieldValue name='transparencyvalue='0'/>
1603            </ProtoInstance>
1604            <ProtoInstance name='Arc'>
1605                 <fieldValue name='cylinderHeightvalue='0.95877'/>
1606                 <fieldValue name='cylinderTranslationvalue='1.20644 1.05129 -0.14399'/>
1607                 <fieldValue name='coneTranslationvalue='1.48598 0.90925 -0.20470'/>
1608                 <fieldValue name='rotationvalue='-18.22569 0 -83.91776 2.03166'/>
1609                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1610                 <fieldValue name='ballRadiusvalue='0.02'/>
1611                 <fieldValue name='traceEnabledvalue='false'/>
1612                 <fieldValue name='displayMode'/>
1613                 <fieldValue name='transparencyvalue='0'/>
1614            </ProtoInstance>
1615            <ProtoInstance name='Arc'>
1616                 <fieldValue name='cylinderHeightvalue='0.99314'/>
1617                 <fieldValue name='cylinderTranslationvalue='1.18044 1.16270 -0.33800'/>
1618                 <fieldValue name='coneTranslationvalue='1.44722 1.09371 -0.53126'/>
1619                 <fieldValue name='rotationvalue='-57.02769 0 -78.71960 1.77723'/>
1620                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1621                 <fieldValue name='ballRadiusvalue='0.02'/>
1622                 <fieldValue name='traceEnabledvalue='false'/>
1623                 <fieldValue name='displayMode'/>
1624                 <fieldValue name='transparencyvalue='0'/>
1625            </ProtoInstance>
1626            <ProtoInstance name='Arc'>
1627                 <fieldValue name='cylinderHeightvalue='1.47563'/>
1628                 <fieldValue name='cylinderTranslationvalue='0.65249 0.76153 -0.57570'/>
1629                 <fieldValue name='coneTranslationvalue='0.54727 0.36765 -0.98516'/>
1630                 <fieldValue name='rotationvalue='-104.56772 0 26.87173 2.32085'/>
1631                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1632                 <fieldValue name='ballRadiusvalue='0.02'/>
1633                 <fieldValue name='traceEnabledvalue='false'/>
1634                 <fieldValue name='displayMode'/>
1635                 <fieldValue name='transparencyvalue='0'/>
1636            </ProtoInstance>
1637            <ProtoInstance name='Arc'>
1638                 <fieldValue name='cylinderHeightvalue='0.37494'/>
1639                 <fieldValue name='cylinderTranslationvalue='0.81086 1.13273 -0.18404'/>
1640                 <fieldValue name='coneTranslationvalue='0.81438 1.11342 -0.20326'/>
1641                 <fieldValue name='rotationvalue='-26.23600 0 -4.80373 2.35014'/>
1642                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1643                 <fieldValue name='ballRadiusvalue='0.02'/>
1644                 <fieldValue name='traceEnabledvalue='false'/>
1645                 <fieldValue name='displayMode'/>
1646                 <fieldValue name='transparencyvalue='0'/>
1647            </ProtoInstance>
1648            <ProtoInstance name='Arc'>
1649                 <fieldValue name='cylinderHeightvalue='1.04098'/>
1650                 <fieldValue name='cylinderTranslationvalue='0.28256 1.38458 -0.00613'/>
1651                 <fieldValue name='coneTranslationvalue='-0.06670 1.46776 0.02623'/>
1652                 <fieldValue name='rotationvalue='9.34533 -0.00000 100.85667 1.33796'/>
1653                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1654                 <fieldValue name='ballRadiusvalue='0.02'/>
1655                 <fieldValue name='traceEnabledvalue='false'/>
1656                 <fieldValue name='displayMode'/>
1657                 <fieldValue name='transparencyvalue='0'/>
1658            </ProtoInstance>
1659            <ProtoInstance name='Arc'>
1660                 <fieldValue name='cylinderHeightvalue='0.50896'/>
1661                 <fieldValue name='cylinderTranslationvalue='0.98217 1.39937 0.03887'/>
1662                 <fieldValue name='coneTranslationvalue='1.05469 1.44945 0.07293'/>
1663                 <fieldValue name='rotationvalue='18.34645 0 -39.06505 1.01215'/>
1664                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1665                 <fieldValue name='ballRadiusvalue='0.02'/>
1666                 <fieldValue name='traceEnabledvalue='false'/>
1667                 <fieldValue name='displayMode'/>
1668                 <fieldValue name='transparencyvalue='0'/>
1669            </ProtoInstance>
1670            <ProtoInstance name='Arc'>
1671                 <fieldValue name='cylinderHeightvalue='0.50518'/>
1672                 <fieldValue name='cylinderTranslationvalue='0.81972 1.43592 0.12971'/>
1673                 <fieldValue name='coneTranslationvalue='0.83177 1.49876 0.19663'/>
1674                 <fieldValue name='rotationvalue='36.51349 0 -6.57418 0.82479'/>
1675                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1676                 <fieldValue name='ballRadiusvalue='0.02'/>
1677                 <fieldValue name='traceEnabledvalue='false'/>
1678                 <fieldValue name='displayMode'/>
1679                 <fieldValue name='transparencyvalue='0'/>
1680            </ProtoInstance>
1681            <ProtoInstance name='Arc'>
1682                 <fieldValue name='cylinderHeightvalue='0.99242'/>
1683                 <fieldValue name='cylinderTranslationvalue='1.11351 1.63193 -0.11991'/>
1684                 <fieldValue name='coneTranslationvalue='1.33484 1.88090 -0.16534'/>
1685                 <fieldValue name='rotationvalue='-13.41029 0 -65.33205 0.73696'/>
1686                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1687                 <fieldValue name='ballRadiusvalue='0.02'/>
1688                 <fieldValue name='traceEnabledvalue='false'/>
1689                 <fieldValue name='displayMode'/>
1690                 <fieldValue name='transparencyvalue='0'/>
1691            </ProtoInstance>
1692            <ProtoInstance name='Arc'>
1693                 <fieldValue name='cylinderHeightvalue='0.90262'/>
1694                 <fieldValue name='cylinderTranslationvalue='1.14173 1.49544 -0.20906'/>
1695                 <fieldValue name='coneTranslationvalue='1.37079 1.64451 -0.30989'/>
1696                 <fieldValue name='rotationvalue='-31.24089 0 -70.97589 1.03358'/>
1697                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1698                 <fieldValue name='ballRadiusvalue='0.02'/>
1699                 <fieldValue name='traceEnabledvalue='false'/>
1700                 <fieldValue name='displayMode'/>
1701                 <fieldValue name='transparencyvalue='0'/>
1702            </ProtoInstance>
1703            <ProtoInstance name='Arc'>
1704                 <fieldValue name='cylinderHeightvalue='0.11891'/>
1705                 <fieldValue name='cylinderTranslationvalue='0.74740 1.25511 -0.00938'/>
1706                 <fieldValue name='coneTranslationvalue='0.81411 1.27096 -0.08291'/>
1707                 <fieldValue name='rotationvalue='8.69671 -0.00000 7.88975 1.72906'/>
1708                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1709                 <fieldValue name='ballRadiusvalue='0.02'/>
1710                 <fieldValue name='traceEnabledvalue='false'/>
1711                 <fieldValue name='displayMode'/>
1712                 <fieldValue name='transparencyvalue='0'/>
1713            </ProtoInstance>
1714            <ProtoInstance name='Arc'>
1715                 <fieldValue name='cylinderHeightvalue='0.97808'/>
1716                 <fieldValue name='cylinderTranslationvalue='1.22961 1.44172 -0.16108'/>
1717                 <fieldValue name='coneTranslationvalue='1.52751 1.56096 -0.23390'/>
1718                 <fieldValue name='rotationvalue='-21.64433 0 -88.55190 1.19994'/>
1719                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1720                 <fieldValue name='ballRadiusvalue='0.02'/>
1721                 <fieldValue name='traceEnabledvalue='false'/>
1722                 <fieldValue name='displayMode'/>
1723                 <fieldValue name='transparencyvalue='0'/>
1724            </ProtoInstance>
1725            <ProtoInstance name='Arc'>
1726                 <fieldValue name='cylinderHeightvalue='0.99314'/>
1727                 <fieldValue name='cylinderTranslationvalue='1.18044 1.16270 -0.33800'/>
1728                 <fieldValue name='coneTranslationvalue='1.44722 1.09371 -0.53126'/>
1729                 <fieldValue name='rotationvalue='-57.02769 0 -78.71960 1.77723'/>
1730                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1731                 <fieldValue name='ballRadiusvalue='0.02'/>
1732                 <fieldValue name='traceEnabledvalue='false'/>
1733                 <fieldValue name='displayMode'/>
1734                 <fieldValue name='transparencyvalue='0'/>
1735            </ProtoInstance>
1736            <ProtoInstance name='Arc'>
1737                 <fieldValue name='cylinderHeightvalue='0.51973'/>
1738                 <fieldValue name='cylinderTranslationvalue='1.02382 1.34717 0.01450'/>
1739                 <fieldValue name='coneTranslationvalue='1.11489 1.37894 0.04038'/>
1740                 <fieldValue name='rotationvalue='13.47148 0 -47.39482 1.24699'/>
1741                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1742                 <fieldValue name='ballRadiusvalue='0.02'/>
1743                 <fieldValue name='traceEnabledvalue='false'/>
1744                 <fieldValue name='displayMode'/>
1745                 <fieldValue name='transparencyvalue='0'/>
1746            </ProtoInstance>
1747            <ProtoInstance name='Arc'>
1748                 <fieldValue name='cylinderHeightvalue='0.14621'/>
1749                 <fieldValue name='cylinderTranslationvalue='0.83409 1.25931 -0.10841'/>
1750                 <fieldValue name='coneTranslationvalue='0.77793 1.26546 -0.04238'/>
1751                 <fieldValue name='rotationvalue='-11.11023 0 -9.44799 1.64163'/>
1752                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1753                 <fieldValue name='ballRadiusvalue='0.02'/>
1754                 <fieldValue name='traceEnabledvalue='false'/>
1755                 <fieldValue name='displayMode'/>
1756                 <fieldValue name='transparencyvalue='0'/>
1757            </ProtoInstance>
1758            <ProtoInstance name='Arc'>
1759                 <fieldValue name='cylinderHeightvalue='0.89028'/>
1760                 <fieldValue name='cylinderTranslationvalue='0.49353 1.04430 0.19939'/>
1761                 <fieldValue name='coneTranslationvalue='0.30564 0.90326 0.36097'/>
1762                 <fieldValue name='rotationvalue='50.45009 -0.00000 58.66385 2.08822'/>
1763                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1764                 <fieldValue name='ballRadiusvalue='0.02'/>
1765                 <fieldValue name='traceEnabledvalue='false'/>
1766                 <fieldValue name='displayMode'/>
1767                 <fieldValue name='transparencyvalue='0'/>
1768            </ProtoInstance>
1769            <ProtoInstance name='Arc'>
1770                 <fieldValue name='cylinderHeightvalue='0.48810'/>
1771                 <fieldValue name='cylinderTranslationvalue='0.97433 1.38620 -0.15082'/>
1772                 <fieldValue name='coneTranslationvalue='1.03890 1.42812 -0.18455'/>
1773                 <fieldValue name='rotationvalue='-19.59133 0 -37.49629 1.04865'/>
1774                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1775                 <fieldValue name='ballRadiusvalue='0.02'/>
1776                 <fieldValue name='traceEnabledvalue='false'/>
1777                 <fieldValue name='displayMode'/>
1778                 <fieldValue name='transparencyvalue='0'/>
1779            </ProtoInstance>
1780            <ProtoInstance name='Arc'>
1781                 <fieldValue name='cylinderHeightvalue='0.93838'/>
1782                 <fieldValue name='cylinderTranslationvalue='0.43565 1.29654 0.25661'/>
1783                 <fieldValue name='coneTranslationvalue='0.20422 1.31767 0.46055'/>
1784                 <fieldValue name='rotationvalue='61.89446 -0.00000 70.23846 1.50241'/>
1785                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1786                 <fieldValue name='ballRadiusvalue='0.02'/>
1787                 <fieldValue name='traceEnabledvalue='false'/>
1788                 <fieldValue name='displayMode'/>
1789                 <fieldValue name='transparencyvalue='0'/>
1790            </ProtoInstance>
1791            <ProtoInstance name='Arc'>
1792                 <fieldValue name='cylinderHeightvalue='0.82963'/>
1793                 <fieldValue name='cylinderTranslationvalue='0.87896 1.30883 -0.45488'/>
1794                 <fieldValue name='coneTranslationvalue='0.93554 1.33606 -0.70183'/>
1795                 <fieldValue name='rotationvalue='-80.40378 0 -18.42254 1.46369'/>
1796                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1797                 <fieldValue name='ballRadiusvalue='0.02'/>
1798                 <fieldValue name='traceEnabledvalue='false'/>
1799                 <fieldValue name='displayMode'/>
1800                 <fieldValue name='transparencyvalue='0'/>
1801            </ProtoInstance>
1802            <ProtoInstance name='Arc'>
1803                 <fieldValue name='cylinderHeightvalue='1.13932'/>
1804                 <fieldValue name='cylinderTranslationvalue='0.51438 1.37767 0.43444'/>
1805                 <fieldValue name='coneTranslationvalue='0.31844 1.45907 0.78488'/>
1806                 <fieldValue name='rotationvalue='97.46065 -0.00000 54.49316 1.37076'/>
1807                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1808                 <fieldValue name='ballRadiusvalue='0.02'/>
1809                 <fieldValue name='traceEnabledvalue='false'/>
1810                 <fieldValue name='displayMode'/>
1811                 <fieldValue name='transparencyvalue='0'/>
1812            </ProtoInstance>
1813            <ProtoInstance name='Arc'>
1814                 <fieldValue name='cylinderHeightvalue='0.66872'/>
1815                 <fieldValue name='cylinderTranslationvalue='1.02827 1.04683 0.02549'/>
1816                 <fieldValue name='coneTranslationvalue='1.15417 0.93333 0.06635'/>
1817                 <fieldValue name='rotationvalue='15.67006 0 -48.28535 2.27963'/>
1818                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1819                 <fieldValue name='ballRadiusvalue='0.02'/>
1820                 <fieldValue name='traceEnabledvalue='false'/>
1821                 <fieldValue name='displayMode'/>
1822                 <fieldValue name='transparencyvalue='0'/>
1823            </ProtoInstance>
1824            <ProtoInstance name='Arc'>
1825                 <fieldValue name='cylinderHeightvalue='0.73081'/>
1826                 <fieldValue name='cylinderTranslationvalue='0.95838 1.29975 0.26784'/>
1827                 <fieldValue name='coneTranslationvalue='1.05481 1.31957 0.44812'/>
1828                 <fieldValue name='rotationvalue='64.14090 0 -34.30763 1.47413'/>
1829                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1830                 <fieldValue name='ballRadiusvalue='0.02'/>
1831                 <fieldValue name='traceEnabledvalue='false'/>
1832                 <fieldValue name='displayMode'/>
1833                 <fieldValue name='transparencyvalue='0'/>
1834            </ProtoInstance>
1835            <ProtoInstance name='Arc'>
1836                 <fieldValue name='cylinderHeightvalue='0.47125'/>
1837                 <fieldValue name='cylinderTranslationvalue='0.67304 1.36292 -0.23418'/>
1838                 <fieldValue name='coneTranslationvalue='0.63651 1.39451 -0.29237'/>
1839                 <fieldValue name='rotationvalue='-36.26318 0 22.76204 1.13980'/>
1840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1841                 <fieldValue name='ballRadiusvalue='0.02'/>
1842                 <fieldValue name='traceEnabledvalue='false'/>
1843                 <fieldValue name='displayMode'/>
1844                 <fieldValue name='transparencyvalue='0'/>
1845            </ProtoInstance>
1846            <ProtoInstance name='Arc'>
1847                 <fieldValue name='cylinderHeightvalue='0.60799'/>
1848                 <fieldValue name='cylinderTranslationvalue='-0.89264 0.36008 1.36567'/>
1849                 <fieldValue name='coneTranslationvalue='-0.98994 0.28050 1.43591'/>
1850                 <fieldValue name='rotationvalue='29.65749 -0.00000 41.08521 2.15633'/>
1851                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1852                 <fieldValue name='ballRadiusvalue='0.02'/>
1853                 <fieldValue name='traceEnabledvalue='false'/>
1854                 <fieldValue name='displayMode'/>
1855                 <fieldValue name='transparencyvalue='0'/>
1856            </ProtoInstance>
1857            <ProtoInstance name='Arc'>
1858                 <fieldValue name='cylinderHeightvalue='0.94729'/>
1859                 <fieldValue name='cylinderTranslationvalue='-0.98774 0.24009 1.44341'/>
1860                 <fieldValue name='coneTranslationvalue='-1.18675 0.04939 1.59308'/>
1861                 <fieldValue name='rotationvalue='45.20488 -0.00000 60.10553 2.22436'/>
1862                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1863                 <fieldValue name='ballRadiusvalue='0.02'/>
1864                 <fieldValue name='traceEnabledvalue='false'/>
1865                 <fieldValue name='displayMode'/>
1866                 <fieldValue name='transparencyvalue='0'/>
1867            </ProtoInstance>
1868            <ProtoInstance name='Arc'>
1869                 <fieldValue name='cylinderHeightvalue='0.78322'/>
1870                 <fieldValue name='cylinderTranslationvalue='-0.76303 0.78392 0.93076'/>
1871                 <fieldValue name='coneTranslationvalue='-0.80788 0.93524 0.76125'/>
1872                 <fieldValue name='rotationvalue='-57.32409 0 15.16430 0.85884'/>
1873                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1874                 <fieldValue name='ballRadiusvalue='0.02'/>
1875                 <fieldValue name='traceEnabledvalue='false'/>
1876                 <fieldValue name='displayMode'/>
1877                 <fieldValue name='transparencyvalue='0'/>
1878            </ProtoInstance>
1879            <ProtoInstance name='Arc'>
1880                 <fieldValue name='cylinderHeightvalue='0.85560'/>
1881                 <fieldValue name='cylinderTranslationvalue='-0.78424 0.25916 1.53563'/>
1882                 <fieldValue name='coneTranslationvalue='-0.84497 0.09082 1.73485'/>
1883                 <fieldValue name='rotationvalue='63.64953 -0.00000 19.40509 2.25056'/>
1884                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1885                 <fieldValue name='ballRadiusvalue='0.02'/>
1886                 <fieldValue name='traceEnabledvalue='false'/>
1887                 <fieldValue name='displayMode'/>
1888                 <fieldValue name='transparencyvalue='0'/>
1889            </ProtoInstance>
1890            <ProtoInstance name='Arc'>
1891                 <fieldValue name='cylinderHeightvalue='0.51055'/>
1892                 <fieldValue name='cylinderTranslationvalue='-0.79156 0.31038 1.30036'/>
1893                 <fieldValue name='coneTranslationvalue='-0.83051 0.22913 1.33133'/>
1894                 <fieldValue name='rotationvalue='16.59478 -0.00000 20.87040 2.59210'/>
1895                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1896                 <fieldValue name='ballRadiusvalue='0.02'/>
1897                 <fieldValue name='traceEnabledvalue='false'/>
1898                 <fieldValue name='displayMode'/>
1899                 <fieldValue name='transparencyvalue='0'/>
1900            </ProtoInstance>
1901            <ProtoInstance name='Arc'>
1902                 <fieldValue name='cylinderHeightvalue='0.97761'/>
1903                 <fieldValue name='cylinderTranslationvalue='-0.72412 0.90557 0.90906'/>
1904                 <fieldValue name='coneTranslationvalue='-0.74894 1.15950 0.70165'/>
1905                 <fieldValue name='rotationvalue='-61.66593 0 7.38128 0.68838'/>
1906                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1907                 <fieldValue name='ballRadiusvalue='0.02'/>
1908                 <fieldValue name='traceEnabledvalue='false'/>
1909                 <fieldValue name='displayMode'/>
1910                 <fieldValue name='transparencyvalue='0'/>
1911            </ProtoInstance>
1912            <ProtoInstance name='Arc'>
1913                 <fieldValue name='cylinderHeightvalue='0.54617'/>
1914                 <fieldValue name='cylinderTranslationvalue='-0.60606 0.42352 1.45625'/>
1915                 <fieldValue name='coneTranslationvalue='-0.57245 0.38022 1.55516'/>
1916                 <fieldValue name='rotationvalue='47.77304 0 -16.23104 1.96371'/>
1917                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1918                 <fieldValue name='ballRadiusvalue='0.02'/>
1919                 <fieldValue name='traceEnabledvalue='false'/>
1920                 <fieldValue name='displayMode'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922            </ProtoInstance>
1923            <ProtoInstance name='Arc'>
1924                 <fieldValue name='cylinderHeightvalue='0.90324'/>
1925                 <fieldValue name='cylinderTranslationvalue='-0.99993 0.28948 1.43929'/>
1926                 <fieldValue name='coneTranslationvalue='-1.20185 0.13541 1.58257'/>
1927                 <fieldValue name='rotationvalue='44.38018 -0.00000 62.54267 2.12742'/>
1928                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1929                 <fieldValue name='ballRadiusvalue='0.02'/>
1930                 <fieldValue name='traceEnabledvalue='false'/>
1931                 <fieldValue name='displayMode'/>
1932                 <fieldValue name='transparencyvalue='0'/>
1933            </ProtoInstance>
1934            <ProtoInstance name='Arc'>
1935                 <fieldValue name='cylinderHeightvalue='1.20893'/>
1936                 <fieldValue name='cylinderTranslationvalue='-0.24350 0.67610 0.83451'/>
1937                 <fieldValue name='coneTranslationvalue='0.08276 0.78493 0.55299'/>
1938                 <fieldValue name='rotationvalue='-76.57437 0 -88.74198 1.32341'/>
1939                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1940                 <fieldValue name='ballRadiusvalue='0.02'/>
1941                 <fieldValue name='traceEnabledvalue='false'/>
1942                 <fieldValue name='displayMode'/>
1943                 <fieldValue name='transparencyvalue='0'/>
1944            </ProtoInstance>
1945            <ProtoInstance name='Arc'>
1946                 <fieldValue name='cylinderHeightvalue='0.70987'/>
1947                 <fieldValue name='cylinderTranslationvalue='-1.03655 0.56620 1.16752'/>
1948                 <fieldValue name='coneTranslationvalue='-1.22841 0.58713 1.14014'/>
1949                 <fieldValue name='rotationvalue='-9.97264 0 69.86809 1.46319'/>
1950                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1951                 <fieldValue name='ballRadiusvalue='0.02'/>
1952                 <fieldValue name='traceEnabledvalue='false'/>
1953                 <fieldValue name='displayMode'/>
1954                 <fieldValue name='transparencyvalue='0'/>
1955            </ProtoInstance>
1956            <ProtoInstance name='Arc'>
1957                 <fieldValue name='cylinderHeightvalue='1.28861'/>
1958                 <fieldValue name='cylinderTranslationvalue='-0.30138 0.92834 0.89173'/>
1959                 <fieldValue name='coneTranslationvalue='-0.01135 1.22921 0.64695'/>
1960                 <fieldValue name='rotationvalue='-65.13001 0 -77.16738 0.90048'/>
1961                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1962                 <fieldValue name='ballRadiusvalue='0.02'/>
1963                 <fieldValue name='traceEnabledvalue='false'/>
1964                 <fieldValue name='displayMode'/>
1965                 <fieldValue name='transparencyvalue='0'/>
1966            </ProtoInstance>
1967            <ProtoInstance name='Arc'>
1968                 <fieldValue name='cylinderHeightvalue='0.36233'/>
1969                 <fieldValue name='cylinderTranslationvalue='-0.58780 0.39913 1.13796'/>
1970                 <fieldValue name='coneTranslationvalue='-0.57619 0.38406 1.12868'/>
1971                 <fieldValue name='rotationvalue='-15.88535 0 -19.88200 2.36287'/>
1972                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1973                 <fieldValue name='ballRadiusvalue='0.02'/>
1974                 <fieldValue name='traceEnabledvalue='false'/>
1975                 <fieldValue name='displayMode'/>
1976                 <fieldValue name='transparencyvalue='0'/>
1977            </ProtoInstance>
1978            <ProtoInstance name='Arc'>
1979                 <fieldValue name='cylinderHeightvalue='0.90324'/>
1980                 <fieldValue name='cylinderTranslationvalue='-0.99993 0.28948 1.43929'/>
1981                 <fieldValue name='coneTranslationvalue='-1.20185 0.13541 1.58257'/>
1982                 <fieldValue name='rotationvalue='44.38018 -0.00000 62.54267 2.12742'/>
1983                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1984                 <fieldValue name='ballRadiusvalue='0.02'/>
1985                 <fieldValue name='traceEnabledvalue='false'/>
1986                 <fieldValue name='displayMode'/>
1987                 <fieldValue name='transparencyvalue='0'/>
1988            </ProtoInstance>
1989            <ProtoInstance name='Arc'>
1990                 <fieldValue name='cylinderHeightvalue='0.94916'/>
1991                 <fieldValue name='cylinderTranslationvalue='-0.97634 0.22785 1.44430'/>
1992                 <fieldValue name='coneTranslationvalue='-1.16800 0.02884 1.59471'/>
1993                 <fieldValue name='rotationvalue='45.38217 -0.00000 57.82626 2.25574'/>
1994                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1995                 <fieldValue name='ballRadiusvalue='0.02'/>
1996                 <fieldValue name='traceEnabledvalue='false'/>
1997                 <fieldValue name='displayMode'/>
1998                 <fieldValue name='transparencyvalue='0'/>
1999            </ProtoInstance>
2000            <ProtoInstance name='Arc'>
2001                 <fieldValue name='cylinderHeightvalue='1.13249'/>
2002                 <fieldValue name='cylinderTranslationvalue='-0.20465 0.66575 1.47972'/>
2003                 <fieldValue name='coneTranslationvalue='0.14155 0.76452 1.66793'/>
2004                 <fieldValue name='rotationvalue='52.46728 0 -96.51147 1.32521'/>
2005                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2006                 <fieldValue name='ballRadiusvalue='0.02'/>
2007                 <fieldValue name='traceEnabledvalue='false'/>
2008                 <fieldValue name='displayMode'/>
2009                 <fieldValue name='transparencyvalue='0'/>
2010            </ProtoInstance>
2011            <ProtoInstance name='Arc'>
2012                 <fieldValue name='cylinderHeightvalue='0.54708'/>
2013                 <fieldValue name='cylinderTranslationvalue='-0.92452 1.64363 0.26568'/>
2014                 <fieldValue name='coneTranslationvalue='-1.02417 1.63999 0.31995'/>
2015                 <fieldValue name='rotationvalue='26.15372 -0.00000 48.01925 1.60284'/>
2016                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2017                 <fieldValue name='ballRadiusvalue='0.02'/>
2018                 <fieldValue name='traceEnabledvalue='false'/>
2019                 <fieldValue name='displayMode'/>
2020                 <fieldValue name='transparencyvalue='0'/>
2021            </ProtoInstance>
2022            <ProtoInstance name='Arc'>
2023                 <fieldValue name='cylinderHeightvalue='0.81147'/>
2024                 <fieldValue name='cylinderTranslationvalue='-0.76164 1.34608 0.38953'/>
2025                 <fieldValue name='coneTranslationvalue='-0.80840 1.16056 0.54374'/>
2026                 <fieldValue name='rotationvalue='50.92374 -0.00000 15.44358 2.42639'/>
2027                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2028                 <fieldValue name='ballRadiusvalue='0.02'/>
2029                 <fieldValue name='traceEnabledvalue='false'/>
2030                 <fieldValue name='displayMode'/>
2031                 <fieldValue name='transparencyvalue='0'/>
2032            </ProtoInstance>
2033            <ProtoInstance name='Arc'>
2034                 <fieldValue name='cylinderHeightvalue='0.56860'/>
2035                 <fieldValue name='cylinderTranslationvalue='-0.94361 1.75072 0.19799'/>
2036                 <fieldValue name='coneTranslationvalue='-1.05693 1.79371 0.22557'/>
2037                 <fieldValue name='rotationvalue='12.61642 -0.00000 51.83826 1.21766'/>
2038                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2039                 <fieldValue name='ballRadiusvalue='0.02'/>
2040                 <fieldValue name='traceEnabledvalue='false'/>
2041                 <fieldValue name='displayMode'/>
2042                 <fieldValue name='transparencyvalue='0'/>
2043            </ProtoInstance>
2044            <ProtoInstance name='Arc'>
2045                 <fieldValue name='cylinderHeightvalue='0.55884'/>
2046                 <fieldValue name='cylinderTranslationvalue='-0.87345 1.77230 -0.03232'/>
2047                 <fieldValue name='coneTranslationvalue='-0.95424 1.82354 -0.10379'/>
2048                 <fieldValue name='rotationvalue='-33.44571 0 37.80627 1.12728'/>
2049                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2050                 <fieldValue name='ballRadiusvalue='0.02'/>
2051                 <fieldValue name='traceEnabledvalue='false'/>
2052                 <fieldValue name='displayMode'/>
2053                 <fieldValue name='transparencyvalue='0'/>
2054            </ProtoInstance>
2055            <ProtoInstance name='Arc'>
2056                 <fieldValue name='cylinderHeightvalue='0.55095'/>
2057                 <fieldValue name='cylinderTranslationvalue='-0.89339 1.83183 0.13953'/>
2058                 <fieldValue name='coneTranslationvalue='-0.98099 1.90704 0.14147'/>
2059                 <fieldValue name='rotationvalue='0.92472 -0.00000 41.79399 0.86142'/>
2060                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2061                 <fieldValue name='ballRadiusvalue='0.02'/>
2062                 <fieldValue name='traceEnabledvalue='false'/>
2063                 <fieldValue name='displayMode'/>
2064                 <fieldValue name='transparencyvalue='0'/>
2065            </ProtoInstance>
2066            <ProtoInstance name='Arc'>
2067                 <fieldValue name='cylinderHeightvalue='0.49676'/>
2068                 <fieldValue name='cylinderTranslationvalue='-0.69581 1.85451 -0.00901'/>
2069                 <fieldValue name='coneTranslationvalue='-0.69987 1.92643 -0.06022'/>
2070                 <fieldValue name='rotationvalue='-28.78320 0 2.27871 0.62024'/>
2071                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2072                 <fieldValue name='ballRadiusvalue='0.02'/>
2073                 <fieldValue name='traceEnabledvalue='false'/>
2074                 <fieldValue name='displayMode'/>
2075                 <fieldValue name='transparencyvalue='0'/>
2076            </ProtoInstance>
2077            <ProtoInstance name='Arc'>
2078                 <fieldValue name='cylinderHeightvalue='0.63527'/>
2079                 <fieldValue name='cylinderTranslationvalue='-0.93254 1.45832 0.09412'/>
2080                 <fieldValue name='coneTranslationvalue='-1.05568 1.36200 0.07388'/>
2081                 <fieldValue name='rotationvalue='-8.15699 0 49.62452 2.22811'/>
2082                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2083                 <fieldValue name='ballRadiusvalue='0.02'/>
2084                 <fieldValue name='traceEnabledvalue='false'/>
2085                 <fieldValue name='displayMode'/>
2086                 <fieldValue name='transparencyvalue='0'/>
2087            </ProtoInstance>
2088            <ProtoInstance name='Arc'>
2089                 <fieldValue name='cylinderHeightvalue='0.53528'/>
2090                 <fieldValue name='cylinderTranslationvalue='-0.60905 1.83762 -0.04297'/>
2091                 <fieldValue name='coneTranslationvalue='-0.57874 1.91211 -0.11451'/>
2092                 <fieldValue name='rotationvalue='-35.57615 0 -15.07333 0.80644'/>
2093                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2094                 <fieldValue name='ballRadiusvalue='0.02'/>
2095                 <fieldValue name='traceEnabledvalue='false'/>
2096                 <fieldValue name='displayMode'/>
2097                 <fieldValue name='transparencyvalue='0'/>
2098            </ProtoInstance>
2099            <ProtoInstance name='Arc'>
2100                 <fieldValue name='cylinderHeightvalue='0.94020'/>
2101                 <fieldValue name='cylinderTranslationvalue='-0.26749 1.69380 -0.07829'/>
2102                 <fieldValue name='coneTranslationvalue='0.00753 1.72112 -0.21892'/>
2103                 <fieldValue name='rotationvalue='-42.63925 0 -83.38541 1.48260'/>
2104                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2105                 <fieldValue name='ballRadiusvalue='0.02'/>
2106                 <fieldValue name='traceEnabledvalue='false'/>
2107                 <fieldValue name='displayMode'/>
2108                 <fieldValue name='transparencyvalue='0'/>
2109            </ProtoInstance>
2110            <ProtoInstance name='Arc'>
2111                 <fieldValue name='cylinderHeightvalue='1.25751'/>
2112                 <fieldValue name='cylinderTranslationvalue='-1.07295 1.26202 -0.16839'/>
2113                 <fieldValue name='coneTranslationvalue='-1.36261 0.97099 -0.39451'/>
2114                 <fieldValue name='rotationvalue='-60.65989 0 77.70576 2.24064'/>
2115                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2116                 <fieldValue name='ballRadiusvalue='0.02'/>
2117                 <fieldValue name='traceEnabledvalue='false'/>
2118                 <fieldValue name='displayMode'/>
2119                 <fieldValue name='transparencyvalue='0'/>
2120            </ProtoInstance>
2121            <ProtoInstance name='Arc'>
2122                 <fieldValue name='cylinderHeightvalue='0.49478'/>
2123                 <fieldValue name='cylinderTranslationvalue='-0.45307 1.57854 0.08775'/>
2124                 <fieldValue name='coneTranslationvalue='-0.37135 1.55245 0.07109'/>
2125                 <fieldValue name='rotationvalue='-9.43131 0 -46.26989 1.87397'/>
2126                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2127                 <fieldValue name='ballRadiusvalue='0.02'/>
2128                 <fieldValue name='traceEnabledvalue='false'/>
2129                 <fieldValue name='displayMode'/>
2130                 <fieldValue name='transparencyvalue='0'/>
2131            </ProtoInstance>
2132            <ProtoInstance name='Arc'>
2133                 <fieldValue name='cylinderHeightvalue='0.88424'/>
2134                 <fieldValue name='cylinderTranslationvalue='-0.76033 2.07915 0.22198'/>
2135                 <fieldValue name='coneTranslationvalue='-0.80876 2.35147 0.27755'/>
2136                 <fieldValue name='rotationvalue='17.41560 -0.00000 15.18120 0.26435'/>
2137                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2138                 <fieldValue name='ballRadiusvalue='0.02'/>
2139                 <fieldValue name='traceEnabledvalue='false'/>
2140                 <fieldValue name='displayMode'/>
2141                 <fieldValue name='transparencyvalue='0'/>
2142            </ProtoInstance>
2143            <ProtoInstance name='Arc'>
2144                 <fieldValue name='cylinderHeightvalue='0.57999'/>
2145                 <fieldValue name='cylinderTranslationvalue='-0.95854 1.74030 0.16999'/>
2146                 <fieldValue name='coneTranslationvalue='-1.08141 1.77970 0.18572'/>
2147                 <fieldValue name='rotationvalue='7.01691 -0.00000 54.82332 1.26283'/>
2148                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2149                 <fieldValue name='ballRadiusvalue='0.02'/>
2150                 <fieldValue name='traceEnabledvalue='false'/>
2151                 <fieldValue name='displayMode'/>
2152                 <fieldValue name='transparencyvalue='0'/>
2153            </ProtoInstance>
2154            <ProtoInstance name='Arc'>
2155                 <fieldValue name='cylinderHeightvalue='0.68704'/>
2156                 <fieldValue name='cylinderTranslationvalue='-0.97481 1.55756 -0.02221'/>
2157                 <fieldValue name='coneTranslationvalue='-1.12995 1.50689 -0.10615'/>
2158                 <fieldValue name='rotationvalue='-31.42361 0 58.07811 1.85051'/>
2159                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2160                 <fieldValue name='ballRadiusvalue='0.02'/>
2161                 <fieldValue name='traceEnabledvalue='false'/>
2162                 <fieldValue name='displayMode'/>
2163                 <fieldValue name='transparencyvalue='0'/>
2164            </ProtoInstance>
2165            <ProtoInstance name='Arc'>
2166                 <fieldValue name='cylinderHeightvalue='0.59938'/>
2167                 <fieldValue name='cylinderTranslationvalue='-0.72272 1.46773 0.36782'/>
2168                 <fieldValue name='coneTranslationvalue='-0.74058 1.38165 0.47638'/>
2169                 <fieldValue name='rotationvalue='46.58190 -0.00000 7.66055 2.23468'/>
2170                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2171                 <fieldValue name='ballRadiusvalue='0.02'/>
2172                 <fieldValue name='traceEnabledvalue='false'/>
2173                 <fieldValue name='displayMode'/>
2174                 <fieldValue name='transparencyvalue='0'/>
2175            </ProtoInstance>
2176            <ProtoInstance name='Arc'>
2177                 <fieldValue name='cylinderHeightvalue='0.57140'/>
2178                 <fieldValue name='cylinderTranslationvalue='-0.90741 1.76798 -0.00125'/>
2179                 <fieldValue name='coneTranslationvalue='-1.00553 1.81883 -0.06115'/>
2180                 <fieldValue name='rotationvalue='-27.23072 0 44.59907 1.15430'/>
2181                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2182                 <fieldValue name='ballRadiusvalue='0.02'/>
2183                 <fieldValue name='traceEnabledvalue='false'/>
2184                 <fieldValue name='displayMode'/>
2185                 <fieldValue name='transparencyvalue='0'/>
2186            </ProtoInstance>
2187            <ProtoInstance name='Arc'>
2188                 <fieldValue name='cylinderHeightvalue='0.43103'/>
2189                 <fieldValue name='cylinderTranslationvalue='-0.72631 1.73841 -0.05820'/>
2190                 <fieldValue name='coneTranslationvalue='-0.73710 1.76057 -0.10795'/>
2191                 <fieldValue name='rotationvalue='-38.62231 0 8.37775 1.16023'/>
2192                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2193                 <fieldValue name='ballRadiusvalue='0.02'/>
2194                 <fieldValue name='traceEnabledvalue='false'/>
2195                 <fieldValue name='displayMode'/>
2196                 <fieldValue name='transparencyvalue='0'/>
2197            </ProtoInstance>
2198            <ProtoInstance name='Arc'>
2199                 <fieldValue name='cylinderHeightvalue='0.54085'/>
2200                 <fieldValue name='cylinderTranslationvalue='-0.79139 1.88406 0.04537'/>
2201                 <fieldValue name='coneTranslationvalue='-0.83508 1.97866 0.00881'/>
2202                 <fieldValue name='rotationvalue='-17.90719 0 21.39491 0.54201'/>
2203                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2204                 <fieldValue name='ballRadiusvalue='0.02'/>
2205                 <fieldValue name='traceEnabledvalue='false'/>
2206                 <fieldValue name='displayMode'/>
2207                 <fieldValue name='transparencyvalue='0'/>
2208            </ProtoInstance>
2209            <ProtoInstance name='Arc'>
2210                 <fieldValue name='cylinderHeightvalue='0.55261'/>
2211                 <fieldValue name='cylinderTranslationvalue='-0.60213 1.80652 0.34895'/>
2212                 <fieldValue name='coneTranslationvalue='-0.56749 1.87140 0.43905'/>
2213                 <fieldValue name='rotationvalue='42.80915 0 -16.45816 0.97903'/>
2214                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2215                 <fieldValue name='ballRadiusvalue='0.02'/>
2216                 <fieldValue name='traceEnabledvalue='false'/>
2217                 <fieldValue name='displayMode'/>
2218                 <fieldValue name='transparencyvalue='0'/>
2219            </ProtoInstance>
2220            <ProtoInstance name='Arc'>
2221                 <fieldValue name='cylinderHeightvalue='0.88181'/>
2222                 <fieldValue name='cylinderTranslationvalue='-0.79412 2.03314 0.32828'/>
2223                 <fieldValue name='coneTranslationvalue='-0.86400 2.27572 0.45149'/>
2224                 <fieldValue name='rotationvalue='38.67544 -0.00000 21.93929 0.52851'/>
2225                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2226                 <fieldValue name='ballRadiusvalue='0.02'/>
2227                 <fieldValue name='traceEnabledvalue='false'/>
2228                 <fieldValue name='displayMode'/>
2229                 <fieldValue name='transparencyvalue='0'/>
2230            </ProtoInstance>
2231            <ProtoInstance name='Arc'>
2232                 <fieldValue name='cylinderHeightvalue='0.93911'/>
2233                 <fieldValue name='cylinderTranslationvalue='-0.29998 1.49050 0.35050'/>
2234                 <fieldValue name='coneTranslationvalue='-0.04654 1.38377 0.49262'/>
2235                 <fieldValue name='rotationvalue='43.11782 0 -76.88810 1.92280'/>
2236                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2237                 <fieldValue name='ballRadiusvalue='0.02'/>
2238                 <fieldValue name='traceEnabledvalue='false'/>
2239                 <fieldValue name='displayMode'/>
2240                 <fieldValue name='transparencyvalue='0'/>
2241            </ProtoInstance>
2242            <ProtoInstance name='Arc'>
2243                 <fieldValue name='cylinderHeightvalue='0.92995'/>
2244                 <fieldValue name='cylinderTranslationvalue='-0.83730 2.03430 -0.08184'/>
2245                 <fieldValue name='coneTranslationvalue='-0.93758 2.28479 -0.22400'/>
2246                 <fieldValue name='rotationvalue='-43.34937 0 30.57666 0.60704'/>
2247                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2248                 <fieldValue name='ballRadiusvalue='0.02'/>
2249                 <fieldValue name='traceEnabledvalue='false'/>
2250                 <fieldValue name='displayMode'/>
2251                 <fieldValue name='transparencyvalue='0'/>
2252            </ProtoInstance>
2253            <ProtoInstance name='Arc'>
2254                 <fieldValue name='cylinderHeightvalue='1.22609'/>
2255                 <fieldValue name='cylinderTranslationvalue='-0.22125 1.57163 0.52833'/>
2256                 <fieldValue name='coneTranslationvalue='0.12103 1.51195 0.81907'/>
2257                 <fieldValue name='rotationvalue='78.68402 0 -92.63339 1.70292'/>
2258                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2259                 <fieldValue name='ballRadiusvalue='0.02'/>
2260                 <fieldValue name='traceEnabledvalue='false'/>
2261                 <fieldValue name='displayMode'/>
2262                 <fieldValue name='transparencyvalue='0'/>
2263            </ProtoInstance>
2264            <ProtoInstance name='Arc'>
2265                 <fieldValue name='cylinderHeightvalue='0.55884'/>
2266                 <fieldValue name='cylinderTranslationvalue='-0.87345 1.77230 -0.03232'/>
2267                 <fieldValue name='coneTranslationvalue='-0.95424 1.82354 -0.10379'/>
2268                 <fieldValue name='rotationvalue='-33.44566 0 37.80620 1.12728'/>
2269                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2270                 <fieldValue name='ballRadiusvalue='0.02'/>
2271                 <fieldValue name='traceEnabledvalue='false'/>
2272                 <fieldValue name='displayMode'/>
2273                 <fieldValue name='transparencyvalue='0'/>
2274            </ProtoInstance>
2275            <ProtoInstance name='Arc'>
2276                 <fieldValue name='cylinderHeightvalue='0.43103'/>
2277                 <fieldValue name='cylinderTranslationvalue='-0.72631 1.73841 -0.05821'/>
2278                 <fieldValue name='coneTranslationvalue='-0.73710 1.76057 -0.10795'/>
2279                 <fieldValue name='rotationvalue='-38.62238 0 8.37782 1.16023'/>
2280                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2281                 <fieldValue name='ballRadiusvalue='0.02'/>
2282                 <fieldValue name='traceEnabledvalue='false'/>
2283                 <fieldValue name='displayMode'/>
2284                 <fieldValue name='transparencyvalue='0'/>
2285            </ProtoInstance>
2286            <ProtoInstance name='Arc'>
2287                 <fieldValue name='cylinderHeightvalue='0.94952'/>
2288                 <fieldValue name='cylinderTranslationvalue='-1.01386 1.97970 0.03623'/>
2289                 <fieldValue name='coneTranslationvalue='-1.23228 2.19669 -0.02919'/>
2290                 <fieldValue name='rotationvalue='-19.73532 0 65.88866 0.81013'/>
2291                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2292                 <fieldValue name='ballRadiusvalue='0.02'/>
2293                 <fieldValue name='traceEnabledvalue='false'/>
2294                 <fieldValue name='displayMode'/>
2295                 <fieldValue name='transparencyvalue='0'/>
2296            </ProtoInstance>
2297            <ProtoInstance name='Arc'>
2298                 <fieldValue name='cylinderHeightvalue='0.96752'/>
2299                 <fieldValue name='cylinderTranslationvalue='-1.13436 1.69889 -0.03660'/>
2300                 <fieldValue name='coneTranslationvalue='-1.43549 1.73000 -0.15139'/>
2301                 <fieldValue name='rotationvalue='-34.30171 0 89.98862 1.47454'/>
2302                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2303                 <fieldValue name='ballRadiusvalue='0.02'/>
2304                 <fieldValue name='traceEnabledvalue='false'/>
2305                 <fieldValue name='displayMode'/>
2306                 <fieldValue name='transparencyvalue='0'/>
2307            </ProtoInstance>
2308            <ProtoInstance name='Arc'>
2309                 <fieldValue name='cylinderHeightvalue='0.45751'/>
2310                 <fieldValue name='cylinderTranslationvalue='-0.61006 1.82565 0.26446'/>
2311                 <fieldValue name='coneTranslationvalue='-0.58771 1.87772 0.30339'/>
2312                 <fieldValue name='rotationvalue='25.90976 0 -14.87234 0.71151'/>
2313                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2314                 <fieldValue name='ballRadiusvalue='0.02'/>
2315                 <fieldValue name='traceEnabledvalue='false'/>
2316                 <fieldValue name='displayMode'/>
2317                 <fieldValue name='transparencyvalue='0'/>
2318            </ProtoInstance>
2319            <ProtoInstance name='Arc'>
2320                 <fieldValue name='cylinderHeightvalue='0.99087'/>
2321                 <fieldValue name='cylinderTranslationvalue='-1.10343 1.91606 0.15391'/>
2322                 <fieldValue name='coneTranslationvalue='-1.38713 2.09458 0.16677'/>
2323                 <fieldValue name='rotationvalue='3.79991 -0.00000 83.80284 1.00961'/>
2324                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2325                 <fieldValue name='ballRadiusvalue='0.02'/>
2326                 <fieldValue name='traceEnabledvalue='false'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='transparencyvalue='0'/>
2329            </ProtoInstance>
2330            <ProtoInstance name='Arc'>
2331                 <fieldValue name='cylinderHeightvalue='0.99087'/>
2332                 <fieldValue name='cylinderTranslationvalue='-1.10343 1.91606 0.15391'/>
2333                 <fieldValue name='coneTranslationvalue='-1.38713 2.09458 0.16677'/>
2334                 <fieldValue name='rotationvalue='3.79991 -0.00000 83.80284 1.00961'/>
2335                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2336                 <fieldValue name='ballRadiusvalue='0.02'/>
2337                 <fieldValue name='traceEnabledvalue='false'/>
2338                 <fieldValue name='displayMode'/>
2339                 <fieldValue name='transparencyvalue='0'/>
2340            </ProtoInstance>
2341            <ProtoInstance name='Arc'>
2342                 <fieldValue name='cylinderHeightvalue='0.59987'/>
2343                 <fieldValue name='cylinderTranslationvalue='-0.90626 1.84928 0.09038'/>
2344                 <fieldValue name='coneTranslationvalue='-1.00976 1.94114 0.06960'/>
2345                 <fieldValue name='rotationvalue='-8.90627 0 44.36821 0.85471'/>
2346                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2347                 <fieldValue name='ballRadiusvalue='0.02'/>
2348                 <fieldValue name='traceEnabledvalue='false'/>
2349                 <fieldValue name='displayMode'/>
2350                 <fieldValue name='transparencyvalue='0'/>
2351            </ProtoInstance>
2352            <ProtoInstance name='Arc'>
2353                 <fieldValue name='cylinderHeightvalue='0.29607'/>
2354                 <fieldValue name='cylinderTranslationvalue='-1.20535 0.12147 1.58757'/>
2355                 <fieldValue name='coneTranslationvalue='-1.19668 0.12718 1.58162'/>
2356                 <fieldValue name='rotationvalue='14.72269 -0.00000 21.45746 2.06794'/>
2357                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2358                 <fieldValue name='ballRadiusvalue='0.02'/>
2359                 <fieldValue name='traceEnabledvalue='false'/>
2360                 <fieldValue name='displayMode'/>
2361                 <fieldValue name='transparencyvalue='0'/>
2362            </ProtoInstance>
2363            <ProtoInstance name='Arc'>
2364                 <fieldValue name='cylinderHeightvalue='0.29607'/>
2365                 <fieldValue name='cylinderTranslationvalue='-1.20535 0.12147 1.58757'/>
2366                 <fieldValue name='coneTranslationvalue='-1.19668 0.12718 1.58162'/>
2367                 <fieldValue name='rotationvalue='14.72269 -0.00000 21.45746 2.06794'/>
2368                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2369                 <fieldValue name='ballRadiusvalue='0.02'/>
2370                 <fieldValue name='traceEnabledvalue='false'/>
2371                 <fieldValue name='displayMode'/>
2372                 <fieldValue name='transparencyvalue='0'/>
2373            </ProtoInstance>
2374            <ProtoInstance name='Arc'>
2375                 <fieldValue name='cylinderHeightvalue='0.25023'/>
2376                 <fieldValue name='cylinderTranslationvalue='-2.25678 -0.01226 -1.31872'/>
2377                 <fieldValue name='coneTranslationvalue='-2.26170 0.00758 -1.29045'/>
2378                 <fieldValue name='rotationvalue='-20.27595 0 -3.52274 2.17592'/>
2379                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2380                 <fieldValue name='ballRadiusvalue='0.02'/>
2381                 <fieldValue name='traceEnabledvalue='false'/>
2382                 <fieldValue name='displayMode'/>
2383                 <fieldValue name='transparencyvalue='0'/>
2384            </ProtoInstance>
2385            <ProtoInstance name='Arc'>
2386                 <fieldValue name='cylinderHeightvalue='0.02995'/>
2387                 <fieldValue name='cylinderTranslationvalue='-2.27809 0.06452 -1.20396'/>
2388                 <fieldValue name='coneTranslationvalue='-2.24231 0.01020 -1.33357'/>
2389                 <fieldValue name='rotationvalue='2.67671 -0.00000 0.73901 1.18687'/>
2390                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2391                 <fieldValue name='ballRadiusvalue='0.02'/>
2392                 <fieldValue name='traceEnabledvalue='false'/>
2393                 <fieldValue name='displayMode'/>
2394                 <fieldValue name='transparencyvalue='0'/>
2395            </ProtoInstance>
2396            <ProtoInstance name='Arc'>
2397                 <fieldValue name='cylinderHeightvalue='0.25623'/>
2398                 <fieldValue name='cylinderTranslationvalue='-1.18371 1.74195 0.32876'/>
2399                 <fieldValue name='coneTranslationvalue='-1.17895 1.71530 0.34560'/>
2400                 <fieldValue name='rotationvalue='-13.53730 0 3.81900 0.58110'/>
2401                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2402                 <fieldValue name='ballRadiusvalue='0.02'/>
2403                 <fieldValue name='traceEnabledvalue='false'/>
2404                 <fieldValue name='displayMode'/>
2405                 <fieldValue name='transparencyvalue='0'/>
2406            </ProtoInstance>
2407            <ProtoInstance name='Arc'>
2408                 <fieldValue name='cylinderHeightvalue='0.57304'/>
2409                 <fieldValue name='cylinderTranslationvalue='-0.96282 1.45896 0.49858'/>
2410                 <fieldValue name='coneTranslationvalue='-0.87371 1.38129 0.54369'/>
2411                 <fieldValue name='rotationvalue='20.42817 0 -40.35870 2.23181'/>
2412                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2413                 <fieldValue name='ballRadiusvalue='0.02'/>
2414                 <fieldValue name='traceEnabledvalue='false'/>
2415                 <fieldValue name='displayMode'/>
2416                 <fieldValue name='transparencyvalue='0'/>
2417            </ProtoInstance>
2418            <ProtoInstance name='Arc'>
2419                 <fieldValue name='cylinderHeightvalue='0.61720'/>
2420                 <fieldValue name='cylinderTranslationvalue='0.33985 1.52223 2.33304'/>
2421                 <fieldValue name='coneTranslationvalue='0.38794 1.48291 2.19806'/>
2422                 <fieldValue name='rotationvalue='-56.06730 0 -19.97511 1.83861'/>
2423                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2424                 <fieldValue name='ballRadiusvalue='0.02'/>
2425                 <fieldValue name='traceEnabledvalue='false'/>
2426                 <fieldValue name='displayMode'/>
2427                 <fieldValue name='transparencyvalue='0'/>
2428            </ProtoInstance>
2429            <ProtoInstance name='Arc'>
2430                 <fieldValue name='cylinderHeightvalue='0.71852'/>
2431                 <fieldValue name='cylinderTranslationvalue='-1.00976 1.15201 0.34874'/>
2432                 <fieldValue name='coneTranslationvalue='-1.10455 1.21426 0.18490'/>
2433                 <fieldValue name='rotationvalue='-59.08073 0 34.18094 1.25306'/>
2434                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2435                 <fieldValue name='ballRadiusvalue='0.02'/>
2436                 <fieldValue name='traceEnabledvalue='false'/>
2437                 <fieldValue name='displayMode'/>
2438                 <fieldValue name='transparencyvalue='0'/>
2439            </ProtoInstance>
2440            <ProtoInstance name='Arc'>
2441                 <fieldValue name='cylinderHeightvalue='0.98044'/>
2442                 <fieldValue name='cylinderTranslationvalue='-0.53029 1.27222 0.34237'/>
2443                 <fieldValue name='coneTranslationvalue='-0.32243 1.42881 0.13909'/>
2444                 <fieldValue name='rotationvalue='-60.35505 0 -61.71347 1.07676'/>
2445                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2446                 <fieldValue name='ballRadiusvalue='0.02'/>
2447                 <fieldValue name='traceEnabledvalue='false'/>
2448                 <fieldValue name='displayMode'/>
2449                 <fieldValue name='transparencyvalue='0'/>
2450            </ProtoInstance>
2451            <ProtoInstance name='Arc'>
2452                 <fieldValue name='cylinderHeightvalue='0.84444'/>
2453                 <fieldValue name='cylinderTranslationvalue='-1.11237 0.82204 0.88090'/>
2454                 <fieldValue name='coneTranslationvalue='-1.28224 0.68682 1.02794'/>
2455                 <fieldValue name='rotationvalue='47.35144 -0.00000 54.70379 2.11258'/>
2456                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2457                 <fieldValue name='ballRadiusvalue='0.02'/>
2458                 <fieldValue name='traceEnabledvalue='false'/>
2459                 <fieldValue name='displayMode'/>
2460                 <fieldValue name='transparencyvalue='0'/>
2461            </ProtoInstance>
2462            <ProtoInstance name='Arc'>
2463                 <fieldValue name='cylinderHeightvalue='0.67319'/>
2464                 <fieldValue name='cylinderTranslationvalue='1.22564 1.54837 1.67757'/>
2465                 <fieldValue name='coneTranslationvalue='1.09589 1.46081 1.59582'/>
2466                 <fieldValue name='rotationvalue='-31.16305 0 49.46162 2.08960'/>
2467                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2468                 <fieldValue name='ballRadiusvalue='0.02'/>
2469                 <fieldValue name='traceEnabledvalue='false'/>
2470                 <fieldValue name='displayMode'/>
2471                 <fieldValue name='transparencyvalue='0'/>
2472            </ProtoInstance>
2473            <ProtoInstance name='Arc'>
2474                 <fieldValue name='cylinderHeightvalue='0.22377'/>
2475                 <fieldValue name='cylinderTranslationvalue='-1.15258 1.93015 0.20261'/>
2476                 <fieldValue name='coneTranslationvalue='-1.17418 1.89527 0.22775'/>
2477                 <fieldValue name='rotationvalue='-11.69170 0 -10.04427 0.75985'/>
2478                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2479                 <fieldValue name='ballRadiusvalue='0.02'/>
2480                 <fieldValue name='traceEnabledvalue='false'/>
2481                 <fieldValue name='displayMode'/>
2482                 <fieldValue name='transparencyvalue='0'/>
2483            </ProtoInstance>
2484            <ProtoInstance name='Arc'>
2485                 <fieldValue name='cylinderHeightvalue='0.09247'/>
2486                 <fieldValue name='cylinderTranslationvalue='-1.09645 1.88788 -0.16848'/>
2487                 <fieldValue name='coneTranslationvalue='-1.01288 1.89851 -0.24493'/>
2488                 <fieldValue name='rotationvalue='6.21499 -0.00000 6.79281 1.66440'/>
2489                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2490                 <fieldValue name='ballRadiusvalue='0.02'/>
2491                 <fieldValue name='traceEnabledvalue='false'/>
2492                 <fieldValue name='displayMode'/>
2493                 <fieldValue name='transparencyvalue='0'/>
2494            </ProtoInstance>
2495            <ProtoInstance name='Arc'>
2496                 <fieldValue name='cylinderHeightvalue='0.30639'/>
2497                 <fieldValue name='cylinderTranslationvalue='-0.91534 1.85832 -0.22543'/>
2498                 <fieldValue name='coneTranslationvalue='-0.92187 1.85982 -0.22428'/>
2499                 <fieldValue name='rotationvalue='-5.17667 0 -29.42845 1.79384'/>
2500                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2501                 <fieldValue name='ballRadiusvalue='0.02'/>
2502                 <fieldValue name='traceEnabledvalue='false'/>
2503                 <fieldValue name='displayMode'/>
2504                 <fieldValue name='transparencyvalue='0'/>
2505            </ProtoInstance>
2506            <ProtoInstance name='Arc'>
2507                 <fieldValue name='cylinderHeightvalue='0.87033'/>
2508                 <fieldValue name='cylinderTranslationvalue='1.80047 0.29729 1.11792'/>
2509                 <fieldValue name='coneTranslationvalue='1.59774 0.48079 1.14860'/>
2510                 <fieldValue name='rotationvalue='9.70257 -0.00000 64.12292 0.84076'/>
2511                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2512                 <fieldValue name='ballRadiusvalue='0.02'/>
2513                 <fieldValue name='traceEnabledvalue='false'/>
2514                 <fieldValue name='displayMode'/>
2515                 <fieldValue name='transparencyvalue='0'/>
2516            </ProtoInstance>
2517            <ProtoInstance name='Arc'>
2518                 <fieldValue name='cylinderHeightvalue='0.31411'/>
2519                 <fieldValue name='cylinderTranslationvalue='-2.37401 0.06318 -1.04295'/>
2520                 <fieldValue name='coneTranslationvalue='-2.37118 0.06273 -1.04364'/>
2521                 <fieldValue name='rotationvalue='7.36159 -0.00000 30.15737 1.41759'/>
2522                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2523                 <fieldValue name='ballRadiusvalue='0.02'/>
2524                 <fieldValue name='traceEnabledvalue='false'/>
2525                 <fieldValue name='displayMode'/>
2526                 <fieldValue name='transparencyvalue='0'/>
2527            </ProtoInstance>
2528            <ProtoInstance name='Arc'>
2529                 <fieldValue name='cylinderHeightvalue='0.31475'/>
2530                 <fieldValue name='cylinderTranslationvalue='-2.35817 -0.01617 -1.02068'/>
2531                 <fieldValue name='coneTranslationvalue='-2.35592 -0.01525 -1.02167'/>
2532                 <fieldValue name='rotationvalue='11.81555 -0.00000 26.98867 1.93041'/>
2533                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2534                 <fieldValue name='ballRadiusvalue='0.02'/>
2535                 <fieldValue name='traceEnabledvalue='false'/>
2536                 <fieldValue name='displayMode'/>
2537                 <fieldValue name='transparencyvalue='0'/>
2538            </ProtoInstance>
2539            <ProtoInstance name='Arc'>
2540                 <fieldValue name='cylinderHeightvalue='0.12865'/>
2541                 <fieldValue name='cylinderTranslationvalue='-2.25751 -0.01491 -1.08556'/>
2542                 <fieldValue name='coneTranslationvalue='-2.20652 0.06558 -1.07694'/>
2543                 <fieldValue name='rotationvalue='-1.15970 0 6.85678 2.57051'/>
2544                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2545                 <fieldValue name='ballRadiusvalue='0.02'/>
2546                 <fieldValue name='traceEnabledvalue='false'/>
2547                 <fieldValue name='displayMode'/>
2548                 <fieldValue name='transparencyvalue='0'/>
2549            </ProtoInstance>
2550            <ProtoInstance name='Arc'>
2551                 <fieldValue name='cylinderHeightvalue='0.12909'/>
2552                 <fieldValue name='cylinderTranslationvalue='-2.25251 0.05467 -1.13517'/>
2553                 <fieldValue name='coneTranslationvalue='-2.20920 0.03180 -1.05323'/>
2554                 <fieldValue name='rotationvalue='-11.08092 0 5.85616 1.32893'/>
2555                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2556                 <fieldValue name='ballRadiusvalue='0.02'/>
2557                 <fieldValue name='traceEnabledvalue='false'/>
2558                 <fieldValue name='displayMode'/>
2559                 <fieldValue name='transparencyvalue='0'/>
2560            </ProtoInstance>
2561            <ProtoInstance name='Arc'>
2562                 <fieldValue name='cylinderHeightvalue='0.29663'/>
2563                 <fieldValue name='cylinderTranslationvalue='-1.00036 2.06349 0.04999'/>
2564                 <fieldValue name='coneTranslationvalue='-1.00840 2.05938 0.05741'/>
2565                 <fieldValue name='rotationvalue='-18.83191 0 -20.39908 1.21091'/>
2566                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2567                 <fieldValue name='ballRadiusvalue='0.02'/>
2568                 <fieldValue name='traceEnabledvalue='false'/>
2569                 <fieldValue name='displayMode'/>
2570                 <fieldValue name='transparencyvalue='0'/>
2571            </ProtoInstance>
2572            <ProtoInstance name='Arc'>
2573                 <fieldValue name='cylinderHeightvalue='0.89738'/>
2574                 <fieldValue name='cylinderTranslationvalue='0.46669 -0.04191 -1.42776'/>
2575                 <fieldValue name='coneTranslationvalue='0.49979 0.15143 -1.21593'/>
2576                 <fieldValue name='rotationvalue='65.84424 0 -10.28833 0.83700'/>
2577                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2578                 <fieldValue name='ballRadiusvalue='0.02'/>
2579                 <fieldValue name='traceEnabledvalue='false'/>
2580                 <fieldValue name='displayMode'/>
2581                 <fieldValue name='transparencyvalue='0'/>
2582            </ProtoInstance>
2583            <ProtoInstance name='Arc'>
2584                 <fieldValue name='cylinderHeightvalue='0.76013'/>
2585                 <fieldValue name='cylinderTranslationvalue='-0.46446 1.78065 -0.05617'/>
2586                 <fieldValue name='coneTranslationvalue='-0.32391 1.62086 -0.00014'/>
2587                 <fieldValue name='rotationvalue='19.35189 0 -48.54860 2.38347'/>
2588                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2589                 <fieldValue name='ballRadiusvalue='0.02'/>
2590                 <fieldValue name='traceEnabledvalue='false'/>
2591                 <fieldValue name='displayMode'/>
2592                 <fieldValue name='transparencyvalue='0'/>
2593            </ProtoInstance>
2594            <ProtoInstance name='Arc'>
2595                 <fieldValue name='cylinderHeightvalue='0.48020'/>
2596                 <fieldValue name='cylinderTranslationvalue='-0.84870 2.23642 -0.22576'/>
2597                 <fieldValue name='coneTranslationvalue='-0.89590 2.29640 -0.25005'/>
2598                 <fieldValue name='rotationvalue='-14.56617 0 28.29794 0.72454'/>
2599                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2600                 <fieldValue name='ballRadiusvalue='0.02'/>
2601                 <fieldValue name='traceEnabledvalue='false'/>
2602                 <fieldValue name='displayMode'/>
2603                 <fieldValue name='transparencyvalue='0'/>
2604            </ProtoInstance>
2605            <ProtoInstance name='Arc'>
2606                 <fieldValue name='cylinderHeightvalue='0.51015'/>
2607                 <fieldValue name='cylinderTranslationvalue='-0.70308 0.15460 1.77450'/>
2608                 <fieldValue name='coneTranslationvalue='-0.63667 0.21586 1.74491'/>
2609                 <fieldValue name='rotationvalue='-15.87649 0 -35.63613 0.87063'/>
2610                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2611                 <fieldValue name='ballRadiusvalue='0.02'/>
2612                 <fieldValue name='traceEnabledvalue='false'/>
2613                 <fieldValue name='displayMode'/>
2614                 <fieldValue name='transparencyvalue='0'/>
2615            </ProtoInstance>
2616            <ProtoInstance name='Arc'>
2617                 <fieldValue name='cylinderHeightvalue='0.51010'/>
2618                 <fieldValue name='cylinderTranslationvalue='-2.36773 -0.30863 -1.04804'/>
2619                 <fieldValue name='coneTranslationvalue='-2.33943 -0.21933 -1.06418'/>
2620                 <fieldValue name='rotationvalue='-8.66454 0 -15.18756 0.34988'/>
2621                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2622                 <fieldValue name='ballRadiusvalue='0.02'/>
2623                 <fieldValue name='traceEnabledvalue='false'/>
2624                 <fieldValue name='displayMode'/>
2625                 <fieldValue name='transparencyvalue='0'/>
2626            </ProtoInstance>
2627            <ProtoInstance name='Arc'>
2628                 <fieldValue name='cylinderHeightvalue='0.21239'/>
2629                 <fieldValue name='cylinderTranslationvalue='0.01253 -1.01565 -2.30992'/>
2630                 <fieldValue name='coneTranslationvalue='-0.01263 -0.99019 -2.26975'/>
2631                 <fieldValue name='rotationvalue='-15.85737 0 -9.93331 2.06357'/>
2632                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2633                 <fieldValue name='ballRadiusvalue='0.02'/>
2634                 <fieldValue name='traceEnabledvalue='false'/>
2635                 <fieldValue name='displayMode'/>
2636                 <fieldValue name='transparencyvalue='0'/>
2637            </ProtoInstance>
2638            <ProtoInstance name='Arc'>
2639                 <fieldValue name='cylinderHeightvalue='0.28804'/>
2640                 <fieldValue name='cylinderTranslationvalue='-0.05521 -1.10808 -2.23844'/>
2641                 <fieldValue name='coneTranslationvalue='-0.05320 -1.09225 -2.23757'/>
2642                 <fieldValue name='rotationvalue='-1.56056 0 3.61434 3.00448'/>
2643                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2644                 <fieldValue name='ballRadiusvalue='0.02'/>
2645                 <fieldValue name='traceEnabledvalue='false'/>
2646                 <fieldValue name='displayMode'/>
2647                 <fieldValue name='transparencyvalue='0'/>
2648            </ProtoInstance>
2649            <ProtoInstance name='Arc'>
2650                 <fieldValue name='cylinderHeightvalue='0.28078'/>
2651                 <fieldValue name='cylinderTranslationvalue='0.52552 2.33801 -2.01930'/>
2652                 <fieldValue name='coneTranslationvalue='0.51131 2.33833 -2.03281'/>
2653                 <fieldValue name='rotationvalue='19.34919 0 -20.34111 1.58710'/>
2654                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2655                 <fieldValue name='ballRadiusvalue='0.02'/>
2656                 <fieldValue name='traceEnabledvalue='false'/>
2657                 <fieldValue name='displayMode'/>
2658                 <fieldValue name='transparencyvalue='0'/>
2659            </ProtoInstance>
2660            <ProtoInstance name='Arc'>
2661                 <fieldValue name='cylinderHeightvalue='0.27195'/>
2662                 <fieldValue name='cylinderTranslationvalue='0.52069 2.36876 -2.00032'/>
2663                 <fieldValue name='coneTranslationvalue='0.50186 2.37460 -2.01406'/>
2664                 <fieldValue name='rotationvalue='15.55383 0 -21.30718 1.81620'/>
2665                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2666                 <fieldValue name='ballRadiusvalue='0.02'/>
2667                 <fieldValue name='traceEnabledvalue='false'/>
2668                 <fieldValue name='displayMode'/>
2669                 <fieldValue name='transparencyvalue='0'/>
2670            </ProtoInstance>
2671            <ProtoInstance name='Arc'>
2672                 <fieldValue name='cylinderHeightvalue='0.33640'/>
2673                 <fieldValue name='cylinderTranslationvalue='-0.65471 2.10292 2.32832'/>
2674                 <fieldValue name='coneTranslationvalue='-0.64683 2.10072 2.32776'/>
2675                 <fieldValue name='rotationvalue='-2.28554 0 -32.32150 1.84293'/>
2676                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2677                 <fieldValue name='ballRadiusvalue='0.02'/>
2678                 <fieldValue name='traceEnabledvalue='false'/>
2679                 <fieldValue name='displayMode'/>
2680                 <fieldValue name='transparencyvalue='0'/>
2681            </ProtoInstance>
2682            <ProtoInstance name='Arc'>
2683                 <fieldValue name='cylinderHeightvalue='0.00001'/>
2684                 <fieldValue name='cylinderTranslationvalue='-0.82146 -2.62533 0.25172'/>
2685                 <fieldValue name='coneTranslationvalue='-0.71130 -2.66407 0.14235'/>
2686                 <fieldValue name='rotationvalue='0.00043 -0.00000 0.00044 1.32625'/>
2687                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2688                 <fieldValue name='ballRadiusvalue='0.02'/>
2689                 <fieldValue name='traceEnabledvalue='false'/>
2690                 <fieldValue name='displayMode'/>
2691                 <fieldValue name='transparencyvalue='0'/>
2692            </ProtoInstance>
2693            <ProtoInstance name='Arc'>
2694                 <fieldValue name='cylinderHeightvalue='0.01769'/>
2695                 <fieldValue name='cylinderTranslationvalue='-0.20903 2.14858 2.36398'/>
2696                 <fieldValue name='coneTranslationvalue='-0.17821 2.03743 2.46168'/>
2697                 <fieldValue name='rotationvalue='-1.14336 0 0.36071 0.74466'/>
2698                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2699                 <fieldValue name='ballRadiusvalue='0.02'/>
2700                 <fieldValue name='traceEnabledvalue='false'/>
2701                 <fieldValue name='displayMode'/>
2702                 <fieldValue name='transparencyvalue='0'/>
2703            </ProtoInstance>
2704            <ProtoInstance name='Arc'>
2705                 <fieldValue name='cylinderHeightvalue='0.79580'/>
2706                 <fieldValue name='cylinderTranslationvalue='0.89624 1.93628 -1.22962'/>
2707                 <fieldValue name='coneTranslationvalue='0.95334 2.01733 -1.44588'/>
2708                 <fieldValue name='rotationvalue='-72.34032 0 -19.10164 1.22315'/>
2709                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2710                 <fieldValue name='ballRadiusvalue='0.02'/>
2711                 <fieldValue name='traceEnabledvalue='false'/>
2712                 <fieldValue name='displayMode'/>
2713                 <fieldValue name='transparencyvalue='0'/>
2714            </ProtoInstance>
2715            <ProtoInstance name='Arc'>
2716                 <fieldValue name='cylinderHeightvalue='0.87222'/>
2717                 <fieldValue name='cylinderTranslationvalue='0.47508 1.76797 -0.57970'/>
2718                 <fieldValue name='coneTranslationvalue='0.26891 1.74723 -0.39723'/>
2719                 <fieldValue name='rotationvalue='57.64363 -0.00000 65.12984 1.64597'/>
2720                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2721                 <fieldValue name='ballRadiusvalue='0.02'/>
2722                 <fieldValue name='traceEnabledvalue='false'/>
2723                 <fieldValue name='displayMode'/>
2724                 <fieldValue name='transparencyvalue='0'/>
2725            </ProtoInstance>
2726            <ProtoInstance name='Arc'>
2727                 <fieldValue name='cylinderHeightvalue='0.76003'/>
2728                 <fieldValue name='cylinderTranslationvalue='0.97813 2.04910 -1.09431'/>
2729                 <fieldValue name='coneTranslationvalue='1.08083 2.19290 -1.22539'/>
2730                 <fieldValue name='rotationvalue='-45.27848 0 -35.47905 0.85848'/>
2731                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2732                 <fieldValue name='ballRadiusvalue='0.02'/>
2733                 <fieldValue name='traceEnabledvalue='false'/>
2734                 <fieldValue name='displayMode'/>
2735                 <fieldValue name='transparencyvalue='0'/>
2736            </ProtoInstance>
2737            <ProtoInstance name='Arc'>
2738                 <fieldValue name='cylinderHeightvalue='0.46950'/>
2739                 <fieldValue name='cylinderTranslationvalue='1.08096 2.05919 -1.80810'/>
2740                 <fieldValue name='coneTranslationvalue='1.05255 2.06322 -1.73907'/>
2741                 <fieldValue name='rotationvalue='43.35400 -0.00000 17.84124 1.51688'/>
2742                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2743                 <fieldValue name='ballRadiusvalue='0.02'/>
2744                 <fieldValue name='traceEnabledvalue='false'/>
2745                 <fieldValue name='displayMode'/>
2746                 <fieldValue name='transparencyvalue='0'/>
2747            </ProtoInstance>
2748            <ProtoInstance name='Arc'>
2749                 <fieldValue name='cylinderHeightvalue='0.34596'/>
2750                 <fieldValue name='cylinderTranslationvalue='-2.63948 0.07881 -0.87691'/>
2751                 <fieldValue name='coneTranslationvalue='-2.64809 0.07819 -0.86721'/>
2752                 <fieldValue name='rotationvalue='25.84710 -0.00000 22.93593 1.61898'/>
2753                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2754                 <fieldValue name='ballRadiusvalue='0.02'/>
2755                 <fieldValue name='traceEnabledvalue='false'/>
2756                 <fieldValue name='displayMode'/>
2757                 <fieldValue name='transparencyvalue='0'/>
2758            </ProtoInstance>
2759            <ProtoInstance name='Arc'>
2760                 <fieldValue name='cylinderHeightvalue='0.28407'/>
2761                 <fieldValue name='cylinderTranslationvalue='0.13224 -1.01836 -2.28188'/>
2762                 <fieldValue name='coneTranslationvalue='0.14448 -1.03038 -2.28720'/>
2763                 <fieldValue name='rotationvalue='8.41333 -0.00000 19.36292 0.83784'/>
2764                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2765                 <fieldValue name='ballRadiusvalue='0.02'/>
2766                 <fieldValue name='traceEnabledvalue='false'/>
2767                 <fieldValue name='displayMode'/>
2768                 <fieldValue name='transparencyvalue='0'/>
2769            </ProtoInstance>
2770            <ProtoInstance name='Arc'>
2771                 <fieldValue name='cylinderHeightvalue='0.35965'/>
2772                 <fieldValue name='cylinderTranslationvalue='-2.47741 -0.38973 -0.88335'/>
2773                 <fieldValue name='coneTranslationvalue='-2.47206 -0.37345 -0.89331'/>
2774                 <fieldValue name='rotationvalue='-18.06462 0 -9.70800 0.60676'/>
2775                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2776                 <fieldValue name='ballRadiusvalue='0.02'/>
2777                 <fieldValue name='traceEnabledvalue='false'/>
2778                 <fieldValue name='displayMode'/>
2779                 <fieldValue name='transparencyvalue='0'/>
2780            </ProtoInstance>
2781            <ProtoInstance name='Arc'>
2782                 <fieldValue name='cylinderHeightvalue='0.39884'/>
2783                 <fieldValue name='cylinderTranslationvalue='1.41657 1.28616 1.59217'/>
2784                 <fieldValue name='coneTranslationvalue='1.41139 1.28649 1.55309'/>
2785                 <fieldValue name='rotationvalue='-39.53790 0 5.23517 1.56238'/>
2786                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2787                 <fieldValue name='ballRadiusvalue='0.02'/>
2788                 <fieldValue name='traceEnabledvalue='false'/>
2789                 <fieldValue name='displayMode'/>
2790                 <fieldValue name='transparencyvalue='0'/>
2791            </ProtoInstance>
2792            <ProtoInstance name='Arc'>
2793                 <fieldValue name='cylinderHeightvalue='0.23648'/>
2794                 <fieldValue name='cylinderTranslationvalue='1.35431 1.34376 1.84130'/>
2795                 <fieldValue name='coneTranslationvalue='1.38554 1.32283 1.82313'/>
2796                 <fieldValue name='rotationvalue='10.28827 -0.00000 17.68662 1.04562'/>
2797                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2798                 <fieldValue name='ballRadiusvalue='0.02'/>
2799                 <fieldValue name='traceEnabledvalue='false'/>
2800                 <fieldValue name='displayMode'/>
2801                 <fieldValue name='transparencyvalue='0'/>
2802            </ProtoInstance>
2803            <ProtoInstance name='Arc'>
2804                 <fieldValue name='cylinderHeightvalue='0.24258'/>
2805                 <fieldValue name='cylinderTranslationvalue='0.80854 2.63241 -1.72951'/>
2806                 <fieldValue name='coneTranslationvalue='0.80265 2.67021 -1.72354'/>
2807                 <fieldValue name='rotationvalue='-3.73878 0 -3.68798 2.92337'/>
2808                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2809                 <fieldValue name='ballRadiusvalue='0.02'/>
2810                 <fieldValue name='traceEnabledvalue='false'/>
2811                 <fieldValue name='displayMode'/>
2812                 <fieldValue name='transparencyvalue='0'/>
2813            </ProtoInstance>
2814            <ProtoInstance name='Arc'>
2815                 <fieldValue name='cylinderHeightvalue='0.23376'/>
2816                 <fieldValue name='cylinderTranslationvalue='1.05502 1.15964 2.12203'/>
2817                 <fieldValue name='coneTranslationvalue='1.01703 1.17976 2.12528'/>
2818                 <fieldValue name='rotationvalue='-1.75810 0 -20.59987 2.05631'/>
2819                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2820                 <fieldValue name='ballRadiusvalue='0.02'/>
2821                 <fieldValue name='traceEnabledvalue='false'/>
2822                 <fieldValue name='displayMode'/>
2823                 <fieldValue name='transparencyvalue='0'/>
2824            </ProtoInstance>
2825            <ProtoInstance name='Arc'>
2826                 <fieldValue name='cylinderHeightvalue='0.56551'/>
2827                 <fieldValue name='cylinderTranslationvalue='0.69587 1.32737 2.09177'/>
2828                 <fieldValue name='coneTranslationvalue='0.58467 1.37651 2.07481'/>
2829                 <fieldValue name='rotationvalue='-7.81164 0 51.23024 1.15893'/>
2830                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2831                 <fieldValue name='ballRadiusvalue='0.02'/>
2832                 <fieldValue name='traceEnabledvalue='false'/>
2833                 <fieldValue name='displayMode'/>
2834                 <fieldValue name='transparencyvalue='0'/>
2835            </ProtoInstance>
2836            <ProtoInstance name='Arc'>
2837                 <fieldValue name='cylinderHeightvalue='0.37999'/>
2838                 <fieldValue name='cylinderTranslationvalue='-2.58108 -0.17491 -0.82865'/>
2839                 <fieldValue name='coneTranslationvalue='-2.56719 -0.15859 -0.84964'/>
2840                 <fieldValue name='rotationvalue='-26.59231 0 -17.59251 0.99562'/>
2841                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2842                 <fieldValue name='ballRadiusvalue='0.02'/>
2843                 <fieldValue name='traceEnabledvalue='false'/>
2844                 <fieldValue name='displayMode'/>
2845                 <fieldValue name='transparencyvalue='0'/>
2846            </ProtoInstance>
2847            <ProtoInstance name='Arc'>
2848                 <fieldValue name='cylinderHeightvalue='0.58640'/>
2849                 <fieldValue name='cylinderTranslationvalue='2.23288 -1.40281 0.11863'/>
2850                 <fieldValue name='coneTranslationvalue='2.25202 -1.52271 0.06386'/>
2851                 <fieldValue name='rotationvalue='-24.11292 0 -8.42423 2.69091'/>
2852                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2853                 <fieldValue name='ballRadiusvalue='0.02'/>
2854                 <fieldValue name='traceEnabledvalue='false'/>
2855                 <fieldValue name='displayMode'/>
2856                 <fieldValue name='transparencyvalue='0'/>
2857            </ProtoInstance>
2858            <ProtoInstance name='Arc'>
2859                 <fieldValue name='cylinderHeightvalue='0.94441'/>
2860                 <fieldValue name='cylinderTranslationvalue='0.56967 1.49348 1.26167'/>
2861                 <fieldValue name='coneTranslationvalue='0.35297 1.49175 1.03693'/>
2862                 <fieldValue name='rotationvalue='-67.98464 0 65.55023 1.57634'/>
2863                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2864                 <fieldValue name='ballRadiusvalue='0.02'/>
2865                 <fieldValue name='traceEnabledvalue='false'/>
2866                 <fieldValue name='displayMode'/>
2867                 <fieldValue name='transparencyvalue='0'/>
2868            </ProtoInstance>
2869            <ProtoInstance name='Arc'>
2870                 <fieldValue name='cylinderHeightvalue='0.47874'/>
2871                 <fieldValue name='cylinderTranslationvalue='1.08165 1.44957 1.74717'/>
2872                 <fieldValue name='coneTranslationvalue='1.14273 1.43415 1.79544'/>
2873                 <fieldValue name='rotationvalue='29.11481 0 -36.84586 1.76642'/>
2874                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2875                 <fieldValue name='ballRadiusvalue='0.02'/>
2876                 <fieldValue name='traceEnabledvalue='false'/>
2877                 <fieldValue name='displayMode'/>
2878                 <fieldValue name='transparencyvalue='0'/>
2879            </ProtoInstance>
2880            <ProtoInstance name='Arc'>
2881                 <fieldValue name='cylinderHeightvalue='0.33458'/>
2882                 <fieldValue name='cylinderTranslationvalue='1.60785 1.18220 1.99957'/>
2883                 <fieldValue name='coneTranslationvalue='1.60114 1.18155 1.99678'/>
2884                 <fieldValue name='rotationvalue='-12.79597 0 30.77068 1.66001'/>
2885                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2886                 <fieldValue name='ballRadiusvalue='0.02'/>
2887                 <fieldValue name='traceEnabledvalue='false'/>
2888                 <fieldValue name='displayMode'/>
2889                 <fieldValue name='transparencyvalue='0'/>
2890            </ProtoInstance>
2891            <ProtoInstance name='Arc'>
2892                 <fieldValue name='cylinderHeightvalue='0.00000'/>
2893                 <fieldValue name='cylinderTranslationvalue='2.56944 -0.67935 0.93319'/>
2894                 <fieldValue name='coneTranslationvalue='2.45142 -0.76976 0.99234'/>
2895                 <fieldValue name='rotationvalue='-0.00004 0 -0.00008 0.97032'/>
2896                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2897                 <fieldValue name='ballRadiusvalue='0.02'/>
2898                 <fieldValue name='traceEnabledvalue='false'/>
2899                 <fieldValue name='displayMode'/>
2900                 <fieldValue name='transparencyvalue='0'/>
2901            </ProtoInstance>
2902            <ProtoInstance name='Arc'>
2903                 <fieldValue name='cylinderHeightvalue='0.20813'/>
2904                 <fieldValue name='cylinderTranslationvalue='-2.28480 -0.13329 -1.35180'/>
2905                 <fieldValue name='coneTranslationvalue='-2.29808 -0.08112 -1.36696'/>
2906                 <fieldValue name='rotationvalue='5.64463 0 -4.94402 2.77276'/>
2907                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2908                 <fieldValue name='ballRadiusvalue='0.02'/>
2909                 <fieldValue name='traceEnabledvalue='false'/>
2910                 <fieldValue name='displayMode'/>
2911                 <fieldValue name='transparencyvalue='0'/>
2912            </ProtoInstance>
2913            <ProtoInstance name='Arc'>
2914                 <fieldValue name='cylinderHeightvalue='0.67319'/>
2915                 <fieldValue name='cylinderTranslationvalue='1.22565 1.54836 1.67756'/>
2916                 <fieldValue name='coneTranslationvalue='1.09589 1.46080 1.59582'/>
2917                 <fieldValue name='rotationvalue='-31.16158 0 49.46337 2.08959'/>
2918                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2919                 <fieldValue name='ballRadiusvalue='0.02'/>
2920                 <fieldValue name='traceEnabledvalue='false'/>
2921                 <fieldValue name='displayMode'/>
2922                 <fieldValue name='transparencyvalue='0'/>
2923            </ProtoInstance>
2924            <ProtoInstance name='Arc'>
2925                 <fieldValue name='cylinderHeightvalue='0.90982'/>
2926                 <fieldValue name='cylinderTranslationvalue='1.81710 0.28771 1.10864'/>
2927                 <fieldValue name='coneTranslationvalue='2.03572 0.09337 1.07117'/>
2928                 <fieldValue name='rotationvalue='-11.55984 0 -67.44831 2.29027'/>
2929                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2930                 <fieldValue name='ballRadiusvalue='0.02'/>
2931                 <fieldValue name='traceEnabledvalue='false'/>
2932                 <fieldValue name='displayMode'/>
2933                 <fieldValue name='transparencyvalue='0'/>
2934            </ProtoInstance>
2935            <ProtoInstance name='Arc'>
2936                 <fieldValue name='cylinderHeightvalue='1.55192'/>
2937                 <fieldValue name='cylinderTranslationvalue='0.86089 1.03918 1.04409'/>
2938                 <fieldValue name='coneTranslationvalue='0.36954 1.39773 0.94697'/>
2939                 <fieldValue name='rotationvalue='-24.46897 0 123.79414 0.94949'/>
2940                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2941                 <fieldValue name='ballRadiusvalue='0.02'/>
2942                 <fieldValue name='traceEnabledvalue='false'/>
2943                 <fieldValue name='displayMode'/>
2944                 <fieldValue name='transparencyvalue='0'/>
2945            </ProtoInstance>
2946            <ProtoInstance name='Arc'>
2947                 <fieldValue name='cylinderHeightvalue='0.71319'/>
2948                 <fieldValue name='cylinderTranslationvalue='-1.32107 1.06795 -0.20918'/>
2949                 <fieldValue name='coneTranslationvalue='-1.39848 0.95973 -0.35391'/>
2950                 <fieldValue name='rotationvalue='-52.50290 0 28.08124 2.15373'/>
2951                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2952                 <fieldValue name='ballRadiusvalue='0.02'/>
2953                 <fieldValue name='traceEnabledvalue='false'/>
2954                 <fieldValue name='displayMode'/>
2955                 <fieldValue name='transparencyvalue='0'/>
2956            </ProtoInstance>
2957            <ProtoInstance name='Arc'>
2958                 <fieldValue name='cylinderHeightvalue='0.33253'/>
2959                 <fieldValue name='cylinderTranslationvalue='0.67849 2.16663 -2.09265'/>
2960                 <fieldValue name='coneTranslationvalue='0.68116 2.16923 -2.08762'/>
2961                 <fieldValue name='rotationvalue='26.72666 0 -14.17626 1.14278'/>
2962                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2963                 <fieldValue name='ballRadiusvalue='0.02'/>
2964                 <fieldValue name='traceEnabledvalue='false'/>
2965                 <fieldValue name='displayMode'/>
2966                 <fieldValue name='transparencyvalue='0'/>
2967            </ProtoInstance>
2968            <ProtoInstance name='Arc'>
2969                 <fieldValue name='cylinderHeightvalue='0.59858'/>
2970                 <fieldValue name='cylinderTranslationvalue='1.01499 0.87102 -0.51585'/>
2971                 <fieldValue name='coneTranslationvalue='0.93117 0.93150 -0.42247'/>
2972                 <fieldValue name='rotationvalue='40.12564 -0.00000 36.02116 1.12167'/>
2973                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2974                 <fieldValue name='ballRadiusvalue='0.02'/>
2975                 <fieldValue name='traceEnabledvalue='false'/>
2976                 <fieldValue name='displayMode'/>
2977                 <fieldValue name='transparencyvalue='0'/>
2978            </ProtoInstance>
2979            <ProtoInstance name='Arc'>
2980                 <fieldValue name='cylinderHeightvalue='0.74456'/>
2981                 <fieldValue name='cylinderTranslationvalue='-0.19213 1.87903 -0.25617'/>
2982                 <fieldValue name='coneTranslationvalue='0.00264 1.79702 -0.27631'/>
2983                 <fieldValue name='rotationvalue='-7.06310 0 -68.31208 1.96742'/>
2984                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2985                 <fieldValue name='ballRadiusvalue='0.02'/>
2986                 <fieldValue name='traceEnabledvalue='false'/>
2987                 <fieldValue name='displayMode'/>
2988                 <fieldValue name='transparencyvalue='0'/>
2989            </ProtoInstance>
2990            <ProtoInstance name='Arc'>
2991                 <fieldValue name='cylinderHeightvalue='0.41574'/>
2992                 <fieldValue name='cylinderTranslationvalue='-0.71603 2.06929 -0.13251'/>
2993                 <fieldValue name='coneTranslationvalue='-0.75802 2.07998 -0.11217'/>
2994                 <fieldValue name='rotationvalue='17.66896 -0.00000 36.46824 1.34549'/>
2995                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2996                 <fieldValue name='ballRadiusvalue='0.02'/>
2997                 <fieldValue name='traceEnabledvalue='false'/>
2998                 <fieldValue name='displayMode'/>
2999                 <fieldValue name='transparencyvalue='0'/>
3000            </ProtoInstance>
3001            <ProtoInstance name='Arc'>
3002                 <fieldValue name='cylinderHeightvalue='0.55052'/>
3003                 <fieldValue name='cylinderTranslationvalue='-0.69215 0.18143 1.22093'/>
3004                 <fieldValue name='coneTranslationvalue='-0.60683 0.21859 1.15293'/>
3005                 <fieldValue name='rotationvalue='-32.48013 0 -40.75241 1.24253'/>
3006                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3007                 <fieldValue name='ballRadiusvalue='0.02'/>
3008                 <fieldValue name='traceEnabledvalue='false'/>
3009                 <fieldValue name='displayMode'/>
3010                 <fieldValue name='transparencyvalue='0'/>
3011            </ProtoInstance>
3012            <ProtoInstance name='Arc'>
3013                 <fieldValue name='cylinderHeightvalue='1.24104'/>
3014                 <fieldValue name='cylinderTranslationvalue='0.19567 1.61304 0.31513'/>
3015                 <fieldValue name='coneTranslationvalue='0.22999 1.52237 0.76533'/>
3016                 <fieldValue name='rotationvalue='121.32327 0 -9.24797 1.76898'/>
3017                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3018                 <fieldValue name='ballRadiusvalue='0.02'/>
3019                 <fieldValue name='traceEnabledvalue='false'/>
3020                 <fieldValue name='displayMode'/>
3021                 <fieldValue name='transparencyvalue='0'/>
3022            </ProtoInstance>
3023            <ProtoInstance name='Arc'>
3024                 <fieldValue name='cylinderHeightvalue='0.97462'/>
3025                 <fieldValue name='cylinderTranslationvalue='0.25084 2.00921 -0.68150'/>
3026                 <fieldValue name='coneTranslationvalue='0.31895 2.19325 -0.94347'/>
3027                 <fieldValue name='rotationvalue='-78.00357 0 -20.28132 0.97367'/>
3028                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3029                 <fieldValue name='ballRadiusvalue='0.02'/>
3030                 <fieldValue name='traceEnabledvalue='false'/>
3031                 <fieldValue name='displayMode'/>
3032                 <fieldValue name='transparencyvalue='0'/>
3033            </ProtoInstance>
3034            <ProtoInstance name='Arc'>
3035                 <fieldValue name='cylinderHeightvalue='0.49187'/>
3036                 <fieldValue name='cylinderTranslationvalue='1.44786 0.83364 -0.06564'/>
3037                 <fieldValue name='coneTranslationvalue='1.38561 0.83208 -0.00642'/>
3038                 <fieldValue name='rotationvalue='33.89575 -0.00000 35.63242 1.58892'/>
3039                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3040                 <fieldValue name='ballRadiusvalue='0.02'/>
3041                 <fieldValue name='traceEnabledvalue='false'/>
3042                 <fieldValue name='displayMode'/>
3043                 <fieldValue name='transparencyvalue='0'/>
3044            </ProtoInstance>
3045            <ProtoInstance name='Arc'>
3046                 <fieldValue name='cylinderHeightvalue='0.15834'/>
3047                 <fieldValue name='cylinderTranslationvalue='-0.44773 -2.66802 0.69607'/>
3048                 <fieldValue name='coneTranslationvalue='-0.46814 -2.68067 0.61889'/>
3049                 <fieldValue name='rotationvalue='15.11922 0 -3.99900 1.41359'/>
3050                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3051                 <fieldValue name='ballRadiusvalue='0.02'/>
3052                 <fieldValue name='traceEnabledvalue='false'/>
3053                 <fieldValue name='displayMode'/>
3054                 <fieldValue name='transparencyvalue='0'/>
3055            </ProtoInstance>
3056            <ProtoInstance name='Arc'>
3057                 <fieldValue name='cylinderHeightvalue='0.16713'/>
3058                 <fieldValue name='cylinderTranslationvalue='-0.45210 -2.69346 0.53942'/>
3059                 <fieldValue name='coneTranslationvalue='-0.46639 -2.68153 0.61356'/>
3060                 <fieldValue name='rotationvalue='-16.20953 0 -3.12579 1.72756'/>
3061                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3062                 <fieldValue name='ballRadiusvalue='0.02'/>
3063                 <fieldValue name='traceEnabledvalue='false'/>
3064                 <fieldValue name='displayMode'/>
3065                 <fieldValue name='transparencyvalue='0'/>
3066            </ProtoInstance>
3067            <ProtoInstance name='Arc'>
3068                 <fieldValue name='cylinderHeightvalue='0.68801'/>
3069                 <fieldValue name='cylinderTranslationvalue='-1.36334 1.16718 -0.32551'/>
3070                 <fieldValue name='coneTranslationvalue='-1.31085 1.32526 -0.24732'/>
3071                 <fieldValue name='rotationvalue='29.23628 0 -19.62765 0.53730'/>
3072                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3073                 <fieldValue name='ballRadiusvalue='0.02'/>
3074                 <fieldValue name='traceEnabledvalue='false'/>
3075                 <fieldValue name='displayMode'/>
3076                 <fieldValue name='transparencyvalue='0'/>
3077            </ProtoInstance>
3078            <ProtoInstance name='Arc'>
3079                 <fieldValue name='cylinderHeightvalue='0.88233'/>
3080                 <fieldValue name='cylinderTranslationvalue='-1.78282 0.68492 -0.70939'/>
3081                 <fieldValue name='coneTranslationvalue='-1.98762 0.56591 -0.86088'/>
3082                 <fieldValue name='rotationvalue='-47.53938 0 64.26812 2.00785'/>
3083                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3084                 <fieldValue name='ballRadiusvalue='0.02'/>
3085                 <fieldValue name='traceEnabledvalue='false'/>
3086                 <fieldValue name='displayMode'/>
3087                 <fieldValue name='transparencyvalue='0'/>
3088            </ProtoInstance>
3089            <ProtoInstance name='Arc'>
3090                 <fieldValue name='cylinderHeightvalue='1.12475'/>
3091                 <fieldValue name='cylinderTranslationvalue='0.67651 0.62977 -0.70688'/>
3092                 <fieldValue name='coneTranslationvalue='0.78982 0.89536 -0.42665'/>
3093                 <fieldValue name='rotationvalue='78.33172 0 -31.67546 0.84991'/>
3094                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3095                 <fieldValue name='ballRadiusvalue='0.02'/>
3096                 <fieldValue name='traceEnabledvalue='false'/>
3097                 <fieldValue name='displayMode'/>
3098                 <fieldValue name='transparencyvalue='0'/>
3099            </ProtoInstance>
3100            <ProtoInstance name='Arc'>
3101                 <fieldValue name='cylinderHeightvalue='0.56369'/>
3102                 <fieldValue name='cylinderTranslationvalue='-1.47001 -0.42685 -1.68519'/>
3103                 <fieldValue name='coneTranslationvalue='-1.34848 -0.43541 -1.68312'/>
3104                 <fieldValue name='rotationvalue='0.95479 0 -56.22207 1.64106'/>
3105                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3106                 <fieldValue name='ballRadiusvalue='0.02'/>
3107                 <fieldValue name='traceEnabledvalue='false'/>
3108                 <fieldValue name='displayMode'/>
3109                 <fieldValue name='transparencyvalue='0'/>
3110            </ProtoInstance>
3111            <ProtoInstance name='Arc'>
3112                 <fieldValue name='cylinderHeightvalue='0.00000'/>
3113                 <fieldValue name='cylinderTranslationvalue='1.39988 2.23006 -1.85155'/>
3114                 <fieldValue name='coneTranslationvalue='1.39654 2.36672 -1.76840'/>
3115                 <fieldValue name='rotationvalue='-0.00018 0 -0.00001 2.59464'/>
3116                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3117                 <fieldValue name='ballRadiusvalue='0.02'/>
3118                 <fieldValue name='traceEnabledvalue='false'/>
3119                 <fieldValue name='displayMode'/>
3120                 <fieldValue name='transparencyvalue='0'/>
3121            </ProtoInstance>
3122            <ProtoInstance name='Arc'>
3123                 <fieldValue name='cylinderHeightvalue='0.29854'/>
3124                 <fieldValue name='cylinderTranslationvalue='0.85810 1.12755 -0.23959'/>
3125                 <fieldValue name='coneTranslationvalue='0.85644 1.11845 -0.24503'/>
3126                 <fieldValue name='rotationvalue='15.12577 0 -4.64426 0.55859'/>
3127                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3128                 <fieldValue name='ballRadiusvalue='0.02'/>
3129                 <fieldValue name='traceEnabledvalue='false'/>
3130                 <fieldValue name='displayMode'/>
3131                 <fieldValue name='transparencyvalue='0'/>
3132            </ProtoInstance>
3133            <ProtoInstance name='Arc'>
3134                 <fieldValue name='cylinderHeightvalue='0.62784'/>
3135                 <fieldValue name='cylinderTranslationvalue='1.05229 0.91507 -0.10569'/>
3136                 <fieldValue name='coneTranslationvalue='1.15889 0.87296 -0.00295'/>
3137                 <fieldValue name='rotationvalue='41.90606 0 -43.48162 1.84795'/>
3138                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3139                 <fieldValue name='ballRadiusvalue='0.02'/>
3140                 <fieldValue name='traceEnabledvalue='false'/>
3141                 <fieldValue name='displayMode'/>
3142                 <fieldValue name='transparencyvalue='0'/>
3143            </ProtoInstance>
3144            <ProtoInstance name='Arc'>
3145                 <fieldValue name='cylinderHeightvalue='0.07338'/>
3146                 <fieldValue name='cylinderTranslationvalue='1.18508 1.08349 2.10111'/>
3147                 <fieldValue name='coneTranslationvalue='1.09413 1.15609 2.14188'/>
3148                 <fieldValue name='rotationvalue='-2.42597 0 -5.41228 2.20031'/>
3149                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3150                 <fieldValue name='ballRadiusvalue='0.02'/>
3151                 <fieldValue name='traceEnabledvalue='false'/>
3152                 <fieldValue name='displayMode'/>
3153                 <fieldValue name='transparencyvalue='0'/>
3154            </ProtoInstance>
3155            <ProtoInstance name='Arc'>
3156                 <fieldValue name='cylinderHeightvalue='0.69720'/>
3157                 <fieldValue name='cylinderTranslationvalue='-0.49496 1.66456 -0.10536'/>
3158                 <fieldValue name='coneTranslationvalue='-0.64279 1.75105 -0.18433'/>
3159                 <fieldValue name='rotationvalue='-29.19101 0 54.64764 1.09435'/>
3160                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3161                 <fieldValue name='ballRadiusvalue='0.02'/>
3162                 <fieldValue name='traceEnabledvalue='false'/>
3163                 <fieldValue name='displayMode'/>
3164                 <fieldValue name='transparencyvalue='0'/>
3165            </ProtoInstance>
3166            <ProtoInstance name='Arc'>
3167                 <fieldValue name='cylinderHeightvalue='0.63316'/>
3168                 <fieldValue name='cylinderTranslationvalue='-0.06863 1.41664 0.30334'/>
3169                 <fieldValue name='coneTranslationvalue='0.00709 1.37310 0.43329'/>
3170                 <fieldValue name='rotationvalue='52.54913 0 -30.61821 1.85260'/>
3171                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3172                 <fieldValue name='ballRadiusvalue='0.02'/>
3173                 <fieldValue name='traceEnabledvalue='false'/>
3174                 <fieldValue name='displayMode'/>
3175                 <fieldValue name='transparencyvalue='0'/>
3176            </ProtoInstance>
3177            <ProtoInstance name='Arc'>
3178                 <fieldValue name='cylinderHeightvalue='0.69720'/>
3179                 <fieldValue name='cylinderTranslationvalue='-0.49496 1.66455 -0.10536'/>
3180                 <fieldValue name='coneTranslationvalue='-0.64279 1.75105 -0.18433'/>
3181                 <fieldValue name='rotationvalue='-29.19107 0 54.64771 1.09436'/>
3182                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3183                 <fieldValue name='ballRadiusvalue='0.02'/>
3184                 <fieldValue name='traceEnabledvalue='false'/>
3185                 <fieldValue name='displayMode'/>
3186                 <fieldValue name='transparencyvalue='0'/>
3187            </ProtoInstance>
3188            <ProtoInstance name='Arc'>
3189                 <fieldValue name='cylinderHeightvalue='0.90541'/>
3190                 <fieldValue name='cylinderTranslationvalue='0.16875 1.48302 -0.18745'/>
3191                 <fieldValue name='coneTranslationvalue='0.42122 1.46901 -0.33489'/>
3192                 <fieldValue name='rotationvalue='-45.60851 0 -78.09463 1.61867'/>
3193                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3194                 <fieldValue name='ballRadiusvalue='0.02'/>
3195                 <fieldValue name='traceEnabledvalue='false'/>
3196                 <fieldValue name='displayMode'/>
3197                 <fieldValue name='transparencyvalue='0'/>
3198            </ProtoInstance>
3199            <ProtoInstance name='Arc'>
3200                 <fieldValue name='cylinderHeightvalue='0.37936'/>
3201                 <fieldValue name='cylinderTranslationvalue='1.01504 1.57080 0.22144'/>
3202                 <fieldValue name='coneTranslationvalue='0.98962 1.57652 0.23565'/>
3203                 <fieldValue name='rotationvalue='18.16705 -0.00000 32.49087 1.37690'/>
3204                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3205                 <fieldValue name='ballRadiusvalue='0.02'/>
3206                 <fieldValue name='traceEnabledvalue='false'/>
3207                 <fieldValue name='displayMode'/>
3208                 <fieldValue name='transparencyvalue='0'/>
3209            </ProtoInstance>
3210            <ProtoInstance name='Arc'>
3211                 <fieldValue name='cylinderHeightvalue='0.50167'/>
3212                 <fieldValue name='cylinderTranslationvalue='1.15371 1.43463 0.35958'/>
3213                 <fieldValue name='coneTranslationvalue='1.14510 1.39856 0.44249'/>
3214                 <fieldValue name='rotationvalue='45.79445 -0.00000 4.75742 1.97920'/>
3215                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3216                 <fieldValue name='ballRadiusvalue='0.02'/>
3217                 <fieldValue name='traceEnabledvalue='false'/>
3218                 <fieldValue name='displayMode'/>
3219                 <fieldValue name='transparencyvalue='0'/>
3220            </ProtoInstance>
3221            <ProtoInstance name='Arc'>
3222                 <fieldValue name='cylinderHeightvalue='0.05494'/>
3223                 <fieldValue name='cylinderTranslationvalue='1.32508 0.95523 2.01137'/>
3224                 <fieldValue name='coneTranslationvalue='1.22292 1.03905 2.02149'/>
3225                 <fieldValue name='rotationvalue='-0.41976 0 -4.23502 2.25548'/>
3226                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3227                 <fieldValue name='ballRadiusvalue='0.02'/>
3228                 <fieldValue name='traceEnabledvalue='false'/>
3229                 <fieldValue name='displayMode'/>
3230                 <fieldValue name='transparencyvalue='0'/>
3231            </ProtoInstance>
3232            <ProtoInstance name='Arc'>
3233                 <fieldValue name='cylinderHeightvalue='0.87060'/>
3234                 <fieldValue name='cylinderTranslationvalue='0.54725 1.54911 0.61701'/>
3235                 <fieldValue name='coneTranslationvalue='0.35414 1.51227 0.80974'/>
3236                 <fieldValue name='rotationvalue='60.94716 -0.00000 61.06734 1.70499'/>
3237                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3238                 <fieldValue name='ballRadiusvalue='0.02'/>
3239                 <fieldValue name='traceEnabledvalue='false'/>
3240                 <fieldValue name='displayMode'/>
3241                 <fieldValue name='transparencyvalue='0'/>
3242            </ProtoInstance>
3243            <ProtoInstance name='Arc'>
3244                 <fieldValue name='cylinderHeightvalue='0.05905'/>
3245                 <fieldValue name='cylinderTranslationvalue='-0.36278 2.02880 2.39124'/>
3246                 <fieldValue name='coneTranslationvalue='-0.46439 2.06855 2.31970'/>
3247                 <fieldValue name='rotationvalue='3.23747 0 -4.59878 1.88040'/>
3248                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3249                 <fieldValue name='ballRadiusvalue='0.02'/>
3250                 <fieldValue name='traceEnabledvalue='false'/>
3251                 <fieldValue name='displayMode'/>
3252                 <fieldValue name='transparencyvalue='0'/>
3253            </ProtoInstance>
3254            <ProtoInstance name='Arc'>
3255                 <fieldValue name='cylinderHeightvalue='0.12369'/>
3256                 <fieldValue name='cylinderTranslationvalue='-0.43944 2.04775 2.34597'/>
3257                 <fieldValue name='coneTranslationvalue='-0.35426 2.03195 2.39212'/>
3258                 <fieldValue name='rotationvalue='-5.81545 0 10.73304 1.40908'/>
3259                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3260                 <fieldValue name='ballRadiusvalue='0.02'/>
3261                 <fieldValue name='traceEnabledvalue='false'/>
3262                 <fieldValue name='displayMode'/>
3263                 <fieldValue name='transparencyvalue='0'/>
3264            </ProtoInstance>
3265            <ProtoInstance name='Arc'>
3266                 <fieldValue name='cylinderHeightvalue='0.59548'/>
3267                 <fieldValue name='cylinderTranslationvalue='-0.68596 2.25241 0.35153'/>
3268                 <fieldValue name='coneTranslationvalue='-0.61645 2.13513 0.37118'/>
3269                 <fieldValue name='rotationvalue='8.49416 0 -30.05354 2.58951'/>
3270                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3271                 <fieldValue name='ballRadiusvalue='0.02'/>
3272                 <fieldValue name='traceEnabledvalue='false'/>
3273                 <fieldValue name='displayMode'/>
3274                 <fieldValue name='transparencyvalue='0'/>
3275            </ProtoInstance>
3276            <ProtoInstance name='Arc'>
3277                 <fieldValue name='cylinderHeightvalue='0.24765'/>
3278                 <fieldValue name='cylinderTranslationvalue='-0.03172 -2.72437 0.58159'/>
3279                 <fieldValue name='coneTranslationvalue='0.00443 -2.72565 0.58117'/>
3280                 <fieldValue name='rotationvalue='0.28322 -0.00000 24.74762 1.53528'/>
3281                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3282                 <fieldValue name='ballRadiusvalue='0.02'/>
3283                 <fieldValue name='traceEnabledvalue='false'/>
3284                 <fieldValue name='displayMode'/>
3285                 <fieldValue name='transparencyvalue='0'/>
3286            </ProtoInstance>
3287            <ProtoInstance name='Arc'>
3288                 <fieldValue name='cylinderHeightvalue='0.42726'/>
3289                 <fieldValue name='cylinderTranslationvalue='-1.42475 1.60405 -0.19372'/>
3290                 <fieldValue name='coneTranslationvalue='-1.46481 1.63953 -0.19733'/>
3291                 <fieldValue name='rotationvalue='-2.87810 0 31.91050 0.84789'/>
3292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3293                 <fieldValue name='ballRadiusvalue='0.02'/>
3294                 <fieldValue name='traceEnabledvalue='false'/>
3295                 <fieldValue name='displayMode'/>
3296                 <fieldValue name='transparencyvalue='0'/>
3297            </ProtoInstance>
3298            <ProtoInstance name='Arc'>
3299                 <fieldValue name='cylinderHeightvalue='0.00000'/>
3300                 <fieldValue name='cylinderTranslationvalue='0.85879 1.82033 -2.26929'/>
3301                 <fieldValue name='coneTranslationvalue='0.70585 1.85384 -2.30224'/>
3302                 <fieldValue name='rotationvalue='0.00003 0 -0.00014 1.78178'/>
3303                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3304                 <fieldValue name='ballRadiusvalue='0.02'/>
3305                 <fieldValue name='traceEnabledvalue='false'/>
3306                 <fieldValue name='displayMode'/>
3307                 <fieldValue name='transparencyvalue='0'/>
3308            </ProtoInstance>
3309            <ProtoInstance name='Arc'>
3310                 <fieldValue name='cylinderHeightvalue='0.34165'/>
3311                 <fieldValue name='cylinderTranslationvalue='1.46662 0.86299 2.10459'/>
3312                 <fieldValue name='coneTranslationvalue='1.45900 0.86774 2.09855'/>
3313                 <fieldValue name='rotationvalue='-19.06531 0 24.07358 1.11713'/>
3314                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3315                 <fieldValue name='ballRadiusvalue='0.02'/>
3316                 <fieldValue name='traceEnabledvalue='false'/>
3317                 <fieldValue name='displayMode'/>
3318                 <fieldValue name='transparencyvalue='0'/>
3319            </ProtoInstance>
3320            <ProtoInstance name='Arc'>
3321                 <fieldValue name='cylinderHeightvalue='0.23882'/>
3322                 <fieldValue name='cylinderTranslationvalue='0.83751 2.62996 -1.72174'/>
3323                 <fieldValue name='coneTranslationvalue='0.84109 2.66938 -1.71275'/>
3324                 <fieldValue name='rotationvalue='-5.29226 0 2.10605 2.90077'/>
3325                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3326                 <fieldValue name='ballRadiusvalue='0.02'/>
3327                 <fieldValue name='traceEnabledvalue='false'/>
3328                 <fieldValue name='displayMode'/>
3329                 <fieldValue name='transparencyvalue='0'/>
3330            </ProtoInstance>
3331            <ProtoInstance name='Arc'>
3332                 <fieldValue name='cylinderHeightvalue='0.72708'/>
3333                 <fieldValue name='cylinderTranslationvalue='0.35881 1.12199 1.89738'/>
3334                 <fieldValue name='coneTranslationvalue='0.31351 0.94363 1.81042'/>
3335                 <fieldValue name='rotationvalue='-31.06503 0 16.18198 2.63894'/>
3336                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3337                 <fieldValue name='ballRadiusvalue='0.02'/>
3338                 <fieldValue name='traceEnabledvalue='false'/>
3339                 <fieldValue name='displayMode'/>
3340                 <fieldValue name='transparencyvalue='0'/>
3341            </ProtoInstance>
3342            <ProtoInstance name='Arc'>
3343                 <fieldValue name='cylinderHeightvalue='0.84742'/>
3344                 <fieldValue name='cylinderTranslationvalue='-0.33828 1.30584 0.58341'/>
3345                 <fieldValue name='coneTranslationvalue='-0.07517 1.32001 0.57263'/>
3346                 <fieldValue name='rotationvalue='-3.46408 0 -84.54865 1.51703'/>
3347                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3348                 <fieldValue name='ballRadiusvalue='0.02'/>
3349                 <fieldValue name='traceEnabledvalue='false'/>
3350                 <fieldValue name='displayMode'/>
3351                 <fieldValue name='transparencyvalue='0'/>
3352            </ProtoInstance>
3353            <ProtoInstance name='Arc'>
3354                 <fieldValue name='cylinderHeightvalue='0.25285'/>
3355                 <fieldValue name='cylinderTranslationvalue='1.90911 -1.94215 -0.64816'/>
3356                 <fieldValue name='coneTranslationvalue='1.89573 -1.94249 -0.67895'/>
3357                 <fieldValue name='rotationvalue='23.19023 0 -10.07275 1.56075'/>
3358                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3359                 <fieldValue name='ballRadiusvalue='0.02'/>
3360                 <fieldValue name='traceEnabledvalue='false'/>
3361                 <fieldValue name='displayMode'/>
3362                 <fieldValue name='transparencyvalue='0'/>
3363            </ProtoInstance>
3364            <ProtoInstance name='Arc'>
3365                 <fieldValue name='cylinderHeightvalue='0.41640'/>
3366                 <fieldValue name='cylinderTranslationvalue='1.32921 1.61716 -0.30702'/>
3367                 <fieldValue name='coneTranslationvalue='1.29045 1.59187 -0.29354'/>
3368                 <fieldValue name='rotationvalue='11.64956 -0.00000 33.47959 2.12312'/>
3369                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3370                 <fieldValue name='ballRadiusvalue='0.02'/>
3371                 <fieldValue name='traceEnabledvalue='false'/>
3372                 <fieldValue name='displayMode'/>
3373                 <fieldValue name='transparencyvalue='0'/>
3374            </ProtoInstance>
3375            <ProtoInstance name='Arc'>
3376                 <fieldValue name='cylinderHeightvalue='0.27565'/>
3377                 <fieldValue name='cylinderTranslationvalue='1.78945 -2.09584 -0.48013'/>
3378                 <fieldValue name='coneTranslationvalue='1.80560 -2.08672 -0.46797'/>
3379                 <fieldValue name='rotationvalue='-15.10829 0 20.07721 1.99459'/>
3380                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3381                 <fieldValue name='ballRadiusvalue='0.02'/>
3382                 <fieldValue name='traceEnabledvalue='false'/>
3383                 <fieldValue name='displayMode'/>
3384                 <fieldValue name='transparencyvalue='0'/>
3385            </ProtoInstance>
3386            <ProtoInstance name='Arc'>
3387                 <fieldValue name='cylinderHeightvalue='0.10857'/>
3388                 <fieldValue name='cylinderTranslationvalue='1.92039 -2.01598 -0.36617'/>
3389                 <fieldValue name='coneTranslationvalue='1.86089 -2.06113 -0.44099'/>
3390                 <fieldValue name='rotationvalue='7.68344 0 -6.11017 1.12956'/>
3391                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3392                 <fieldValue name='ballRadiusvalue='0.02'/>
3393                 <fieldValue name='traceEnabledvalue='false'/>
3394                 <fieldValue name='displayMode'/>
3395                 <fieldValue name='transparencyvalue='0'/>
3396            </ProtoInstance>
3397            <ProtoInstance name='Arc'>
3398                 <fieldValue name='cylinderHeightvalue='0.37637'/>
3399                 <fieldValue name='cylinderTranslationvalue='2.29301 -0.12521 0.99267'/>
3400                 <fieldValue name='coneTranslationvalue='2.27224 -0.10826 1.00138'/>
3401                 <fieldValue name='rotationvalue='11.63336 -0.00000 27.73347 0.92575'/>
3402                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3403                 <fieldValue name='ballRadiusvalue='0.02'/>
3404                 <fieldValue name='traceEnabledvalue='false'/>
3405                 <fieldValue name='displayMode'/>
3406                 <fieldValue name='transparencyvalue='0'/>
3407            </ProtoInstance>
3408            <ProtoInstance name='Arc'>
3409                 <fieldValue name='cylinderHeightvalue='0.26337'/>
3410                 <fieldValue name='cylinderTranslationvalue='0.79464 1.24994 -0.06493'/>
3411                 <fieldValue name='coneTranslationvalue='0.77600 1.24904 -0.04363'/>
3412                 <fieldValue name='rotationvalue='-19.80694 0 -17.33774 1.53892'/>
3413                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3414                 <fieldValue name='ballRadiusvalue='0.02'/>
3415                 <fieldValue name='traceEnabledvalue='false'/>
3416                 <fieldValue name='displayMode'/>
3417                 <fieldValue name='transparencyvalue='0'/>
3418            </ProtoInstance>
3419            <ProtoInstance name='Arc'>
3420                 <fieldValue name='cylinderHeightvalue='0.78096'/>
3421                 <fieldValue name='cylinderTranslationvalue='0.45408 1.03493 0.24287'/>
3422                 <fieldValue name='coneTranslationvalue='0.30423 0.91049 0.36610'/>
3423                 <fieldValue name='rotationvalue='41.75338 -0.00000 50.77410 2.14109'/>
3424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3425                 <fieldValue name='ballRadiusvalue='0.02'/>
3426                 <fieldValue name='traceEnabledvalue='false'/>
3427                 <fieldValue name='displayMode'/>
3428                 <fieldValue name='transparencyvalue='0'/>
3429            </ProtoInstance>
3430            <ProtoInstance name='Arc'>
3431                 <fieldValue name='cylinderHeightvalue='0.59561'/>
3432                 <fieldValue name='cylinderTranslationvalue='0.93488 1.37683 -0.10733'/>
3433                 <fieldValue name='coneTranslationvalue='1.03989 1.43749 -0.17278'/>
3434                 <fieldValue name='rotationvalue='-28.28804 0 -45.38604 1.11499'/>
3435                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3436                 <fieldValue name='ballRadiusvalue='0.02'/>
3437                 <fieldValue name='traceEnabledvalue='false'/>
3438                 <fieldValue name='displayMode'/>
3439                 <fieldValue name='transparencyvalue='0'/>
3440            </ProtoInstance>
3441            <ProtoInstance name='Arc'>
3442                 <fieldValue name='cylinderHeightvalue='0.82377'/>
3443                 <fieldValue name='cylinderTranslationvalue='0.39621 1.28717 0.30010'/>
3444                 <fieldValue name='coneTranslationvalue='0.20556 1.31251 0.46276'/>
3445                 <fieldValue name='rotationvalue='53.19775 -0.00000 62.34871 1.47003'/>
3446                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3447                 <fieldValue name='ballRadiusvalue='0.02'/>
3448                 <fieldValue name='traceEnabledvalue='false'/>
3449                 <fieldValue name='displayMode'/>
3450                 <fieldValue name='transparencyvalue='0'/>
3451            </ProtoInstance>
3452            <ProtoInstance name='Arc'>
3453                 <fieldValue name='cylinderHeightvalue='0.05350'/>
3454                 <fieldValue name='cylinderTranslationvalue='-0.20934 2.19600 2.31660'/>
3455                 <fieldValue name='coneTranslationvalue='-0.18736 2.28247 2.21763'/>
3456                 <fieldValue name='rotationvalue='3.97363 -0.00000 0.88270 2.27700'/>
3457                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3458                 <fieldValue name='ballRadiusvalue='0.02'/>
3459                 <fieldValue name='traceEnabledvalue='false'/>
3460                 <fieldValue name='displayMode'/>
3461                 <fieldValue name='transparencyvalue='0'/>
3462            </ProtoInstance>
3463            <ProtoInstance name='Arc'>
3464                 <fieldValue name='cylinderHeightvalue='0.14633'/>
3465                 <fieldValue name='cylinderTranslationvalue='-0.17849 2.22138 2.22898'/>
3466                 <fieldValue name='coneTranslationvalue='-0.20987 2.21186 2.30939'/>
3467                 <fieldValue name='rotationvalue='-13.54961 0 -5.28762 1.46088'/>
3468                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3469                 <fieldValue name='ballRadiusvalue='0.02'/>
3470                 <fieldValue name='traceEnabledvalue='false'/>
3471                 <fieldValue name='displayMode'/>
3472                 <fieldValue name='transparencyvalue='0'/>
3473            </ProtoInstance>
3474            <ProtoInstance name='Arc'>
3475                 <fieldValue name='cylinderHeightvalue='0.93883'/>
3476                 <fieldValue name='cylinderTranslationvalue='-0.12350 0.56119 1.71859'/>
3477                 <fieldValue name='coneTranslationvalue='0.14108 0.72086 1.73406'/>
3478                 <fieldValue name='rotationvalue='4.69424 0 -80.28043 1.02859'/>
3479                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3480                 <fieldValue name='ballRadiusvalue='0.02'/>
3481                 <fieldValue name='traceEnabledvalue='false'/>
3482                 <fieldValue name='displayMode'/>
3483                 <fieldValue name='transparencyvalue='0'/>
3484            </ProtoInstance>
3485            <ProtoInstance name='Arc'>
3486                 <fieldValue name='cylinderHeightvalue='0.09247'/>
3487                 <fieldValue name='cylinderTranslationvalue='-1.09645 1.88788 -0.16848'/>
3488                 <fieldValue name='coneTranslationvalue='-1.18001 1.87725 -0.09202'/>
3489                 <fieldValue name='rotationvalue='-6.21494 0 -6.79287 1.47718'/>
3490                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3491                 <fieldValue name='ballRadiusvalue='0.02'/>
3492                 <fieldValue name='traceEnabledvalue='false'/>
3493                 <fieldValue name='displayMode'/>
3494                 <fieldValue name='transparencyvalue='0'/>
3495            </ProtoInstance>
3496            <ProtoInstance name='Arc'>
3497                 <fieldValue name='cylinderHeightvalue='0.30280'/>
3498                 <fieldValue name='cylinderTranslationvalue='0.01693 -1.11094 -2.22367'/>
3499                 <fieldValue name='coneTranslationvalue='0.01538 -1.10249 -2.22318'/>
3500                 <fieldValue name='rotationvalue='-1.71674 0 -5.46356 2.95131'/>
3501                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3502                 <fieldValue name='ballRadiusvalue='0.02'/>
3503                 <fieldValue name='traceEnabledvalue='false'/>
3504                 <fieldValue name='displayMode'/>
3505                 <fieldValue name='transparencyvalue='0'/>
3506            </ProtoInstance>
3507            <ProtoInstance name='Arc'>
3508                 <fieldValue name='cylinderHeightvalue='0.06501'/>
3509                 <fieldValue name='cylinderTranslationvalue='0.01252 -0.94280 -2.22745'/>
3510                 <fieldValue name='coneTranslationvalue='-0.07732 -1.01917 -2.17895'/>
3511                 <fieldValue name='rotationvalue='-2.47263 0 -4.58073 0.92851'/>
3512                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3513                 <fieldValue name='ballRadiusvalue='0.02'/>
3514                 <fieldValue name='traceEnabledvalue='false'/>
3515                 <fieldValue name='displayMode'/>
3516                 <fieldValue name='transparencyvalue='0'/>
3517            </ProtoInstance>
3518            <ProtoInstance name='Arc'>
3519                 <fieldValue name='cylinderHeightvalue='0.15486'/>
3520                 <fieldValue name='cylinderTranslationvalue='-0.37663 -2.64663 0.82913'/>
3521                 <fieldValue name='coneTranslationvalue='-0.43113 -2.65622 0.76785'/>
3522                 <fieldValue name='rotationvalue='11.49365 0 -10.22103 1.45439'/>
3523                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3524                 <fieldValue name='ballRadiusvalue='0.02'/>
3525                 <fieldValue name='traceEnabledvalue='false'/>
3526                 <fieldValue name='displayMode'/>
3527                 <fieldValue name='transparencyvalue='0'/>
3528            </ProtoInstance>
3529            <ProtoInstance name='Arc'>
3530                 <fieldValue name='cylinderHeightvalue='0.30639'/>
3531                 <fieldValue name='cylinderTranslationvalue='-0.91534 1.85832 -0.22543'/>
3532                 <fieldValue name='coneTranslationvalue='-0.90880 1.85681 -0.22658'/>
3533                 <fieldValue name='rotationvalue='5.17665 -0.00000 29.42845 1.34775'/>
3534                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3535                 <fieldValue name='ballRadiusvalue='0.02'/>
3536                 <fieldValue name='traceEnabledvalue='false'/>
3537                 <fieldValue name='displayMode'/>
3538                 <fieldValue name='transparencyvalue='0'/>
3539            </ProtoInstance>
3540            <ProtoInstance name='Arc'>
3541                 <fieldValue name='cylinderHeightvalue='0.29165'/>
3542                 <fieldValue name='cylinderTranslationvalue='-0.23088 -2.61081 0.99425'/>
3543                 <fieldValue name='coneTranslationvalue='-0.24008 -2.61341 0.98379'/>
3544                 <fieldValue name='rotationvalue='21.52980 0 -18.92876 1.38576'/>
3545                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3546                 <fieldValue name='ballRadiusvalue='0.02'/>
3547                 <fieldValue name='traceEnabledvalue='false'/>
3548                 <fieldValue name='displayMode'/>
3549                 <fieldValue name='transparencyvalue='0'/>
3550            </ProtoInstance>
3551            <ProtoInstance name='Arc'>
3552                 <fieldValue name='cylinderHeightvalue='0.31438'/>
3553                 <fieldValue name='cylinderTranslationvalue='1.83349 -2.09694 -0.31953'/>
3554                 <fieldValue name='coneTranslationvalue='1.83139 -2.09881 -0.31939'/>
3555                 <fieldValue name='rotationvalue='-1.64364 0 -23.49016 0.84657'/>
3556                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3557                 <fieldValue name='ballRadiusvalue='0.02'/>
3558                 <fieldValue name='traceEnabledvalue='false'/>
3559                 <fieldValue name='displayMode'/>
3560                 <fieldValue name='transparencyvalue='0'/>
3561            </ProtoInstance>
3562            <ProtoInstance name='Arc'>
3563                 <fieldValue name='cylinderHeightvalue='0.25134'/>
3564                 <fieldValue name='cylinderTranslationvalue='-0.06483 -2.73540 0.49732'/>
3565                 <fieldValue name='coneTranslationvalue='-0.04007 -2.73961 0.47392'/>
3566                 <fieldValue name='rotationvalue='17.13575 -0.00000 18.12587 1.44773'/>
3567                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3568                 <fieldValue name='ballRadiusvalue='0.02'/>
3569                 <fieldValue name='traceEnabledvalue='false'/>
3570                 <fieldValue name='displayMode'/>
3571                 <fieldValue name='transparencyvalue='0'/>
3572            </ProtoInstance>
3573            <ProtoInstance name='Arc'>
3574                 <fieldValue name='cylinderHeightvalue='0.67318'/>
3575                 <fieldValue name='cylinderTranslationvalue='1.22562 1.54838 1.67758'/>
3576                 <fieldValue name='coneTranslationvalue='1.09588 1.46081 1.59583'/>
3577                 <fieldValue name='rotationvalue='-31.16638 0 49.45765 2.08964'/>
3578                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3579                 <fieldValue name='ballRadiusvalue='0.02'/>
3580                 <fieldValue name='traceEnabledvalue='false'/>
3581                 <fieldValue name='displayMode'/>
3582                 <fieldValue name='transparencyvalue='0'/>
3583            </ProtoInstance>
3584            <ProtoInstance name='Arc'>
3585                 <fieldValue name='cylinderHeightvalue='0.53185'/>
3586                 <fieldValue name='cylinderTranslationvalue='1.19536 1.38243 0.33520'/>
3587                 <fieldValue name='coneTranslationvalue='1.16929 1.36355 0.43612'/>
3588                 <fieldValue name='rotationvalue='50.66942 -0.00000 13.08719 1.75007'/>
3589                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3590                 <fieldValue name='ballRadiusvalue='0.02'/>
3591                 <fieldValue name='traceEnabledvalue='false'/>
3592                 <fieldValue name='displayMode'/>
3593                 <fieldValue name='transparencyvalue='0'/>
3594            </ProtoInstance>
3595            <ProtoInstance name='Arc'>
3596                 <fieldValue name='cylinderHeightvalue='0.38620'/>
3597                 <fieldValue name='cylinderTranslationvalue='-2.23334 -0.42031 -1.34577'/>
3598                 <fieldValue name='coneTranslationvalue='-2.23792 -0.38775 -1.34197'/>
3599                 <fieldValue name='rotationvalue='4.43968 -0.00000 5.34765 0.18095'/>
3600                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3601                 <fieldValue name='ballRadiusvalue='0.02'/>
3602                 <fieldValue name='traceEnabledvalue='false'/>
3603                 <fieldValue name='displayMode'/>
3604                 <fieldValue name='transparencyvalue='0'/>
3605            </ProtoInstance>
3606            <ProtoInstance name='Arc'>
3607                 <fieldValue name='cylinderHeightvalue='0.59546'/>
3608                 <fieldValue name='cylinderTranslationvalue='-0.71182 2.18727 0.54233'/>
3609                 <fieldValue name='coneTranslationvalue='-0.80064 2.29211 0.53277'/>
3610                 <fieldValue name='rotationvalue='-4.13371 0 38.39745 0.70570'/>
3611                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3612                 <fieldValue name='ballRadiusvalue='0.02'/>
3613                 <fieldValue name='traceEnabledvalue='false'/>
3614                 <fieldValue name='displayMode'/>
3615                 <fieldValue name='transparencyvalue='0'/>
3616            </ProtoInstance>
3617            <ProtoInstance name='Arc'>
3618                 <fieldValue name='cylinderHeightvalue='0.96419'/>
3619                 <fieldValue name='cylinderTranslationvalue='-0.13896 1.72576 0.74237'/>
3620                 <fieldValue name='coneTranslationvalue='0.11551 1.56882 0.86222'/>
3621                 <fieldValue name='rotationvalue='35.87487 0 -76.17523 2.07972'/>
3622                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3623                 <fieldValue name='ballRadiusvalue='0.02'/>
3624                 <fieldValue name='traceEnabledvalue='false'/>
3625                 <fieldValue name='displayMode'/>
3626                 <fieldValue name='transparencyvalue='0'/>
3627            </ProtoInstance>
3628            <ProtoInstance name='Arc'>
3629                 <fieldValue name='cylinderHeightvalue='0.49681'/>
3630                 <fieldValue name='cylinderTranslationvalue='-2.30288 0.54589 -1.08829'/>
3631                 <fieldValue name='coneTranslationvalue='-2.23216 0.52892 -1.03804'/>
3632                 <fieldValue name='rotationvalue='28.24151 0 -39.74404 1.76404'/>
3633                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3634                 <fieldValue name='ballRadiusvalue='0.02'/>
3635                 <fieldValue name='traceEnabledvalue='false'/>
3636                 <fieldValue name='displayMode'/>
3637                 <fieldValue name='transparencyvalue='0'/>
3638            </ProtoInstance>
3639            <ProtoInstance name='Arc'>
3640                 <fieldValue name='cylinderHeightvalue='1.07207'/>
3641                 <fieldValue name='cylinderTranslationvalue='-0.14409 0.54714 0.75509'/>
3642                 <fieldValue name='coneTranslationvalue='-0.38562 0.35284 0.96796'/>
3643                 <fieldValue name='rotationvalue='60.68902 -0.00000 68.85998 2.11379'/>
3644                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3645                 <fieldValue name='ballRadiusvalue='0.02'/>
3646                 <fieldValue name='traceEnabledvalue='false'/>
3647                 <fieldValue name='displayMode'/>
3648                 <fieldValue name='transparencyvalue='0'/>
3649            </ProtoInstance>
3650            <ProtoInstance name='Arc'>
3651                 <fieldValue name='cylinderHeightvalue='0.03223'/>
3652                 <fieldValue name='cylinderTranslationvalue='-0.21229 2.16686 2.34737'/>
3653                 <fieldValue name='coneTranslationvalue='-0.22536 2.27202 2.25003'/>
3654                 <fieldValue name='rotationvalue='2.18029 0 -0.29273 2.39033'/>
3655                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3656                 <fieldValue name='ballRadiusvalue='0.02'/>
3657                 <fieldValue name='traceEnabledvalue='false'/>
3658                 <fieldValue name='displayMode'/>
3659                 <fieldValue name='transparencyvalue='0'/>
3660            </ProtoInstance>
3661            <ProtoInstance name='Arc'>
3662                 <fieldValue name='cylinderHeightvalue='1.30962'/>
3663                 <fieldValue name='cylinderTranslationvalue='0.53140 1.35504 1.04392'/>
3664                 <fieldValue name='coneTranslationvalue='0.86913 1.37501 1.40500'/>
3665                 <fieldValue name='rotationvalue='95.56676 0 -89.38706 1.53042'/>
3666                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3667                 <fieldValue name='ballRadiusvalue='0.02'/>
3668                 <fieldValue name='traceEnabledvalue='false'/>
3669                 <fieldValue name='displayMode'/>
3670                 <fieldValue name='transparencyvalue='0'/>
3671            </ProtoInstance>
3672            <ProtoInstance name='Arc'>
3673                 <fieldValue name='cylinderHeightvalue='0.92925'/>
3674                 <fieldValue name='cylinderTranslationvalue='-0.22562 1.66375 0.48004'/>
3675                 <fieldValue name='coneTranslationvalue='-0.42892 1.88349 0.42363'/>
3676                 <fieldValue name='rotationvalue='-17.20806 0 62.01576 0.76507'/>
3677                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3678                 <fieldValue name='ballRadiusvalue='0.02'/>
3679                 <fieldValue name='traceEnabledvalue='false'/>
3680                 <fieldValue name='displayMode'/>
3681                 <fieldValue name='transparencyvalue='0'/>
3682            </ProtoInstance>
3683            <ProtoInstance name='Arc'>
3684                 <fieldValue name='cylinderHeightvalue='1.01758'/>
3685                 <fieldValue name='cylinderTranslationvalue='0.10726 1.73577 1.34690'/>
3686                 <fieldValue name='coneTranslationvalue='0.19957 1.56788 1.05545'/>
3687                 <fieldValue name='rotationvalue='-85.03124 0 -26.93039 2.07299'/>
3688                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3689                 <fieldValue name='ballRadiusvalue='0.02'/>
3690                 <fieldValue name='traceEnabledvalue='false'/>
3691                 <fieldValue name='displayMode'/>
3692                 <fieldValue name='transparencyvalue='0'/>
3693            </ProtoInstance>
3694            <ProtoInstance name='Arc'>
3695                 <fieldValue name='cylinderHeightvalue='0.47840'/>
3696                 <fieldValue name='cylinderTranslationvalue='-0.08972 2.10504 1.96665'/>
3697                 <fieldValue name='coneTranslationvalue='-0.11036 2.14622 2.03107'/>
3698                 <fieldValue name='rotationvalue='38.91730 -0.00000 12.46647 1.02403'/>
3699                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3700                 <fieldValue name='ballRadiusvalue='0.02'/>
3701                 <fieldValue name='traceEnabledvalue='false'/>
3702                 <fieldValue name='displayMode'/>
3703                 <fieldValue name='transparencyvalue='0'/>
3704            </ProtoInstance>
3705            <ProtoInstance name='Arc'>
3706                 <fieldValue name='cylinderHeightvalue='0.30207'/>
3707                 <fieldValue name='cylinderTranslationvalue='-0.40964 -2.71888 0.31026'/>
3708                 <fieldValue name='coneTranslationvalue='-0.40805 -2.71961 0.30147'/>
3709                 <fieldValue name='rotationvalue='29.62413 -0.00000 5.36471 1.48879'/>
3710                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3711                 <fieldValue name='ballRadiusvalue='0.02'/>
3712                 <fieldValue name='traceEnabledvalue='false'/>
3713                 <fieldValue name='displayMode'/>
3714                 <fieldValue name='transparencyvalue='0'/>
3715            </ProtoInstance>
3716            <ProtoInstance name='Arc'>
3717                 <fieldValue name='cylinderHeightvalue='0.61332'/>
3718                 <fieldValue name='cylinderTranslationvalue='0.76515 1.40726 -0.63619'/>
3719                 <fieldValue name='coneTranslationvalue='0.66667 1.43313 -0.53064'/>
3720                 <fieldValue name='rotationvalue='44.14059 -0.00000 41.18457 1.39347'/>
3721                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3722                 <fieldValue name='ballRadiusvalue='0.02'/>
3723                 <fieldValue name='traceEnabledvalue='false'/>
3724                 <fieldValue name='displayMode'/>
3725                 <fieldValue name='transparencyvalue='0'/>
3726            </ProtoInstance>
3727            <ProtoInstance name='Arc'>
3728                 <fieldValue name='cylinderHeightvalue='0.00001'/>
3729                 <fieldValue name='cylinderTranslationvalue='-0.95319 -2.47438 0.88025'/>
3730                 <fieldValue name='coneTranslationvalue='-1.01558 -2.50293 0.73572'/>
3731                 <fieldValue name='rotationvalue='0.00074 0 -0.00032 1.39142'/>
3732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3733                 <fieldValue name='ballRadiusvalue='0.02'/>
3734                 <fieldValue name='traceEnabledvalue='false'/>
3735                 <fieldValue name='displayMode'/>
3736                 <fieldValue name='transparencyvalue='0'/>
3737            </ProtoInstance>
3738            <ProtoInstance name='Arc'>
3739                 <fieldValue name='cylinderHeightvalue='0.98939'/>
3740                 <fieldValue name='cylinderTranslationvalue='1.66417 0.53758 0.16776'/>
3741                 <fieldValue name='coneTranslationvalue='1.39728 0.73487 0.12451'/>
3742                 <fieldValue name='rotationvalue='-12.78420 0 78.89447 0.94042'/>
3743                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3744                 <fieldValue name='ballRadiusvalue='0.02'/>
3745                 <fieldValue name='traceEnabledvalue='false'/>
3746                 <fieldValue name='displayMode'/>
3747                 <fieldValue name='transparencyvalue='0'/>
3748            </ProtoInstance>
3749            <ProtoInstance name='Arc'>
3750                 <fieldValue name='cylinderHeightvalue='0.36015'/>
3751                 <fieldValue name='cylinderTranslationvalue='-2.18720 -0.22094 -1.52412'/>
3752                 <fieldValue name='coneTranslationvalue='-2.18141 -0.23627 -1.53571'/>
3753                 <fieldValue name='rotationvalue='-20.80349 0 -10.39381 2.43963'/>
3754                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3755                 <fieldValue name='ballRadiusvalue='0.02'/>
3756                 <fieldValue name='traceEnabledvalue='false'/>
3757                 <fieldValue name='displayMode'/>
3758                 <fieldValue name='transparencyvalue='0'/>
3759            </ProtoInstance>
3760            <ProtoInstance name='Arc'>
3761                 <fieldValue name='cylinderHeightvalue='0.84829'/>
3762                 <fieldValue name='cylinderTranslationvalue='1.26016 1.31143 0.99151'/>
3763                 <fieldValue name='coneTranslationvalue='1.17905 1.32612 0.74056'/>
3764                 <fieldValue name='rotationvalue='-80.59303 0 26.04675 1.51515'/>
3765                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3766                 <fieldValue name='ballRadiusvalue='0.02'/>
3767                 <fieldValue name='traceEnabledvalue='false'/>
3768                 <fieldValue name='displayMode'/>
3769                 <fieldValue name='transparencyvalue='0'/>
3770            </ProtoInstance>
3771            <ProtoInstance name='Arc'>
3772                 <fieldValue name='cylinderHeightvalue='0.35506'/>
3773                 <fieldValue name='cylinderTranslationvalue='-1.23570 2.17658 -0.00830'/>
3774                 <fieldValue name='coneTranslationvalue='-1.22508 2.16371 -0.00295'/>
3775                 <fieldValue name='rotationvalue='10.82905 0 -21.52046 2.39586'/>
3776                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3777                 <fieldValue name='ballRadiusvalue='0.02'/>
3778                 <fieldValue name='traceEnabledvalue='false'/>
3779                 <fieldValue name='displayMode'/>
3780                 <fieldValue name='transparencyvalue='0'/>
3781            </ProtoInstance>
3782            <ProtoInstance name='Vertex'>
3783                 <fieldValue name='vertexTextvalue='"2010-02-20-ARMY.MIL-DEFENSEMEDIAACTIVITY"'/>
3784                 <fieldValue name='descriptionvalue='1: 2010-02-20-ARMY.MIL-DEFENSEMEDIAACTIVITY'/>
3785                 <fieldValue name='url'/>
3786                 <fieldValue name='radiusvalue='0.1500'/>
3787                 <fieldValue name='displayMode'/>
3788                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3789                 <fieldValue name='transparencyvalue='0'/>
3790                 <fieldValue name='translationvalue='-2.13149 0.08951 -1.06094'/>
3791                 <fieldValue name='textTranslationvalue='-1.98149 0.08951 -1.06094'/>
3792                 <fieldValue name='textColorvalue='0 0 0'/>
3793            </ProtoInstance>
3794            <ProtoInstance name='Vertex'>
3795                 <fieldValue name='vertexTextvalue='"2010-02-20-FACEBOOK.COM-PAGES"'/>
3796                 <fieldValue name='descriptionvalue='2: 2010-02-20-FACEBOOK.COM-PAGES'/>
3797                 <fieldValue name='url'/>
3798                 <fieldValue name='radiusvalue='0.1500'/>
3799                 <fieldValue name='displayMode'/>
3800                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
3801                 <fieldValue name='transparencyvalue='0'/>
3802                 <fieldValue name='translationvalue='-0.04119 -0.70165 -1.96938'/>
3803                 <fieldValue name='textTranslationvalue='0.10881 -0.70165 -1.96938'/>
3804                 <fieldValue name='textColorvalue='0 0 0'/>
3805            </ProtoInstance>
3806            <ProtoInstance name='Vertex'>
3807                 <fieldValue name='vertexTextvalue='"2010-02-20-FUTURE.STATE.GOV"'/>
3808                 <fieldValue name='descriptionvalue='3: 2010-02-20-FUTURE.STATE.GOV'/>
3809                 <fieldValue name='url'/>
3810                 <fieldValue name='radiusvalue='0.1500'/>
3811                 <fieldValue name='displayMode'/>
3812                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
3813                 <fieldValue name='transparencyvalue='0'/>
3814                 <fieldValue name='translationvalue='1.00018 1.15239 1.63918'/>
3815                 <fieldValue name='textTranslationvalue='1.15018 1.15239 1.63918'/>
3816                 <fieldValue name='textColorvalue='0 0 0'/>
3817            </ProtoInstance>
3818            <ProtoInstance name='Vertex'>
3819                 <fieldValue name='vertexTextvalue='"2010-02-20-MARINES.MIL-UNIT"'/>
3820                 <fieldValue name='descriptionvalue='4: 2010-02-20-MARINES.MIL-UNIT'/>
3821                 <fieldValue name='url'/>
3822                 <fieldValue name='radiusvalue='0.1500'/>
3823                 <fieldValue name='displayMode'/>
3824                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
3825                 <fieldValue name='transparencyvalue='0'/>
3826                 <fieldValue name='translationvalue='-0.42674 -2.64813 0.68292'/>
3827                 <fieldValue name='textTranslationvalue='-0.27674 -2.64813 0.68292'/>
3828                 <fieldValue name='textColorvalue='0 0 0'/>
3829            </ProtoInstance>
3830            <ProtoInstance name='Vertex'>
3831                 <fieldValue name='vertexTextvalue='"2010-02-20-OCHAONLINE.UN.ORG"'/>
3832                 <fieldValue name='descriptionvalue='5: 2010-02-20-OCHAONLINE.UN.ORG'/>
3833                 <fieldValue name='url'/>
3834                 <fieldValue name='radiusvalue='0.1500'/>
3835                 <fieldValue name='displayMode'/>
3836                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
3837                 <fieldValue name='transparencyvalue='0'/>
3838                 <fieldValue name='translationvalue='2.12266 -0.08404 0.79785'/>
3839                 <fieldValue name='textTranslationvalue='2.27266 -0.08404 0.79785'/>
3840                 <fieldValue name='textColorvalue='0 0 0'/>
3841            </ProtoInstance>
3842            <ProtoInstance name='Vertex'>
3843                 <fieldValue name='vertexTextvalue='"2010-02-20-OXFAM.ORG-EN"'/>
3844                 <fieldValue name='descriptionvalue='6: 2010-02-20-OXFAM.ORG-EN'/>
3845                 <fieldValue name='url'/>
3846                 <fieldValue name='radiusvalue='0.1500'/>
3847                 <fieldValue name='displayMode'/>
3848                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3849                 <fieldValue name='transparencyvalue='0'/>
3850                 <fieldValue name='translationvalue='-0.13023 1.82126 2.07143'/>
3851                 <fieldValue name='textTranslationvalue='0.01977 1.82126 2.07143'/>
3852                 <fieldValue name='textColorvalue='0 0 0'/>
3853            </ProtoInstance>
3854            <ProtoInstance name='Vertex'>
3855                 <fieldValue name='vertexTextvalue='"2010-02-20-RELIEFWEB.INT-RW"'/>
3856                 <fieldValue name='descriptionvalue='7: 2010-02-20-RELIEFWEB.INT-RW'/>
3857                 <fieldValue name='url'/>
3858                 <fieldValue name='radiusvalue='0.1500'/>
3859                 <fieldValue name='displayMode'/>
3860                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
3861                 <fieldValue name='transparencyvalue='0'/>
3862                 <fieldValue name='translationvalue='0.77333 2.13745 -1.57426'/>
3863                 <fieldValue name='textTranslationvalue='0.92333 2.13745 -1.57426'/>
3864                 <fieldValue name='textColorvalue='0 0 0'/>
3865            </ProtoInstance>
3866            <ProtoInstance name='Vertex'>
3867                 <fieldValue name='vertexTextvalue='"2010-02-20-TWITTER.COM-JTFHAITI"'/>
3868                 <fieldValue name='descriptionvalue='8: 2010-02-20-TWITTER.COM-JTFHAITI'/>
3869                 <fieldValue name='url'/>
3870                 <fieldValue name='radiusvalue='0.1500'/>
3871                 <fieldValue name='displayMode'/>
3872                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
3873                 <fieldValue name='transparencyvalue='0'/>
3874                 <fieldValue name='translationvalue='1.97563 -1.88279 -0.31302'/>
3875                 <fieldValue name='textTranslationvalue='2.12563 -1.88279 -0.31302'/>
3876                 <fieldValue name='textColorvalue='0 0 0'/>
3877            </ProtoInstance>
3878            <ProtoInstance name='Vertex'>
3879                 <fieldValue name='vertexTextvalue='"2010-02-20-UN.ORG-EN"'/>
3880                 <fieldValue name='descriptionvalue='9: 2010-02-20-UN.ORG-EN'/>
3881                 <fieldValue name='url'/>
3882                 <fieldValue name='radiusvalue='0.1500'/>
3883                 <fieldValue name='displayMode'/>
3884                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
3885                 <fieldValue name='transparencyvalue='0'/>
3886                 <fieldValue name='translationvalue='0.78685 1.26448 -0.05286'/>
3887                 <fieldValue name='textTranslationvalue='0.93685 1.26448 -0.05286'/>
3888                 <fieldValue name='textColorvalue='0 0 0'/>
3889            </ProtoInstance>
3890            <ProtoInstance name='Vertex'>
3891                 <fieldValue name='vertexTextvalue='"2010-02-20-WFP.ORG-PHOTOS"'/>
3892                 <fieldValue name='descriptionvalue='10: 2010-02-20-WFP.ORG-PHOTOS'/>
3893                 <fieldValue name='url'/>
3894                 <fieldValue name='radiusvalue='0.1500'/>
3895                 <fieldValue name='displayMode'/>
3896                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
3897                 <fieldValue name='transparencyvalue='0'/>
3898                 <fieldValue name='translationvalue='-0.68721 0.52808 1.21738'/>
3899                 <fieldValue name='textTranslationvalue='-0.53721 0.52808 1.21738'/>
3900                 <fieldValue name='textColorvalue='0 0 0'/>
3901            </ProtoInstance>
3902            <ProtoInstance name='Vertex'>
3903                 <fieldValue name='vertexTextvalue='"2010-02-20-WFP.ORG-STORIES"'/>
3904                 <fieldValue name='descriptionvalue='11: 2010-02-20-WFP.ORG-STORIES'/>
3905                 <fieldValue name='url'/>
3906                 <fieldValue name='radiusvalue='0.1500'/>
3907                 <fieldValue name='displayMode'/>
3908                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
3909                 <fieldValue name='transparencyvalue='0'/>
3910                 <fieldValue name='translationvalue='-0.68442 1.65239 0.13491'/>
3911                 <fieldValue name='textTranslationvalue='-0.53442 1.65239 0.13491'/>
3912                 <fieldValue name='textColorvalue='0 0 0'/>
3913            </ProtoInstance>
3914            <ProtoInstance name='Vertex'>
3915                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-20.simple" '/>
3916                 <fieldValue name='descriptionvalue='12: Haiti/2010-02-20/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-20.simple'/>
3917                 <fieldValue name='url'/>
3918                 <fieldValue name='radiusvalue='0.1500'/>
3919                 <fieldValue name='displayMode'/>
3920                 <fieldValue name='diffuseColorvalue='0.5020 0.5020 0.5020'/>
3921                 <fieldValue name='transparencyvalue='0'/>
3922                 <fieldValue name='translationvalue='-0.48189 0.24555 -2.75511'/>
3923                 <fieldValue name='textTranslationvalue='-0.33189 0.24555 -2.75511'/>
3924                 <fieldValue name='textColorvalue='0 0 0'/>
3925            </ProtoInstance>
3926            <ProtoInstance name='Vertex'>
3927                 <fieldValue name='vertexTextvalue='"action"'/>
3928                 <fieldValue name='descriptionvalue='13: action'/>
3929                 <fieldValue name='url'/>
3930                 <fieldValue name='radiusvalue='0.1500'/>
3931                 <fieldValue name='displayMode'/>
3932                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
3933                 <fieldValue name='transparencyvalue='0'/>
3934                 <fieldValue name='translationvalue='-1.09806 0.19207 1.51396'/>
3935                 <fieldValue name='textTranslationvalue='-0.94806 0.19207 1.51396'/>
3936                 <fieldValue name='textColorvalue='0 0 0'/>
3937            </ProtoInstance>
3938            <ProtoInstance name='Vertex'>
3939                 <fieldValue name='vertexTextvalue='"affected"'/>
3940                 <fieldValue name='descriptionvalue='14: affected'/>
3941                 <fieldValue name='url'/>
3942                 <fieldValue name='radiusvalue='0.1500'/>
3943                 <fieldValue name='displayMode'/>
3944                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
3945                 <fieldValue name='transparencyvalue='0'/>
3946                 <fieldValue name='translationvalue='-1.28827 -0.04789 1.66943'/>
3947                 <fieldValue name='textTranslationvalue='-1.13827 -0.04789 1.66943'/>
3948                 <fieldValue name='textColorvalue='0 0 0'/>
3949            </ProtoInstance>
3950            <ProtoInstance name='Vertex'>
3951                 <fieldValue name='vertexTextvalue='"afghanistan"'/>
3952                 <fieldValue name='descriptionvalue='15: afghanistan'/>
3953                 <fieldValue name='url'/>
3954                 <fieldValue name='radiusvalue='0.1500'/>
3955                 <fieldValue name='displayMode'/>
3956                 <fieldValue name='diffuseColorvalue='0 0 0'/>
3957                 <fieldValue name='transparencyvalue='0'/>
3958                 <fieldValue name='translationvalue='-2.27440 0.05891 -1.21734'/>
3959                 <fieldValue name='textTranslationvalue='-2.12440 0.05891 -1.21734'/>
3960                 <fieldValue name='textColorvalue='0 0 0'/>
3961            </ProtoInstance>
3962            <ProtoInstance name='Vertex'>
3963                 <fieldValue name='vertexTextvalue='"africa"'/>
3964                 <fieldValue name='descriptionvalue='16: africa'/>
3965                 <fieldValue name='url'/>
3966                 <fieldValue name='radiusvalue='0.1500'/>
3967                 <fieldValue name='displayMode'/>
3968                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
3969                 <fieldValue name='transparencyvalue='0'/>
3970                 <fieldValue name='translationvalue='-1.16461 1.63486 0.39644'/>
3971                 <fieldValue name='textTranslationvalue='-1.01461 1.63486 0.39644'/>
3972                 <fieldValue name='textColorvalue='0 0 0'/>
3973            </ProtoInstance>
3974            <ProtoInstance name='Vertex'>
3975                 <fieldValue name='vertexTextvalue='"agency"'/>
3976                 <fieldValue name='descriptionvalue='17: agency'/>
3977                 <fieldValue name='url'/>
3978                 <fieldValue name='radiusvalue='0.1500'/>
3979                 <fieldValue name='displayMode'/>
3980                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
3981                 <fieldValue name='transparencyvalue='0'/>
3982                 <fieldValue name='translationvalue='0.23997 1.60389 2.61338'/>
3983                 <fieldValue name='textTranslationvalue='0.38997 1.60389 2.61338'/>
3984                 <fieldValue name='textColorvalue='0 0 0'/>
3985            </ProtoInstance>
3986            <ProtoInstance name='Vertex'>
3987                 <fieldValue name='vertexTextvalue='"aid"'/>
3988                 <fieldValue name='descriptionvalue='18: aid'/>
3989                 <fieldValue name='url'/>
3990                 <fieldValue name='radiusvalue='0.1500'/>
3991                 <fieldValue name='displayMode'/>
3992                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
3993                 <fieldValue name='transparencyvalue='0'/>
3994                 <fieldValue name='translationvalue='-0.83886 1.03977 0.64414'/>
3995                 <fieldValue name='textTranslationvalue='-0.68886 1.03977 0.64414'/>
3996                 <fieldValue name='textColorvalue='0 0 0'/>
3997            </ProtoInstance>
3998            <ProtoInstance name='Vertex'>
3999                 <fieldValue name='vertexTextvalue='"alumni"'/>
4000                 <fieldValue name='descriptionvalue='19: alumni'/>
4001                 <fieldValue name='url'/>
4002                 <fieldValue name='radiusvalue='0.1500'/>
4003                 <fieldValue name='displayMode'/>
4004                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4005                 <fieldValue name='transparencyvalue='0'/>
4006                 <fieldValue name='translationvalue='1.47295 1.71527 1.83338'/>
4007                 <fieldValue name='textTranslationvalue='1.62295 1.71527 1.83338'/>
4008                 <fieldValue name='textColorvalue='0 0 0'/>
4009            </ProtoInstance>
4010            <ProtoInstance name='Vertex'>
4011                 <fieldValue name='vertexTextvalue='"americas"'/>
4012                 <fieldValue name='descriptionvalue='20: americas'/>
4013                 <fieldValue name='url'/>
4014                 <fieldValue name='radiusvalue='0.1500'/>
4015                 <fieldValue name='displayMode'/>
4016                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4017                 <fieldValue name='transparencyvalue='0'/>
4018                 <fieldValue name='translationvalue='-1.20280 1.84904 0.26107'/>
4019                 <fieldValue name='textTranslationvalue='-1.05280 1.84904 0.26107'/>
4020                 <fieldValue name='textColorvalue='0 0 0'/>
4021            </ProtoInstance>
4022            <ProtoInstance name='Vertex'>
4023                 <fieldValue name='vertexTextvalue='"analysis"'/>
4024                 <fieldValue name='descriptionvalue='21: analysis'/>
4025                 <fieldValue name='url'/>
4026                 <fieldValue name='radiusvalue='0.1500'/>
4027                 <fieldValue name='displayMode'/>
4028                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4029                 <fieldValue name='transparencyvalue='0'/>
4030                 <fieldValue name='translationvalue='-1.06248 1.89220 -0.19955'/>
4031                 <fieldValue name='textTranslationvalue='-0.91248 1.89220 -0.19955'/>
4032                 <fieldValue name='textColorvalue='0 0 0'/>
4033            </ProtoInstance>
4034            <ProtoInstance name='Vertex'>
4035                 <fieldValue name='vertexTextvalue='"appeal"'/>
4036                 <fieldValue name='descriptionvalue='22: appeal'/>
4037                 <fieldValue name='url'/>
4038                 <fieldValue name='radiusvalue='0.1500'/>
4039                 <fieldValue name='displayMode'/>
4040                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4041                 <fieldValue name='transparencyvalue='0'/>
4042                 <fieldValue name='translationvalue='2.12109 0.00708 1.06941'/>
4043                 <fieldValue name='textTranslationvalue='2.27109 0.00708 1.06941'/>
4044                 <fieldValue name='textColorvalue='0 0 0'/>
4045            </ProtoInstance>
4046            <ProtoInstance name='Vertex'>
4047                 <fieldValue name='vertexTextvalue='"army"'/>
4048                 <fieldValue name='descriptionvalue='23: army'/>
4049                 <fieldValue name='url'/>
4050                 <fieldValue name='radiusvalue='0.1500'/>
4051                 <fieldValue name='displayMode'/>
4052                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4053                 <fieldValue name='transparencyvalue='0'/>
4054                 <fieldValue name='translationvalue='-2.22323 0.03921 -1.07976'/>
4055                 <fieldValue name='textTranslationvalue='-2.07323 0.03921 -1.07976'/>
4056                 <fieldValue name='textColorvalue='0 0 0'/>
4057            </ProtoInstance>
4058            <ProtoInstance name='Vertex'>
4059                 <fieldValue name='vertexTextvalue='"asia"'/>
4060                 <fieldValue name='descriptionvalue='24: asia'/>
4061                 <fieldValue name='url'/>
4062                 <fieldValue name='radiusvalue='0.1500'/>
4063                 <fieldValue name='displayMode'/>
4064                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4065                 <fieldValue name='transparencyvalue='0'/>
4066                 <fieldValue name='translationvalue='-1.10236 2.01126 0.14415'/>
4067                 <fieldValue name='textTranslationvalue='-0.95236 2.01126 0.14415'/>
4068                 <fieldValue name='textColorvalue='0 0 0'/>
4069            </ProtoInstance>
4070            <ProtoInstance name='Vertex'>
4071                 <fieldValue name='vertexTextvalue='"asked"'/>
4072                 <fieldValue name='descriptionvalue='25: asked'/>
4073                 <fieldValue name='url'/>
4074                 <fieldValue name='radiusvalue='0.1500'/>
4075                 <fieldValue name='displayMode'/>
4076                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4077                 <fieldValue name='transparencyvalue='0'/>
4078                 <fieldValue name='translationvalue='0.41525 -0.34239 -1.75698'/>
4079                 <fieldValue name='textTranslationvalue='0.56525 -0.34239 -1.75698'/>
4080                 <fieldValue name='textColorvalue='0 0 0'/>
4081            </ProtoInstance>
4082            <ProtoInstance name='Vertex'>
4083                 <fieldValue name='vertexTextvalue='"assets"'/>
4084                 <fieldValue name='descriptionvalue='26: assets'/>
4085                 <fieldValue name='url'/>
4086                 <fieldValue name='radiusvalue='0.1500'/>
4087                 <fieldValue name='displayMode'/>
4088                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4089                 <fieldValue name='transparencyvalue='0'/>
4090                 <fieldValue name='translationvalue='-0.70721 2.05663 -0.15293'/>
4091                 <fieldValue name='textTranslationvalue='-0.55721 2.05663 -0.15293'/>
4092                 <fieldValue name='textColorvalue='0 0 0'/>
4093            </ProtoInstance>
4094            <ProtoInstance name='Vertex'>
4095                 <fieldValue name='vertexTextvalue='"assist"'/>
4096                 <fieldValue name='descriptionvalue='27: assist'/>
4097                 <fieldValue name='url'/>
4098                 <fieldValue name='radiusvalue='0.1500'/>
4099                 <fieldValue name='displayMode'/>
4100                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4101                 <fieldValue name='transparencyvalue='0'/>
4102                 <fieldValue name='translationvalue='1.57747 1.00843 2.31485'/>
4103                 <fieldValue name='textTranslationvalue='1.72747 1.00843 2.31485'/>
4104                 <fieldValue name='textColorvalue='0 0 0'/>
4105            </ProtoInstance>
4106            <ProtoInstance name='Vertex'>
4107                 <fieldValue name='vertexTextvalue='"assisting"'/>
4108                 <fieldValue name='descriptionvalue='28: assisting'/>
4109                 <fieldValue name='url'/>
4110                 <fieldValue name='radiusvalue='0.1500'/>
4111                 <fieldValue name='displayMode'/>
4112                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4113                 <fieldValue name='transparencyvalue='0'/>
4114                 <fieldValue name='translationvalue='-0.66377 -2.45340 1.19738'/>
4115                 <fieldValue name='textTranslationvalue='-0.51377 -2.45340 1.19738'/>
4116                 <fieldValue name='textColorvalue='0 0 0'/>
4117            </ProtoInstance>
4118            <ProtoInstance name='Vertex'>
4119                 <fieldValue name='vertexTextvalue='"authorities"'/>
4120                 <fieldValue name='descriptionvalue='29: authorities'/>
4121                 <fieldValue name='url'/>
4122                 <fieldValue name='radiusvalue='0.1500'/>
4123                 <fieldValue name='displayMode'/>
4124                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
4125                 <fieldValue name='transparencyvalue='0'/>
4126                 <fieldValue name='translationvalue='-0.88126 -0.00976 1.85388'/>
4127                 <fieldValue name='textTranslationvalue='-0.73126 -0.00976 1.85388'/>
4128                 <fieldValue name='textColorvalue='0 0 0'/>
4129            </ProtoInstance>
4130            <ProtoInstance name='Vertex'>
4131                 <fieldValue name='vertexTextvalue='"ban"'/>
4132                 <fieldValue name='descriptionvalue='30: ban'/>
4133                 <fieldValue name='url'/>
4134                 <fieldValue name='radiusvalue='0.1500'/>
4135                 <fieldValue name='displayMode'/>
4136                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4137                 <fieldValue name='transparencyvalue='0'/>
4138                 <fieldValue name='translationvalue='-2.44367 -0.54822 -1.00471'/>
4139                 <fieldValue name='textTranslationvalue='-2.29367 -0.54822 -1.00471'/>
4140                 <fieldValue name='textColorvalue='0 0 0'/>
4141            </ProtoInstance>
4142            <ProtoInstance name='Vertex'>
4143                 <fieldValue name='vertexTextvalue='"birthday"'/>
4144                 <fieldValue name='descriptionvalue='31: birthday'/>
4145                 <fieldValue name='url'/>
4146                 <fieldValue name='radiusvalue='0.1500'/>
4147                 <fieldValue name='displayMode'/>
4148                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4149                 <fieldValue name='transparencyvalue='0'/>
4150                 <fieldValue name='translationvalue='-0.03714 -0.96541 -2.23064'/>
4151                 <fieldValue name='textTranslationvalue='0.11286 -0.96541 -2.23064'/>
4152                 <fieldValue name='textColorvalue='0 0 0'/>
4153            </ProtoInstance>
4154            <ProtoInstance name='Vertex'>
4155                 <fieldValue name='vertexTextvalue='"box"'/>
4156                 <fieldValue name='descriptionvalue='32: box'/>
4157                 <fieldValue name='url'/>
4158                 <fieldValue name='radiusvalue='0.1500'/>
4159                 <fieldValue name='displayMode'/>
4160                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4161                 <fieldValue name='transparencyvalue='0'/>
4162                 <fieldValue name='translationvalue='0.06220 -1.06589 -2.38921'/>
4163                 <fieldValue name='textTranslationvalue='0.21220 -1.06589 -2.38921'/>
4164                 <fieldValue name='textColorvalue='0 0 0'/>
4165            </ProtoInstance>
4166            <ProtoInstance name='Vertex'>
4167                 <fieldValue name='vertexTextvalue='"briefing"'/>
4168                 <fieldValue name='descriptionvalue='33: briefing'/>
4169                 <fieldValue name='url'/>
4170                 <fieldValue name='radiusvalue='0.1500'/>
4171                 <fieldValue name='displayMode'/>
4172                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4173                 <fieldValue name='transparencyvalue='0'/>
4174                 <fieldValue name='translationvalue='0.42381 2.34030 -2.11605'/>
4175                 <fieldValue name='textTranslationvalue='0.57381 2.34030 -2.11605'/>
4176                 <fieldValue name='textColorvalue='0 0 0'/>
4177            </ProtoInstance>
4178            <ProtoInstance name='Vertex'>
4179                 <fieldValue name='vertexTextvalue='"build"'/>
4180                 <fieldValue name='descriptionvalue='34: build'/>
4181                 <fieldValue name='url'/>
4182                 <fieldValue name='radiusvalue='0.1500'/>
4183                 <fieldValue name='displayMode'/>
4184                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4185                 <fieldValue name='transparencyvalue='0'/>
4186                 <fieldValue name='translationvalue='0.41415 2.40179 -2.07809'/>
4187                 <fieldValue name='textTranslationvalue='0.56415 2.40179 -2.07809'/>
4188                 <fieldValue name='textColorvalue='0 0 0'/>
4189            </ProtoInstance>
4190            <ProtoInstance name='Vertex'>
4191                 <fieldValue name='vertexTextvalue='"camp"'/>
4192                 <fieldValue name='descriptionvalue='35: camp'/>
4193                 <fieldValue name='url'/>
4194                 <fieldValue name='radiusvalue='0.1500'/>
4195                 <fieldValue name='displayMode'/>
4196                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4197                 <fieldValue name='transparencyvalue='0'/>
4198                 <fieldValue name='translationvalue='-2.35227 0.17873 -1.37860'/>
4199                 <fieldValue name='textTranslationvalue='-2.20227 0.17873 -1.37860'/>
4200                 <fieldValue name='textColorvalue='0 0 0'/>
4201            </ProtoInstance>
4202            <ProtoInstance name='Vertex'>
4203                 <fieldValue name='vertexTextvalue='"camps"'/>
4204                 <fieldValue name='descriptionvalue='36: camps'/>
4205                 <fieldValue name='url'/>
4206                 <fieldValue name='radiusvalue='0.1500'/>
4207                 <fieldValue name='displayMode'/>
4208                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4209                 <fieldValue name='transparencyvalue='0'/>
4210                 <fieldValue name='translationvalue='-0.81632 2.14813 2.33975'/>
4211                 <fieldValue name='textTranslationvalue='-0.66632 2.14813 2.33975'/>
4212                 <fieldValue name='textColorvalue='0 0 0'/>
4213            </ProtoInstance>
4214            <ProtoInstance name='Vertex'>
4215                 <fieldValue name='vertexTextvalue='"caribbean"'/>
4216                 <fieldValue name='descriptionvalue='37: caribbean'/>
4217                 <fieldValue name='url'/>
4218                 <fieldValue name='radiusvalue='0.1500'/>
4219                 <fieldValue name='displayMode'/>
4220                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4221                 <fieldValue name='transparencyvalue='0'/>
4222                 <fieldValue name='translationvalue='-0.82146 -2.62533 0.25172'/>
4223                 <fieldValue name='textTranslationvalue='-0.67146 -2.62533 0.25172'/>
4224                 <fieldValue name='textColorvalue='0 0 0'/>
4225            </ProtoInstance>
4226            <ProtoInstance name='Vertex'>
4227                 <fieldValue name='vertexTextvalue='"cash"'/>
4228                 <fieldValue name='descriptionvalue='38: cash'/>
4229                 <fieldValue name='url'/>
4230                 <fieldValue name='radiusvalue='0.1500'/>
4231                 <fieldValue name='displayMode'/>
4232                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4233                 <fieldValue name='transparencyvalue='0'/>
4234                 <fieldValue name='translationvalue='-0.20722 2.14208 2.36970'/>
4235                 <fieldValue name='textTranslationvalue='-0.05722 2.14208 2.36970'/>
4236                 <fieldValue name='textColorvalue='0 0 0'/>
4237            </ProtoInstance>
4238            <ProtoInstance name='Vertex'>
4239                 <fieldValue name='vertexTextvalue='"central"'/>
4240                 <fieldValue name='descriptionvalue='39: central'/>
4241                 <fieldValue name='url'/>
4242                 <fieldValue name='radiusvalue='0.1500'/>
4243                 <fieldValue name='displayMode'/>
4244                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4245                 <fieldValue name='transparencyvalue='0'/>
4246                 <fieldValue name='translationvalue='0.80073 1.80072 -0.86792'/>
4247                 <fieldValue name='textTranslationvalue='0.95073 1.80072 -0.86792'/>
4248                 <fieldValue name='textColorvalue='0 0 0'/>
4249            </ProtoInstance>
4250            <ProtoInstance name='Vertex'>
4251                 <fieldValue name='vertexTextvalue='"civil"'/>
4252                 <fieldValue name='descriptionvalue='40: civil'/>
4253                 <fieldValue name='url'/>
4254                 <fieldValue name='radiusvalue='0.1500'/>
4255                 <fieldValue name='displayMode'/>
4256                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4257                 <fieldValue name='transparencyvalue='0'/>
4258                 <fieldValue name='translationvalue='1.17016 2.04654 -2.02487'/>
4259                 <fieldValue name='textTranslationvalue='1.32016 2.04654 -2.02487'/>
4260                 <fieldValue name='textColorvalue='0 0 0'/>
4261            </ProtoInstance>
4262            <ProtoInstance name='Vertex'>
4263                 <fieldValue name='vertexTextvalue='"combat"'/>
4264                 <fieldValue name='descriptionvalue='41: combat'/>
4265                 <fieldValue name='url'/>
4266                 <fieldValue name='radiusvalue='0.1500'/>
4267                 <fieldValue name='displayMode'/>
4268                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4269                 <fieldValue name='transparencyvalue='0'/>
4270                 <fieldValue name='translationvalue='-2.52480 0.08714 -1.00615'/>
4271                 <fieldValue name='textTranslationvalue='-2.37480 0.08714 -1.00615'/>
4272                 <fieldValue name='textColorvalue='0 0 0'/>
4273            </ProtoInstance>
4274            <ProtoInstance name='Vertex'>
4275                 <fieldValue name='vertexTextvalue='"commander"'/>
4276                 <fieldValue name='descriptionvalue='42: commander'/>
4277                 <fieldValue name='url'/>
4278                 <fieldValue name='radiusvalue='0.1500'/>
4279                 <fieldValue name='displayMode'/>
4280                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
4281                 <fieldValue name='transparencyvalue='0'/>
4282                 <fieldValue name='translationvalue='0.22905 -1.11339 -2.32394'/>
4283                 <fieldValue name='textTranslationvalue='0.37905 -1.11339 -2.32394'/>
4284                 <fieldValue name='textColorvalue='0 0 0'/>
4285            </ProtoInstance>
4286            <ProtoInstance name='Vertex'>
4287                 <fieldValue name='vertexTextvalue='"commentary"'/>
4288                 <fieldValue name='descriptionvalue='43: commentary'/>
4289                 <fieldValue name='url'/>
4290                 <fieldValue name='radiusvalue='0.1500'/>
4291                 <fieldValue name='displayMode'/>
4292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4293                 <fieldValue name='transparencyvalue='0'/>
4294                 <fieldValue name='translationvalue='-2.52595 -0.53746 -0.79303'/>
4295                 <fieldValue name='textTranslationvalue='-2.37595 -0.53746 -0.79303'/>
4296                 <fieldValue name='textColorvalue='0 0 0'/>
4297            </ProtoInstance>
4298            <ProtoInstance name='Vertex'>
4299                 <fieldValue name='vertexTextvalue='"commissioner"'/>
4300                 <fieldValue name='descriptionvalue='44: commissioner'/>
4301                 <fieldValue name='url'/>
4302                 <fieldValue name='radiusvalue='0.1500'/>
4303                 <fieldValue name='displayMode'/>
4304                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4305                 <fieldValue name='transparencyvalue='0'/>
4306                 <fieldValue name='translationvalue='1.67614 1.43995 -0.41477'/>
4307                 <fieldValue name='textTranslationvalue='1.82614 1.43995 -0.41477'/>
4308                 <fieldValue name='textColorvalue='0 0 0'/>
4309            </ProtoInstance>
4310            <ProtoInstance name='Vertex'>
4311                 <fieldValue name='vertexTextvalue='"committed"'/>
4312                 <fieldValue name='descriptionvalue='45: committed'/>
4313                 <fieldValue name='url'/>
4314                 <fieldValue name='radiusvalue='0.1500'/>
4315                 <fieldValue name='displayMode'/>
4316                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4317                 <fieldValue name='transparencyvalue='0'/>
4318                 <fieldValue name='translationvalue='1.44274 1.28448 1.78986'/>
4319                 <fieldValue name='textTranslationvalue='1.59274 1.28448 1.78986'/>
4320                 <fieldValue name='textColorvalue='0 0 0'/>
4321            </ProtoInstance>
4322            <ProtoInstance name='Vertex'>
4323                 <fieldValue name='vertexTextvalue='"committee"'/>
4324                 <fieldValue name='descriptionvalue='46: committee'/>
4325                 <fieldValue name='url'/>
4326                 <fieldValue name='radiusvalue='0.1500'/>
4327                 <fieldValue name='displayMode'/>
4328                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4329                 <fieldValue name='transparencyvalue='0'/>
4330                 <fieldValue name='translationvalue='0.79010 2.75082 -1.71082'/>
4331                 <fieldValue name='textTranslationvalue='0.94010 2.75082 -1.71082'/>
4332                 <fieldValue name='textColorvalue='0 0 0'/>
4333            </ProtoInstance>
4334            <ProtoInstance name='Vertex'>
4335                 <fieldValue name='vertexTextvalue='"community"'/>
4336                 <fieldValue name='descriptionvalue='47: community'/>
4337                 <fieldValue name='url'/>
4338                 <fieldValue name='radiusvalue='0.1500'/>
4339                 <fieldValue name='displayMode'/>
4340                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4341                 <fieldValue name='transparencyvalue='0'/>
4342                 <fieldValue name='translationvalue='0.95202 1.21418 2.13082'/>
4343                 <fieldValue name='textTranslationvalue='1.10202 1.21418 2.13082'/>
4344                 <fieldValue name='textColorvalue='0 0 0'/>
4345            </ProtoInstance>
4346            <ProtoInstance name='Vertex'>
4347                 <fieldValue name='vertexTextvalue='"computers"'/>
4348                 <fieldValue name='descriptionvalue='48: computers'/>
4349                 <fieldValue name='url'/>
4350                 <fieldValue name='radiusvalue='0.1500'/>
4351                 <fieldValue name='displayMode'/>
4352                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4353                 <fieldValue name='transparencyvalue='0'/>
4354                 <fieldValue name='translationvalue='-2.66904 -0.27826 -0.69568'/>
4355                 <fieldValue name='textTranslationvalue='-2.51904 -0.27826 -0.69568'/>
4356                 <fieldValue name='textColorvalue='0 0 0'/>
4357            </ProtoInstance>
4358            <ProtoInstance name='Vertex'>
4359                 <fieldValue name='vertexTextvalue='"contact"'/>
4360                 <fieldValue name='descriptionvalue='49: contact'/>
4361                 <fieldValue name='url'/>
4362                 <fieldValue name='radiusvalue='0.1500'/>
4363                 <fieldValue name='displayMode'/>
4364                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4365                 <fieldValue name='transparencyvalue='0'/>
4366                 <fieldValue name='translationvalue='2.19076 -1.13888 0.23920'/>
4367                 <fieldValue name='textTranslationvalue='2.34076 -1.13888 0.23920'/>
4368                 <fieldValue name='textColorvalue='0 0 0'/>
4369            </ProtoInstance>
4370            <ProtoInstance name='Vertex'>
4371                 <fieldValue name='vertexTextvalue='"coordinated"'/>
4372                 <fieldValue name='descriptionvalue='50: coordinated'/>
4373                 <fieldValue name='url'/>
4374                 <fieldValue name='radiusvalue='0.1500'/>
4375                 <fieldValue name='displayMode'/>
4376                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4377                 <fieldValue name='transparencyvalue='0'/>
4378                 <fieldValue name='translationvalue='0.89742 1.49610 1.60159'/>
4379                 <fieldValue name='textTranslationvalue='1.04742 1.49610 1.60159'/>
4380                 <fieldValue name='textColorvalue='0 0 0'/>
4381            </ProtoInstance>
4382            <ProtoInstance name='Vertex'>
4383                 <fieldValue name='vertexTextvalue='"coordination"'/>
4384                 <fieldValue name='descriptionvalue='51: coordination'/>
4385                 <fieldValue name='url'/>
4386                 <fieldValue name='radiusvalue='0.1500'/>
4387                 <fieldValue name='displayMode'/>
4388                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4389                 <fieldValue name='transparencyvalue='0'/>
4390                 <fieldValue name='translationvalue='0.99175 2.07184 -1.59133'/>
4391                 <fieldValue name='textTranslationvalue='1.14175 2.07184 -1.59133'/>
4392                 <fieldValue name='textColorvalue='0 0 0'/>
4393            </ProtoInstance>
4394            <ProtoInstance name='Vertex'>
4395                 <fieldValue name='vertexTextvalue='"crisis"'/>
4396                 <fieldValue name='descriptionvalue='52: crisis'/>
4397                 <fieldValue name='url'/>
4398                 <fieldValue name='radiusvalue='0.1500'/>
4399                 <fieldValue name='displayMode'/>
4400                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4401                 <fieldValue name='transparencyvalue='0'/>
4402                 <fieldValue name='translationvalue='1.76170 1.19710 2.06355'/>
4403                 <fieldValue name='textTranslationvalue='1.91170 1.19710 2.06355'/>
4404                 <fieldValue name='textColorvalue='0 0 0'/>
4405            </ProtoInstance>
4406            <ProtoInstance name='Vertex'>
4407                 <fieldValue name='vertexTextvalue='"de"'/>
4408                 <fieldValue name='descriptionvalue='53: de'/>
4409                 <fieldValue name='url'/>
4410                 <fieldValue name='radiusvalue='0.1500'/>
4411                 <fieldValue name='displayMode'/>
4412                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4413                 <fieldValue name='transparencyvalue='0'/>
4414                 <fieldValue name='translationvalue='2.56944 -0.67935 0.93319'/>
4415                 <fieldValue name='textTranslationvalue='2.71944 -0.67935 0.93319'/>
4416                 <fieldValue name='textColorvalue='0 0 0'/>
4417            </ProtoInstance>
4418            <ProtoInstance name='Vertex'>
4419                 <fieldValue name='vertexTextvalue='"deliver"'/>
4420                 <fieldValue name='descriptionvalue='54: deliver'/>
4421                 <fieldValue name='url'/>
4422                 <fieldValue name='radiusvalue='0.1500'/>
4423                 <fieldValue name='displayMode'/>
4424                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4425                 <fieldValue name='transparencyvalue='0'/>
4426                 <fieldValue name='translationvalue='-2.30952 -0.03622 -1.38002'/>
4427                 <fieldValue name='textTranslationvalue='-2.15952 -0.03622 -1.38002'/>
4428                 <fieldValue name='textColorvalue='0 0 0'/>
4429            </ProtoInstance>
4430            <ProtoInstance name='Vertex'>
4431                 <fieldValue name='vertexTextvalue='"department"'/>
4432                 <fieldValue name='descriptionvalue='55: department'/>
4433                 <fieldValue name='url'/>
4434                 <fieldValue name='radiusvalue='0.1500'/>
4435                 <fieldValue name='displayMode'/>
4436                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4437                 <fieldValue name='transparencyvalue='0'/>
4438                 <fieldValue name='translationvalue='1.47297 1.71526 1.83337'/>
4439                 <fieldValue name='textTranslationvalue='1.62297 1.71526 1.83337'/>
4440                 <fieldValue name='textColorvalue='0 0 0'/>
4441            </ProtoInstance>
4442            <ProtoInstance name='Vertex'>
4443                 <fieldValue name='vertexTextvalue='"deteriorate"'/>
4444                 <fieldValue name='descriptionvalue='56: deteriorate'/>
4445                 <fieldValue name='url'/>
4446                 <fieldValue name='radiusvalue='0.1500'/>
4447                 <fieldValue name='displayMode'/>
4448                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4449                 <fieldValue name='transparencyvalue='0'/>
4450                 <fieldValue name='translationvalue='-0.92198 1.83576 2.44002'/>
4451                 <fieldValue name='textTranslationvalue='-0.77198 1.83576 2.44002'/>
4452                 <fieldValue name='textColorvalue='0 0 0'/>
4453            </ProtoInstance>
4454            <ProtoInstance name='Vertex'>
4455                 <fieldValue name='vertexTextvalue='"devices"'/>
4456                 <fieldValue name='descriptionvalue='57: devices'/>
4457                 <fieldValue name='url'/>
4458                 <fieldValue name='radiusvalue='0.1500'/>
4459                 <fieldValue name='displayMode'/>
4460                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4461                 <fieldValue name='transparencyvalue='0'/>
4462                 <fieldValue name='translationvalue='-2.49311 -0.07156 -0.96161'/>
4463                 <fieldValue name='textTranslationvalue='-2.34311 -0.07156 -0.96161'/>
4464                 <fieldValue name='textColorvalue='0 0 0'/>
4465            </ProtoInstance>
4466            <ProtoInstance name='Vertex'>
4467                 <fieldValue name='vertexTextvalue='"disaster"'/>
4468                 <fieldValue name='descriptionvalue='58: disaster'/>
4469                 <fieldValue name='url'/>
4470                 <fieldValue name='radiusvalue='0.1500'/>
4471                 <fieldValue name='displayMode'/>
4472                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4473                 <fieldValue name='transparencyvalue='0'/>
4474                 <fieldValue name='translationvalue='1.47986 0.58749 1.16644'/>
4475                 <fieldValue name='textTranslationvalue='1.62986 0.58749 1.16644'/>
4476                 <fieldValue name='textColorvalue='0 0 0'/>
4477            </ProtoInstance>
4478            <ProtoInstance name='Vertex'>
4479                 <fieldValue name='vertexTextvalue='"displaced"'/>
4480                 <fieldValue name='descriptionvalue='59: displaced'/>
4481                 <fieldValue name='url'/>
4482                 <fieldValue name='radiusvalue='0.1500'/>
4483                 <fieldValue name='displayMode'/>
4484                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4485                 <fieldValue name='transparencyvalue='0'/>
4486                 <fieldValue name='translationvalue='-1.18066 1.26425 0.05334'/>
4487                 <fieldValue name='textTranslationvalue='-1.03066 1.26425 0.05334'/>
4488                 <fieldValue name='textColorvalue='0 0 0'/>
4489            </ProtoInstance>
4490            <ProtoInstance name='Vertex'>
4491                 <fieldValue name='vertexTextvalue='"displacement"'/>
4492                 <fieldValue name='descriptionvalue='60: displacement'/>
4493                 <fieldValue name='url'/>
4494                 <fieldValue name='radiusvalue='0.1500'/>
4495                 <fieldValue name='displayMode'/>
4496                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4497                 <fieldValue name='transparencyvalue='0'/>
4498                 <fieldValue name='translationvalue='0.60761 2.09762 -2.22629'/>
4499                 <fieldValue name='textTranslationvalue='0.75761 2.09762 -2.22629'/>
4500                 <fieldValue name='textColorvalue='0 0 0'/>
4501            </ProtoInstance>
4502            <ProtoInstance name='Vertex'>
4503                 <fieldValue name='vertexTextvalue='"donate"'/>
4504                 <fieldValue name='descriptionvalue='61: donate'/>
4505                 <fieldValue name='url'/>
4506                 <fieldValue name='radiusvalue='0.1500'/>
4507                 <fieldValue name='displayMode'/>
4508                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4509                 <fieldValue name='transparencyvalue='0'/>
4510                 <fieldValue name='translationvalue='1.52886 1.89609 -0.20192'/>
4511                 <fieldValue name='textTranslationvalue='1.67886 1.89609 -0.20192'/>
4512                 <fieldValue name='textColorvalue='0 0 0'/>
4513            </ProtoInstance>
4514            <ProtoInstance name='Vertex'>
4515                 <fieldValue name='vertexTextvalue='"dossiers"'/>
4516                 <fieldValue name='descriptionvalue='62: dossiers'/>
4517                 <fieldValue name='url'/>
4518                 <fieldValue name='radiusvalue='0.1500'/>
4519                 <fieldValue name='displayMode'/>
4520                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4521                 <fieldValue name='transparencyvalue='0'/>
4522                 <fieldValue name='translationvalue='1.53184 1.10831 -0.68404'/>
4523                 <fieldValue name='textTranslationvalue='1.68184 1.10831 -0.68404'/>
4524                 <fieldValue name='textColorvalue='0 0 0'/>
4525            </ProtoInstance>
4526            <ProtoInstance name='Vertex'>
4527                 <fieldValue name='vertexTextvalue='"earth"'/>
4528                 <fieldValue name='descriptionvalue='63: earth'/>
4529                 <fieldValue name='url'/>
4530                 <fieldValue name='radiusvalue='0.1500'/>
4531                 <fieldValue name='displayMode'/>
4532                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4533                 <fieldValue name='transparencyvalue='0'/>
4534                 <fieldValue name='translationvalue='1.19510 0.74108 -0.71648'/>
4535                 <fieldValue name='textTranslationvalue='1.34510 0.74108 -0.71648'/>
4536                 <fieldValue name='textColorvalue='0 0 0'/>
4537            </ProtoInstance>
4538            <ProtoInstance name='Vertex'>
4539                 <fieldValue name='vertexTextvalue='"east"'/>
4540                 <fieldValue name='descriptionvalue='64: east'/>
4541                 <fieldValue name='url'/>
4542                 <fieldValue name='radiusvalue='0.1500'/>
4543                 <fieldValue name='displayMode'/>
4544                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4545                 <fieldValue name='transparencyvalue='0'/>
4546                 <fieldValue name='translationvalue='-0.53369 2.02285 -0.22085'/>
4547                 <fieldValue name='textTranslationvalue='-0.38369 2.02285 -0.22085'/>
4548                 <fieldValue name='textColorvalue='0 0 0'/>
4549            </ProtoInstance>
4550            <ProtoInstance name='Vertex'>
4551                 <fieldValue name='vertexTextvalue='"emergencies"'/>
4552                 <fieldValue name='descriptionvalue='65: emergencies'/>
4553                 <fieldValue name='url'/>
4554                 <fieldValue name='radiusvalue='0.1500'/>
4555                 <fieldValue name='displayMode'/>
4556                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
4557                 <fieldValue name='transparencyvalue='0'/>
4558                 <fieldValue name='translationvalue='-0.89592 0.09268 1.38333'/>
4559                 <fieldValue name='textTranslationvalue='-0.74592 0.09268 1.38333'/>
4560                 <fieldValue name='textColorvalue='0 0 0'/>
4561            </ProtoInstance>
4562            <ProtoInstance name='Vertex'>
4563                 <fieldValue name='vertexTextvalue='"emergency"'/>
4564                 <fieldValue name='descriptionvalue='66: emergency'/>
4565                 <fieldValue name='url'/>
4566                 <fieldValue name='radiusvalue='0.1500'/>
4567                 <fieldValue name='displayMode'/>
4568                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4569                 <fieldValue name='transparencyvalue='0'/>
4570                 <fieldValue name='translationvalue='0.14943 1.73521 -0.29149'/>
4571                 <fieldValue name='textTranslationvalue='0.29943 1.73521 -0.29149'/>
4572                 <fieldValue name='textColorvalue='0 0 0'/>
4573            </ProtoInstance>
4574            <ProtoInstance name='Vertex'>
4575                 <fieldValue name='vertexTextvalue='"en"'/>
4576                 <fieldValue name='descriptionvalue='67: en'/>
4577                 <fieldValue name='url'/>
4578                 <fieldValue name='radiusvalue='0.1500'/>
4579                 <fieldValue name='displayMode'/>
4580                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4581                 <fieldValue name='transparencyvalue='0'/>
4582                 <fieldValue name='translationvalue='1.62602 0.83809 -0.23512'/>
4583                 <fieldValue name='textTranslationvalue='1.77602 0.83809 -0.23512'/>
4584                 <fieldValue name='textColorvalue='0 0 0'/>
4585            </ProtoInstance>
4586            <ProtoInstance name='Vertex'>
4587                 <fieldValue name='vertexTextvalue='"exchange"'/>
4588                 <fieldValue name='descriptionvalue='68: exchange'/>
4589                 <fieldValue name='url'/>
4590                 <fieldValue name='radiusvalue='0.1500'/>
4591                 <fieldValue name='displayMode'/>
4592                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4593                 <fieldValue name='transparencyvalue='0'/>
4594                 <fieldValue name='translationvalue='1.28451 0.56442 2.34182'/>
4595                 <fieldValue name='textTranslationvalue='1.43451 0.56442 2.34182'/>
4596                 <fieldValue name='textColorvalue='0 0 0'/>
4597            </ProtoInstance>
4598            <ProtoInstance name='Vertex'>
4599                 <fieldValue name='vertexTextvalue='"expeditionary"'/>
4600                 <fieldValue name='descriptionvalue='69: expeditionary'/>
4601                 <fieldValue name='url'/>
4602                 <fieldValue name='radiusvalue='0.1500'/>
4603                 <fieldValue name='displayMode'/>
4604                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4605                 <fieldValue name='transparencyvalue='0'/>
4606                 <fieldValue name='translationvalue='-0.46772 -2.68041 0.62047'/>
4607                 <fieldValue name='textTranslationvalue='-0.31772 -2.68041 0.62047'/>
4608                 <fieldValue name='textColorvalue='0 0 0'/>
4609            </ProtoInstance>
4610            <ProtoInstance name='Vertex'>
4611                 <fieldValue name='vertexTextvalue='"facts"'/>
4612                 <fieldValue name='descriptionvalue='70: facts'/>
4613                 <fieldValue name='url'/>
4614                 <fieldValue name='radiusvalue='0.1500'/>
4615                 <fieldValue name='displayMode'/>
4616                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4617                 <fieldValue name='transparencyvalue='0'/>
4618                 <fieldValue name='translationvalue='1.57404 1.06092 -0.62314'/>
4619                 <fieldValue name='textTranslationvalue='1.72404 1.06092 -0.62314'/>
4620                 <fieldValue name='textColorvalue='0 0 0'/>
4621            </ProtoInstance>
4622            <ProtoInstance name='Vertex'>
4623                 <fieldValue name='vertexTextvalue='"families"'/>
4624                 <fieldValue name='descriptionvalue='71: families'/>
4625                 <fieldValue name='url'/>
4626                 <fieldValue name='radiusvalue='0.1500'/>
4627                 <fieldValue name='displayMode'/>
4628                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4629                 <fieldValue name='transparencyvalue='0'/>
4630                 <fieldValue name='translationvalue='-1.46148 0.87165 -0.47169'/>
4631                 <fieldValue name='textTranslationvalue='-1.31148 0.87165 -0.47169'/>
4632                 <fieldValue name='textColorvalue='0 0 0'/>
4633            </ProtoInstance>
4634            <ProtoInstance name='Vertex'>
4635                 <fieldValue name='vertexTextvalue='"family"'/>
4636                 <fieldValue name='descriptionvalue='72: family'/>
4637                 <fieldValue name='url'/>
4638                 <fieldValue name='radiusvalue='0.1500'/>
4639                 <fieldValue name='displayMode'/>
4640                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4641                 <fieldValue name='transparencyvalue='0'/>
4642                 <fieldValue name='translationvalue='0.51813 0.25858 -1.09854'/>
4643                 <fieldValue name='textTranslationvalue='0.66813 0.25858 -1.09854'/>
4644                 <fieldValue name='textColorvalue='0 0 0'/>
4645            </ProtoInstance>
4646            <ProtoInstance name='Vertex'>
4647                 <fieldValue name='vertexTextvalue='"fight"'/>
4648                 <fieldValue name='descriptionvalue='73: fight'/>
4649                 <fieldValue name='url'/>
4650                 <fieldValue name='radiusvalue='0.1500'/>
4651                 <fieldValue name='displayMode'/>
4652                 <fieldValue name='diffuseColorvalue='0 0 0'/>
4653                 <fieldValue name='transparencyvalue='0'/>
4654                 <fieldValue name='translationvalue='-1.75112 -0.40707 -1.68996'/>
4655                 <fieldValue name='textTranslationvalue='-1.60112 -0.40707 -1.68996'/>
4656                 <fieldValue name='textColorvalue='0 0 0'/>
4657            </ProtoInstance>
4658            <ProtoInstance name='Vertex'>
4659                 <fieldValue name='vertexTextvalue='"figures"'/>
4660                 <fieldValue name='descriptionvalue='74: figures'/>
4661                 <fieldValue name='url'/>
4662                 <fieldValue name='radiusvalue='0.1500'/>
4663                 <fieldValue name='displayMode'/>
4664                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4665                 <fieldValue name='transparencyvalue='0'/>
4666                 <fieldValue name='translationvalue='1.39988 2.23006 -1.85155'/>
4667                 <fieldValue name='textTranslationvalue='1.54988 2.23006 -1.85155'/>
4668                 <fieldValue name='textColorvalue='0 0 0'/>
4669            </ProtoInstance>
4670            <ProtoInstance name='Vertex'>
4671                 <fieldValue name='vertexTextvalue='"focus"'/>
4672                 <fieldValue name='descriptionvalue='75: focus'/>
4673                 <fieldValue name='url'/>
4674                 <fieldValue name='radiusvalue='0.1500'/>
4675                 <fieldValue name='displayMode'/>
4676                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4677                 <fieldValue name='transparencyvalue='0'/>
4678                 <fieldValue name='translationvalue='0.83488 1.00097 -0.31522'/>
4679                 <fieldValue name='textTranslationvalue='0.98488 1.00097 -0.31522'/>
4680                 <fieldValue name='textColorvalue='0 0 0'/>
4681            </ProtoInstance>
4682            <ProtoInstance name='Vertex'>
4683                 <fieldValue name='vertexTextvalue='"focused"'/>
4684                 <fieldValue name='descriptionvalue='76: focused'/>
4685                 <fieldValue name='url'/>
4686                 <fieldValue name='radiusvalue='0.1500'/>
4687                 <fieldValue name='displayMode'/>
4688                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4689                 <fieldValue name='transparencyvalue='0'/>
4690                 <fieldValue name='translationvalue='1.15802 1.10509 2.11324'/>
4691                 <fieldValue name='textTranslationvalue='1.30802 1.10509 2.11324'/>
4692                 <fieldValue name='textColorvalue='0 0 0'/>
4693            </ProtoInstance>
4694            <ProtoInstance name='Vertex'>
4695                 <fieldValue name='vertexTextvalue='"fonds"'/>
4696                 <fieldValue name='descriptionvalue='77: fonds'/>
4697                 <fieldValue name='url'/>
4698                 <fieldValue name='radiusvalue='0.1500'/>
4699                 <fieldValue name='displayMode'/>
4700                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4701                 <fieldValue name='transparencyvalue='0'/>
4702                 <fieldValue name='translationvalue='2.56944 -0.67935 0.93319'/>
4703                 <fieldValue name='textTranslationvalue='2.71944 -0.67935 0.93319'/>
4704                 <fieldValue name='textColorvalue='0 0 0'/>
4705            </ProtoInstance>
4706            <ProtoInstance name='Vertex'>
4707                 <fieldValue name='vertexTextvalue='"food"'/>
4708                 <fieldValue name='descriptionvalue='78: food'/>
4709                 <fieldValue name='url'/>
4710                 <fieldValue name='radiusvalue='0.1500'/>
4711                 <fieldValue name='displayMode'/>
4712                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4713                 <fieldValue name='transparencyvalue='0'/>
4714                 <fieldValue name='translationvalue='-0.22172 1.50468 0.04059'/>
4715                 <fieldValue name='textTranslationvalue='-0.07172 1.50468 0.04059'/>
4716                 <fieldValue name='textColorvalue='0 0 0'/>
4717            </ProtoInstance>
4718            <ProtoInstance name='Vertex'>
4719                 <fieldValue name='vertexTextvalue='"foundation"'/>
4720                 <fieldValue name='descriptionvalue='79: foundation'/>
4721                 <fieldValue name='url'/>
4722                 <fieldValue name='radiusvalue='0.1500'/>
4723                 <fieldValue name='displayMode'/>
4724                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4725                 <fieldValue name='transparencyvalue='0'/>
4726                 <fieldValue name='translationvalue='1.17750 1.53425 0.13060'/>
4727                 <fieldValue name='textTranslationvalue='1.32750 1.53425 0.13060'/>
4728                 <fieldValue name='textColorvalue='0 0 0'/>
4729            </ProtoInstance>
4730            <ProtoInstance name='Vertex'>
4731                 <fieldValue name='vertexTextvalue='"full"'/>
4732                 <fieldValue name='descriptionvalue='80: full'/>
4733                 <fieldValue name='url'/>
4734                 <fieldValue name='radiusvalue='0.1500'/>
4735                 <fieldValue name='displayMode'/>
4736                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4737                 <fieldValue name='transparencyvalue='0'/>
4738                 <fieldValue name='translationvalue='1.30391 0.97261 2.01346'/>
4739                 <fieldValue name='textTranslationvalue='1.45391 0.97261 2.01346'/>
4740                 <fieldValue name='textColorvalue='0 0 0'/>
4741            </ProtoInstance>
4742            <ProtoInstance name='Vertex'>
4743                 <fieldValue name='vertexTextvalue='"fund"'/>
4744                 <fieldValue name='descriptionvalue='81: fund'/>
4745                 <fieldValue name='url'/>
4746                 <fieldValue name='radiusvalue='0.1500'/>
4747                 <fieldValue name='displayMode'/>
4748                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4749                 <fieldValue name='transparencyvalue='0'/>
4750                 <fieldValue name='translationvalue='0.85259 1.60735 0.31228'/>
4751                 <fieldValue name='textTranslationvalue='1.00259 1.60735 0.31228'/>
4752                 <fieldValue name='textColorvalue='0 0 0'/>
4753            </ProtoInstance>
4754            <ProtoInstance name='Vertex'>
4755                 <fieldValue name='vertexTextvalue='"gathered"'/>
4756                 <fieldValue name='descriptionvalue='82: gathered'/>
4757                 <fieldValue name='url'/>
4758                 <fieldValue name='radiusvalue='0.1500'/>
4759                 <fieldValue name='displayMode'/>
4760                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4761                 <fieldValue name='transparencyvalue='0'/>
4762                 <fieldValue name='translationvalue='-0.38577 2.03780 2.37505'/>
4763                 <fieldValue name='textTranslationvalue='-0.23577 2.03780 2.37505'/>
4764                 <fieldValue name='textColorvalue='0 0 0'/>
4765            </ProtoInstance>
4766            <ProtoInstance name='Vertex'>
4767                 <fieldValue name='vertexTextvalue='"girl"'/>
4768                 <fieldValue name='descriptionvalue='83: girl'/>
4769                 <fieldValue name='url'/>
4770                 <fieldValue name='radiusvalue='0.1500'/>
4771                 <fieldValue name='displayMode'/>
4772                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4773                 <fieldValue name='transparencyvalue='0'/>
4774                 <fieldValue name='translationvalue='-0.83623 2.50592 0.30906'/>
4775                 <fieldValue name='textTranslationvalue='-0.68623 2.50592 0.30906'/>
4776                 <fieldValue name='textColorvalue='0 0 0'/>
4777            </ProtoInstance>
4778            <ProtoInstance name='Vertex'>
4779                 <fieldValue name='vertexTextvalue='"glares"'/>
4780                 <fieldValue name='descriptionvalue='84: glares'/>
4781                 <fieldValue name='url'/>
4782                 <fieldValue name='radiusvalue='0.1500'/>
4783                 <fieldValue name='displayMode'/>
4784                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4785                 <fieldValue name='transparencyvalue='0'/>
4786                 <fieldValue name='translationvalue='0.09202 -2.72876 0.58017'/>
4787                 <fieldValue name='textTranslationvalue='0.24202 -2.72876 0.58017'/>
4788                 <fieldValue name='textColorvalue='0 0 0'/>
4789            </ProtoInstance>
4790            <ProtoInstance name='Vertex'>
4791                 <fieldValue name='vertexTextvalue='"haitians"'/>
4792                 <fieldValue name='descriptionvalue='85: haitians'/>
4793                 <fieldValue name='url'/>
4794                 <fieldValue name='radiusvalue='0.1500'/>
4795                 <fieldValue name='displayMode'/>
4796                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4797                 <fieldValue name='transparencyvalue='0'/>
4798                 <fieldValue name='translationvalue='-1.23265 1.82820 0.20508'/>
4799                 <fieldValue name='textTranslationvalue='-1.08265 1.82820 0.20508'/>
4800                 <fieldValue name='textColorvalue='0 0 0'/>
4801            </ProtoInstance>
4802            <ProtoInstance name='Vertex'>
4803                 <fieldValue name='vertexTextvalue='"headquarters"'/>
4804                 <fieldValue name='descriptionvalue='86: headquarters'/>
4805                 <fieldValue name='url'/>
4806                 <fieldValue name='radiusvalue='0.1500'/>
4807                 <fieldValue name='displayMode'/>
4808                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4809                 <fieldValue name='transparencyvalue='0'/>
4810                 <fieldValue name='translationvalue='1.44017 1.99938 -0.18696'/>
4811                 <fieldValue name='textTranslationvalue='1.59017 1.99938 -0.18696'/>
4812                 <fieldValue name='textColorvalue='0 0 0'/>
4813            </ProtoInstance>
4814            <ProtoInstance name='Vertex'>
4815                 <fieldValue name='vertexTextvalue='"health"'/>
4816                 <fieldValue name='descriptionvalue='87: health'/>
4817                 <fieldValue name='url'/>
4818                 <fieldValue name='radiusvalue='0.1500'/>
4819                 <fieldValue name='displayMode'/>
4820                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
4821                 <fieldValue name='transparencyvalue='0'/>
4822                 <fieldValue name='translationvalue='-0.22215 1.92277 2.48473'/>
4823                 <fieldValue name='textTranslationvalue='-0.07215 1.92277 2.48473'/>
4824                 <fieldValue name='textColorvalue='0 0 0'/>
4825            </ProtoInstance>
4826            <ProtoInstance name='Vertex'>
4827                 <fieldValue name='vertexTextvalue='"hope"'/>
4828                 <fieldValue name='descriptionvalue='88: hope'/>
4829                 <fieldValue name='url'/>
4830                 <fieldValue name='radiusvalue='0.1500'/>
4831                 <fieldValue name='displayMode'/>
4832                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4833                 <fieldValue name='transparencyvalue='0'/>
4834                 <fieldValue name='translationvalue='-1.26520 1.46272 -0.17933'/>
4835                 <fieldValue name='textTranslationvalue='-1.11520 1.46272 -0.17933'/>
4836                 <fieldValue name='textColorvalue='0 0 0'/>
4837            </ProtoInstance>
4838            <ProtoInstance name='Vertex'>
4839                 <fieldValue name='vertexTextvalue='"humanitarian"'/>
4840                 <fieldValue name='descriptionvalue='89: humanitarian'/>
4841                 <fieldValue name='url'/>
4842                 <fieldValue name='radiusvalue='0.1500'/>
4843                 <fieldValue name='displayMode'/>
4844                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4845                 <fieldValue name='transparencyvalue='0'/>
4846                 <fieldValue name='translationvalue='0.85879 1.82033 -2.26929'/>
4847                 <fieldValue name='textTranslationvalue='1.00879 1.82033 -2.26929'/>
4848                 <fieldValue name='textColorvalue='0 0 0'/>
4849            </ProtoInstance>
4850            <ProtoInstance name='Vertex'>
4851                 <fieldValue name='vertexTextvalue='"innovative"'/>
4852                 <fieldValue name='descriptionvalue='90: innovative'/>
4853                 <fieldValue name='url'/>
4854                 <fieldValue name='radiusvalue='0.1500'/>
4855                 <fieldValue name='displayMode'/>
4856                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4857                 <fieldValue name='transparencyvalue='0'/>
4858                 <fieldValue name='translationvalue='1.58699 0.78813 2.19992'/>
4859                 <fieldValue name='textTranslationvalue='1.73699 0.78813 2.19992'/>
4860                 <fieldValue name='textColorvalue='0 0 0'/>
4861            </ProtoInstance>
4862            <ProtoInstance name='Vertex'>
4863                 <fieldValue name='vertexTextvalue='"interagency"'/>
4864                 <fieldValue name='descriptionvalue='91: interagency'/>
4865                 <fieldValue name='url'/>
4866                 <fieldValue name='radiusvalue='0.1500'/>
4867                 <fieldValue name='displayMode'/>
4868                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4869                 <fieldValue name='transparencyvalue='0'/>
4870                 <fieldValue name='translationvalue='0.84804 2.74593 -1.69528'/>
4871                 <fieldValue name='textTranslationvalue='0.99804 2.74593 -1.69528'/>
4872                 <fieldValue name='textColorvalue='0 0 0'/>
4873            </ProtoInstance>
4874            <ProtoInstance name='Vertex'>
4875                 <fieldValue name='vertexTextvalue='"internal"'/>
4876                 <fieldValue name='descriptionvalue='92: internal'/>
4877                 <fieldValue name='url'/>
4878                 <fieldValue name='radiusvalue='0.1500'/>
4879                 <fieldValue name='displayMode'/>
4880                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4881                 <fieldValue name='transparencyvalue='0'/>
4882                 <fieldValue name='translationvalue='0.74937 2.23565 -1.95902'/>
4883                 <fieldValue name='textTranslationvalue='0.89937 2.23565 -1.95902'/>
4884                 <fieldValue name='textColorvalue='0 0 0'/>
4885            </ProtoInstance>
4886            <ProtoInstance name='Vertex'>
4887                 <fieldValue name='vertexTextvalue='"international"'/>
4888                 <fieldValue name='descriptionvalue='93: international'/>
4889                 <fieldValue name='url'/>
4890                 <fieldValue name='radiusvalue='0.1500'/>
4891                 <fieldValue name='displayMode'/>
4892                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
4893                 <fieldValue name='transparencyvalue='0'/>
4894                 <fieldValue name='translationvalue='0.43972 1.44057 2.05271'/>
4895                 <fieldValue name='textTranslationvalue='0.58972 1.44057 2.05271'/>
4896                 <fieldValue name='textColorvalue='0 0 0'/>
4897            </ProtoInstance>
4898            <ProtoInstance name='Vertex'>
4899                 <fieldValue name='vertexTextvalue='"involved"'/>
4900                 <fieldValue name='descriptionvalue='94: involved'/>
4901                 <fieldValue name='url'/>
4902                 <fieldValue name='radiusvalue='0.1500'/>
4903                 <fieldValue name='displayMode'/>
4904                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
4905                 <fieldValue name='transparencyvalue='0'/>
4906                 <fieldValue name='translationvalue='-0.76102 1.28306 0.60073'/>
4907                 <fieldValue name='textTranslationvalue='-0.61102 1.28306 0.60073'/>
4908                 <fieldValue name='textColorvalue='0 0 0'/>
4909            </ProtoInstance>
4910            <ProtoInstance name='Vertex'>
4911                 <fieldValue name='vertexTextvalue='"jobs"'/>
4912                 <fieldValue name='descriptionvalue='95: jobs'/>
4913                 <fieldValue name='url'/>
4914                 <fieldValue name='radiusvalue='0.1500'/>
4915                 <fieldValue name='displayMode'/>
4916                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4917                 <fieldValue name='transparencyvalue='0'/>
4918                 <fieldValue name='translationvalue='1.85875 -1.94342 -0.76411'/>
4919                 <fieldValue name='textTranslationvalue='2.00875 -1.94342 -0.76411'/>
4920                 <fieldValue name='textColorvalue='0 0 0'/>
4921            </ProtoInstance>
4922            <ProtoInstance name='Vertex'>
4923                 <fieldValue name='vertexTextvalue='"june"'/>
4924                 <fieldValue name='descriptionvalue='96: june'/>
4925                 <fieldValue name='url'/>
4926                 <fieldValue name='radiusvalue='0.1500'/>
4927                 <fieldValue name='displayMode'/>
4928                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
4929                 <fieldValue name='transparencyvalue='0'/>
4930                 <fieldValue name='translationvalue='1.49661 1.72639 -0.36527'/>
4931                 <fieldValue name='textTranslationvalue='1.64661 1.72639 -0.36527'/>
4932                 <fieldValue name='textColorvalue='0 0 0'/>
4933            </ProtoInstance>
4934            <ProtoInstance name='Vertex'>
4935                 <fieldValue name='vertexTextvalue='"kinds"'/>
4936                 <fieldValue name='descriptionvalue='97: kinds'/>
4937                 <fieldValue name='url'/>
4938                 <fieldValue name='radiusvalue='0.1500'/>
4939                 <fieldValue name='displayMode'/>
4940                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
4941                 <fieldValue name='transparencyvalue='0'/>
4942                 <fieldValue name='translationvalue='1.88984 -2.03916 -0.40459'/>
4943                 <fieldValue name='textTranslationvalue='2.03984 -2.03916 -0.40459'/>
4944                 <fieldValue name='textColorvalue='0 0 0'/>
4945            </ProtoInstance>
4946            <ProtoInstance name='Vertex'>
4947                 <fieldValue name='vertexTextvalue='"kit"'/>
4948                 <fieldValue name='descriptionvalue='98: kit'/>
4949                 <fieldValue name='url'/>
4950                 <fieldValue name='radiusvalue='0.1500'/>
4951                 <fieldValue name='displayMode'/>
4952                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
4953                 <fieldValue name='transparencyvalue='0'/>
4954                 <fieldValue name='translationvalue='0.62722 2.33572 -1.92255'/>
4955                 <fieldValue name='textTranslationvalue='0.77722 2.33572 -1.92255'/>
4956                 <fieldValue name='textColorvalue='0 0 0'/>
4957            </ProtoInstance>
4958            <ProtoInstance name='Vertex'>
4959                 <fieldValue name='vertexTextvalue='"lance"'/>
4960                 <fieldValue name='descriptionvalue='99: lance'/>
4961                 <fieldValue name='url'/>
4962                 <fieldValue name='radiusvalue='0.1500'/>
4963                 <fieldValue name='displayMode'/>
4964                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4965                 <fieldValue name='transparencyvalue='0'/>
4966                 <fieldValue name='translationvalue='2.75416 -0.42537 0.58846'/>
4967                 <fieldValue name='textTranslationvalue='2.90416 -0.42537 0.58846'/>
4968                 <fieldValue name='textColorvalue='0 0 0'/>
4969            </ProtoInstance>
4970            <ProtoInstance name='Vertex'>
4971                 <fieldValue name='vertexTextvalue='"largest"'/>
4972                 <fieldValue name='descriptionvalue='100: largest'/>
4973                 <fieldValue name='url'/>
4974                 <fieldValue name='radiusvalue='0.1500'/>
4975                 <fieldValue name='displayMode'/>
4976                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
4977                 <fieldValue name='transparencyvalue='0'/>
4978                 <fieldValue name='translationvalue='2.43167 -0.23835 0.93450'/>
4979                 <fieldValue name='textTranslationvalue='2.58167 -0.23835 0.93450'/>
4980                 <fieldValue name='textColorvalue='0 0 0'/>
4981            </ProtoInstance>
4982            <ProtoInstance name='Vertex'>
4983                 <fieldValue name='vertexTextvalue='"late"'/>
4984                 <fieldValue name='descriptionvalue='101: late'/>
4985                 <fieldValue name='url'/>
4986                 <fieldValue name='radiusvalue='0.1500'/>
4987                 <fieldValue name='displayMode'/>
4988                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
4989                 <fieldValue name='transparencyvalue='0'/>
4990                 <fieldValue name='translationvalue='-0.20040 -2.52348 1.22766'/>
4991                 <fieldValue name='textTranslationvalue='-0.05040 -2.52348 1.22766'/>
4992                 <fieldValue name='textColorvalue='0 0 0'/>
4993            </ProtoInstance>
4994            <ProtoInstance name='Vertex'>
4995                 <fieldValue name='vertexTextvalue='"latest"'/>
4996                 <fieldValue name='descriptionvalue='102: latest'/>
4997                 <fieldValue name='url'/>
4998                 <fieldValue name='radiusvalue='0.1500'/>
4999                 <fieldValue name='displayMode'/>
5000                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5001                 <fieldValue name='transparencyvalue='0'/>
5002                 <fieldValue name='translationvalue='0.70795 1.24574 0.03411'/>
5003                 <fieldValue name='textTranslationvalue='0.85795 1.24574 0.03411'/>
5004                 <fieldValue name='textColorvalue='0 0 0'/>
5005            </ProtoInstance>
5006            <ProtoInstance name='Vertex'>
5007                 <fieldValue name='vertexTextvalue='"latrines"'/>
5008                 <fieldValue name='descriptionvalue='103: latrines'/>
5009                 <fieldValue name='url'/>
5010                 <fieldValue name='radiusvalue='0.1500'/>
5011                 <fieldValue name='displayMode'/>
5012                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5013                 <fieldValue name='transparencyvalue='0'/>
5014                 <fieldValue name='translationvalue='-0.20493 2.21336 2.29673'/>
5015                 <fieldValue name='textTranslationvalue='-0.05493 2.21336 2.29673'/>
5016                 <fieldValue name='textColorvalue='0 0 0'/>
5017            </ProtoInstance>
5018            <ProtoInstance name='Vertex'>
5019                 <fieldValue name='vertexTextvalue='"local"'/>
5020                 <fieldValue name='descriptionvalue='104: local'/>
5021                 <fieldValue name='url'/>
5022                 <fieldValue name='radiusvalue='0.1500'/>
5023                 <fieldValue name='displayMode'/>
5024                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5025                 <fieldValue name='transparencyvalue='0'/>
5026                 <fieldValue name='translationvalue='-0.52490 0.31896 1.69512'/>
5027                 <fieldValue name='textTranslationvalue='-0.37490 0.31896 1.69512'/>
5028                 <fieldValue name='textColorvalue='0 0 0'/>
5029            </ProtoInstance>
5030            <ProtoInstance name='Vertex'>
5031                 <fieldValue name='vertexTextvalue='"location"'/>
5032                 <fieldValue name='descriptionvalue='105: location'/>
5033                 <fieldValue name='url'/>
5034                 <fieldValue name='radiusvalue='0.1500'/>
5035                 <fieldValue name='displayMode'/>
5036                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5037                 <fieldValue name='transparencyvalue='0'/>
5038                 <fieldValue name='translationvalue='1.67237 1.61895 -0.26930'/>
5039                 <fieldValue name='textTranslationvalue='1.82237 1.61895 -0.26930'/>
5040                 <fieldValue name='textColorvalue='0 0 0'/>
5041            </ProtoInstance>
5042            <ProtoInstance name='Vertex'>
5043                 <fieldValue name='vertexTextvalue='"logistics"'/>
5044                 <fieldValue name='descriptionvalue='106: logistics'/>
5045                 <fieldValue name='url'/>
5046                 <fieldValue name='radiusvalue='0.1500'/>
5047                 <fieldValue name='displayMode'/>
5048                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5049                 <fieldValue name='transparencyvalue='0'/>
5050                 <fieldValue name='translationvalue='-1.13041 1.88356 -0.13740'/>
5051                 <fieldValue name='textTranslationvalue='-0.98041 1.88356 -0.13740'/>
5052                 <fieldValue name='textColorvalue='0 0 0'/>
5053            </ProtoInstance>
5054            <ProtoInstance name='Vertex'>
5055                 <fieldValue name='vertexTextvalue='"mail"'/>
5056                 <fieldValue name='descriptionvalue='107: mail'/>
5057                 <fieldValue name='url'/>
5058                 <fieldValue name='radiusvalue='0.1500'/>
5059                 <fieldValue name='displayMode'/>
5060                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5061                 <fieldValue name='transparencyvalue='0'/>
5062                 <fieldValue name='translationvalue='-0.01038 -0.96227 -2.21508'/>
5063                 <fieldValue name='textTranslationvalue='0.13962 -0.96227 -2.21508'/>
5064                 <fieldValue name='textColorvalue='0 0 0'/>
5065            </ProtoInstance>
5066            <ProtoInstance name='Vertex'>
5067                 <fieldValue name='vertexTextvalue='"map"'/>
5068                 <fieldValue name='descriptionvalue='108: map'/>
5069                 <fieldValue name='url'/>
5070                 <fieldValue name='radiusvalue='0.1500'/>
5071                 <fieldValue name='displayMode'/>
5072                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5073                 <fieldValue name='transparencyvalue='0'/>
5074                 <fieldValue name='translationvalue='2.47342 -0.72966 1.04406'/>
5075                 <fieldValue name='textTranslationvalue='2.62342 -0.72966 1.04406'/>
5076                 <fieldValue name='textColorvalue='0 0 0'/>
5077            </ProtoInstance>
5078            <ProtoInstance name='Vertex'>
5079                 <fieldValue name='vertexTextvalue='"maps"'/>
5080                 <fieldValue name='descriptionvalue='109: maps'/>
5081                 <fieldValue name='url'/>
5082                 <fieldValue name='radiusvalue='0.1500'/>
5083                 <fieldValue name='displayMode'/>
5084                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5085                 <fieldValue name='transparencyvalue='0'/>
5086                 <fieldValue name='translationvalue='1.21663 1.86392 -2.12867'/>
5087                 <fieldValue name='textTranslationvalue='1.36663 1.86392 -2.12867'/>
5088                 <fieldValue name='textColorvalue='0 0 0'/>
5089            </ProtoInstance>
5090            <ProtoInstance name='Vertex'>
5091                 <fieldValue name='vertexTextvalue='"marine"'/>
5092                 <fieldValue name='descriptionvalue='110: marine'/>
5093                 <fieldValue name='url'/>
5094                 <fieldValue name='radiusvalue='0.1500'/>
5095                 <fieldValue name='displayMode'/>
5096                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5097                 <fieldValue name='transparencyvalue='0'/>
5098                 <fieldValue name='translationvalue='-0.42773 -2.65562 0.77166'/>
5099                 <fieldValue name='textTranslationvalue='-0.27773 -2.65562 0.77166'/>
5100                 <fieldValue name='textColorvalue='0 0 0'/>
5101            </ProtoInstance>
5102            <ProtoInstance name='Vertex'>
5103                 <fieldValue name='vertexTextvalue='"materials"'/>
5104                 <fieldValue name='descriptionvalue='111: materials'/>
5105                 <fieldValue name='url'/>
5106                 <fieldValue name='radiusvalue='0.1500'/>
5107                 <fieldValue name='displayMode'/>
5108                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5109                 <fieldValue name='transparencyvalue='0'/>
5110                 <fieldValue name='translationvalue='-0.33978 2.01980 2.40742'/>
5111                 <fieldValue name='textTranslationvalue='-0.18978 2.01980 2.40742'/>
5112                 <fieldValue name='textColorvalue='0 0 0'/>
5113            </ProtoInstance>
5114            <ProtoInstance name='Vertex'>
5115                 <fieldValue name='vertexTextvalue='"meals"'/>
5116                 <fieldValue name='descriptionvalue='112: meals'/>
5117                 <fieldValue name='url'/>
5118                 <fieldValue name='radiusvalue='0.1500'/>
5119                 <fieldValue name='displayMode'/>
5120                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5121                 <fieldValue name='transparencyvalue='0'/>
5122                 <fieldValue name='translationvalue='-0.76820 1.82443 -0.25132'/>
5123                 <fieldValue name='textTranslationvalue='-0.61820 1.82443 -0.25132'/>
5124                 <fieldValue name='textColorvalue='0 0 0'/>
5125            </ProtoInstance>
5126            <ProtoInstance name='Vertex'>
5127                 <fieldValue name='vertexTextvalue='"medium"'/>
5128                 <fieldValue name='descriptionvalue='113: medium'/>
5129                 <fieldValue name='url'/>
5130                 <fieldValue name='radiusvalue='0.1500'/>
5131                 <fieldValue name='displayMode'/>
5132                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5133                 <fieldValue name='transparencyvalue='0'/>
5134                 <fieldValue name='translationvalue='-0.32552 -2.63764 0.88660'/>
5135                 <fieldValue name='textTranslationvalue='-0.17552 -2.63764 0.88660'/>
5136                 <fieldValue name='textColorvalue='0 0 0'/>
5137            </ProtoInstance>
5138            <ProtoInstance name='Vertex'>
5139                 <fieldValue name='vertexTextvalue='"middle"'/>
5140                 <fieldValue name='descriptionvalue='114: middle'/>
5141                 <fieldValue name='url'/>
5142                 <fieldValue name='radiusvalue='0.1500'/>
5143                 <fieldValue name='displayMode'/>
5144                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5145                 <fieldValue name='transparencyvalue='0'/>
5146                 <fieldValue name='translationvalue='-0.89837 2.11572 -0.04417'/>
5147                 <fieldValue name='textTranslationvalue='-0.74837 2.11572 -0.04417'/>
5148                 <fieldValue name='textColorvalue='0 0 0'/>
5149            </ProtoInstance>
5150            <ProtoInstance name='Vertex'>
5151                 <fieldValue name='vertexTextvalue='"mission"'/>
5152                 <fieldValue name='descriptionvalue='115: mission'/>
5153                 <fieldValue name='url'/>
5154                 <fieldValue name='radiusvalue='0.1500'/>
5155                 <fieldValue name='displayMode'/>
5156                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5157                 <fieldValue name='transparencyvalue='0'/>
5158                 <fieldValue name='translationvalue='1.57404 1.06092 -0.62314'/>
5159                 <fieldValue name='textTranslationvalue='1.72404 1.06092 -0.62314'/>
5160                 <fieldValue name='textColorvalue='0 0 0'/>
5161            </ProtoInstance>
5162            <ProtoInstance name='Vertex'>
5163                 <fieldValue name='vertexTextvalue='"mode"'/>
5164                 <fieldValue name='descriptionvalue='116: mode'/>
5165                 <fieldValue name='url'/>
5166                 <fieldValue name='radiusvalue='0.1500'/>
5167                 <fieldValue name='displayMode'/>
5168                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5169                 <fieldValue name='transparencyvalue='0'/>
5170                 <fieldValue name='translationvalue='1.71604 -2.20109 -0.31132'/>
5171                 <fieldValue name='textTranslationvalue='1.86604 -2.20109 -0.31132'/>
5172                 <fieldValue name='textColorvalue='0 0 0'/>
5173            </ProtoInstance>
5174            <ProtoInstance name='Vertex'>
5175                 <fieldValue name='vertexTextvalue='"morning"'/>
5176                 <fieldValue name='descriptionvalue='117: morning'/>
5177                 <fieldValue name='url'/>
5178                 <fieldValue name='radiusvalue='0.1500'/>
5179                 <fieldValue name='displayMode'/>
5180                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5181                 <fieldValue name='transparencyvalue='0'/>
5182                 <fieldValue name='translationvalue='0.02580 -2.75082 0.41164'/>
5183                 <fieldValue name='textTranslationvalue='0.17580 -2.75082 0.41164'/>
5184                 <fieldValue name='textColorvalue='0 0 0'/>
5185            </ProtoInstance>
5186            <ProtoInstance name='Vertex'>
5187                 <fieldValue name='vertexTextvalue='"named"'/>
5188                 <fieldValue name='descriptionvalue='118: named'/>
5189                 <fieldValue name='url'/>
5190                 <fieldValue name='radiusvalue='0.1500'/>
5191                 <fieldValue name='displayMode'/>
5192                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5193                 <fieldValue name='transparencyvalue='0'/>
5194                 <fieldValue name='translationvalue='1.47291 1.71529 1.83342'/>
5195                 <fieldValue name='textTranslationvalue='1.62291 1.71529 1.83342'/>
5196                 <fieldValue name='textColorvalue='0 0 0'/>
5197            </ProtoInstance>
5198            <ProtoInstance name='Vertex'>
5199                 <fieldValue name='vertexTextvalue='"nations"'/>
5200                 <fieldValue name='descriptionvalue='119: nations'/>
5201                 <fieldValue name='url'/>
5202                 <fieldValue name='radiusvalue='0.1500'/>
5203                 <fieldValue name='displayMode'/>
5204                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5205                 <fieldValue name='transparencyvalue='0'/>
5206                 <fieldValue name='translationvalue='1.26079 1.42985 0.08186'/>
5207                 <fieldValue name='textTranslationvalue='1.41079 1.42985 0.08186'/>
5208                 <fieldValue name='textColorvalue='0 0 0'/>
5209            </ProtoInstance>
5210            <ProtoInstance name='Vertex'>
5211                 <fieldValue name='vertexTextvalue='"natural"'/>
5212                 <fieldValue name='descriptionvalue='120: natural'/>
5213                 <fieldValue name='url'/>
5214                 <fieldValue name='radiusvalue='0.1500'/>
5215                 <fieldValue name='displayMode'/>
5216                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5217                 <fieldValue name='transparencyvalue='0'/>
5218                 <fieldValue name='translationvalue='2.15434 -0.01207 1.05084'/>
5219                 <fieldValue name='textTranslationvalue='2.30434 -0.01207 1.05084'/>
5220                 <fieldValue name='textColorvalue='0 0 0'/>
5221            </ProtoInstance>
5222            <ProtoInstance name='Vertex'>
5223                 <fieldValue name='vertexTextvalue='"news"'/>
5224                 <fieldValue name='descriptionvalue='121: news'/>
5225                 <fieldValue name='url'/>
5226                 <fieldValue name='radiusvalue='0.1500'/>
5227                 <fieldValue name='displayMode'/>
5228                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5229                 <fieldValue name='transparencyvalue='0'/>
5230                 <fieldValue name='translationvalue='0.88133 1.25414 -0.16396'/>
5231                 <fieldValue name='textTranslationvalue='1.03133 1.25414 -0.16396'/>
5232                 <fieldValue name='textColorvalue='0 0 0'/>
5233            </ProtoInstance>
5234            <ProtoInstance name='Vertex'>
5235                 <fieldValue name='vertexTextvalue='"nongovernmental"'/>
5236                 <fieldValue name='descriptionvalue='122: nongovernmental'/>
5237                 <fieldValue name='url'/>
5238                 <fieldValue name='radiusvalue='0.1500'/>
5239                 <fieldValue name='displayMode'/>
5240                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5241                 <fieldValue name='transparencyvalue='0'/>
5242                 <fieldValue name='translationvalue='-2.20660 -0.61026 -1.36797'/>
5243                 <fieldValue name='textTranslationvalue='-2.05660 -0.61026 -1.36797'/>
5244                 <fieldValue name='textColorvalue='0 0 0'/>
5245            </ProtoInstance>
5246            <ProtoInstance name='Vertex'>
5247                 <fieldValue name='vertexTextvalue='"nutrition"'/>
5248                 <fieldValue name='descriptionvalue='123: nutrition'/>
5249                 <fieldValue name='url'/>
5250                 <fieldValue name='radiusvalue='0.1500'/>
5251                 <fieldValue name='displayMode'/>
5252                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5253                 <fieldValue name='transparencyvalue='0'/>
5254                 <fieldValue name='translationvalue='-0.51984 1.96065 0.56300'/>
5255                 <fieldValue name='textTranslationvalue='-0.36984 1.96065 0.56300'/>
5256                 <fieldValue name='textColorvalue='0 0 0'/>
5257            </ProtoInstance>
5258            <ProtoInstance name='Vertex'>
5259                 <fieldValue name='vertexTextvalue='"operation"'/>
5260                 <fieldValue name='descriptionvalue='124: operation'/>
5261                 <fieldValue name='url'/>
5262                 <fieldValue name='radiusvalue='0.1500'/>
5263                 <fieldValue name='displayMode'/>
5264                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5265                 <fieldValue name='transparencyvalue='0'/>
5266                 <fieldValue name='translationvalue='1.23366 0.95106 2.05405'/>
5267                 <fieldValue name='textTranslationvalue='1.38366 0.95106 2.05405'/>
5268                 <fieldValue name='textColorvalue='0 0 0'/>
5269            </ProtoInstance>
5270            <ProtoInstance name='Vertex'>
5271                 <fieldValue name='vertexTextvalue='"operations"'/>
5272                 <fieldValue name='descriptionvalue='125: operations'/>
5273                 <fieldValue name='url'/>
5274                 <fieldValue name='radiusvalue='0.1500'/>
5275                 <fieldValue name='displayMode'/>
5276                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5277                 <fieldValue name='transparencyvalue='0'/>
5278                 <fieldValue name='translationvalue='-2.50160 0.59360 -1.22950'/>
5279                 <fieldValue name='textTranslationvalue='-2.35160 0.59360 -1.22950'/>
5280                 <fieldValue name='textColorvalue='0 0 0'/>
5281            </ProtoInstance>
5282            <ProtoInstance name='Vertex'>
5283                 <fieldValue name='vertexTextvalue='"organization"'/>
5284                 <fieldValue name='descriptionvalue='126: organization'/>
5285                 <fieldValue name='url'/>
5286                 <fieldValue name='radiusvalue='0.1500'/>
5287                 <fieldValue name='displayMode'/>
5288                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5289                 <fieldValue name='transparencyvalue='0'/>
5290                 <fieldValue name='translationvalue='-2.26008 -0.23036 -1.32357'/>
5291                 <fieldValue name='textTranslationvalue='-2.11008 -0.23036 -1.32357'/>
5292                 <fieldValue name='textColorvalue='0 0 0'/>
5293            </ProtoInstance>
5294            <ProtoInstance name='Vertex'>
5295                 <fieldValue name='vertexTextvalue='"partners"'/>
5296                 <fieldValue name='descriptionvalue='127: partners'/>
5297                 <fieldValue name='url'/>
5298                 <fieldValue name='radiusvalue='0.1500'/>
5299                 <fieldValue name='displayMode'/>
5300                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5301                 <fieldValue name='transparencyvalue='0'/>
5302                 <fieldValue name='translationvalue='-1.31264 0.05088 1.66119'/>
5303                 <fieldValue name='textTranslationvalue='-1.16264 0.05088 1.66119'/>
5304                 <fieldValue name='textColorvalue='0 0 0'/>
5305            </ProtoInstance>
5306            <ProtoInstance name='Vertex'>
5307                 <fieldValue name='vertexTextvalue='"photos"'/>
5308                 <fieldValue name='descriptionvalue='128: photos'/>
5309                 <fieldValue name='url'/>
5310                 <fieldValue name='radiusvalue='0.1500'/>
5311                 <fieldValue name='displayMode'/>
5312                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5313                 <fieldValue name='transparencyvalue='0'/>
5314                 <fieldValue name='translationvalue='0.20021 0.82411 0.45164'/>
5315                 <fieldValue name='textTranslationvalue='0.35021 0.82411 0.45164'/>
5316                 <fieldValue name='textColorvalue='0 0 0'/>
5317            </ProtoInstance>
5318            <ProtoInstance name='Vertex'>
5319                 <fieldValue name='vertexTextvalue='"plastic"'/>
5320                 <fieldValue name='descriptionvalue='129: plastic'/>
5321                 <fieldValue name='url'/>
5322                 <fieldValue name='radiusvalue='0.1500'/>
5323                 <fieldValue name='displayMode'/>
5324                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5325                 <fieldValue name='transparencyvalue='0'/>
5326                 <fieldValue name='translationvalue='-0.21376 2.17864 2.33646'/>
5327                 <fieldValue name='textTranslationvalue='-0.06376 2.17864 2.33646'/>
5328                 <fieldValue name='textColorvalue='0 0 0'/>
5329            </ProtoInstance>
5330            <ProtoInstance name='Vertex'>
5331                 <fieldValue name='vertexTextvalue='"population"'/>
5332                 <fieldValue name='descriptionvalue='130: population'/>
5333                 <fieldValue name='url'/>
5334                 <fieldValue name='radiusvalue='0.1500'/>
5335                 <fieldValue name='displayMode'/>
5336                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5337                 <fieldValue name='transparencyvalue='0'/>
5338                 <fieldValue name='translationvalue='1.39988 2.23006 -1.85155'/>
5339                 <fieldValue name='textTranslationvalue='1.54988 2.23006 -1.85155'/>
5340                 <fieldValue name='textColorvalue='0 0 0'/>
5341            </ProtoInstance>
5342            <ProtoInstance name='Vertex'>
5343                 <fieldValue name='vertexTextvalue='"pour"'/>
5344                 <fieldValue name='descriptionvalue='131: pour'/>
5345                 <fieldValue name='url'/>
5346                 <fieldValue name='radiusvalue='0.1500'/>
5347                 <fieldValue name='displayMode'/>
5348                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5349                 <fieldValue name='transparencyvalue='0'/>
5350                 <fieldValue name='translationvalue='2.75416 -0.42537 0.58846'/>
5351                 <fieldValue name='textTranslationvalue='2.90416 -0.42537 0.58846'/>
5352                 <fieldValue name='textColorvalue='0 0 0'/>
5353            </ProtoInstance>
5354            <ProtoInstance name='Vertex'>
5355                 <fieldValue name='vertexTextvalue='"present"'/>
5356                 <fieldValue name='descriptionvalue='132: present'/>
5357                 <fieldValue name='url'/>
5358                 <fieldValue name='radiusvalue='0.1500'/>
5359                 <fieldValue name='displayMode'/>
5360                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5361                 <fieldValue name='transparencyvalue='0'/>
5362                 <fieldValue name='translationvalue='1.16181 1.50792 -0.24877'/>
5363                 <fieldValue name='textTranslationvalue='1.31181 1.50792 -0.24877'/>
5364                 <fieldValue name='textColorvalue='0 0 0'/>
5365            </ProtoInstance>
5366            <ProtoInstance name='Vertex'>
5367                 <fieldValue name='vertexTextvalue='"press"'/>
5368                 <fieldValue name='descriptionvalue='133: press'/>
5369                 <fieldValue name='url'/>
5370                 <fieldValue name='radiusvalue='0.1500'/>
5371                 <fieldValue name='displayMode'/>
5372                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5373                 <fieldValue name='transparencyvalue='0'/>
5374                 <fieldValue name='translationvalue='2.47278 -0.29053 0.81750'/>
5375                 <fieldValue name='textTranslationvalue='2.62278 -0.29053 0.81750'/>
5376                 <fieldValue name='textColorvalue='0 0 0'/>
5377            </ProtoInstance>
5378            <ProtoInstance name='Vertex'>
5379                 <fieldValue name='vertexTextvalue='"pressing"'/>
5380                 <fieldValue name='descriptionvalue='134: pressing'/>
5381                 <fieldValue name='url'/>
5382                 <fieldValue name='radiusvalue='0.1500'/>
5383                 <fieldValue name='displayMode'/>
5384                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5385                 <fieldValue name='transparencyvalue='0'/>
5386                 <fieldValue name='translationvalue='-0.46578 1.40310 2.74899'/>
5387                 <fieldValue name='textTranslationvalue='-0.31578 1.40310 2.74899'/>
5388                 <fieldValue name='textColorvalue='0 0 0'/>
5389            </ProtoInstance>
5390            <ProtoInstance name='Vertex'>
5391                 <fieldValue name='vertexTextvalue='"procurement"'/>
5392                 <fieldValue name='descriptionvalue='135: procurement'/>
5393                 <fieldValue name='url'/>
5394                 <fieldValue name='radiusvalue='0.1500'/>
5395                 <fieldValue name='displayMode'/>
5396                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5397                 <fieldValue name='transparencyvalue='0'/>
5398                 <fieldValue name='translationvalue='-0.90381 2.41389 0.52166'/>
5399                 <fieldValue name='textTranslationvalue='-0.75381 2.41389 0.52166'/>
5400                 <fieldValue name='textColorvalue='0 0 0'/>
5401            </ProtoInstance>
5402            <ProtoInstance name='Vertex'>
5403                 <fieldValue name='vertexTextvalue='"professionals"'/>
5404                 <fieldValue name='descriptionvalue='136: professionals'/>
5405                 <fieldValue name='url'/>
5406                 <fieldValue name='radiusvalue='0.1500'/>
5407                 <fieldValue name='displayMode'/>
5408                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5409                 <fieldValue name='transparencyvalue='0'/>
5410                 <fieldValue name='translationvalue='-1.38589 0.60432 1.11766'/>
5411                 <fieldValue name='textTranslationvalue='-1.23589 0.60432 1.11766'/>
5412                 <fieldValue name='textColorvalue='0 0 0'/>
5413            </ProtoInstance>
5414            <ProtoInstance name='Vertex'>
5415                 <fieldValue name='vertexTextvalue='"program"'/>
5416                 <fieldValue name='descriptionvalue='137: program'/>
5417                 <fieldValue name='url'/>
5418                 <fieldValue name='radiusvalue='0.1500'/>
5419                 <fieldValue name='displayMode'/>
5420                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5421                 <fieldValue name='transparencyvalue='0'/>
5422                 <fieldValue name='translationvalue='0.08446 1.32861 0.56608'/>
5423                 <fieldValue name='textTranslationvalue='0.23446 1.32861 0.56608'/>
5424                 <fieldValue name='textColorvalue='0 0 0'/>
5425            </ProtoInstance>
5426            <ProtoInstance name='Vertex'>
5427                 <fieldValue name='vertexTextvalue='"promise"'/>
5428                 <fieldValue name='descriptionvalue='138: promise'/>
5429                 <fieldValue name='url'/>
5430                 <fieldValue name='radiusvalue='0.1500'/>
5431                 <fieldValue name='displayMode'/>
5432                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5433                 <fieldValue name='transparencyvalue='0'/>
5434                 <fieldValue name='translationvalue='0.04425 -1.25961 -2.23225'/>
5435                 <fieldValue name='textTranslationvalue='0.19425 -1.25961 -2.23225'/>
5436                 <fieldValue name='textColorvalue='0 0 0'/>
5437            </ProtoInstance>
5438            <ProtoInstance name='Vertex'>
5439                 <fieldValue name='vertexTextvalue='"providing"'/>
5440                 <fieldValue name='descriptionvalue='139: providing'/>
5441                 <fieldValue name='url'/>
5442                 <fieldValue name='radiusvalue='0.1500'/>
5443                 <fieldValue name='displayMode'/>
5444                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5445                 <fieldValue name='transparencyvalue='0'/>
5446                 <fieldValue name='translationvalue='-0.02739 1.98068 1.77206'/>
5447                 <fieldValue name='textTranslationvalue='0.12261 1.98068 1.77206'/>
5448                 <fieldValue name='textColorvalue='0 0 0'/>
5449            </ProtoInstance>
5450            <ProtoInstance name='Vertex'>
5451                 <fieldValue name='vertexTextvalue='"public"'/>
5452                 <fieldValue name='descriptionvalue='140: public'/>
5453                 <fieldValue name='url'/>
5454                 <fieldValue name='radiusvalue='0.1500'/>
5455                 <fieldValue name='displayMode'/>
5456                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5457                 <fieldValue name='transparencyvalue='0'/>
5458                 <fieldValue name='translationvalue='-0.22215 1.92277 2.48473'/>
5459                 <fieldValue name='textTranslationvalue='-0.07215 1.92277 2.48473'/>
5460                 <fieldValue name='textColorvalue='0 0 0'/>
5461            </ProtoInstance>
5462            <ProtoInstance name='Vertex'>
5463                 <fieldValue name='vertexTextvalue='"purchase"'/>
5464                 <fieldValue name='descriptionvalue='141: purchase'/>
5465                 <fieldValue name='url'/>
5466                 <fieldValue name='radiusvalue='0.1500'/>
5467                 <fieldValue name='displayMode'/>
5468                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5469                 <fieldValue name='transparencyvalue='0'/>
5470                 <fieldValue name='translationvalue='-0.99019 2.41620 -0.29859'/>
5471                 <fieldValue name='textTranslationvalue='-0.84019 2.41620 -0.29859'/>
5472                 <fieldValue name='textColorvalue='0 0 0'/>
5473            </ProtoInstance>
5474            <ProtoInstance name='Vertex'>
5475                 <fieldValue name='vertexTextvalue='"quietly"'/>
5476                 <fieldValue name='descriptionvalue='142: quietly'/>
5477                 <fieldValue name='url'/>
5478                 <fieldValue name='radiusvalue='0.1500'/>
5479                 <fieldValue name='displayMode'/>
5480                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5481                 <fieldValue name='transparencyvalue='0'/>
5482                 <fieldValue name='translationvalue='-0.38282 -2.73125 0.16214'/>
5483                 <fieldValue name='textTranslationvalue='-0.23282 -2.73125 0.16214'/>
5484                 <fieldValue name='textColorvalue='0 0 0'/>
5485            </ProtoInstance>
5486            <ProtoInstance name='Vertex'>
5487                 <fieldValue name='vertexTextvalue='"raining"'/>
5488                 <fieldValue name='descriptionvalue='143: raining'/>
5489                 <fieldValue name='url'/>
5490                 <fieldValue name='radiusvalue='0.1500'/>
5491                 <fieldValue name='displayMode'/>
5492                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5493                 <fieldValue name='transparencyvalue='0'/>
5494                 <fieldValue name='translationvalue='-0.75821 1.55182 2.61614'/>
5495                 <fieldValue name='textTranslationvalue='-0.60821 1.55182 2.61614'/>
5496                 <fieldValue name='textColorvalue='0 0 0'/>
5497            </ProtoInstance>
5498            <ProtoInstance name='Vertex'>
5499                 <fieldValue name='vertexTextvalue='"read"'/>
5500                 <fieldValue name='descriptionvalue='144: read'/>
5501                 <fieldValue name='url'/>
5502                 <fieldValue name='radiusvalue='0.1500'/>
5503                 <fieldValue name='displayMode'/>
5504                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5505                 <fieldValue name='transparencyvalue='0'/>
5506                 <fieldValue name='translationvalue='-0.44787 1.40253 2.75511'/>
5507                 <fieldValue name='textTranslationvalue='-0.29787 1.40253 2.75511'/>
5508                 <fieldValue name='textColorvalue='0 0 0'/>
5509            </ProtoInstance>
5510            <ProtoInstance name='Vertex'>
5511                 <fieldValue name='vertexTextvalue='"rebuild"'/>
5512                 <fieldValue name='descriptionvalue='145: rebuild'/>
5513                 <fieldValue name='url'/>
5514                 <fieldValue name='radiusvalue='0.1500'/>
5515                 <fieldValue name='displayMode'/>
5516                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5517                 <fieldValue name='transparencyvalue='0'/>
5518                 <fieldValue name='translationvalue='1.45400 1.16729 1.93559'/>
5519                 <fieldValue name='textTranslationvalue='1.60400 1.16729 1.93559'/>
5520                 <fieldValue name='textColorvalue='0 0 0'/>
5521            </ProtoInstance>
5522            <ProtoInstance name='Vertex'>
5523                 <fieldValue name='vertexTextvalue='"reconcile"'/>
5524                 <fieldValue name='descriptionvalue='146: reconcile'/>
5525                 <fieldValue name='url'/>
5526                 <fieldValue name='radiusvalue='0.1500'/>
5527                 <fieldValue name='displayMode'/>
5528                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5529                 <fieldValue name='transparencyvalue='0'/>
5530                 <fieldValue name='translationvalue='1.68907 -2.15251 -0.55567'/>
5531                 <fieldValue name='textTranslationvalue='1.83907 -2.15251 -0.55567'/>
5532                 <fieldValue name='textColorvalue='0 0 0'/>
5533            </ProtoInstance>
5534            <ProtoInstance name='Vertex'>
5535                 <fieldValue name='vertexTextvalue='"reform"'/>
5536                 <fieldValue name='descriptionvalue='147: reform'/>
5537                 <fieldValue name='url'/>
5538                 <fieldValue name='radiusvalue='0.1500'/>
5539                 <fieldValue name='displayMode'/>
5540                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5541                 <fieldValue name='transparencyvalue='0'/>
5542                 <fieldValue name='translationvalue='0.85879 1.82033 -2.26929'/>
5543                 <fieldValue name='textTranslationvalue='1.00879 1.82033 -2.26929'/>
5544                 <fieldValue name='textColorvalue='0 0 0'/>
5545            </ProtoInstance>
5546            <ProtoInstance name='Vertex'>
5547                 <fieldValue name='vertexTextvalue='"refugees"'/>
5548                 <fieldValue name='descriptionvalue='148: refugees'/>
5549                 <fieldValue name='url'/>
5550                 <fieldValue name='radiusvalue='0.1500'/>
5551                 <fieldValue name='displayMode'/>
5552                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5553                 <fieldValue name='transparencyvalue='0'/>
5554                 <fieldValue name='translationvalue='0.97107 1.35317 -0.85690'/>
5555                 <fieldValue name='textTranslationvalue='1.12107 1.35317 -0.85690'/>
5556                 <fieldValue name='textColorvalue='0 0 0'/>
5557            </ProtoInstance>
5558            <ProtoInstance name='Vertex'>
5559                 <fieldValue name='vertexTextvalue='"register"'/>
5560                 <fieldValue name='descriptionvalue='149: register'/>
5561                 <fieldValue name='url'/>
5562                 <fieldValue name='radiusvalue='0.1500'/>
5563                 <fieldValue name='displayMode'/>
5564                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5565                 <fieldValue name='transparencyvalue='0'/>
5566                 <fieldValue name='translationvalue='1.15552 2.29747 -1.32071'/>
5567                 <fieldValue name='textTranslationvalue='1.30552 2.29747 -1.32071'/>
5568                 <fieldValue name='textColorvalue='0 0 0'/>
5569            </ProtoInstance>
5570            <ProtoInstance name='Vertex'>
5571                 <fieldValue name='vertexTextvalue='"reinforced"'/>
5572                 <fieldValue name='descriptionvalue='150: reinforced'/>
5573                 <fieldValue name='url'/>
5574                 <fieldValue name='radiusvalue='0.1500'/>
5575                 <fieldValue name='displayMode'/>
5576                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5577                 <fieldValue name='transparencyvalue='0'/>
5578                 <fieldValue name='translationvalue='-0.95319 -2.47438 0.88025'/>
5579                 <fieldValue name='textTranslationvalue='-0.80319 -2.47438 0.88025'/>
5580                 <fieldValue name='textColorvalue='0 0 0'/>
5581            </ProtoInstance>
5582            <ProtoInstance name='Vertex'>
5583                 <fieldValue name='vertexTextvalue='"releases"'/>
5584                 <fieldValue name='descriptionvalue='151: releases'/>
5585                 <fieldValue name='url'/>
5586                 <fieldValue name='radiusvalue='0.1500'/>
5587                 <fieldValue name='displayMode'/>
5588                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5589                 <fieldValue name='transparencyvalue='0'/>
5590                 <fieldValue name='translationvalue='2.47278 -0.29053 0.81750'/>
5591                 <fieldValue name='textTranslationvalue='2.62278 -0.29053 0.81750'/>
5592                 <fieldValue name='textColorvalue='0 0 0'/>
5593            </ProtoInstance>
5594            <ProtoInstance name='Vertex'>
5595                 <fieldValue name='vertexTextvalue='"remains"'/>
5596                 <fieldValue name='descriptionvalue='152: remains'/>
5597                 <fieldValue name='url'/>
5598                 <fieldValue name='radiusvalue='0.1500'/>
5599                 <fieldValue name='displayMode'/>
5600                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5601                 <fieldValue name='transparencyvalue='0'/>
5602                 <fieldValue name='translationvalue='-2.29179 -0.06903 -1.09136'/>
5603                 <fieldValue name='textTranslationvalue='-2.14179 -0.06903 -1.09136'/>
5604                 <fieldValue name='textColorvalue='0 0 0'/>
5605            </ProtoInstance>
5606            <ProtoInstance name='Vertex'>
5607                 <fieldValue name='vertexTextvalue='"reports"'/>
5608                 <fieldValue name='descriptionvalue='153: reports'/>
5609                 <fieldValue name='url'/>
5610                 <fieldValue name='radiusvalue='0.1500'/>
5611                 <fieldValue name='displayMode'/>
5612                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
5613                 <fieldValue name='transparencyvalue='0'/>
5614                 <fieldValue name='translationvalue='2.05864 0.24598 0.23168'/>
5615                 <fieldValue name='textTranslationvalue='2.20864 0.24598 0.23168'/>
5616                 <fieldValue name='textColorvalue='0 0 0'/>
5617            </ProtoInstance>
5618            <ProtoInstance name='Vertex'>
5619                 <fieldValue name='vertexTextvalue='"responding"'/>
5620                 <fieldValue name='descriptionvalue='154: responding'/>
5621                 <fieldValue name='url'/>
5622                 <fieldValue name='radiusvalue='0.1500'/>
5623                 <fieldValue name='displayMode'/>
5624                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5625                 <fieldValue name='transparencyvalue='0'/>
5626                 <fieldValue name='translationvalue='-0.48839 0.27017 1.05853'/>
5627                 <fieldValue name='textTranslationvalue='-0.33839 0.27017 1.05853'/>
5628                 <fieldValue name='textColorvalue='0 0 0'/>
5629            </ProtoInstance>
5630            <ProtoInstance name='Vertex'>
5631                 <fieldValue name='vertexTextvalue='"response"'/>
5632                 <fieldValue name='descriptionvalue='155: response'/>
5633                 <fieldValue name='url'/>
5634                 <fieldValue name='radiusvalue='0.1500'/>
5635                 <fieldValue name='displayMode'/>
5636                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5637                 <fieldValue name='transparencyvalue='0'/>
5638                 <fieldValue name='translationvalue='0.24191 1.49087 0.92175'/>
5639                 <fieldValue name='textTranslationvalue='0.39191 1.49087 0.92175'/>
5640                 <fieldValue name='textColorvalue='0 0 0'/>
5641            </ProtoInstance>
5642            <ProtoInstance name='Vertex'>
5643                 <fieldValue name='vertexTextvalue='"school"'/>
5644                 <fieldValue name='descriptionvalue='156: school'/>
5645                 <fieldValue name='url'/>
5646                 <fieldValue name='radiusvalue='0.1500'/>
5647                 <fieldValue name='displayMode'/>
5648                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5649                 <fieldValue name='transparencyvalue='0'/>
5650                 <fieldValue name='translationvalue='-1.06248 1.89220 -0.19955'/>
5651                 <fieldValue name='textTranslationvalue='-0.91248 1.89220 -0.19955'/>
5652                 <fieldValue name='textColorvalue='0 0 0'/>
5653            </ProtoInstance>
5654            <ProtoInstance name='Vertex'>
5655                 <fieldValue name='vertexTextvalue='"sea"'/>
5656                 <fieldValue name='descriptionvalue='157: sea'/>
5657                 <fieldValue name='url'/>
5658                 <fieldValue name='radiusvalue='0.1500'/>
5659                 <fieldValue name='displayMode'/>
5660                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5661                 <fieldValue name='transparencyvalue='0'/>
5662                 <fieldValue name='translationvalue='-0.82147 -2.62533 0.25173'/>
5663                 <fieldValue name='textTranslationvalue='-0.67147 -2.62533 0.25173'/>
5664                 <fieldValue name='textColorvalue='0 0 0'/>
5665            </ProtoInstance>
5666            <ProtoInstance name='Vertex'>
5667                 <fieldValue name='vertexTextvalue='"security"'/>
5668                 <fieldValue name='descriptionvalue='158: security'/>
5669                 <fieldValue name='url'/>
5670                 <fieldValue name='radiusvalue='0.1500'/>
5671                 <fieldValue name='displayMode'/>
5672                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5673                 <fieldValue name='transparencyvalue='0'/>
5674                 <fieldValue name='translationvalue='-0.76820 1.82443 -0.25132'/>
5675                 <fieldValue name='textTranslationvalue='-0.61820 1.82443 -0.25132'/>
5676                 <fieldValue name='textColorvalue='0 0 0'/>
5677            </ProtoInstance>
5678            <ProtoInstance name='Vertex'>
5679                 <fieldValue name='vertexTextvalue='"sending"'/>
5680                 <fieldValue name='descriptionvalue='159: sending'/>
5681                 <fieldValue name='url'/>
5682                 <fieldValue name='radiusvalue='0.1500'/>
5683                 <fieldValue name='displayMode'/>
5684                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5685                 <fieldValue name='transparencyvalue='0'/>
5686                 <fieldValue name='translationvalue='0.03542 -0.92333 -2.23981'/>
5687                 <fieldValue name='textTranslationvalue='0.18542 -0.92333 -2.23981'/>
5688                 <fieldValue name='textColorvalue='0 0 0'/>
5689            </ProtoInstance>
5690            <ProtoInstance name='Vertex'>
5691                 <fieldValue name='vertexTextvalue='"share"'/>
5692                 <fieldValue name='descriptionvalue='160: share'/>
5693                 <fieldValue name='url'/>
5694                 <fieldValue name='radiusvalue='0.1500'/>
5695                 <fieldValue name='displayMode'/>
5696                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5697                 <fieldValue name='transparencyvalue='0'/>
5698                 <fieldValue name='translationvalue='-1.31264 0.05088 1.66119'/>
5699                 <fieldValue name='textTranslationvalue='-1.16264 0.05088 1.66119'/>
5700                 <fieldValue name='textColorvalue='0 0 0'/>
5701            </ProtoInstance>
5702            <ProtoInstance name='Vertex'>
5703                 <fieldValue name='vertexTextvalue='"sheeting"'/>
5704                 <fieldValue name='descriptionvalue='161: sheeting'/>
5705                 <fieldValue name='url'/>
5706                 <fieldValue name='radiusvalue='0.1500'/>
5707                 <fieldValue name='displayMode'/>
5708                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5709                 <fieldValue name='transparencyvalue='0'/>
5710                 <fieldValue name='translationvalue='-0.21083 2.15508 2.35827'/>
5711                 <fieldValue name='textTranslationvalue='-0.06083 2.15508 2.35827'/>
5712                 <fieldValue name='textColorvalue='0 0 0'/>
5713            </ProtoInstance>
5714            <ProtoInstance name='Vertex'>
5715                 <fieldValue name='vertexTextvalue='"situation"'/>
5716                 <fieldValue name='descriptionvalue='162: situation'/>
5717                 <fieldValue name='url'/>
5718                 <fieldValue name='radiusvalue='0.1500'/>
5719                 <fieldValue name='displayMode'/>
5720                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
5721                 <fieldValue name='transparencyvalue='0'/>
5722                 <fieldValue name='translationvalue='1.26970 0.82918 0.10384'/>
5723                 <fieldValue name='textTranslationvalue='1.41970 0.82918 0.10384'/>
5724                 <fieldValue name='textColorvalue='0 0 0'/>
5725            </ProtoInstance>
5726            <ProtoInstance name='Vertex'>
5727                 <fieldValue name='vertexTextvalue='"soldiers"'/>
5728                 <fieldValue name='descriptionvalue='163: soldiers'/>
5729                 <fieldValue name='url'/>
5730                 <fieldValue name='radiusvalue='0.1500'/>
5731                 <fieldValue name='displayMode'/>
5732                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5733                 <fieldValue name='transparencyvalue='0'/>
5734                 <fieldValue name='translationvalue='-1.18890 -0.44664 -1.68041'/>
5735                 <fieldValue name='textTranslationvalue='-1.03890 -0.44664 -1.68041'/>
5736                 <fieldValue name='textColorvalue='0 0 0'/>
5737            </ProtoInstance>
5738            <ProtoInstance name='Vertex'>
5739                 <fieldValue name='vertexTextvalue='"special"'/>
5740                 <fieldValue name='descriptionvalue='164: special'/>
5741                 <fieldValue name='url'/>
5742                 <fieldValue name='radiusvalue='0.1500'/>
5743                 <fieldValue name='displayMode'/>
5744                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5745                 <fieldValue name='transparencyvalue='0'/>
5746                 <fieldValue name='translationvalue='-2.10416 0.49819 -0.94709'/>
5747                 <fieldValue name='textTranslationvalue='-1.95416 0.49819 -0.94709'/>
5748                 <fieldValue name='textColorvalue='0 0 0'/>
5749            </ProtoInstance>
5750            <ProtoInstance name='Vertex'>
5751                 <fieldValue name='vertexTextvalue='"squadron"'/>
5752                 <fieldValue name='descriptionvalue='165: squadron'/>
5753                 <fieldValue name='url'/>
5754                 <fieldValue name='radiusvalue='0.1500'/>
5755                 <fieldValue name='displayMode'/>
5756                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5757                 <fieldValue name='transparencyvalue='0'/>
5758                 <fieldValue name='translationvalue='-0.95319 -2.47438 0.88026'/>
5759                 <fieldValue name='textTranslationvalue='-0.80319 -2.47438 0.88026'/>
5760                 <fieldValue name='textColorvalue='0 0 0'/>
5761            </ProtoInstance>
5762            <ProtoInstance name='Vertex'>
5763                 <fieldValue name='vertexTextvalue='"standing"'/>
5764                 <fieldValue name='descriptionvalue='166: standing'/>
5765                 <fieldValue name='url'/>
5766                 <fieldValue name='radiusvalue='0.1500'/>
5767                 <fieldValue name='displayMode'/>
5768                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5769                 <fieldValue name='transparencyvalue='0'/>
5770                 <fieldValue name='translationvalue='0.82698 2.51400 -1.74820'/>
5771                 <fieldValue name='textTranslationvalue='0.97698 2.51400 -1.74820'/>
5772                 <fieldValue name='textColorvalue='0 0 0'/>
5773            </ProtoInstance>
5774            <ProtoInstance name='Vertex'>
5775                 <fieldValue name='vertexTextvalue='"starting"'/>
5776                 <fieldValue name='descriptionvalue='167: starting'/>
5777                 <fieldValue name='url'/>
5778                 <fieldValue name='radiusvalue='0.1500'/>
5779                 <fieldValue name='displayMode'/>
5780                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5781                 <fieldValue name='transparencyvalue='0'/>
5782                 <fieldValue name='translationvalue='-2.23917 -0.08344 -1.42010'/>
5783                 <fieldValue name='textTranslationvalue='-2.08917 -0.08344 -1.42010'/>
5784                 <fieldValue name='textColorvalue='0 0 0'/>
5785            </ProtoInstance>
5786            <ProtoInstance name='Vertex'>
5787                 <fieldValue name='vertexTextvalue='"state"'/>
5788                 <fieldValue name='descriptionvalue='168: state'/>
5789                 <fieldValue name='url'/>
5790                 <fieldValue name='radiusvalue='0.1500'/>
5791                 <fieldValue name='displayMode'/>
5792                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5793                 <fieldValue name='transparencyvalue='0'/>
5794                 <fieldValue name='translationvalue='0.97833 1.38147 1.52175'/>
5795                 <fieldValue name='textTranslationvalue='1.12833 1.38147 1.52175'/>
5796                 <fieldValue name='textColorvalue='0 0 0'/>
5797            </ProtoInstance>
5798            <ProtoInstance name='Vertex'>
5799                 <fieldValue name='vertexTextvalue='"states"'/>
5800                 <fieldValue name='descriptionvalue='169: states'/>
5801                 <fieldValue name='url'/>
5802                 <fieldValue name='radiusvalue='0.1500'/>
5803                 <fieldValue name='displayMode'/>
5804                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5805                 <fieldValue name='transparencyvalue='0'/>
5806                 <fieldValue name='translationvalue='1.39039 1.28784 1.39448'/>
5807                 <fieldValue name='textTranslationvalue='1.54039 1.28784 1.39448'/>
5808                 <fieldValue name='textColorvalue='0 0 0'/>
5809            </ProtoInstance>
5810            <ProtoInstance name='Vertex'>
5811                 <fieldValue name='vertexTextvalue='"status"'/>
5812                 <fieldValue name='descriptionvalue='170: status'/>
5813                 <fieldValue name='url'/>
5814                 <fieldValue name='radiusvalue='0.1500'/>
5815                 <fieldValue name='displayMode'/>
5816                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5817                 <fieldValue name='transparencyvalue='0'/>
5818                 <fieldValue name='translationvalue='1.95094 -1.99280 -0.32775'/>
5819                 <fieldValue name='textTranslationvalue='2.10094 -1.99280 -0.32775'/>
5820                 <fieldValue name='textColorvalue='0 0 0'/>
5821            </ProtoInstance>
5822            <ProtoInstance name='Vertex'>
5823                 <fieldValue name='vertexTextvalue='"study"'/>
5824                 <fieldValue name='descriptionvalue='171: study'/>
5825                 <fieldValue name='url'/>
5826                 <fieldValue name='radiusvalue='0.1500'/>
5827                 <fieldValue name='displayMode'/>
5828                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5829                 <fieldValue name='transparencyvalue='0'/>
5830                 <fieldValue name='translationvalue='1.28451 0.56442 2.34182'/>
5831                 <fieldValue name='textTranslationvalue='1.43451 0.56442 2.34182'/>
5832                 <fieldValue name='textColorvalue='0 0 0'/>
5833            </ProtoInstance>
5834            <ProtoInstance name='Vertex'>
5835                 <fieldValue name='vertexTextvalue='"summer"'/>
5836                 <fieldValue name='descriptionvalue='172: summer'/>
5837                 <fieldValue name='url'/>
5838                 <fieldValue name='radiusvalue='0.1500'/>
5839                 <fieldValue name='displayMode'/>
5840                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5841                 <fieldValue name='transparencyvalue='0'/>
5842                 <fieldValue name='translationvalue='-2.13523 -0.35844 -1.62813'/>
5843                 <fieldValue name='textTranslationvalue='-1.98523 -0.35844 -1.62813'/>
5844                 <fieldValue name='textColorvalue='0 0 0'/>
5845            </ProtoInstance>
5846            <ProtoInstance name='Vertex'>
5847                 <fieldValue name='vertexTextvalue='"sun"'/>
5848                 <fieldValue name='descriptionvalue='173: sun'/>
5849                 <fieldValue name='url'/>
5850                 <fieldValue name='radiusvalue='0.1500'/>
5851                 <fieldValue name='displayMode'/>
5852                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5853                 <fieldValue name='transparencyvalue='0'/>
5854                 <fieldValue name='translationvalue='-0.15546 -2.71997 0.58300'/>
5855                 <fieldValue name='textTranslationvalue='-0.00546 -2.71997 0.58300'/>
5856                 <fieldValue name='textColorvalue='0 0 0'/>
5857            </ProtoInstance>
5858            <ProtoInstance name='Vertex'>
5859                 <fieldValue name='vertexTextvalue='"surprise"'/>
5860                 <fieldValue name='descriptionvalue='174: surprise'/>
5861                 <fieldValue name='url'/>
5862                 <fieldValue name='radiusvalue='0.1500'/>
5863                 <fieldValue name='displayMode'/>
5864                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
5865                 <fieldValue name='transparencyvalue='0'/>
5866                 <fieldValue name='translationvalue='-0.07328 -1.25074 -2.24624'/>
5867                 <fieldValue name='textTranslationvalue='0.07672 -1.25074 -2.24624'/>
5868                 <fieldValue name='textColorvalue='0 0 0'/>
5869            </ProtoInstance>
5870            <ProtoInstance name='Vertex'>
5871                 <fieldValue name='vertexTextvalue='"sustain"'/>
5872                 <fieldValue name='descriptionvalue='175: sustain'/>
5873                 <fieldValue name='url'/>
5874                 <fieldValue name='radiusvalue='0.1500'/>
5875                 <fieldValue name='displayMode'/>
5876                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5877                 <fieldValue name='transparencyvalue='0'/>
5878                 <fieldValue name='translationvalue='1.21215 1.06189 2.08898'/>
5879                 <fieldValue name='textTranslationvalue='1.36215 1.06189 2.08898'/>
5880                 <fieldValue name='textColorvalue='0 0 0'/>
5881            </ProtoInstance>
5882            <ProtoInstance name='Vertex'>
5883                 <fieldValue name='vertexTextvalue='"swift"'/>
5884                 <fieldValue name='descriptionvalue='176: swift'/>
5885                 <fieldValue name='url'/>
5886                 <fieldValue name='radiusvalue='0.1500'/>
5887                 <fieldValue name='displayMode'/>
5888                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5889                 <fieldValue name='transparencyvalue='0'/>
5890                 <fieldValue name='translationvalue='1.26588 1.40305 1.89274'/>
5891                 <fieldValue name='textTranslationvalue='1.41588 1.40305 1.89274'/>
5892                 <fieldValue name='textColorvalue='0 0 0'/>
5893            </ProtoInstance>
5894            <ProtoInstance name='Vertex'>
5895                 <fieldValue name='vertexTextvalue='"tagged"'/>
5896                 <fieldValue name='descriptionvalue='177: tagged'/>
5897                 <fieldValue name='url'/>
5898                 <fieldValue name='radiusvalue='0.1500'/>
5899                 <fieldValue name='displayMode'/>
5900                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
5901                 <fieldValue name='transparencyvalue='0'/>
5902                 <fieldValue name='translationvalue='-1.26547 -0.07238 1.67121'/>
5903                 <fieldValue name='textTranslationvalue='-1.11547 -0.07238 1.67121'/>
5904                 <fieldValue name='textColorvalue='0 0 0'/>
5905            </ProtoInstance>
5906            <ProtoInstance name='Vertex'>
5907                 <fieldValue name='vertexTextvalue='"telecommunications"'/>
5908                 <fieldValue name='descriptionvalue='178: telecommunications'/>
5909                 <fieldValue name='url'/>
5910                 <fieldValue name='radiusvalue='0.1500'/>
5911                 <fieldValue name='displayMode'/>
5912                 <fieldValue name='diffuseColorvalue='1.0000 0.3882 0.1294'/>
5913                 <fieldValue name='transparencyvalue='0'/>
5914                 <fieldValue name='translationvalue='0.35225 2.28321 -1.07152'/>
5915                 <fieldValue name='textTranslationvalue='0.50225 2.28321 -1.07152'/>
5916                 <fieldValue name='textColorvalue='0 0 0'/>
5917            </ProtoInstance>
5918            <ProtoInstance name='Vertex'>
5919                 <fieldValue name='vertexTextvalue='"temporary"'/>
5920                 <fieldValue name='descriptionvalue='179: temporary'/>
5921                 <fieldValue name='url'/>
5922                 <fieldValue name='radiusvalue='0.1500'/>
5923                 <fieldValue name='displayMode'/>
5924                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
5925                 <fieldValue name='transparencyvalue='0'/>
5926                 <fieldValue name='translationvalue='-0.49310 2.05771 2.31689'/>
5927                 <fieldValue name='textTranslationvalue='-0.34310 2.05771 2.31689'/>
5928                 <fieldValue name='textColorvalue='0 0 0'/>
5929            </ProtoInstance>
5930            <ProtoInstance name='Vertex'>
5931                 <fieldValue name='vertexTextvalue='"terms"'/>
5932                 <fieldValue name='descriptionvalue='180: terms'/>
5933                 <fieldValue name='url'/>
5934                 <fieldValue name='radiusvalue='0.1500'/>
5935                 <fieldValue name='displayMode'/>
5936                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
5937                 <fieldValue name='transparencyvalue='0'/>
5938                 <fieldValue name='translationvalue='1.95947 -1.94088 -0.53221'/>
5939                 <fieldValue name='textTranslationvalue='2.10947 -1.94088 -0.53221'/>
5940                 <fieldValue name='textColorvalue='0 0 0'/>
5941            </ProtoInstance>
5942            <ProtoInstance name='Vertex'>
5943                 <fieldValue name='vertexTextvalue='"text"'/>
5944                 <fieldValue name='descriptionvalue='181: text'/>
5945                 <fieldValue name='url'/>
5946                 <fieldValue name='radiusvalue='0.1500'/>
5947                 <fieldValue name='displayMode'/>
5948                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
5949                 <fieldValue name='transparencyvalue='0'/>
5950                 <fieldValue name='translationvalue='1.34626 0.93786 2.00927'/>
5951                 <fieldValue name='textTranslationvalue='1.49626 0.93786 2.00927'/>
5952                 <fieldValue name='textColorvalue='0 0 0'/>
5953            </ProtoInstance>
5954            <ProtoInstance name='Vertex'>
5955                 <fieldValue name='vertexTextvalue='"thankful"'/>
5956                 <fieldValue name='descriptionvalue='182: thankful'/>
5957                 <fieldValue name='url'/>
5958                 <fieldValue name='radiusvalue='0.1500'/>
5959                 <fieldValue name='displayMode'/>
5960                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
5961                 <fieldValue name='transparencyvalue='0'/>
5962                 <fieldValue name='translationvalue='-1.34331 2.30700 -0.06245'/>
5963                 <fieldValue name='textTranslationvalue='-1.19331 2.30700 -0.06245'/>
5964                 <fieldValue name='textColorvalue='0 0 0'/>
5965            </ProtoInstance>
5966            <ProtoInstance name='Vertex'>
5967                 <fieldValue name='vertexTextvalue='"tilt"'/>
5968                 <fieldValue name='descriptionvalue='183: tilt'/>
5969                 <fieldValue name='url'/>
5970                 <fieldValue name='radiusvalue='0.1500'/>
5971                 <fieldValue name='displayMode'/>
5972                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
5973                 <fieldValue name='transparencyvalue='0'/>
5974                 <fieldValue name='translationvalue='-0.13624 -2.58398 1.10190'/>
5975                 <fieldValue name='textTranslationvalue='0.01376 -2.58398 1.10190'/>
5976                 <fieldValue name='textColorvalue='0 0 0'/>
5977            </ProtoInstance>
5978            <ProtoInstance name='Vertex'>
5979                 <fieldValue name='vertexTextvalue='"tough"'/>
5980                 <fieldValue name='descriptionvalue='184: tough'/>
5981                 <fieldValue name='url'/>
5982                 <fieldValue name='radiusvalue='0.1500'/>
5983                 <fieldValue name='displayMode'/>
5984                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5985                 <fieldValue name='transparencyvalue='0'/>
5986                 <fieldValue name='translationvalue='-2.42887 -0.24201 -0.97368'/>
5987                 <fieldValue name='textTranslationvalue='-2.27887 -0.24201 -0.97368'/>
5988                 <fieldValue name='textColorvalue='0 0 0'/>
5989            </ProtoInstance>
5990            <ProtoInstance name='Vertex'>
5991                 <fieldValue name='vertexTextvalue='"troops"'/>
5992                 <fieldValue name='descriptionvalue='185: troops'/>
5993                 <fieldValue name='url'/>
5994                 <fieldValue name='radiusvalue='0.1500'/>
5995                 <fieldValue name='displayMode'/>
5996                 <fieldValue name='diffuseColorvalue='0 0 0'/>
5997                 <fieldValue name='transparencyvalue='0'/>
5998                 <fieldValue name='translationvalue='-2.29244 -0.76151 -1.01186'/>
5999                 <fieldValue name='textTranslationvalue='-2.14244 -0.76151 -1.01186'/>
6000                 <fieldValue name='textColorvalue='0 0 0'/>
6001            </ProtoInstance>
6002            <ProtoInstance name='Vertex'>
6003                 <fieldValue name='vertexTextvalue='"truce"'/>
6004                 <fieldValue name='descriptionvalue='186: truce'/>
6005                 <fieldValue name='url'/>
6006                 <fieldValue name='radiusvalue='0.1500'/>
6007                 <fieldValue name='displayMode'/>
6008                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6009                 <fieldValue name='transparencyvalue='0'/>
6010                 <fieldValue name='translationvalue='-1.58431 1.74538 -0.20811'/>
6011                 <fieldValue name='textTranslationvalue='-1.43431 1.74538 -0.20811'/>
6012                 <fieldValue name='textColorvalue='0 0 0'/>
6013            </ProtoInstance>
6014            <ProtoInstance name='Vertex'>
6015                 <fieldValue name='vertexTextvalue='"twitter"'/>
6016                 <fieldValue name='descriptionvalue='187: twitter'/>
6017                 <fieldValue name='url'/>
6018                 <fieldValue name='radiusvalue='0.1500'/>
6019                 <fieldValue name='displayMode'/>
6020                 <fieldValue name='diffuseColorvalue='0.5490 0.1373 1.0000'/>
6021                 <fieldValue name='transparencyvalue='0'/>
6022                 <fieldValue name='translationvalue='2.27500 -1.66673 -0.00193'/>
6023                 <fieldValue name='textTranslationvalue='2.42500 -1.66673 -0.00193'/>
6024                 <fieldValue name='textColorvalue='0 0 0'/>
6025            </ProtoInstance>
6026            <ProtoInstance name='Vertex'>
6027                 <fieldValue name='vertexTextvalue='"uniform"'/>
6028                 <fieldValue name='descriptionvalue='188: uniform'/>
6029                 <fieldValue name='url'/>
6030                 <fieldValue name='radiusvalue='0.1500'/>
6031                 <fieldValue name='displayMode'/>
6032                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6033                 <fieldValue name='transparencyvalue='0'/>
6034                 <fieldValue name='translationvalue='-2.75416 0.07048 -0.74768'/>
6035                 <fieldValue name='textTranslationvalue='-2.60416 0.07048 -0.74768'/>
6036                 <fieldValue name='textColorvalue='0 0 0'/>
6037            </ProtoInstance>
6038            <ProtoInstance name='Vertex'>
6039                 <fieldValue name='vertexTextvalue='"unit"'/>
6040                 <fieldValue name='descriptionvalue='189: unit'/>
6041                 <fieldValue name='url'/>
6042                 <fieldValue name='radiusvalue='0.1500'/>
6043                 <fieldValue name='displayMode'/>
6044                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
6045                 <fieldValue name='transparencyvalue='0'/>
6046                 <fieldValue name='translationvalue='-0.43647 -2.70651 0.45838'/>
6047                 <fieldValue name='textTranslationvalue='-0.28647 -2.70651 0.45838'/>
6048                 <fieldValue name='textColorvalue='0 0 0'/>
6049            </ProtoInstance>
6050            <ProtoInstance name='Vertex'>
6051                 <fieldValue name='vertexTextvalue='"united"'/>
6052                 <fieldValue name='descriptionvalue='190: united'/>
6053                 <fieldValue name='url'/>
6054                 <fieldValue name='radiusvalue='0.1500'/>
6055                 <fieldValue name='displayMode'/>
6056                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6057                 <fieldValue name='transparencyvalue='0'/>
6058                 <fieldValue name='translationvalue='1.12992 1.33502 0.58855'/>
6059                 <fieldValue name='textTranslationvalue='1.27992 1.33502 0.58855'/>
6060                 <fieldValue name='textColorvalue='0 0 0'/>
6061            </ProtoInstance>
6062            <ProtoInstance name='Vertex'>
6063                 <fieldValue name='vertexTextvalue='"university"'/>
6064                 <fieldValue name='descriptionvalue='191: university'/>
6065                 <fieldValue name='url'/>
6066                 <fieldValue name='radiusvalue='0.1500'/>
6067                 <fieldValue name='displayMode'/>
6068                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6069                 <fieldValue name='transparencyvalue='0'/>
6070                 <fieldValue name='translationvalue='-0.53570 1.99890 0.39400'/>
6071                 <fieldValue name='textTranslationvalue='-0.38570 1.99890 0.39400'/>
6072                 <fieldValue name='textColorvalue='0 0 0'/>
6073            </ProtoInstance>
6074            <ProtoInstance name='Vertex'>
6075                 <fieldValue name='vertexTextvalue='"village"'/>
6076                 <fieldValue name='descriptionvalue='192: village'/>
6077                 <fieldValue name='url'/>
6078                 <fieldValue name='radiusvalue='0.1500'/>
6079                 <fieldValue name='displayMode'/>
6080                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6081                 <fieldValue name='transparencyvalue='0'/>
6082                 <fieldValue name='translationvalue='-1.52245 2.17973 0.17291'/>
6083                 <fieldValue name='textTranslationvalue='-1.37245 2.17973 0.17291'/>
6084                 <fieldValue name='textColorvalue='0 0 0'/>
6085            </ProtoInstance>
6086            <ProtoInstance name='Vertex'>
6087                 <fieldValue name='vertexTextvalue='"water"'/>
6088                 <fieldValue name='descriptionvalue='193: water'/>
6089                 <fieldValue name='url'/>
6090                 <fieldValue name='radiusvalue='0.1500'/>
6091                 <fieldValue name='displayMode'/>
6092                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6093                 <fieldValue name='transparencyvalue='0'/>
6094                 <fieldValue name='translationvalue='-0.15205 2.22941 2.16123'/>
6095                 <fieldValue name='textTranslationvalue='-0.00205 2.22941 2.16123'/>
6096                 <fieldValue name='textColorvalue='0 0 0'/>
6097            </ProtoInstance>
6098            <ProtoInstance name='Vertex'>
6099                 <fieldValue name='vertexTextvalue='"wear"'/>
6100                 <fieldValue name='descriptionvalue='194: wear'/>
6101                 <fieldValue name='url'/>
6102                 <fieldValue name='radiusvalue='0.1500'/>
6103                 <fieldValue name='displayMode'/>
6104                 <fieldValue name='diffuseColorvalue='0 0 0'/>
6105                 <fieldValue name='transparencyvalue='0'/>
6106                 <fieldValue name='translationvalue='-2.28179 0.07013 -1.19057'/>
6107                 <fieldValue name='textTranslationvalue='-2.13179 0.07013 -1.19057'/>
6108                 <fieldValue name='textColorvalue='0 0 0'/>
6109            </ProtoInstance>
6110            <ProtoInstance name='Vertex'>
6111                 <fieldValue name='vertexTextvalue='"weeks"'/>
6112                 <fieldValue name='descriptionvalue='195: weeks'/>
6113                 <fieldValue name='url'/>
6114                 <fieldValue name='radiusvalue='0.1500'/>
6115                 <fieldValue name='displayMode'/>
6116                 <fieldValue name='diffuseColorvalue='0 0.4392 0.5686'/>
6117                 <fieldValue name='transparencyvalue='0'/>
6118                 <fieldValue name='translationvalue='-0.75821 1.55182 2.61614'/>
6119                 <fieldValue name='textTranslationvalue='-0.60821 1.55182 2.61614'/>
6120                 <fieldValue name='textColorvalue='0 0 0'/>
6121            </ProtoInstance>
6122            <ProtoInstance name='Vertex'>
6123                 <fieldValue name='vertexTextvalue='"working"'/>
6124                 <fieldValue name='descriptionvalue='196: working'/>
6125                 <fieldValue name='url'/>
6126                 <fieldValue name='radiusvalue='0.1500'/>
6127                 <fieldValue name='displayMode'/>
6128                 <fieldValue name='diffuseColorvalue='0.1176 0.9765 0.6392'/>
6129                 <fieldValue name='transparencyvalue='0'/>
6130                 <fieldValue name='translationvalue='0.27790 0.80342 1.74206'/>
6131                 <fieldValue name='textTranslationvalue='0.42790 0.80342 1.74206'/>
6132                 <fieldValue name='textColorvalue='0 0 0'/>
6133            </ProtoInstance>
6134            <ProtoInstance name='Vertex'>
6135                 <fieldValue name='vertexTextvalue='"world"'/>
6136                 <fieldValue name='descriptionvalue='197: world'/>
6137                 <fieldValue name='url'/>
6138                 <fieldValue name='radiusvalue='0.1500'/>
6139                 <fieldValue name='displayMode'/>
6140                 <fieldValue name='diffuseColorvalue='0.3765 0.4275 0.7686'/>
6141                 <fieldValue name='transparencyvalue='0'/>
6142                 <fieldValue name='translationvalue='0.55923 1.46136 -0.41549'/>
6143                 <fieldValue name='textTranslationvalue='0.70923 1.46136 -0.41549'/>
6144                 <fieldValue name='textColorvalue='0 0 0'/>
6145            </ProtoInstance>
6146            <ProtoInstance name='Vertex'>
6147                 <fieldValue name='vertexTextvalue='"yearns"'/>
6148                 <fieldValue name='descriptionvalue='198: yearns'/>
6149                 <fieldValue name='url'/>
6150                 <fieldValue name='radiusvalue='0.1500'/>
6151                 <fieldValue name='displayMode'/>
6152                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6153                 <fieldValue name='transparencyvalue='0'/>
6154                 <fieldValue name='translationvalue='-1.52245 2.17973 0.17291'/>
6155                 <fieldValue name='textTranslationvalue='-1.37245 2.17973 0.17291'/>
6156                 <fieldValue name='textColorvalue='0 0 0'/>
6157            </ProtoInstance>
6158            <ProtoInstance name='Vertex'>
6159                 <fieldValue name='vertexTextvalue='"yemen"'/>
6160                 <fieldValue name='descriptionvalue='199: yemen'/>
6161                 <fieldValue name='url'/>
6162                 <fieldValue name='radiusvalue='0.1500'/>
6163                 <fieldValue name='displayMode'/>
6164                 <fieldValue name='diffuseColorvalue='0 0.6000 0'/>
6165                 <fieldValue name='transparencyvalue='0'/>
6166                 <fieldValue name='translationvalue='-1.12810 2.04617 0.04584'/>
6167                 <fieldValue name='textTranslationvalue='-0.97810 2.04617 0.04584'/>
6168                 <fieldValue name='textColorvalue='0 0 0'/>
6169            </ProtoInstance>
6170       </Scene>
6171  </X3D>
<!--

<!-- to top DEF node index:

Index for Viewpoint node: Viewpoint_1

Index for ExternProtoDeclare definitions: Arc, NetworkText, Vertex
-->
X3D Tooltips element index: Background, ExternProtoDeclare, field, fieldValue, head, meta, NavigationInfo, PointLight, ProtoInstance, Scene, Viewpoint, WorldInfo, X3D, plus documentation for accessType definitions, type definitions, XML data types, and field types

Event Graph ROUTE Table with 0 ROUTE connections total, showing X3D event-model relationships for this scene.

Each row shows an event cascade that may occur during a single timestamp interval between frame renderings, as part of the X3D execution model.

line 53
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 64
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 75
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 86
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 97
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 108
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 119
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 130
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 141
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 152
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 163
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 174
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 185
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 196
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 207
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 218
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 229
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 240
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 251
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 262
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 273
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 284
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 295
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 306
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 317
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 328
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 339
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 350
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 361
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 372
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 383
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 394
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 405
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 416
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 427
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 438
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 449
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 460
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 471
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 482
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 493
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 504
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 515
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 526
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 537
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 548
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 559
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 570
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 581
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 592
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 603
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 614
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 625
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 636
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 647
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 658
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 669
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 680
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 691
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 702
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 713
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 724
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 735
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 746
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 757
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 768
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 779
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 790
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 801
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 812
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 823
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 834
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 845
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 856
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 867
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 878
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 889
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 900
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 911
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 922
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 933
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 944
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 955
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 966
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 977
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 988
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 999
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1010
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1021
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1032
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1043
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1054
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1065
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1076
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1087
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1098
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1109
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1120
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1131
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1142
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1153
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1164
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1175
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1186
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1197
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1208
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1219
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1230
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1241
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1252
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1263
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1274
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1285
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1296
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1307
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1318
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1329
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1340
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1351
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1362
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1373
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1384
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1395
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1406
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1417
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1428
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1439
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1450
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1461
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1472
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1483
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1494
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1505
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1516
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1527
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1538
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1549
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1560
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1571
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1582
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1593
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1604
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1615
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1626
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1637
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1648
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1659
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1670
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1681
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1692
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1703
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1714
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1725
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1736
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1747
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1758
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1769
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1780
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1791
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1802
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1813
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1824
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1835
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1846
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1857
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1868
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1879
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1890
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1901
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1912
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1923
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1934
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1945
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1956
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1967
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1978
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 1989
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2000
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2011
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2022
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2033
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2044
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2055
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2066
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2077
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2088
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2099
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2110
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2121
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2132
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2143
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2154
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2165
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2176
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2187
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2198
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2209
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2220
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2231
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2242
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2253
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2264
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2275
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2286
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2297
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2308
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2319
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2330
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2341
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2352
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2363
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2374
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2385
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2396
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2407
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2418
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2429
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2440
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2451
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2462
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2473
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2484
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2495
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2506
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2517
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2528
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2539
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2550
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2561
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2572
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2583
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2594
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2605
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2616
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2627
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2638
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2649
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2660
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2671
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2682
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2693
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2704
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2715
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2726
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2737
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2748
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2759
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2770
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2781
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2792
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2803
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2814
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2825
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2836
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2847
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2858
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2869
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2880
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2891
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2902
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2913
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2924
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2935
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2946
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2957
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2968
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2979
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 2990
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3001
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3012
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3023
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3034
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3045
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3056
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3067
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3078
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3089
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3100
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3111
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3122
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3133
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3144
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3155
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3166
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3177
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3188
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3199
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3210
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3221
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3232
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3243
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3254
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3265
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3276
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3287
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3298
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3309
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3320
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3331
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3342
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3353
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3364
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3375
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3386
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3397
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3408
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3419
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3430
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3441
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3452
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3463
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3474
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3485
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3496
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3507
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3518
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3529
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3540
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3551
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3562
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3573
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3584
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3595
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3606
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3617
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3628
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3639
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3650
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3661
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3672
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3683
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3694
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3705
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3716
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3727
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3738
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3749
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3760
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3771
ProtoInstance
Arc
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3782
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3794
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3806
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3818
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3830
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3842
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3854
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3866
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3878
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3890
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3902
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3914
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3926
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3938
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3950
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3962
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3974
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3986
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 3998
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4010
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4022
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4034
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4046
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4058
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4070
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4082
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4094
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4106
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4118
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4130
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4142
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4154
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4166
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4178
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4190
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4202
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4214
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4226
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4238
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4250
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4262
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4274
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4286
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4298
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4310
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4322
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4334
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4346
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4358
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4370
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4382
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4394
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4406
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4418
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4430
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4442
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4454
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4466
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4478
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4490
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4502
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4514
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4526
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4538
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4550
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4562
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4574
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4586
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4598
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4610
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4622
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4634
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4646
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4658
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4670
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4682
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4694
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4706
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4718
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4730
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4742
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4754
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4766
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4778
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4790
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4802
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4814
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4826
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4838
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4850
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4862
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4874
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4886
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4898
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4910
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4922
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4934
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4946
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4958
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4970
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4982
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 4994
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5006
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5018
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5030
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5042
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5054
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5066
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5078
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5090
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5102
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5114
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5126
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5138
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5150
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5162
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5174
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5186
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5198
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5210
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5222
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5234
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5246
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5258
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5270
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5282
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5294
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5306
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5318
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5330
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5342
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5354
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5366
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5378
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5390
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5402
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5414
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5426
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5438
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5450
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5462
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5474
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5486
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5498
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5510
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5522
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5534
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5546
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5558
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5570
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5582
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5594
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5606
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5618
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5630
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5642
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5654
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5666
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5678
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5690
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5702
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5714
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5726
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5738
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5750
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5762
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5774
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5786
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5798
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5810
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5822
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5834
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5846
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5858
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5870
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5882
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5894
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5906
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5918
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5930
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5942
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5954
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5966
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5978
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 5990
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6002
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6014
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6026
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6038
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6050
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6062
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6074
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6086
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6098
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6110
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6122
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6134
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6146
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

line 6158
ProtoInstance
Vertex
No direct ROUTE connection found for events to/from this node.
This ProtoInstance contains SFNode/MFNode fieldValue declarations with
direct access to other nodes, and thus has potential to produce run-time animation. 

Additional guidance on X3D animation can be found in the 10-Step Animation Design Process and Event Tracing hint sheets. Have fun with X3D! 😀

-->
<!-- Online at
https://www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamplesIndex.html -->
<!-- Version control at
https://sourceforge.net/p/x3d/code/HEAD/tree/www.web3d.org/x3d/content/examples/Savage/Tools/Visualization/PajekVisualizationExamples.x3d -->

<!-- Color-coding legend: X3D terminology <X3dNode field='value'/> matches XML terminology <XmlElement attribute='value'/>
(Light-blue background: event-based behavior node or statement) (Grey background inside box: inserted documentation) (Magenta background: X3D Extensibility)
    <ProtoInstance name='ProtoName'> <field name='fieldName'/> </ProtoInstance> -->

to top <!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->