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='1.04903'/>
 55                 <fieldValue name='cylinderTranslationvalue='-1.16600 0.60861 -2.23229'/>
 56                 <fieldValue name='coneTranslationvalue='-1.49373 0.59592 -2.39136'/>
 57                 <fieldValue name='rotationvalue='-45.77820 0 94.31630 1.60563'/>
 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='1.44428'/>
 66                 <fieldValue name='cylinderTranslationvalue='-0.79242 0.97334 -1.37742'/>
 67                 <fieldValue name='coneTranslationvalue='-0.86871 1.24303 -0.89014'/>
 68                 <fieldValue name='rotationvalue='125.19582 -0.00000 19.60083 1.07041'/>
 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.67894'/>
 77                 <fieldValue name='cylinderTranslationvalue='-0.50595 0.55272 -2.27584'/>
 78                 <fieldValue name='coneTranslationvalue='-0.40632 0.51351 -2.41987'/>
 79                 <fieldValue name='rotationvalue='-54.48735 0 -37.69297 1.79103'/>
 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='1.14802'/>
 88                 <fieldValue name='cylinderTranslationvalue='-0.93481 0.14450 -2.20093'/>
 89                 <fieldValue name='coneTranslationvalue='-1.10819 -0.20341 -2.34339'/>
 90                 <fieldValue name='rotationvalue='-39.50459 0 48.07811 2.56874'/>
 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.67572'/>
 99                 <fieldValue name='cylinderTranslationvalue='-0.65703 0.33632 -2.17171'/>
100                 <fieldValue name='coneTranslationvalue='-0.63734 0.18336 -2.26032'/>
101                 <fieldValue name='rotationvalue='-33.66216 0 -7.47812 2.60605'/>
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='1.20136'/>
110                 <fieldValue name='cylinderTranslationvalue='-1.21098 0.36342 -2.16014'/>
111                 <fieldValue name='coneTranslationvalue='-1.58995 0.17014 -2.27514'/>
112                 <fieldValue name='rotationvalue='-31.34829 0 103.31255 2.02483'/>
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.29243'/>
121                 <fieldValue name='cylinderTranslationvalue='-0.74075 0.73097 -2.09503'/>
122                 <fieldValue name='coneTranslationvalue='-0.73638 0.72116 -2.08640'/>
123                 <fieldValue name='rotationvalue='-18.32629 0 9.26639 0.77855'/>
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='1.07513'/>
132                 <fieldValue name='cylinderTranslationvalue='-0.40575 0.37046 -2.37742'/>
133                 <fieldValue name='coneTranslationvalue='-0.20299 0.19036 -2.64012'/>
134                 <fieldValue name='rotationvalue='-74.80431 0 -57.73436 2.06804'/>
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.65377'/>
143                 <fieldValue name='cylinderTranslationvalue='-0.93043 0.75994 -2.18628'/>
144                 <fieldValue name='coneTranslationvalue='-1.05093 0.82788 -2.27964'/>
145                 <fieldValue name='rotationvalue='-36.57534 0 47.20331 1.15155'/>
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='0.40436'/>
154                 <fieldValue name='cylinderTranslationvalue='-0.74872 0.73107 -2.16794'/>
155                 <fieldValue name='coneTranslationvalue='-0.76005 0.75280 -2.20226'/>
156                 <fieldValue name='rotationvalue='-32.90728 0 10.86107 1.02942'/>
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.44799'/>
165                 <fieldValue name='cylinderTranslationvalue='-0.51267 0.72037 -2.09506'/>
166                 <fieldValue name='coneTranslationvalue='-0.46075 0.74708 -2.12125'/>
167                 <fieldValue name='rotationvalue='-18.33203 0 -36.34904 1.14024'/>
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.41204'/>
176                 <fieldValue name='cylinderTranslationvalue='-0.63944 0.43570 -2.05700'/>
177                 <fieldValue name='coneTranslationvalue='-0.62715 0.39300 -2.06898'/>
178                 <fieldValue name='rotationvalue='-10.71986 0 -10.99635 2.75967'/>
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.23772'/>
187                 <fieldValue name='cylinderTranslationvalue='-0.79805 0.66156 -2.05015'/>
188                 <fieldValue name='coneTranslationvalue='-0.76218 0.64956 -2.03397'/>
189                 <fieldValue name='rotationvalue='-9.35010 0 20.72607 1.27470'/>
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.66303'/>
198                 <fieldValue name='cylinderTranslationvalue='-0.75116 0.39013 -2.22841'/>
199                 <fieldValue name='coneTranslationvalue='-0.78052 0.26764 -2.34483'/>
200                 <fieldValue name='rotationvalue='-45.00207 0 11.34914 2.36621'/>
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='1.71364'/>
209                 <fieldValue name='cylinderTranslationvalue='0.01686 0.48983 -1.54576'/>
210                 <fieldValue name='coneTranslationvalue='0.59532 0.37837 -1.17358'/>
211                 <fieldValue name='rotationvalue='91.52861 0 -142.25596 1.73144'/>
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='0.71522'/>
220                 <fieldValue name='cylinderTranslationvalue='-0.85019 0.32289 -2.10930'/>
221                 <fieldValue name='coneTranslationvalue='-0.93626 0.15492 -2.16782'/>
222                 <fieldValue name='rotationvalue='-21.18019 0 31.15368 2.58686'/>
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.55618'/>
231                 <fieldValue name='cylinderTranslationvalue='-0.43534 0.56578 -1.92288'/>
232                 <fieldValue name='coneTranslationvalue='-0.32533 0.53983 -1.88869'/>
233                 <fieldValue name='rotationvalue='16.10364 0 -51.81447 1.79233'/>
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='1.03736'/>
242                 <fieldValue name='cylinderTranslationvalue='-0.99675 0.98628 -1.78328'/>
243                 <fieldValue name='coneTranslationvalue='-1.20582 1.23482 -1.63105'/>
244                 <fieldValue name='rotationvalue='44.02548 -0.00000 60.46617 0.80527'/>
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.61751'/>
253                 <fieldValue name='cylinderTranslationvalue='-0.61983 0.69658 -2.29479'/>
254                 <fieldValue name='coneTranslationvalue='-0.58389 0.73017 -2.43518'/>
255                 <fieldValue name='rotationvalue='-58.27814 0 -14.91744 1.34307'/>
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.36298'/>
264                 <fieldValue name='cylinderTranslationvalue='-0.85341 0.65377 -2.08670'/>
265                 <fieldValue name='coneTranslationvalue='-0.87224 0.65696 -2.09656'/>
266                 <fieldValue name='rotationvalue='-16.65849 0 31.79828 1.42207'/>
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.64146'/>
275                 <fieldValue name='cylinderTranslationvalue='-0.59547 0.85782 -2.20276'/>
276                 <fieldValue name='coneTranslationvalue='-0.54588 0.97355 -2.30267'/>
277                 <fieldValue name='rotationvalue='-39.87154 0 -19.78979 0.76694'/>
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='1.37319'/>
286                 <fieldValue name='cylinderTranslationvalue='-0.91287 1.59026 -0.12077'/>
287                 <fieldValue name='coneTranslationvalue='-0.89565 1.38282 -0.60448'/>
288                 <fieldValue name='rotationvalue='-126.13584 0 -4.48820 1.97569'/>
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.62370'/>
297                 <fieldValue name='cylinderTranslationvalue='-0.89899 2.16892 0.54071'/>
298                 <fieldValue name='coneTranslationvalue='-0.88131 2.31899 0.55570'/>
299                 <fieldValue name='rotationvalue='6.15834 0 -7.26263 0.15327'/>
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='1.04591'/>
308                 <fieldValue name='cylinderTranslationvalue='-1.38140 2.13111 0.54693'/>
309                 <fieldValue name='coneTranslationvalue='-1.69102 2.31878 0.57262'/>
310                 <fieldValue name='rotationvalue='7.40337 -0.00000 89.21941 1.02741'/>
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='1.18951'/>
319                 <fieldValue name='cylinderTranslationvalue='-1.51702 1.87745 0.63266'/>
320                 <fieldValue name='coneTranslationvalue='-1.94224 1.88968 0.72239'/>
321                 <fieldValue name='rotationvalue='24.54964 -0.00000 116.34212 1.54267'/>
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='2.06349'/>
330                 <fieldValue name='cylinderTranslationvalue='-0.01937 1.38639 0.48633'/>
331                 <fieldValue name='coneTranslationvalue='0.75453 0.98562 0.46640'/>
332                 <fieldValue name='rotationvalue='-4.71755 0 -183.18821 2.04850'/>
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='1.12253'/>
341                 <fieldValue name='cylinderTranslationvalue='-1.12272 2.02824 1.01174'/>
342                 <fieldValue name='coneTranslationvalue='-1.25671 2.14800 1.37051'/>
343                 <fieldValue name='rotationvalue='100.36556 -0.00000 37.48343 1.26772'/>
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='0.68733'/>
352                 <fieldValue name='cylinderTranslationvalue='-1.04380 1.97727 0.81446'/>
353                 <fieldValue name='coneTranslationvalue='-1.10178 2.03956 0.97722'/>
354                 <fieldValue name='rotationvalue='60.91018 -0.00000 21.69801 1.22481'/>
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.86044'/>
363                 <fieldValue name='cylinderTranslationvalue='-0.53303 1.71588 0.55773'/>
364                 <fieldValue name='coneTranslationvalue='-0.28037 1.62490 0.58777'/>
365                 <fieldValue name='rotationvalue='9.56383 0 -80.45452 1.91418'/>
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.43583'/>
374                 <fieldValue name='cylinderTranslationvalue='-1.10842 1.99266 0.49926'/>
375                 <fieldValue name='coneTranslationvalue='-1.15442 2.02772 0.49643'/>
376                 <fieldValue name='rotationvalue='-2.13021 0 34.62167 0.92048'/>
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='1.19999'/>
385                 <fieldValue name='cylinderTranslationvalue='-0.77171 1.84461 1.08695'/>
386                 <fieldValue name='coneTranslationvalue='-0.65174 1.83279 1.51011'/>
387                 <fieldValue name='rotationvalue='115.40728 0 -32.71967 1.59766'/>
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='0.61879'/>
396                 <fieldValue name='cylinderTranslationvalue='-1.06112 2.11998 0.39731'/>
397                 <fieldValue name='coneTranslationvalue='-1.12188 2.24517 0.34294'/>
398                 <fieldValue name='rotationvalue='-22.52088 0 25.16339 0.57727'/>
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='1.14338'/>
407                 <fieldValue name='cylinderTranslationvalue='-1.37389 2.18137 0.33198'/>
408                 <fieldValue name='coneTranslationvalue='-1.68973 2.41227 0.20384'/>
409                 <fieldValue name='rotationvalue='-35.58713 0 87.71685 0.97536'/>
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='1.16053'/>
418                 <fieldValue name='cylinderTranslationvalue='-0.61015 2.17397 0.87441'/>
419                 <fieldValue name='coneTranslationvalue='-0.37465 2.40084 1.13840'/>
420                 <fieldValue name='rotationvalue='72.89914 0 -65.03140 1.00056'/>
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='1.10242'/>
429                 <fieldValue name='cylinderTranslationvalue='-0.62238 2.30766 0.43141'/>
430                 <fieldValue name='coneTranslationvalue='-0.40029 2.62486 0.37569'/>
431                 <fieldValue name='rotationvalue='-15.70062 0 -62.58451 0.62524'/>
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='1.16524'/>
440                 <fieldValue name='cylinderTranslationvalue='-0.67171 2.13494 0.95123'/>
441                 <fieldValue name='coneTranslationvalue='-0.48050 2.33386 1.27136'/>
442                 <fieldValue name='rotationvalue='88.26428 0 -52.72000 1.08075'/>
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.72945'/>
451                 <fieldValue name='cylinderTranslationvalue='-0.80231 1.85390 0.84946'/>
452                 <fieldValue name='coneTranslationvalue='-0.72765 1.85007 1.04005'/>
453                 <fieldValue name='rotationvalue='67.90873 0 -26.60031 1.58952'/>
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='1.06408'/>
462                 <fieldValue name='cylinderTranslationvalue='-1.00901 1.93829 -0.01126'/>
463                 <fieldValue name='coneTranslationvalue='-1.06056 1.99254 -0.37569'/>
464                 <fieldValue name='rotationvalue='-104.23371 0 14.74140 1.42448'/>
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='1.08598'/>
473                 <fieldValue name='cylinderTranslationvalue='-1.21263 1.78616 0.04908'/>
474                 <fieldValue name='coneTranslationvalue='-1.40824 1.73356 -0.27596'/>
475                 <fieldValue name='rotationvalue='-92.16661 0 55.46491 1.70856'/>
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.67306'/>
484                 <fieldValue name='cylinderTranslationvalue='-1.05861 1.64371 0.73564'/>
485                 <fieldValue name='coneTranslationvalue='-1.12328 1.52988 0.85405'/>
486                 <fieldValue name='rotationvalue='45.14603 -0.00000 24.65985 2.27163'/>
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='1.22250'/>
495                 <fieldValue name='cylinderTranslationvalue='-1.53389 1.74936 0.56394'/>
496                 <fieldValue name='coneTranslationvalue='-1.97579 1.66715 0.60383'/>
497                 <fieldValue name='rotationvalue='10.80565 -0.00000 119.71712 1.75401'/>
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='1.27287'/>
506                 <fieldValue name='cylinderTranslationvalue='-1.01799 1.66381 1.10945'/>
507                 <fieldValue name='coneTranslationvalue='-1.07989 1.51641 1.55826'/>
508                 <fieldValue name='rotationvalue='119.90645 -0.00000 16.53645 1.88536'/>
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='1.24253'/>
517                 <fieldValue name='cylinderTranslationvalue='-1.34899 1.77167 0.96478'/>
518                 <fieldValue name='coneTranslationvalue='-1.65613 1.70555 1.30250'/>
519                 <fieldValue name='rotationvalue='90.97369 -0.00000 82.73616 1.71463'/>
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='1.25941'/>
528                 <fieldValue name='cylinderTranslationvalue='-1.36356 1.69440 0.94057'/>
529                 <fieldValue name='coneTranslationvalue='-1.68300 1.57033 1.26180'/>
530                 <fieldValue name='rotationvalue='86.13117 -0.00000 85.65074 1.83811'/>
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.71604'/>
539                 <fieldValue name='cylinderTranslationvalue='-0.70000 2.12526 0.45673'/>
540                 <fieldValue name='coneTranslationvalue='-0.56984 2.27158 0.42732'/>
541                 <fieldValue name='rotationvalue='-10.63588 0 -47.06245 0.73938'/>
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.74358'/>
550                 <fieldValue name='cylinderTranslationvalue='-1.30216 1.82834 0.56086'/>
551                 <fieldValue name='coneTranslationvalue='-1.51114 1.80989 0.58987'/>
552                 <fieldValue name='rotationvalue='10.18841 -0.00000 73.37137 1.65801'/>
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.62519'/>
561                 <fieldValue name='cylinderTranslationvalue='-0.89723 2.13965 0.64582'/>
562                 <fieldValue name='coneTranslationvalue='-0.87864 2.27581 0.71216'/>
563                 <fieldValue name='rotationvalue='27.18048 0 -7.61571 0.46844'/>
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.63645'/>
572                 <fieldValue name='cylinderTranslationvalue='-0.94647 2.16243 0.40933'/>
573                 <fieldValue name='coneTranslationvalue='-0.95202 2.31244 0.35931'/>
574                 <fieldValue name='rotationvalue='-20.11760 0 2.23266 0.32365'/>
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.09589'/>
583                 <fieldValue name='cylinderTranslationvalue='1.72118 0.17520 -0.25278'/>
584                 <fieldValue name='coneTranslationvalue='1.59999 0.14009 -0.61964'/>
585                 <fieldValue name='rotationvalue='-103.63154 0 34.23403 1.66143'/>
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='1.22591'/>
594                 <fieldValue name='cylinderTranslationvalue='1.39446 0.56843 0.36406'/>
595                 <fieldValue name='coneTranslationvalue='1.02654 0.82236 0.43698'/>
596                 <fieldValue name='rotationvalue='19.73635 -0.00000 99.57709 0.97566'/>
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.12447'/>
605                 <fieldValue name='cylinderTranslationvalue='2.02743 0.11892 0.80078'/>
606                 <fieldValue name='coneTranslationvalue='2.12407 0.04318 1.18381'/>
607                 <fieldValue name='rotationvalue='107.08010 0 -27.01639 1.76023'/>
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.58271'/>
616                 <fieldValue name='cylinderTranslationvalue='2.16586 0.14121 0.32097'/>
617                 <fieldValue name='coneTranslationvalue='2.28918 0.10353 0.34604'/>
618                 <fieldValue name='rotationvalue='11.11971 0 -54.70335 1.86175'/>
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='1.02777'/>
627                 <fieldValue name='cylinderTranslationvalue='2.27785 0.50699 0.07608'/>
628                 <fieldValue name='coneTranslationvalue='2.54332 0.70132 -0.05428'/>
629                 <fieldValue name='rotationvalue='-37.85914 0 -77.10037 0.98946'/>
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='1.05172'/>
638                 <fieldValue name='cylinderTranslationvalue='2.21089 0.40394 0.64348'/>
639                 <fieldValue name='coneTranslationvalue='2.43252 0.52857 0.90654'/>
640                 <fieldValue name='rotationvalue='75.62103 0 -63.70924 1.22317'/>
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='1.01488'/>
649                 <fieldValue name='cylinderTranslationvalue='2.30469 0.50249 0.16362'/>
650                 <fieldValue name='coneTranslationvalue='2.58702 0.69262 0.09395'/>
651                 <fieldValue name='rotationvalue='-20.35031 0 -82.46861 0.99173'/>
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='1.04529'/>
660                 <fieldValue name='cylinderTranslationvalue='2.26409 0.05562 -0.06073'/>
661                 <fieldValue name='coneTranslationvalue='2.52204 -0.06176 -0.28700'/>
662                 <fieldValue name='rotationvalue='-65.22036 0 -74.34953 1.90041'/>
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='1.14986'/>
671                 <fieldValue name='cylinderTranslationvalue='1.99241 -0.24283 0.58452'/>
672                 <fieldValue name='coneTranslationvalue='2.06462 -0.58032 0.81485'/>
673                 <fieldValue name='rotationvalue='63.82963 0 -20.01232 2.52071'/>
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.04829'/>
682                 <fieldValue name='cylinderTranslationvalue='2.28574 0.14021 0.60126'/>
683                 <fieldValue name='coneTranslationvalue='2.55905 0.08145 0.83461'/>
684                 <fieldValue name='rotationvalue='67.17610 0 -78.67917 1.73288'/>
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.64785'/>
693                 <fieldValue name='cylinderTranslationvalue='2.12685 0.18500 0.04549'/>
694                 <fieldValue name='coneTranslationvalue='2.24553 0.16487 -0.06578'/>
695                 <fieldValue name='rotationvalue='-43.97683 0 -46.90160 1.69395'/>
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='1.04392'/>
704                 <fieldValue name='cylinderTranslationvalue='2.24164 0.20494 -0.12198'/>
705                 <fieldValue name='coneTranslationvalue='2.48386 0.19117 -0.39059'/>
706                 <fieldValue name='rotationvalue='-77.47003 0 -69.85861 1.60884'/>
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.94395'/>
715                 <fieldValue name='cylinderTranslationvalue='2.09479 0.60169 0.46468'/>
716                 <fieldValue name='coneTranslationvalue='2.22861 0.85082 0.59642'/>
717                 <fieldValue name='rotationvalue='39.86115 0 -40.48956 0.64591'/>
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.94926'/>
726                 <fieldValue name='cylinderTranslationvalue='1.71806 0.51905 0.59448'/>
727                 <fieldValue name='coneTranslationvalue='1.60253 0.71411 0.81265'/>
728                 <fieldValue name='rotationvalue='65.82157 -0.00000 34.85696 0.90210'/>
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='1.78989'/>
737                 <fieldValue name='cylinderTranslationvalue='1.31024 0.28879 -0.41137'/>
738                 <fieldValue name='coneTranslationvalue='0.83221 0.34134 -0.96713'/>
739                 <fieldValue name='rotationvalue='-135.34916 0 116.42033 1.49923'/>
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.55938'/>
748                 <fieldValue name='cylinderTranslationvalue='1.83977 0.47594 0.37669'/>
749                 <fieldValue name='coneTranslationvalue='1.81728 0.58341 0.42432'/>
750                 <fieldValue name='rotationvalue='22.26254 -0.00000 10.51446 0.45576'/>
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='1.00381'/>
759                 <fieldValue name='cylinderTranslationvalue='2.32137 -0.02289 0.34599'/>
760                 <fieldValue name='coneTranslationvalue='2.61363 -0.19162 0.40090'/>
761                 <fieldValue name='rotationvalue='16.12224 0 -85.80538 2.08689'/>
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='1.14081'/>
770                 <fieldValue name='cylinderTranslationvalue='2.09353 -0.24326 0.00884'/>
771                 <fieldValue name='coneTranslationvalue='2.23828 -0.58003 -0.17573'/>
772                 <fieldValue name='rotationvalue='-51.30643 0 -40.23659 2.53320'/>
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='1.14272'/>
781                 <fieldValue name='cylinderTranslationvalue='2.07906 -0.27328 0.05679'/>
782                 <fieldValue name='coneTranslationvalue='2.21349 -0.63188 -0.09338'/>
783                 <fieldValue name='rotationvalue='-41.71671 0 -37.34313 2.62954'/>
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.54496'/>
792                 <fieldValue name='cylinderTranslationvalue='2.03453 -0.00290 0.31211'/>
793                 <fieldValue name='coneTranslationvalue='2.09323 -0.09689 0.33140'/>
794                 <fieldValue name='rotationvalue='9.34683 0 -28.43725 2.56008'/>
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='1.15449'/>
803                 <fieldValue name='cylinderTranslationvalue='1.96396 -0.23148 0.61164'/>
804                 <fieldValue name='coneTranslationvalue='2.01572 -0.56128 0.86193'/>
805                 <fieldValue name='rotationvalue='69.25313 0 -14.32200 2.48231'/>
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='1.16426'/>
814                 <fieldValue name='cylinderTranslationvalue='1.97402 -0.34982 0.31039'/>
815                 <fieldValue name='coneTranslationvalue='2.03324 -0.76650 0.34304'/>
816                 <fieldValue name='rotationvalue='9.00370 0 -16.33420 2.98070'/>
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='1.13255'/>
825                 <fieldValue name='cylinderTranslationvalue='2.00707 0.06544 0.79652'/>
826                 <fieldValue name='coneTranslationvalue='2.08937 -0.04889 1.17759'/>
827                 <fieldValue name='rotationvalue='106.22865 0 -22.94431 1.85606'/>
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.28644'/>
836                 <fieldValue name='cylinderTranslationvalue='-2.04654 -2.37912 1.03225'/>
837                 <fieldValue name='coneTranslationvalue='-2.03053 -2.38318 1.02929'/>
838                 <fieldValue name='rotationvalue='5.04238 -0.00000 27.33316 1.32662'/>
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.97796'/>
847                 <fieldValue name='cylinderTranslationvalue='-2.30816 -2.24989 0.77547'/>
848                 <fieldValue name='coneTranslationvalue='-2.57613 -2.13965 0.61968'/>
849                 <fieldValue name='rotationvalue='-46.31279 0 79.65768 1.22909'/>
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.91861'/>
858                 <fieldValue name='cylinderTranslationvalue='-1.67918 -2.33814 1.39694'/>
859                 <fieldValue name='coneTranslationvalue='-1.52886 -2.28888 1.65102'/>
860                 <fieldValue name='rotationvalue='77.98107 0 -46.13783 1.40544'/>
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.94020'/>
869                 <fieldValue name='cylinderTranslationvalue='-1.73477 -2.56876 0.59923'/>
870                 <fieldValue name='coneTranslationvalue='-1.61927 -2.67102 0.33022'/>
871                 <fieldValue name='rotationvalue='-81.56121 0 -35.01965 1.90683'/>
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='0.94352'/>
880                 <fieldValue name='cylinderTranslationvalue='-1.47572 -2.58417 0.93613'/>
881                 <fieldValue name='coneTranslationvalue='-1.18881 -2.69679 0.88927'/>
882                 <fieldValue name='rotationvalue='-14.18139 0 -86.83035 1.94040'/>
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.99480'/>
891                 <fieldValue name='cylinderTranslationvalue='-1.46961 -2.47550 1.23011'/>
892                 <fieldValue name='coneTranslationvalue='-1.17097 -2.51739 1.38143'/>
893                 <fieldValue name='rotationvalue='44.61482 0 -88.05222 1.69527'/>
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='0.50743'/>
902                 <fieldValue name='cylinderTranslationvalue='-1.68731 -2.53512 0.99675'/>
903                 <fieldValue name='coneTranslationvalue='-1.60510 -2.57995 0.99294'/>
904                 <fieldValue name='rotationvalue='-2.05829 0 -44.51321 2.06959'/>
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.90939'/>
913                 <fieldValue name='cylinderTranslationvalue='-2.08739 -2.42503 0.58858'/>
914                 <fieldValue name='coneTranslationvalue='-2.20244 -2.43234 0.31737'/>
915                 <fieldValue name='rotationvalue='-83.69172 0 35.50310 1.59561'/>
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.52972'/>
924                 <fieldValue name='cylinderTranslationvalue='-1.84296 -2.36886 1.25934'/>
925                 <fieldValue name='coneTranslationvalue='-1.81647 -2.35109 1.35923'/>
926                 <fieldValue name='rotationvalue='50.46144 0 -13.38223 1.40051'/>
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.82943'/>
935                 <fieldValue name='cylinderTranslationvalue='-2.24306 -2.19988 1.13047'/>
936                 <fieldValue name='coneTranslationvalue='-2.44770 -2.06852 1.20628'/>
937                 <fieldValue name='rotationvalue='24.68608 -0.00000 66.63715 1.02897'/>
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.51230'/>
946                 <fieldValue name='cylinderTranslationvalue='-1.82327 -2.53412 0.79817'/>
947                 <fieldValue name='coneTranslationvalue='-1.79076 -2.57930 0.71977'/>
948                 <fieldValue name='rotationvalue='-41.77239 0 -17.32132 2.06000'/>
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.97711'/>
957                 <fieldValue name='cylinderTranslationvalue='-2.33014 -2.21301 0.85949'/>
958                 <fieldValue name='coneTranslationvalue='-2.61276 -2.07802 0.76026'/>
959                 <fieldValue name='rotationvalue='-29.50942 0 84.05271 1.14739'/>
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.90931'/>
968                 <fieldValue name='cylinderTranslationvalue='-1.85030 -2.24975 1.42688'/>
969                 <fieldValue name='coneTranslationvalue='-1.81169 -2.14347 1.69897'/>
970                 <fieldValue name='rotationvalue='83.96850 0 -11.91437 1.20178'/>
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.42829'/>
979                 <fieldValue name='cylinderTranslationvalue='-1.76501 -2.54295 0.91660'/>
980                 <fieldValue name='coneTranslationvalue='-1.72839 -2.57562 0.89373'/>
981                 <fieldValue name='rotationvalue='-18.08727 0 -28.97190 2.21851'/>
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.96167'/>
990                 <fieldValue name='cylinderTranslationvalue='-2.13300 -2.14030 1.33360'/>
991                 <fieldValue name='coneTranslationvalue='-2.28189 -1.95784 1.55150'/>
992                 <fieldValue name='rotationvalue='65.31246 -0.00000 44.62635 0.96589'/>
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.46504'/>
1001                 <fieldValue name='cylinderTranslationvalue='-2.05945 -2.42958 0.82972'/>
1002                 <fieldValue name='coneTranslationvalue='-2.10610 -2.43452 0.77442'/>
1003                 <fieldValue name='rotationvalue='-35.46340 0 29.91578 1.63896'/>
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='0.69556'/>
1012                 <fieldValue name='cylinderTranslationvalue='-1.32499 0.63551 -2.31559'/>
1013                 <fieldValue name='coneTranslationvalue='-1.15621 0.65989 -2.23697'/>
1014                 <fieldValue name='rotationvalue='29.11971 0 -62.51802 1.44058'/>
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.56708'/>
1023                 <fieldValue name='cylinderTranslationvalue='-2.37972 -2.16525 1.15568'/>
1024                 <fieldValue name='coneTranslationvalue='-2.46535 -2.08715 1.19847'/>
1025                 <fieldValue name='rotationvalue='19.64370 -0.00000 39.30399 0.88645'/>
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.41824'/>
1034                 <fieldValue name='cylinderTranslationvalue='-2.19612 -2.39496 0.85493'/>
1035                 <fieldValue name='coneTranslationvalue='-2.19915 -2.40681 0.80736'/>
1036                 <fieldValue name='rotationvalue='-40.50578 0 2.58262 1.81451'/>
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.18870'/>
1045                 <fieldValue name='cylinderTranslationvalue='-2.72842 -2.04916 0.62793'/>
1046                 <fieldValue name='coneTranslationvalue='-2.71313 -2.07482 0.56946'/>
1047                 <fieldValue name='rotationvalue='16.80338 -0.00000 4.39503 1.16922'/>
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.75463'/>
1056                 <fieldValue name='cylinderTranslationvalue='-0.98657 1.66783 -0.64193'/>
1057                 <fieldValue name='coneTranslationvalue='-1.04195 1.86828 -0.57886'/>
1058                 <fieldValue name='rotationvalue='21.90212 -0.00000 19.22960 0.39654'/>
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.79268'/>
1067                 <fieldValue name='cylinderTranslationvalue='-1.19019 1.51569 -0.58160'/>
1068                 <fieldValue name='coneTranslationvalue='-1.36894 1.63251 -0.48032'/>
1069                 <fieldValue name='rotationvalue='33.96923 -0.00000 59.95311 1.05380'/>
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.90914'/>
1078                 <fieldValue name='cylinderTranslationvalue='-1.09475 1.33274 -1.15730'/>
1079                 <fieldValue name='coneTranslationvalue='-1.22716 1.34113 -1.42030'/>
1080                 <fieldValue name='rotationvalue='-81.17034 0 40.86535 1.54231'/>
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.46295'/>
1089                 <fieldValue name='cylinderTranslationvalue='-0.21728 0.29630 -2.64986'/>
1090                 <fieldValue name='coneTranslationvalue='-0.18634 0.24002 -2.68123'/>
1091                 <fieldValue name='rotationvalue='-20.31697 0 -20.04139 2.47736'/>
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.36891'/>
1100                 <fieldValue name='cylinderTranslationvalue='-0.43137 0.62243 -2.56723'/>
1101                 <fieldValue name='coneTranslationvalue='-0.44646 0.64150 -2.56974'/>
1102                 <fieldValue name='rotationvalue='-3.79079 0 22.77553 0.67624'/>
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.43533'/>
1111                 <fieldValue name='cylinderTranslationvalue='-1.09058 -0.15948 -2.30683'/>
1112                 <fieldValue name='coneTranslationvalue='-1.06816 -0.11222 -2.28255'/>
1113                 <fieldValue name='rotationvalue='18.32440 0 -16.92443 0.61016'/>
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.90976'/>
1122                 <fieldValue name='cylinderTranslationvalue='1.13907 0.23919 -0.92953'/>
1123                 <fieldValue name='coneTranslationvalue='0.87268 0.31283 -1.03234'/>
1124                 <fieldValue name='rotationvalue='-31.71762 0 82.18630 1.31843'/>
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.21825'/>
1133                 <fieldValue name='cylinderTranslationvalue='-0.86092 2.44784 0.67661'/>
1134                 <fieldValue name='coneTranslationvalue='-0.86174 2.46149 0.62760'/>
1135                 <fieldValue name='rotationvalue='21.02214 0 -0.35308 1.84237'/>
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.27969'/>
1144                 <fieldValue name='cylinderTranslationvalue='-0.91016 2.47062 0.44012'/>
1145                 <fieldValue name='coneTranslationvalue='-0.90332 2.47156 0.45905'/>
1146                 <fieldValue name='rotationvalue='-26.27594 0 9.49528 1.61722'/>
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.30558'/>
1155                 <fieldValue name='cylinderTranslationvalue='-0.60204 0.14514 -2.22531'/>
1156                 <fieldValue name='coneTranslationvalue='-0.60287 0.14045 -2.23073'/>
1157                 <fieldValue name='rotationvalue='22.94229 0 -3.51823 0.86263'/>
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.24472'/>
1166                 <fieldValue name='cylinderTranslationvalue='-0.71377 0.09957 -2.39672'/>
1167                 <fieldValue name='coneTranslationvalue='-0.68481 0.08302 -2.37928'/>
1168                 <fieldValue name='rotationvalue='-11.33991 0 18.82726 1.11548'/>
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.61956'/>
1177                 <fieldValue name='cylinderTranslationvalue='-1.55451 2.26305 0.53628'/>
1178                 <fieldValue name='coneTranslationvalue='-1.42252 2.19611 0.51323'/>
1179                 <fieldValue name='rotationvalue='-9.53358 0 -54.59773 2.03414'/>
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='0.46360'/>
1188                 <fieldValue name='cylinderTranslationvalue='-1.88387 1.84507 0.68360'/>
1189                 <fieldValue name='coneTranslationvalue='-1.81733 1.82986 0.66136'/>
1190                 <fieldValue name='rotationvalue='-14.36122 0 -42.97075 1.78429'/>
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='1.22885'/>
1199                 <fieldValue name='cylinderTranslationvalue='0.38291 1.24155 0.53414'/>
1200                 <fieldValue name='coneTranslationvalue='0.00300 1.48524 0.58696'/>
1201                 <fieldValue name='rotationvalue='14.28137 -0.00000 102.73369 1.00480'/>
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.80063'/>
1210                 <fieldValue name='cylinderTranslationvalue='1.22018 0.86268 0.69316'/>
1211                 <fieldValue name='coneTranslationvalue='1.41444 0.83304 0.83149'/>
1212                 <fieldValue name='rotationvalue='46.08522 0 -64.72013 1.69447'/>
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.90999'/>
1221                 <fieldValue name='cylinderTranslationvalue='1.34189 0.81957 0.47537'/>
1222                 <fieldValue name='coneTranslationvalue='1.63060 0.75960 0.48356'/>
1223                 <fieldValue name='rotationvalue='2.52619 0 -89.06263 1.77551'/>
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.43702'/>
1232                 <fieldValue name='cylinderTranslationvalue='-1.23121 2.14479 1.31629'/>
1233                 <fieldValue name='coneTranslationvalue='-1.21008 2.13114 1.26347'/>
1234                 <fieldValue name='rotationvalue='-39.45538 0 -15.78542 1.80623'/>
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.42495'/>
1243                 <fieldValue name='cylinderTranslationvalue='-0.97677 0.86404 -2.27791'/>
1244                 <fieldValue name='coneTranslationvalue='-1.02361 0.87119 -2.30045'/>
1245                 <fieldValue name='rotationvalue='-18.24905 0 37.93692 1.43402'/>
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.14668'/>
1254                 <fieldValue name='cylinderTranslationvalue='-0.79505 0.83516 -2.25957'/>
1255                 <fieldValue name='coneTranslationvalue='-0.78563 0.83505 -2.17342'/>
1256                 <fieldValue name='rotationvalue='-14.58099 0 1.59469 1.56955'/>
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.20115'/>
1265                 <fieldValue name='cylinderTranslationvalue='-0.84438 0.76566 -2.14179'/>
1266                 <fieldValue name='coneTranslationvalue='-0.81053 0.80667 -2.16830'/>
1267                 <fieldValue name='rotationvalue='8.97618 -0.00000 11.45968 2.33249'/>
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.44182'/>
1276                 <fieldValue name='cylinderTranslationvalue='-0.64180 0.96191 -2.29439'/>
1277                 <fieldValue name='coneTranslationvalue='-0.60174 0.99688 -2.32409'/>
1278                 <fieldValue name='rotationvalue='-21.54525 0 -29.05617 0.95919'/>
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.33966'/>
1287                 <fieldValue name='cylinderTranslationvalue='-1.23423 2.25192 0.38666'/>
1288                 <fieldValue name='coneTranslationvalue='-1.23150 2.25929 0.38076'/>
1289                 <fieldValue name='rotationvalue='-20.39067 0 -9.45829 0.72317'/>
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.47927'/>
1298                 <fieldValue name='cylinderTranslationvalue='-0.63871 1.83778 1.42649'/>
1299                 <fieldValue name='coneTranslationvalue='-0.64888 1.84087 1.34757'/>
1300                 <fieldValue name='rotationvalue='-47.49855 0 6.11937 1.53202'/>
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.24570'/>
1309                 <fieldValue name='cylinderTranslationvalue='-1.07229 2.42169 0.29672'/>
1310                 <fieldValue name='coneTranslationvalue='-1.10696 2.40885 0.29309'/>
1311                 <fieldValue name='rotationvalue='2.40328 0 -22.93073 1.21800'/>
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='0.32938'/>
1320                 <fieldValue name='cylinderTranslationvalue='-1.08943 0.78684 -2.26957'/>
1321                 <fieldValue name='coneTranslationvalue='-1.08723 0.78381 -2.26674'/>
1322                 <fieldValue name='rotationvalue='19.91685 0 -15.40503 2.27140'/>
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.36821'/>
1331                 <fieldValue name='cylinderTranslationvalue='-0.67414 0.80077 -2.45933'/>
1332                 <fieldValue name='coneTranslationvalue='-0.65726 0.79626 -2.47594'/>
1333                 <fieldValue name='rotationvalue='-25.37086 0 -25.77851 1.75920'/>
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.30682'/>
1342                 <fieldValue name='cylinderTranslationvalue='-0.90771 0.75796 -2.25123'/>
1343                 <fieldValue name='coneTranslationvalue='-0.90322 0.76128 -2.25472'/>
1344                 <fieldValue name='rotationvalue='16.24879 -0.00000 20.93720 2.09883'/>
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.11477'/>
1353                 <fieldValue name='cylinderTranslationvalue='2.14215 -0.04043 1.33192'/>
1354                 <fieldValue name='coneTranslationvalue='2.17856 0.05521 1.33953'/>
1355                 <fieldValue name='rotationvalue='-0.85146 0 4.07209 2.77068'/>
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.45493'/>
1364                 <fieldValue name='cylinderTranslationvalue='2.59489 -0.10647 0.40158'/>
1365                 <fieldValue name='coneTranslationvalue='2.64101 -0.15514 0.40900'/>
1366                 <fieldValue name='rotationvalue='5.00253 0 -31.10203 2.37670'/>
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.18335'/>
1375                 <fieldValue name='cylinderTranslationvalue='2.69019 0.78468 -0.02567'/>
1376                 <fieldValue name='coneTranslationvalue='2.67019 0.78804 -0.09092'/>
1377                 <fieldValue name='rotationvalue='17.50883 0 -5.36824 1.61990'/>
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.48795'/>
1386                 <fieldValue name='cylinderTranslationvalue='-0.25360 0.65927 -2.01455'/>
1387                 <fieldValue name='coneTranslationvalue='-0.22698 0.60606 -1.95528'/>
1388                 <fieldValue name='rotationvalue='34.43567 0 -15.46542 2.25704'/>
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.38650'/>
1397                 <fieldValue name='cylinderTranslationvalue='-0.41372 0.95131 -2.29442'/>
1398                 <fieldValue name='coneTranslationvalue='-0.42797 0.97495 -2.31295'/>
1399                 <fieldValue name='rotationvalue='-21.53951 0 16.55926 0.77953'/>
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.43292'/>
1408                 <fieldValue name='cylinderTranslationvalue='2.49860 0.01583 -0.28061'/>
1409                 <fieldValue name='coneTranslationvalue='2.46280 0.04958 -0.25291'/>
1410                 <fieldValue name='rotationvalue='21.24353 -0.00000 27.44793 0.93017'/>
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.08183'/>
1419                 <fieldValue name='cylinderTranslationvalue='2.06402 -0.69910 0.93079'/>
1420                 <fieldValue name='coneTranslationvalue='2.14683 -0.73216 0.85186'/>
1421                 <fieldValue name='rotationvalue='5.42350 -0.00000 5.69031 1.28949'/>
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.21180'/>
1430                 <fieldValue name='cylinderTranslationvalue='-0.34655 2.44819 1.31573'/>
1431                 <fieldValue name='coneTranslationvalue='-0.31510 2.46813 1.27648'/>
1432                 <fieldValue name='rotationvalue='15.36514 -0.00000 12.31140 1.94823'/>
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.39966'/>
1441                 <fieldValue name='cylinderTranslationvalue='-0.38707 2.57219 0.37823'/>
1442                 <fieldValue name='coneTranslationvalue='-0.40254 2.53584 0.38328'/>
1443                 <fieldValue name='rotationvalue='5.06474 -0.00000 15.52205 2.72074'/>
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.43220'/>
1452                 <fieldValue name='cylinderTranslationvalue='-1.61227 -2.29326 1.64925'/>
1453                 <fieldValue name='coneTranslationvalue='-1.65479 -2.30123 1.61353'/>
1454                 <fieldValue name='rotationvalue='-27.51964 0 32.75560 1.71343'/>
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.44095'/>
1463                 <fieldValue name='cylinderTranslationvalue='-1.64817 -2.68913 0.39037'/>
1464                 <fieldValue name='coneTranslationvalue='-1.67244 -2.67963 0.44494'/>
1465                 <fieldValue name='rotationvalue='39.78882 -0.00000 17.69833 1.41302'/>
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.40801'/>
1474                 <fieldValue name='cylinderTranslationvalue='2.47615 0.16515 -0.34186'/>
1475                 <fieldValue name='coneTranslationvalue='2.50091 0.16945 -0.37798'/>
1476                 <fieldValue name='rotationvalue='-33.49320 0 -22.95701 1.47291'/>
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.45099'/>
1485                 <fieldValue name='cylinderTranslationvalue='-1.25315 -2.70554 0.92584'/>
1486                 <fieldValue name='coneTranslationvalue='-1.31461 -2.69129 0.94344'/>
1487                 <fieldValue name='rotationvalue='12.12310 -0.00000 42.31713 1.35152'/>
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.48967'/>
1496                 <fieldValue name='cylinderTranslationvalue='-1.90075 1.71698 0.61488'/>
1497                 <fieldValue name='coneTranslationvalue='-1.82045 1.74435 0.61381'/>
1498                 <fieldValue name='rotationvalue='-0.61724 0 -46.34575 1.24235'/>
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.48939'/>
1507                 <fieldValue name='cylinderTranslationvalue='-0.79520 0.13172 -2.16290'/>
1508                 <fieldValue name='coneTranslationvalue='-0.86815 0.09267 -2.18101'/>
1509                 <fieldValue name='rotationvalue='-10.46033 0 42.15003 2.04993'/>
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.55339'/>
1518                 <fieldValue name='cylinderTranslationvalue='-0.38036 0.37460 -1.97648'/>
1519                 <fieldValue name='coneTranslationvalue='-0.29429 0.42946 -1.91992'/>
1520                 <fieldValue name='rotationvalue='26.82350 0 -40.81812 1.08139'/>
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.59529'/>
1529                 <fieldValue name='cylinderTranslationvalue='2.04222 0.85283 0.57599'/>
1530                 <fieldValue name='coneTranslationvalue='1.92429 0.79468 0.53530'/>
1531                 <fieldValue name='rotationvalue='-17.59861 0 51.00402 2.00700'/>
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.13358'/>
1540                 <fieldValue name='cylinderTranslationvalue='-0.95704 0.68845 -2.13345'/>
1541                 <fieldValue name='coneTranslationvalue='-0.87978 0.69932 -2.08245'/>
1542                 <fieldValue name='rotationvalue='-7.30839 0 11.07221 1.68768'/>
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='1.18741'/>
1551                 <fieldValue name='cylinderTranslationvalue='0.27593 0.42873 -1.46524'/>
1552                 <fieldValue name='coneTranslationvalue='-0.05440 0.48421 -1.74073'/>
1553                 <fieldValue name='rotationvalue='-75.42497 0 90.44149 1.44252'/>
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.22381'/>
1562                 <fieldValue name='cylinderTranslationvalue='-1.54245 -2.66432 0.90631'/>
1563                 <fieldValue name='coneTranslationvalue='-1.50905 -2.66095 0.94075'/>
1564                 <fieldValue name='rotationvalue='-16.02898 0 15.54131 1.64088'/>
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.48559'/>
1573                 <fieldValue name='cylinderTranslationvalue='-2.23697 -2.44086 0.41126'/>
1574                 <fieldValue name='coneTranslationvalue='-2.22744 -2.44242 0.49349'/>
1575                 <fieldValue name='rotationvalue='48.22832 0 -5.58732 1.58957'/>
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.16456'/>
1584                 <fieldValue name='cylinderTranslationvalue='-1.77724 1.60534 1.39544'/>
1585                 <fieldValue name='coneTranslationvalue='-1.76348 1.67833 1.41831'/>
1586                 <fieldValue name='rotationvalue='-4.84253 0 2.91458 2.79100'/>
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.41138'/>
1595                 <fieldValue name='cylinderTranslationvalue='-1.78339 -2.20487 1.67919'/>
1596                 <fieldValue name='coneTranslationvalue='-1.78502 -2.17841 1.71640'/>
1597                 <fieldValue name='rotationvalue='33.50707 -0.00000 1.46786 0.95321'/>
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.11679'/>
1606                 <fieldValue name='cylinderTranslationvalue='2.28024 -0.74134 -0.19974'/>
1607                 <fieldValue name='coneTranslationvalue='2.30542 -0.68910 -0.28318'/>
1608                 <fieldValue name='rotationvalue='9.58971 -0.00000 2.89346 2.11080'/>
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.26455'/>
1617                 <fieldValue name='cylinderTranslationvalue='-1.67841 -2.66332 0.70774'/>
1618                 <fieldValue name='coneTranslationvalue='-1.69062 -2.66147 0.68291'/>
1619                 <fieldValue name='rotationvalue='23.68512 0 -11.65058 1.63763'/>
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='Vertex'>
1627                 <fieldValue name='vertexTextvalue='"2010-02-23-DVIDSHUB.NET"'/>
1628                 <fieldValue name='descriptionvalue='1: 2010-02-23-DVIDSHUB.NET'/>
1629                 <fieldValue name='url'/>
1630                 <fieldValue name='radiusvalue='0.1500'/>
1631                 <fieldValue name='displayMode'/>
1632                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1633                 <fieldValue name='transparencyvalue='0'/>
1634                 <fieldValue name='translationvalue='-0.69442 0.62688 -2.00340'/>
1635                 <fieldValue name='textTranslationvalue='-0.54442 0.62688 -2.00340'/>
1636                 <fieldValue name='textColorvalue='0 0 0'/>
1637            </ProtoInstance>
1638            <ProtoInstance name='Vertex'>
1639                 <fieldValue name='vertexTextvalue='"2010-02-23-GLOBALLINKS.ORG"'/>
1640                 <fieldValue name='descriptionvalue='2: 2010-02-23-GLOBALLINKS.ORG'/>
1641                 <fieldValue name='url'/>
1642                 <fieldValue name='radiusvalue='0.1500'/>
1643                 <fieldValue name='displayMode'/>
1644                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1645                 <fieldValue name='transparencyvalue='0'/>
1646                 <fieldValue name='translationvalue='-0.93531 1.86073 0.50991'/>
1647                 <fieldValue name='textTranslationvalue='-0.78531 1.86073 0.50991'/>
1648                 <fieldValue name='textColorvalue='0 0 0'/>
1649            </ProtoInstance>
1650            <ProtoInstance name='Vertex'>
1651                 <fieldValue name='vertexTextvalue='"2010-02-23-INTERNATIONALCHILDCARE.ORG"'/>
1652                 <fieldValue name='descriptionvalue='3: 2010-02-23-INTERNATIONALCHILDCARE.ORG'/>
1653                 <fieldValue name='url'/>
1654                 <fieldValue name='radiusvalue='0.1500'/>
1655                 <fieldValue name='displayMode'/>
1656                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1657                 <fieldValue name='transparencyvalue='0'/>
1658                 <fieldValue name='translationvalue='1.89235 0.22479 0.26537'/>
1659                 <fieldValue name='textTranslationvalue='2.04235 0.22479 0.26537'/>
1660                 <fieldValue name='textColorvalue='0 0 0'/>
1661            </ProtoInstance>
1662            <ProtoInstance name='Vertex'>
1663                 <fieldValue name='vertexTextvalue='"2010-02-23-STRIPES.COM"'/>
1664                 <fieldValue name='descriptionvalue='4: 2010-02-23-STRIPES.COM'/>
1665                 <fieldValue name='url'/>
1666                 <fieldValue name='radiusvalue='0.1500'/>
1667                 <fieldValue name='displayMode'/>
1668                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
1669                 <fieldValue name='transparencyvalue='0'/>
1670                 <fieldValue name='translationvalue='-1.90987 -2.41375 1.00704'/>
1671                 <fieldValue name='textTranslationvalue='-1.75987 -2.41375 1.00704'/>
1672                 <fieldValue name='textColorvalue='0 0 0'/>
1673            </ProtoInstance>
1674            <ProtoInstance name='Vertex'>
1675                 <fieldValue name='vertexTextvalue=' "Haiti/2010-02-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-23.simple" '/>
1676                 <fieldValue name='descriptionvalue='5: Haiti/2010-02-23/Association_prob_NONE_Haiti_Cat5.txt.file.2010-02-23.simple'/>
1677                 <fieldValue name='url'/>
1678                 <fieldValue name='radiusvalue='0.1500'/>
1679                 <fieldValue name='displayMode'/>
1680                 <fieldValue name='diffuseColorvalue='1.0000 0.8471 0.9490'/>
1681                 <fieldValue name='transparencyvalue='0'/>
1682                 <fieldValue name='translationvalue='-2.38125 -0.28843 2.75145'/>
1683                 <fieldValue name='textTranslationvalue='-2.23125 -0.28843 2.75145'/>
1684                 <fieldValue name='textColorvalue='0 0 0'/>
1685            </ProtoInstance>
1686            <ProtoInstance name='Vertex'>
1687                 <fieldValue name='vertexTextvalue='"activation"'/>
1688                 <fieldValue name='descriptionvalue='6: activation'/>
1689                 <fieldValue name='url'/>
1690                 <fieldValue name='radiusvalue='0.1500'/>
1691                 <fieldValue name='displayMode'/>
1692                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1693                 <fieldValue name='transparencyvalue='0'/>
1694                 <fieldValue name='translationvalue='-1.63758 0.59035 -2.46119'/>
1695                 <fieldValue name='textTranslationvalue='-1.48758 0.59035 -2.46119'/>
1696                 <fieldValue name='textColorvalue='0 0 0'/>
1697            </ProtoInstance>
1698            <ProtoInstance name='Vertex'>
1699                 <fieldValue name='vertexTextvalue='"afghanistan"'/>
1700                 <fieldValue name='descriptionvalue='7: afghanistan'/>
1701                 <fieldValue name='url'/>
1702                 <fieldValue name='radiusvalue='0.1500'/>
1703                 <fieldValue name='displayMode'/>
1704                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
1705                 <fieldValue name='transparencyvalue='0'/>
1706                 <fieldValue name='translationvalue='-2.18320 -2.34450 1.05746'/>
1707                 <fieldValue name='textTranslationvalue='-2.03320 -2.34450 1.05746'/>
1708                 <fieldValue name='textColorvalue='0 0 0'/>
1709            </ProtoInstance>
1710            <ProtoInstance name='Vertex'>
1711                 <fieldValue name='vertexTextvalue='"answers"'/>
1712                 <fieldValue name='descriptionvalue='8: answers'/>
1713                 <fieldValue name='url'/>
1714                 <fieldValue name='radiusvalue='0.1500'/>
1715                 <fieldValue name='displayMode'/>
1716                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
1717                 <fieldValue name='transparencyvalue='0'/>
1718                 <fieldValue name='translationvalue='-2.70645 -2.08604 0.54391'/>
1719                 <fieldValue name='textTranslationvalue='-2.55645 -2.08604 0.54391'/>
1720                 <fieldValue name='textColorvalue='0 0 0'/>
1721            </ProtoInstance>
1722            <ProtoInstance name='Vertex'>
1723                 <fieldValue name='vertexTextvalue='"award"'/>
1724                 <fieldValue name='descriptionvalue='9: award'/>
1725                 <fieldValue name='url'/>
1726                 <fieldValue name='radiusvalue='0.1500'/>
1727                 <fieldValue name='displayMode'/>
1728                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1729                 <fieldValue name='transparencyvalue='0'/>
1730                 <fieldValue name='translationvalue='-0.89043 1.31979 -0.75144'/>
1731                 <fieldValue name='textTranslationvalue='-0.74043 1.31979 -0.75144'/>
1732                 <fieldValue name='textColorvalue='0 0 0'/>
1733            </ProtoInstance>
1734            <ProtoInstance name='Vertex'>
1735                 <fieldValue name='vertexTextvalue='"black"'/>
1736                 <fieldValue name='descriptionvalue='10: black'/>
1737                 <fieldValue name='url'/>
1738                 <fieldValue name='radiusvalue='0.1500'/>
1739                 <fieldValue name='displayMode'/>
1740                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1741                 <fieldValue name='transparencyvalue='0'/>
1742                 <fieldValue name='translationvalue='-0.31749 0.47856 -2.54828'/>
1743                 <fieldValue name='textTranslationvalue='-0.16749 0.47856 -2.54828'/>
1744                 <fieldValue name='textColorvalue='0 0 0'/>
1745            </ProtoInstance>
1746            <ProtoInstance name='Vertex'>
1747                 <fieldValue name='vertexTextvalue='"comfort"'/>
1748                 <fieldValue name='descriptionvalue='11: comfort'/>
1749                 <fieldValue name='url'/>
1750                 <fieldValue name='radiusvalue='0.1500'/>
1751                 <fieldValue name='displayMode'/>
1752                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1753                 <fieldValue name='transparencyvalue='0'/>
1754                 <fieldValue name='translationvalue='-1.17520 -0.33787 -2.39845'/>
1755                 <fieldValue name='textTranslationvalue='-1.02520 -0.33787 -2.39845'/>
1756                 <fieldValue name='textColorvalue='0 0 0'/>
1757            </ProtoInstance>
1758            <ProtoInstance name='Vertex'>
1759                 <fieldValue name='vertexTextvalue='"content"'/>
1760                 <fieldValue name='descriptionvalue='12: content'/>
1761                 <fieldValue name='url'/>
1762                 <fieldValue name='radiusvalue='0.1500'/>
1763                 <fieldValue name='displayMode'/>
1764                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1765                 <fieldValue name='transparencyvalue='0'/>
1766                 <fieldValue name='translationvalue='1.55001 0.12561 -0.77094'/>
1767                 <fieldValue name='textTranslationvalue='1.70001 0.12561 -0.77094'/>
1768                 <fieldValue name='textColorvalue='0 0 0'/>
1769            </ProtoInstance>
1770            <ProtoInstance name='Vertex'>
1771                 <fieldValue name='vertexTextvalue='"current"'/>
1772                 <fieldValue name='descriptionvalue='13: current'/>
1773                 <fieldValue name='url'/>
1774                 <fieldValue name='radiusvalue='0.1500'/>
1775                 <fieldValue name='displayMode'/>
1776                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1777                 <fieldValue name='transparencyvalue='0'/>
1778                 <fieldValue name='translationvalue='-0.86268 2.47712 0.57150'/>
1779                 <fieldValue name='textTranslationvalue='-0.71268 2.47712 0.57150'/>
1780                 <fieldValue name='textColorvalue='0 0 0'/>
1781            </ProtoInstance>
1782            <ProtoInstance name='Vertex'>
1783                 <fieldValue name='vertexTextvalue='"daily"'/>
1784                 <fieldValue name='descriptionvalue='14: daily'/>
1785                 <fieldValue name='url'/>
1786                 <fieldValue name='radiusvalue='0.1500'/>
1787                 <fieldValue name='displayMode'/>
1788                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1789                 <fieldValue name='transparencyvalue='0'/>
1790                 <fieldValue name='translationvalue='-0.61964 0.04576 -2.34002'/>
1791                 <fieldValue name='textTranslationvalue='-0.46964 0.04576 -2.34002'/>
1792                 <fieldValue name='textColorvalue='0 0 0'/>
1793            </ProtoInstance>
1794            <ProtoInstance name='Vertex'>
1795                 <fieldValue name='vertexTextvalue='"deadline"'/>
1796                 <fieldValue name='descriptionvalue='15: deadline'/>
1797                 <fieldValue name='url'/>
1798                 <fieldValue name='radiusvalue='0.1500'/>
1799                 <fieldValue name='displayMode'/>
1800                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1801                 <fieldValue name='transparencyvalue='0'/>
1802                 <fieldValue name='translationvalue='-1.82750 2.40150 0.58395'/>
1803                 <fieldValue name='textTranslationvalue='-1.67750 2.40150 0.58395'/>
1804                 <fieldValue name='textColorvalue='0 0 0'/>
1805            </ProtoInstance>
1806            <ProtoInstance name='Vertex'>
1807                 <fieldValue name='vertexTextvalue='"decent"'/>
1808                 <fieldValue name='descriptionvalue='16: decent'/>
1809                 <fieldValue name='url'/>
1810                 <fieldValue name='radiusvalue='0.1500'/>
1811                 <fieldValue name='displayMode'/>
1812                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1813                 <fieldValue name='transparencyvalue='0'/>
1814                 <fieldValue name='translationvalue='-1.72754 0.09997 -2.31689'/>
1815                 <fieldValue name='textTranslationvalue='-1.57754 0.09997 -2.31689'/>
1816                 <fieldValue name='textColorvalue='0 0 0'/>
1817            </ProtoInstance>
1818            <ProtoInstance name='Vertex'>
1819                 <fieldValue name='vertexTextvalue='"deductible"'/>
1820                 <fieldValue name='descriptionvalue='17: deductible'/>
1821                 <fieldValue name='url'/>
1822                 <fieldValue name='radiusvalue='0.1500'/>
1823                 <fieldValue name='displayMode'/>
1824                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1825                 <fieldValue name='transparencyvalue='0'/>
1826                 <fieldValue name='translationvalue='-2.09873 1.89418 0.75541'/>
1827                 <fieldValue name='textTranslationvalue='-1.94873 1.89418 0.75541'/>
1828                 <fieldValue name='textColorvalue='0 0 0'/>
1829            </ProtoInstance>
1830            <ProtoInstance name='Vertex'>
1831                 <fieldValue name='vertexTextvalue='"director"'/>
1832                 <fieldValue name='descriptionvalue='18: director'/>
1833                 <fieldValue name='url'/>
1834                 <fieldValue name='radiusvalue='0.1500'/>
1835                 <fieldValue name='displayMode'/>
1836                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1837                 <fieldValue name='transparencyvalue='0'/>
1838                 <fieldValue name='translationvalue='0.89657 0.91206 0.46274'/>
1839                 <fieldValue name='textTranslationvalue='1.04657 0.91206 0.46274'/>
1840                 <fieldValue name='textColorvalue='0 0 0'/>
1841            </ProtoInstance>
1842            <ProtoInstance name='Vertex'>
1843                 <fieldValue name='vertexTextvalue='"disastrous"'/>
1844                 <fieldValue name='descriptionvalue='19: disastrous'/>
1845                 <fieldValue name='url'/>
1846                 <fieldValue name='radiusvalue='0.1500'/>
1847                 <fieldValue name='displayMode'/>
1848                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1849                 <fieldValue name='transparencyvalue='0'/>
1850                 <fieldValue name='translationvalue='-1.31014 2.19576 1.51357'/>
1851                 <fieldValue name='textTranslationvalue='-1.16014 2.19576 1.51357'/>
1852                 <fieldValue name='textColorvalue='0 0 0'/>
1853            </ProtoInstance>
1854            <ProtoInstance name='Vertex'>
1855                 <fieldValue name='vertexTextvalue='"edition"'/>
1856                 <fieldValue name='descriptionvalue='20: edition'/>
1857                 <fieldValue name='url'/>
1858                 <fieldValue name='radiusvalue='0.1500'/>
1859                 <fieldValue name='displayMode'/>
1860                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1861                 <fieldValue name='transparencyvalue='0'/>
1862                 <fieldValue name='translationvalue='-0.78708 0.83507 -2.18667'/>
1863                 <fieldValue name='textTranslationvalue='-0.63708 0.83507 -2.18667'/>
1864                 <fieldValue name='textColorvalue='0 0 0'/>
1865            </ProtoInstance>
1866            <ProtoInstance name='Vertex'>
1867                 <fieldValue name='vertexTextvalue='"effects"'/>
1868                 <fieldValue name='descriptionvalue='21: effects'/>
1869                 <fieldValue name='url'/>
1870                 <fieldValue name='radiusvalue='0.1500'/>
1871                 <fieldValue name='displayMode'/>
1872                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1873                 <fieldValue name='transparencyvalue='0'/>
1874                 <fieldValue name='translationvalue='-1.15229 2.09382 1.11902'/>
1875                 <fieldValue name='textTranslationvalue='-1.00229 2.09382 1.11902'/>
1876                 <fieldValue name='textColorvalue='0 0 0'/>
1877            </ProtoInstance>
1878            <ProtoInstance name='Vertex'>
1879                 <fieldValue name='vertexTextvalue='"engineer"'/>
1880                 <fieldValue name='descriptionvalue='22: engineer'/>
1881                 <fieldValue name='url'/>
1882                 <fieldValue name='radiusvalue='0.1500'/>
1883                 <fieldValue name='displayMode'/>
1884                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1885                 <fieldValue name='transparencyvalue='0'/>
1886                 <fieldValue name='translationvalue='-0.11707 0.11404 -2.75145'/>
1887                 <fieldValue name='textTranslationvalue='0.03293 0.11404 -2.75145'/>
1888                 <fieldValue name='textColorvalue='0 0 0'/>
1889            </ProtoInstance>
1890            <ProtoInstance name='Vertex'>
1891                 <fieldValue name='vertexTextvalue='"executive"'/>
1892                 <fieldValue name='descriptionvalue='23: executive'/>
1893                 <fieldValue name='url'/>
1894                 <fieldValue name='radiusvalue='0.1500'/>
1895                 <fieldValue name='displayMode'/>
1896                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1897                 <fieldValue name='transparencyvalue='0'/>
1898                 <fieldValue name='translationvalue='-0.13076 1.57104 0.60555'/>
1899                 <fieldValue name='textTranslationvalue='0.01924 1.57104 0.60555'/>
1900                 <fieldValue name='textColorvalue='0 0 0'/>
1901            </ProtoInstance>
1902            <ProtoInstance name='Vertex'>
1903                 <fieldValue name='vertexTextvalue='"extended"'/>
1904                 <fieldValue name='descriptionvalue='24: extended'/>
1905                 <fieldValue name='url'/>
1906                 <fieldValue name='radiusvalue='0.1500'/>
1907                 <fieldValue name='displayMode'/>
1908                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1909                 <fieldValue name='transparencyvalue='0'/>
1910                 <fieldValue name='translationvalue='-1.28152 2.12459 0.48861'/>
1911                 <fieldValue name='textTranslationvalue='-1.13152 2.12459 0.48861'/>
1912                 <fieldValue name='textColorvalue='0 0 0'/>
1913            </ProtoInstance>
1914            <ProtoInstance name='Vertex'>
1915                 <fieldValue name='vertexTextvalue='"face"'/>
1916                 <fieldValue name='descriptionvalue='25: face'/>
1917                 <fieldValue name='url'/>
1918                 <fieldValue name='radiusvalue='0.1500'/>
1919                 <fieldValue name='displayMode'/>
1920                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1921                 <fieldValue name='transparencyvalue='0'/>
1922                 <fieldValue name='translationvalue='-0.60811 1.82849 1.66399'/>
1923                 <fieldValue name='textTranslationvalue='-0.45811 1.82849 1.66399'/>
1924                 <fieldValue name='textColorvalue='0 0 0'/>
1925            </ProtoInstance>
1926            <ProtoInstance name='Vertex'>
1927                 <fieldValue name='vertexTextvalue='"families"'/>
1928                 <fieldValue name='descriptionvalue='26: families'/>
1929                 <fieldValue name='url'/>
1930                 <fieldValue name='radiusvalue='0.1500'/>
1931                 <fieldValue name='displayMode'/>
1932                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
1933                 <fieldValue name='transparencyvalue='0'/>
1934                 <fieldValue name='translationvalue='-1.18694 2.37924 0.28470'/>
1935                 <fieldValue name='textTranslationvalue='-1.03694 2.37924 0.28470'/>
1936                 <fieldValue name='textColorvalue='0 0 0'/>
1937            </ProtoInstance>
1938            <ProtoInstance name='Vertex'>
1939                 <fieldValue name='vertexTextvalue='"feature"'/>
1940                 <fieldValue name='descriptionvalue='27: feature'/>
1941                 <fieldValue name='url'/>
1942                 <fieldValue name='radiusvalue='0.1500'/>
1943                 <fieldValue name='displayMode'/>
1944                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1945                 <fieldValue name='transparencyvalue='0'/>
1946                 <fieldValue name='translationvalue='-1.16645 0.89301 -2.36916'/>
1947                 <fieldValue name='textTranslationvalue='-1.01645 0.89301 -2.36916'/>
1948                 <fieldValue name='textColorvalue='0 0 0'/>
1949            </ProtoInstance>
1950            <ProtoInstance name='Vertex'>
1951                 <fieldValue name='vertexTextvalue='"features"'/>
1952                 <fieldValue name='descriptionvalue='28: features'/>
1953                 <fieldValue name='url'/>
1954                 <fieldValue name='radiusvalue='0.1500'/>
1955                 <fieldValue name='displayMode'/>
1956                 <fieldValue name='diffuseColorvalue='0 0 0'/>
1957                 <fieldValue name='transparencyvalue='0'/>
1958                 <fieldValue name='translationvalue='-0.80303 0.83525 -2.33248'/>
1959                 <fieldValue name='textTranslationvalue='-0.65303 0.83525 -2.33248'/>
1960                 <fieldValue name='textColorvalue='0 0 0'/>
1961            </ProtoInstance>
1962            <ProtoInstance name='Vertex'>
1963                 <fieldValue name='vertexTextvalue='"fund"'/>
1964                 <fieldValue name='descriptionvalue='29: fund'/>
1965                 <fieldValue name='url'/>
1966                 <fieldValue name='radiusvalue='0.1500'/>
1967                 <fieldValue name='displayMode'/>
1968                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1969                 <fieldValue name='transparencyvalue='0'/>
1970                 <fieldValue name='translationvalue='2.16251 0.01305 1.33618'/>
1971                 <fieldValue name='textTranslationvalue='2.31251 0.01305 1.33618'/>
1972                 <fieldValue name='textColorvalue='0 0 0'/>
1973            </ProtoInstance>
1974            <ProtoInstance name='Vertex'>
1975                 <fieldValue name='vertexTextvalue='"give"'/>
1976                 <fieldValue name='descriptionvalue='30: give'/>
1977                 <fieldValue name='url'/>
1978                 <fieldValue name='radiusvalue='0.1500'/>
1979                 <fieldValue name='displayMode'/>
1980                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1981                 <fieldValue name='transparencyvalue='0'/>
1982                 <fieldValue name='translationvalue='2.43938 0.05763 0.37657'/>
1983                 <fieldValue name='textTranslationvalue='2.58938 0.05763 0.37657'/>
1984                 <fieldValue name='textColorvalue='0 0 0'/>
1985            </ProtoInstance>
1986            <ProtoInstance name='Vertex'>
1987                 <fieldValue name='vertexTextvalue='"grounds"'/>
1988                 <fieldValue name='descriptionvalue='31: grounds'/>
1989                 <fieldValue name='url'/>
1990                 <fieldValue name='radiusvalue='0.1500'/>
1991                 <fieldValue name='displayMode'/>
1992                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
1993                 <fieldValue name='transparencyvalue='0'/>
1994                 <fieldValue name='translationvalue='2.66335 0.78918 -0.11322'/>
1995                 <fieldValue name='textTranslationvalue='2.81335 0.78918 -0.11322'/>
1996                 <fieldValue name='textColorvalue='0 0 0'/>
1997            </ProtoInstance>
1998            <ProtoInstance name='Vertex'>
1999                 <fieldValue name='vertexTextvalue='"headline"'/>
2000                 <fieldValue name='descriptionvalue='32: headline'/>
2001                 <fieldValue name='url'/>
2002                 <fieldValue name='radiusvalue='0.1500'/>
2003                 <fieldValue name='displayMode'/>
2004                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2005                 <fieldValue name='transparencyvalue='0'/>
2006                 <fieldValue name='translationvalue='2.52944 0.58308 1.02158'/>
2007                 <fieldValue name='textTranslationvalue='2.67944 0.58308 1.02158'/>
2008                 <fieldValue name='textColorvalue='0 0 0'/>
2009            </ProtoInstance>
2010            <ProtoInstance name='Vertex'>
2011                 <fieldValue name='vertexTextvalue='"hearts"'/>
2012                 <fieldValue name='descriptionvalue='33: hearts'/>
2013                 <fieldValue name='url'/>
2014                 <fieldValue name='radiusvalue='0.1500'/>
2015                 <fieldValue name='displayMode'/>
2016                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2017                 <fieldValue name='transparencyvalue='0'/>
2018                 <fieldValue name='translationvalue='-1.81248 2.50201 0.15404'/>
2019                 <fieldValue name='textTranslationvalue='-1.66248 2.50201 0.15404'/>
2020                 <fieldValue name='textColorvalue='0 0 0'/>
2021            </ProtoInstance>
2022            <ProtoInstance name='Vertex'>
2023                 <fieldValue name='vertexTextvalue='"hospital"'/>
2024                 <fieldValue name='descriptionvalue='34: hospital'/>
2025                 <fieldValue name='url'/>
2026                 <fieldValue name='radiusvalue='0.1500'/>
2027                 <fieldValue name='displayMode'/>
2028                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2029                 <fieldValue name='transparencyvalue='0'/>
2030                 <fieldValue name='translationvalue='2.71703 0.78018 0.06187'/>
2031                 <fieldValue name='textTranslationvalue='2.86703 0.78018 0.06187'/>
2032                 <fieldValue name='textColorvalue='0 0 0'/>
2033            </ProtoInstance>
2034            <ProtoInstance name='Vertex'>
2035                 <fieldValue name='vertexTextvalue='"hosted"'/>
2036                 <fieldValue name='descriptionvalue='35: hosted'/>
2037                 <fieldValue name='url'/>
2038                 <fieldValue name='radiusvalue='0.1500'/>
2039                 <fieldValue name='displayMode'/>
2040                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2041                 <fieldValue name='transparencyvalue='0'/>
2042                 <fieldValue name='translationvalue='-0.33093 0.81386 -2.18672'/>
2043                 <fieldValue name='textTranslationvalue='-0.18093 0.81386 -2.18672'/>
2044                 <fieldValue name='textColorvalue='0 0 0'/>
2045            </ProtoInstance>
2046            <ProtoInstance name='Vertex'>
2047                 <fieldValue name='vertexTextvalue='"inpatient"'/>
2048                 <fieldValue name='descriptionvalue='36: inpatient'/>
2049                 <fieldValue name='url'/>
2050                 <fieldValue name='radiusvalue='0.1500'/>
2051                 <fieldValue name='displayMode'/>
2052                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2053                 <fieldValue name='transparencyvalue='0'/>
2054                 <fieldValue name='translationvalue='2.63584 -0.11355 -0.38683'/>
2055                 <fieldValue name='textTranslationvalue='2.78584 -0.11355 -0.38683'/>
2056                 <fieldValue name='textColorvalue='0 0 0'/>
2057            </ProtoInstance>
2058            <ProtoInstance name='Vertex'>
2059                 <fieldValue name='vertexTextvalue='"installed"'/>
2060                 <fieldValue name='descriptionvalue='37: installed'/>
2061                 <fieldValue name='url'/>
2062                 <fieldValue name='radiusvalue='0.1500'/>
2063                 <fieldValue name='displayMode'/>
2064                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2065                 <fieldValue name='transparencyvalue='0'/>
2066                 <fieldValue name='translationvalue='2.09247 -0.71046 0.90367'/>
2067                 <fieldValue name='textTranslationvalue='2.24247 -0.71046 0.90367'/>
2068                 <fieldValue name='textColorvalue='0 0 0'/>
2069            </ProtoInstance>
2070            <ProtoInstance name='Vertex'>
2071                 <fieldValue name='vertexTextvalue='"institute"'/>
2072                 <fieldValue name='descriptionvalue='38: institute'/>
2073                 <fieldValue name='url'/>
2074                 <fieldValue name='radiusvalue='0.1500'/>
2075                 <fieldValue name='displayMode'/>
2076                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2077                 <fieldValue name='transparencyvalue='0'/>
2078                 <fieldValue name='translationvalue='-0.28499 2.48722 1.23890'/>
2079                 <fieldValue name='textTranslationvalue='-0.13499 2.48722 1.23890'/>
2080                 <fieldValue name='textColorvalue='0 0 0'/>
2081            </ProtoInstance>
2082            <ProtoInstance name='Vertex'>
2083                 <fieldValue name='vertexTextvalue='"irs"'/>
2084                 <fieldValue name='descriptionvalue='39: irs'/>
2085                 <fieldValue name='url'/>
2086                 <fieldValue name='radiusvalue='0.1500'/>
2087                 <fieldValue name='displayMode'/>
2088                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2089                 <fieldValue name='transparencyvalue='0'/>
2090                 <fieldValue name='translationvalue='-0.30946 2.75459 0.35291'/>
2091                 <fieldValue name='textTranslationvalue='-0.15946 2.75459 0.35291'/>
2092                 <fieldValue name='textColorvalue='0 0 0'/>
2093            </ProtoInstance>
2094            <ProtoInstance name='Vertex'>
2095                 <fieldValue name='vertexTextvalue='"jobs"'/>
2096                 <fieldValue name='descriptionvalue='40: jobs'/>
2097                 <fieldValue name='url'/>
2098                 <fieldValue name='radiusvalue='0.1500'/>
2099                 <fieldValue name='displayMode'/>
2100                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2101                 <fieldValue name='transparencyvalue='0'/>
2102                 <fieldValue name='translationvalue='-1.44849 -2.26254 1.78685'/>
2103                 <fieldValue name='textTranslationvalue='-1.29849 -2.26254 1.78685'/>
2104                 <fieldValue name='textColorvalue='0 0 0'/>
2105            </ProtoInstance>
2106            <ProtoInstance name='Vertex'>
2107                 <fieldValue name='vertexTextvalue='"johnson"'/>
2108                 <fieldValue name='descriptionvalue='41: johnson'/>
2109                 <fieldValue name='url'/>
2110                 <fieldValue name='radiusvalue='0.1500'/>
2111                 <fieldValue name='displayMode'/>
2112                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2113                 <fieldValue name='transparencyvalue='0'/>
2114                 <fieldValue name='translationvalue='-0.40811 2.40916 1.39256'/>
2115                 <fieldValue name='textTranslationvalue='-0.25811 2.40916 1.39256'/>
2116                 <fieldValue name='textColorvalue='0 0 0'/>
2117            </ProtoInstance>
2118            <ProtoInstance name='Vertex'>
2119                 <fieldValue name='vertexTextvalue='"join"'/>
2120                 <fieldValue name='descriptionvalue='42: join'/>
2121                 <fieldValue name='url'/>
2122                 <fieldValue name='radiusvalue='0.1500'/>
2123                 <fieldValue name='displayMode'/>
2124                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2125                 <fieldValue name='transparencyvalue='0'/>
2126                 <fieldValue name='translationvalue='-0.66930 1.84707 1.18900'/>
2127                 <fieldValue name='textTranslationvalue='-0.51930 1.84707 1.18900'/>
2128                 <fieldValue name='textColorvalue='0 0 0'/>
2129            </ProtoInstance>
2130            <ProtoInstance name='Vertex'>
2131                 <fieldValue name='vertexTextvalue='"joined"'/>
2132                 <fieldValue name='descriptionvalue='43: joined'/>
2133                 <fieldValue name='url'/>
2134                 <fieldValue name='radiusvalue='0.1500'/>
2135                 <fieldValue name='displayMode'/>
2136                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2137                 <fieldValue name='transparencyvalue='0'/>
2138                 <fieldValue name='translationvalue='2.67914 0.05563 0.93714'/>
2139                 <fieldValue name='textTranslationvalue='2.82914 0.05563 0.93714'/>
2140                 <fieldValue name='textColorvalue='0 0 0'/>
2141            </ProtoInstance>
2142            <ProtoInstance name='Vertex'>
2143                 <fieldValue name='vertexTextvalue='"kb"'/>
2144                 <fieldValue name='descriptionvalue='44: kb'/>
2145                 <fieldValue name='url'/>
2146                 <fieldValue name='radiusvalue='0.1500'/>
2147                 <fieldValue name='displayMode'/>
2148                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2149                 <fieldValue name='transparencyvalue='0'/>
2150                 <fieldValue name='translationvalue='-1.08272 2.01586 -0.53242'/>
2151                 <fieldValue name='textTranslationvalue='-0.93272 2.01586 -0.53242'/>
2152                 <fieldValue name='textColorvalue='0 0 0'/>
2153            </ProtoInstance>
2154            <ProtoInstance name='Vertex'>
2155                 <fieldValue name='vertexTextvalue='"korea"'/>
2156                 <fieldValue name='descriptionvalue='45: korea'/>
2157                 <fieldValue name='url'/>
2158                 <fieldValue name='radiusvalue='0.1500'/>
2159                 <fieldValue name='displayMode'/>
2160                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2161                 <fieldValue name='transparencyvalue='0'/>
2162                 <fieldValue name='translationvalue='-1.55968 -2.72378 0.19142'/>
2163                 <fieldValue name='textTranslationvalue='-1.40968 -2.72378 0.19142'/>
2164                 <fieldValue name='textColorvalue='0 0 0'/>
2165            </ProtoInstance>
2166            <ProtoInstance name='Vertex'>
2167                 <fieldValue name='vertexTextvalue='"large"'/>
2168                 <fieldValue name='descriptionvalue='46: large'/>
2169                 <fieldValue name='url'/>
2170                 <fieldValue name='radiusvalue='0.1500'/>
2171                 <fieldValue name='displayMode'/>
2172                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2173                 <fieldValue name='transparencyvalue='0'/>
2174                 <fieldValue name='translationvalue='2.36136 0.14521 -0.17439'/>
2175                 <fieldValue name='textTranslationvalue='2.51136 0.14521 -0.17439'/>
2176                 <fieldValue name='textColorvalue='0 0 0'/>
2177            </ProtoInstance>
2178            <ProtoInstance name='Vertex'>
2179                 <fieldValue name='vertexTextvalue='"latest"'/>
2180                 <fieldValue name='descriptionvalue='47: latest'/>
2181                 <fieldValue name='url'/>
2182                 <fieldValue name='radiusvalue='0.1500'/>
2183                 <fieldValue name='displayMode'/>
2184                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2185                 <fieldValue name='transparencyvalue='0'/>
2186                 <fieldValue name='translationvalue='2.59093 0.18509 -0.50933'/>
2187                 <fieldValue name='textTranslationvalue='2.74093 0.18509 -0.50933'/>
2188                 <fieldValue name='textColorvalue='0 0 0'/>
2189            </ProtoInstance>
2190            <ProtoInstance name='Vertex'>
2191                 <fieldValue name='vertexTextvalue='"law"'/>
2192                 <fieldValue name='descriptionvalue='48: law'/>
2193                 <fieldValue name='url'/>
2194                 <fieldValue name='radiusvalue='0.1500'/>
2195                 <fieldValue name='displayMode'/>
2196                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2197                 <fieldValue name='transparencyvalue='0'/>
2198                 <fieldValue name='translationvalue='-1.04157 -2.75459 0.86522'/>
2199                 <fieldValue name='textTranslationvalue='-0.89157 -2.75459 0.86522'/>
2200                 <fieldValue name='textColorvalue='0 0 0'/>
2201            </ProtoInstance>
2202            <ProtoInstance name='Vertex'>
2203                 <fieldValue name='vertexTextvalue='"leadership"'/>
2204                 <fieldValue name='descriptionvalue='49: leadership'/>
2205                 <fieldValue name='url'/>
2206                 <fieldValue name='radiusvalue='0.1500'/>
2207                 <fieldValue name='displayMode'/>
2208                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2209                 <fieldValue name='transparencyvalue='0'/>
2210                 <fieldValue name='translationvalue='-1.48996 1.71159 -0.41175'/>
2211                 <fieldValue name='textTranslationvalue='-1.33996 1.71159 -0.41175'/>
2212                 <fieldValue name='textColorvalue='0 0 0'/>
2213            </ProtoInstance>
2214            <ProtoInstance name='Vertex'>
2215                 <fieldValue name='vertexTextvalue='"long"'/>
2216                 <fieldValue name='descriptionvalue='50: long'/>
2217                 <fieldValue name='url'/>
2218                 <fieldValue name='radiusvalue='0.1500'/>
2219                 <fieldValue name='displayMode'/>
2220                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2221                 <fieldValue name='transparencyvalue='0'/>
2222                 <fieldValue name='translationvalue='-1.18191 1.42670 0.96137'/>
2223                 <fieldValue name='textTranslationvalue='-1.03191 1.42670 0.96137'/>
2224                 <fieldValue name='textColorvalue='0 0 0'/>
2225            </ProtoInstance>
2226            <ProtoInstance name='Vertex'>
2227                 <fieldValue name='vertexTextvalue='"making"'/>
2228                 <fieldValue name='descriptionvalue='51: making'/>
2229                 <fieldValue name='url'/>
2230                 <fieldValue name='radiusvalue='0.1500'/>
2231                 <fieldValue name='displayMode'/>
2232                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2233                 <fieldValue name='transparencyvalue='0'/>
2234                 <fieldValue name='translationvalue='-2.13248 1.63800 0.61797'/>
2235                 <fieldValue name='textTranslationvalue='-1.98248 1.63800 0.61797'/>
2236                 <fieldValue name='textColorvalue='0 0 0'/>
2237            </ProtoInstance>
2238            <ProtoInstance name='Vertex'>
2239                 <fieldValue name='vertexTextvalue='"mb"'/>
2240                 <fieldValue name='descriptionvalue='52: mb'/>
2241                 <fieldValue name='url'/>
2242                 <fieldValue name='radiusvalue='0.1500'/>
2243                 <fieldValue name='displayMode'/>
2244                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2245                 <fieldValue name='transparencyvalue='0'/>
2246                 <fieldValue name='translationvalue='-0.58445 0.24453 -2.11060'/>
2247                 <fieldValue name='textTranslationvalue='-0.43445 0.24453 -2.11060'/>
2248                 <fieldValue name='textColorvalue='0 0 0'/>
2249            </ProtoInstance>
2250            <ProtoInstance name='Vertex'>
2251                 <fieldValue name='vertexTextvalue='"mission"'/>
2252                 <fieldValue name='descriptionvalue='53: mission'/>
2253                 <fieldValue name='url'/>
2254                 <fieldValue name='radiusvalue='0.1500'/>
2255                 <fieldValue name='displayMode'/>
2256                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2257                 <fieldValue name='transparencyvalue='0'/>
2258                 <fieldValue name='translationvalue='-1.02935 -2.53725 1.45318'/>
2259                 <fieldValue name='textTranslationvalue='-0.87935 -2.53725 1.45318'/>
2260                 <fieldValue name='textColorvalue='0 0 0'/>
2261            </ProtoInstance>
2262            <ProtoInstance name='Vertex'>
2263                 <fieldValue name='vertexTextvalue='"montgomery"'/>
2264                 <fieldValue name='descriptionvalue='54: montgomery'/>
2265                 <fieldValue name='url'/>
2266                 <fieldValue name='radiusvalue='0.1500'/>
2267                 <fieldValue name='displayMode'/>
2268                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2269                 <fieldValue name='transparencyvalue='0'/>
2270                 <fieldValue name='translationvalue='2.29724 0.97859 0.66399'/>
2271                 <fieldValue name='textTranslationvalue='2.44724 0.97859 0.66399'/>
2272                 <fieldValue name='textColorvalue='0 0 0'/>
2273            </ProtoInstance>
2274            <ProtoInstance name='Vertex'>
2275                 <fieldValue name='vertexTextvalue='"national"'/>
2276                 <fieldValue name='descriptionvalue='55: national'/>
2277                 <fieldValue name='url'/>
2278                 <fieldValue name='radiusvalue='0.1500'/>
2279                 <fieldValue name='displayMode'/>
2280                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2281                 <fieldValue name='transparencyvalue='0'/>
2282                 <fieldValue name='translationvalue='1.54378 0.81330 0.92359'/>
2283                 <fieldValue name='textTranslationvalue='1.69378 0.81330 0.92359'/>
2284                 <fieldValue name='textColorvalue='0 0 0'/>
2285            </ProtoInstance>
2286            <ProtoInstance name='Vertex'>
2287                 <fieldValue name='vertexTextvalue='"neurosurgeon"'/>
2288                 <fieldValue name='descriptionvalue='56: neurosurgeon'/>
2289                 <fieldValue name='url'/>
2290                 <fieldValue name='radiusvalue='0.1500'/>
2291                 <fieldValue name='displayMode'/>
2292                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2293                 <fieldValue name='transparencyvalue='0'/>
2294                 <fieldValue name='translationvalue='-0.90168 0.69624 -2.09690'/>
2295                 <fieldValue name='textTranslationvalue='-0.75168 0.69624 -2.09690'/>
2296                 <fieldValue name='textColorvalue='0 0 0'/>
2297            </ProtoInstance>
2298            <ProtoInstance name='Vertex'>
2299                 <fieldValue name='vertexTextvalue='"news"'/>
2300                 <fieldValue name='descriptionvalue='57: news'/>
2301                 <fieldValue name='url'/>
2302                 <fieldValue name='radiusvalue='0.1500'/>
2303                 <fieldValue name='displayMode'/>
2304                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2305                 <fieldValue name='transparencyvalue='0'/>
2306                 <fieldValue name='translationvalue='-0.80791 0.15338 -2.45342'/>
2307                 <fieldValue name='textTranslationvalue='-0.65791 0.15338 -2.45342'/>
2308                 <fieldValue name='textColorvalue='0 0 0'/>
2309            </ProtoInstance>
2310            <ProtoInstance name='Vertex'>
2311                 <fieldValue name='vertexTextvalue='"officer"'/>
2312                 <fieldValue name='descriptionvalue='58: officer'/>
2313                 <fieldValue name='url'/>
2314                 <fieldValue name='radiusvalue='0.1500'/>
2315                 <fieldValue name='displayMode'/>
2316                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2317                 <fieldValue name='transparencyvalue='0'/>
2318                 <fieldValue name='translationvalue='0.72814 0.35278 -1.08812'/>
2319                 <fieldValue name='textTranslationvalue='0.87814 0.35278 -1.08812'/>
2320                 <fieldValue name='textColorvalue='0 0 0'/>
2321            </ProtoInstance>
2322            <ProtoInstance name='Vertex'>
2323                 <fieldValue name='vertexTextvalue='"operation"'/>
2324                 <fieldValue name='descriptionvalue='59: operation'/>
2325                 <fieldValue name='url'/>
2326                 <fieldValue name='radiusvalue='0.1500'/>
2327                 <fieldValue name='displayMode'/>
2328                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2329                 <fieldValue name='transparencyvalue='0'/>
2330                 <fieldValue name='translationvalue='-1.00595 0.01891 -2.21520'/>
2331                 <fieldValue name='textTranslationvalue='-0.85595 0.01891 -2.21520'/>
2332                 <fieldValue name='textColorvalue='0 0 0'/>
2333            </ProtoInstance>
2334            <ProtoInstance name='Vertex'>
2335                 <fieldValue name='vertexTextvalue='"people"'/>
2336                 <fieldValue name='descriptionvalue='60: people'/>
2337                 <fieldValue name='url'/>
2338                 <fieldValue name='radiusvalue='0.1500'/>
2339                 <fieldValue name='displayMode'/>
2340                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2341                 <fieldValue name='transparencyvalue='0'/>
2342                 <fieldValue name='translationvalue='-1.10067 1.46690 1.70898'/>
2343                 <fieldValue name='textTranslationvalue='-0.95067 1.46690 1.70898'/>
2344                 <fieldValue name='textColorvalue='0 0 0'/>
2345            </ProtoInstance>
2346            <ProtoInstance name='Vertex'>
2347                 <fieldValue name='vertexTextvalue='"peter"'/>
2348                 <fieldValue name='descriptionvalue='61: peter'/>
2349                 <fieldValue name='url'/>
2350                 <fieldValue name='radiusvalue='0.1500'/>
2351                 <fieldValue name='displayMode'/>
2352                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2353                 <fieldValue name='transparencyvalue='0'/>
2354                 <fieldValue name='translationvalue='1.78720 0.72708 0.48800'/>
2355                 <fieldValue name='textTranslationvalue='1.93720 0.72708 0.48800'/>
2356                 <fieldValue name='textColorvalue='0 0 0'/>
2357            </ProtoInstance>
2358            <ProtoInstance name='Vertex'>
2359                 <fieldValue name='vertexTextvalue='"petty"'/>
2360                 <fieldValue name='descriptionvalue='62: petty'/>
2361                 <fieldValue name='url'/>
2362                 <fieldValue name='radiusvalue='0.1500'/>
2363                 <fieldValue name='displayMode'/>
2364                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2365                 <fieldValue name='transparencyvalue='0'/>
2366                 <fieldValue name='translationvalue='-0.17627 0.50467 -1.84237'/>
2367                 <fieldValue name='textTranslationvalue='-0.02627 0.50467 -1.84237'/>
2368                 <fieldValue name='textColorvalue='0 0 0'/>
2369            </ProtoInstance>
2370            <ProtoInstance name='Vertex'>
2371                 <fieldValue name='vertexTextvalue='"plastic"'/>
2372                 <fieldValue name='descriptionvalue='63: plastic'/>
2373                 <fieldValue name='url'/>
2374                 <fieldValue name='radiusvalue='0.1500'/>
2375                 <fieldValue name='displayMode'/>
2376                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2377                 <fieldValue name='transparencyvalue='0'/>
2378                 <fieldValue name='translationvalue='-1.46474 -2.65649 0.98645'/>
2379                 <fieldValue name='textTranslationvalue='-1.31474 -2.65649 0.98645'/>
2380                 <fieldValue name='textColorvalue='0 0 0'/>
2381            </ProtoInstance>
2382            <ProtoInstance name='Vertex'>
2383                 <fieldValue name='vertexTextvalue='"police"'/>
2384                 <fieldValue name='descriptionvalue='64: police'/>
2385                 <fieldValue name='url'/>
2386                 <fieldValue name='radiusvalue='0.1500'/>
2387                 <fieldValue name='displayMode'/>
2388                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2389                 <fieldValue name='transparencyvalue='0'/>
2390                 <fieldValue name='translationvalue='-2.26490 -2.43631 0.17012'/>
2391                 <fieldValue name='textTranslationvalue='-2.11490 -2.43631 0.17012'/>
2392                 <fieldValue name='textColorvalue='0 0 0'/>
2393            </ProtoInstance>
2394            <ProtoInstance name='Vertex'>
2395                 <fieldValue name='vertexTextvalue='"pray"'/>
2396                 <fieldValue name='descriptionvalue='65: pray'/>
2397                 <fieldValue name='url'/>
2398                 <fieldValue name='radiusvalue='0.1500'/>
2399                 <fieldValue name='displayMode'/>
2400                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2401                 <fieldValue name='transparencyvalue='0'/>
2402                 <fieldValue name='translationvalue='2.75040 -0.27058 0.42660'/>
2403                 <fieldValue name='textTranslationvalue='2.90040 -0.27058 0.42660'/>
2404                 <fieldValue name='textColorvalue='0 0 0'/>
2405            </ProtoInstance>
2406            <ProtoInstance name='Vertex'>
2407                 <fieldValue name='vertexTextvalue='"prestigious"'/>
2408                 <fieldValue name='descriptionvalue='66: prestigious'/>
2409                 <fieldValue name='url'/>
2410                 <fieldValue name='radiusvalue='0.1500'/>
2411                 <fieldValue name='displayMode'/>
2412                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2413                 <fieldValue name='transparencyvalue='0'/>
2414                 <fieldValue name='translationvalue='-1.76267 1.68262 1.41965'/>
2415                 <fieldValue name='textTranslationvalue='-1.61267 1.68262 1.41965'/>
2416                 <fieldValue name='textColorvalue='0 0 0'/>
2417            </ProtoInstance>
2418            <ProtoInstance name='Vertex'>
2419                 <fieldValue name='vertexTextvalue='"programs"'/>
2420                 <fieldValue name='descriptionvalue='67: programs'/>
2421                 <fieldValue name='url'/>
2422                 <fieldValue name='radiusvalue='0.1500'/>
2423                 <fieldValue name='displayMode'/>
2424                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2425                 <fieldValue name='transparencyvalue='0'/>
2426                 <fieldValue name='translationvalue='-1.77605 -2.32398 1.51165'/>
2427                 <fieldValue name='textTranslationvalue='-1.62605 -2.32398 1.51165'/>
2428                 <fieldValue name='textColorvalue='0 0 0'/>
2429            </ProtoInstance>
2430            <ProtoInstance name='Vertex'>
2431                 <fieldValue name='vertexTextvalue='"prom"'/>
2432                 <fieldValue name='descriptionvalue='68: prom'/>
2433                 <fieldValue name='url'/>
2434                 <fieldValue name='radiusvalue='0.1500'/>
2435                 <fieldValue name='displayMode'/>
2436                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2437                 <fieldValue name='transparencyvalue='0'/>
2438                 <fieldValue name='translationvalue='-2.57624 -1.98601 1.25390'/>
2439                 <fieldValue name='textTranslationvalue='-2.42624 -1.98601 1.25390'/>
2440                 <fieldValue name='textColorvalue='0 0 0'/>
2441            </ProtoInstance>
2442            <ProtoInstance name='Vertex'>
2443                 <fieldValue name='vertexTextvalue='"public"'/>
2444                 <fieldValue name='descriptionvalue='69: public'/>
2445                 <fieldValue name='url'/>
2446                 <fieldValue name='radiusvalue='0.1500'/>
2447                 <fieldValue name='displayMode'/>
2448                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2449                 <fieldValue name='transparencyvalue='0'/>
2450                 <fieldValue name='translationvalue='2.29471 -0.71132 -0.24769'/>
2451                 <fieldValue name='textTranslationvalue='2.44471 -0.71132 -0.24769'/>
2452                 <fieldValue name='textColorvalue='0 0 0'/>
2453            </ProtoInstance>
2454            <ProtoInstance name='Vertex'>
2455                 <fieldValue name='vertexTextvalue='"receives"'/>
2456                 <fieldValue name='descriptionvalue='70: receives'/>
2457                 <fieldValue name='url'/>
2458                 <fieldValue name='radiusvalue='0.1500'/>
2459                 <fieldValue name='displayMode'/>
2460                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2461                 <fieldValue name='transparencyvalue='0'/>
2462                 <fieldValue name='translationvalue='-1.79181 1.52807 1.37123'/>
2463                 <fieldValue name='textTranslationvalue='-1.64181 1.52807 1.37123'/>
2464                 <fieldValue name='textColorvalue='0 0 0'/>
2465            </ProtoInstance>
2466            <ProtoInstance name='Vertex'>
2467                 <fieldValue name='vertexTextvalue='"recover"'/>
2468                 <fieldValue name='descriptionvalue='71: recover'/>
2469                 <fieldValue name='url'/>
2470                 <fieldValue name='radiusvalue='0.1500'/>
2471                 <fieldValue name='displayMode'/>
2472                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2473                 <fieldValue name='transparencyvalue='0'/>
2474                 <fieldValue name='translationvalue='-0.46468 2.38980 0.40355'/>
2475                 <fieldValue name='textTranslationvalue='-0.31468 2.38980 0.40355'/>
2476                 <fieldValue name='textColorvalue='0 0 0'/>
2477            </ProtoInstance>
2478            <ProtoInstance name='Vertex'>
2479                 <fieldValue name='vertexTextvalue='"relations"'/>
2480                 <fieldValue name='descriptionvalue='72: relations'/>
2481                 <fieldValue name='url'/>
2482                 <fieldValue name='radiusvalue='0.1500'/>
2483                 <fieldValue name='displayMode'/>
2484                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2485                 <fieldValue name='transparencyvalue='0'/>
2486                 <fieldValue name='translationvalue='2.26578 -0.77136 -0.15179'/>
2487                 <fieldValue name='textTranslationvalue='2.41578 -0.77136 -0.15179'/>
2488                 <fieldValue name='textColorvalue='0 0 0'/>
2489            </ProtoInstance>
2490            <ProtoInstance name='Vertex'>
2491                 <fieldValue name='vertexTextvalue='"saves"'/>
2492                 <fieldValue name='descriptionvalue='73: saves'/>
2493                 <fieldValue name='url'/>
2494                 <fieldValue name='radiusvalue='0.1500'/>
2495                 <fieldValue name='displayMode'/>
2496                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2497                 <fieldValue name='transparencyvalue='0'/>
2498                 <fieldValue name='translationvalue='-1.29908 1.34569 -1.56315'/>
2499                 <fieldValue name='textTranslationvalue='-1.14908 1.34569 -1.56315'/>
2500                 <fieldValue name='textColorvalue='0 0 0'/>
2501            </ProtoInstance>
2502            <ProtoInstance name='Vertex'>
2503                 <fieldValue name='vertexTextvalue='"search"'/>
2504                 <fieldValue name='descriptionvalue='74: search'/>
2505                 <fieldValue name='url'/>
2506                 <fieldValue name='radiusvalue='0.1500'/>
2507                 <fieldValue name='displayMode'/>
2508                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2509                 <fieldValue name='transparencyvalue='0'/>
2510                 <fieldValue name='translationvalue='2.17672 -0.23059 0.35884'/>
2511                 <fieldValue name='textTranslationvalue='2.32672 -0.23059 0.35884'/>
2512                 <fieldValue name='textColorvalue='0 0 0'/>
2513            </ProtoInstance>
2514            <ProtoInstance name='Vertex'>
2515                 <fieldValue name='vertexTextvalue='"south"'/>
2516                 <fieldValue name='descriptionvalue='75: south'/>
2517                 <fieldValue name='url'/>
2518                 <fieldValue name='radiusvalue='0.1500'/>
2519                 <fieldValue name='displayMode'/>
2520                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2521                 <fieldValue name='transparencyvalue='0'/>
2522                 <fieldValue name='translationvalue='-1.73666 -2.65449 0.58931'/>
2523                 <fieldValue name='textTranslationvalue='-1.58666 -2.65449 0.58931'/>
2524                 <fieldValue name='textColorvalue='0 0 0'/>
2525            </ProtoInstance>
2526            <ProtoInstance name='Vertex'>
2527                 <fieldValue name='vertexTextvalue='"spouse"'/>
2528                 <fieldValue name='descriptionvalue='76: spouse'/>
2529                 <fieldValue name='url'/>
2530                 <fieldValue name='radiusvalue='0.1500'/>
2531                 <fieldValue name='displayMode'/>
2532                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2533                 <fieldValue name='transparencyvalue='0'/>
2534                 <fieldValue name='translationvalue='-2.75040 -2.01228 0.71194'/>
2535                 <fieldValue name='textTranslationvalue='-2.60040 -2.01228 0.71194'/>
2536                 <fieldValue name='textColorvalue='0 0 0'/>
2537            </ProtoInstance>
2538            <ProtoInstance name='Vertex'>
2539                 <fieldValue name='vertexTextvalue='"stories"'/>
2540                 <fieldValue name='descriptionvalue='77: stories'/>
2541                 <fieldValue name='url'/>
2542                 <fieldValue name='radiusvalue='0.1500'/>
2543                 <fieldValue name='displayMode'/>
2544                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2545                 <fieldValue name='transparencyvalue='0'/>
2546                 <fieldValue name='translationvalue='-0.54524 0.76629 -2.58618'/>
2547                 <fieldValue name='textTranslationvalue='-0.39524 0.76629 -2.58618'/>
2548                 <fieldValue name='textColorvalue='0 0 0'/>
2549            </ProtoInstance>
2550            <ProtoInstance name='Vertex'>
2551                 <fieldValue name='vertexTextvalue='"story"'/>
2552                 <fieldValue name='descriptionvalue='78: story'/>
2553                 <fieldValue name='url'/>
2554                 <fieldValue name='radiusvalue='0.1500'/>
2555                 <fieldValue name='displayMode'/>
2556                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2557                 <fieldValue name='transparencyvalue='0'/>
2558                 <fieldValue name='translationvalue='-1.01240 0.68067 -2.16999'/>
2559                 <fieldValue name='textTranslationvalue='-0.86240 0.68067 -2.16999'/>
2560                 <fieldValue name='textColorvalue='0 0 0'/>
2561            </ProtoInstance>
2562            <ProtoInstance name='Vertex'>
2563                 <fieldValue name='vertexTextvalue='"sudden"'/>
2564                 <fieldValue name='descriptionvalue='79: sudden'/>
2565                 <fieldValue name='url'/>
2566                 <fieldValue name='radiusvalue='0.1500'/>
2567                 <fieldValue name='displayMode'/>
2568                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2569                 <fieldValue name='transparencyvalue='0'/>
2570                 <fieldValue name='translationvalue='-1.79073 -2.08576 1.84672'/>
2571                 <fieldValue name='textTranslationvalue='-1.64073 -2.08576 1.84672'/>
2572                 <fieldValue name='textColorvalue='0 0 0'/>
2573            </ProtoInstance>
2574            <ProtoInstance name='Vertex'>
2575                 <fieldValue name='vertexTextvalue='"surgery"'/>
2576                 <fieldValue name='descriptionvalue='80: surgery'/>
2577                 <fieldValue name='url'/>
2578                 <fieldValue name='radiusvalue='0.1500'/>
2579                 <fieldValue name='displayMode'/>
2580                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2581                 <fieldValue name='transparencyvalue='0'/>
2582                 <fieldValue name='translationvalue='-1.62015 -2.67216 0.82616'/>
2583                 <fieldValue name='textTranslationvalue='-1.47015 -2.67216 0.82616'/>
2584                 <fieldValue name='textColorvalue='0 0 0'/>
2585            </ProtoInstance>
2586            <ProtoInstance name='Vertex'>
2587                 <fieldValue name='vertexTextvalue='"tax"'/>
2588                 <fieldValue name='descriptionvalue='81: tax'/>
2589                 <fieldValue name='url'/>
2590                 <fieldValue name='radiusvalue='0.1500'/>
2591                 <fieldValue name='displayMode'/>
2592                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2593                 <fieldValue name='transparencyvalue='0'/>
2594                 <fieldValue name='translationvalue='-1.66902 1.79596 0.61180'/>
2595                 <fieldValue name='textTranslationvalue='-1.51902 1.79596 0.61180'/>
2596                 <fieldValue name='textColorvalue='0 0 0'/>
2597            </ProtoInstance>
2598            <ProtoInstance name='Vertex'>
2599                 <fieldValue name='vertexTextvalue='"tent"'/>
2600                 <fieldValue name='descriptionvalue='82: tent'/>
2601                 <fieldValue name='url'/>
2602                 <fieldValue name='radiusvalue='0.1500'/>
2603                 <fieldValue name='displayMode'/>
2604                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2605                 <fieldValue name='transparencyvalue='0'/>
2606                 <fieldValue name='translationvalue='2.03557 -0.68775 0.95791'/>
2607                 <fieldValue name='textTranslationvalue='2.18557 -0.68775 0.95791'/>
2608                 <fieldValue name='textColorvalue='0 0 0'/>
2609            </ProtoInstance>
2610            <ProtoInstance name='Vertex'>
2611                 <fieldValue name='vertexTextvalue='"thursday"'/>
2612                 <fieldValue name='descriptionvalue='83: thursday'/>
2613                 <fieldValue name='url'/>
2614                 <fieldValue name='radiusvalue='0.1500'/>
2615                 <fieldValue name='displayMode'/>
2616                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2617                 <fieldValue name='transparencyvalue='0'/>
2618                 <fieldValue name='translationvalue='2.05569 -0.92443 0.35541'/>
2619                 <fieldValue name='textTranslationvalue='2.20569 -0.92443 0.35541'/>
2620                 <fieldValue name='textColorvalue='0 0 0'/>
2621            </ProtoInstance>
2622            <ProtoInstance name='Vertex'>
2623                 <fieldValue name='vertexTextvalue='"top"'/>
2624                 <fieldValue name='descriptionvalue='84: top'/>
2625                 <fieldValue name='url'/>
2626                 <fieldValue name='radiusvalue='0.1500'/>
2627                 <fieldValue name='displayMode'/>
2628                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2629                 <fieldValue name='transparencyvalue='0'/>
2630                 <fieldValue name='translationvalue='-2.35614 -1.86685 1.66016'/>
2631                 <fieldValue name='textTranslationvalue='-2.20614 -1.86685 1.66016'/>
2632                 <fieldValue name='textColorvalue='0 0 0'/>
2633            </ProtoInstance>
2634            <ProtoInstance name='Vertex'>
2635                 <fieldValue name='vertexTextvalue='"tough"'/>
2636                 <fieldValue name='descriptionvalue='85: tough'/>
2637                 <fieldValue name='url'/>
2638                 <fieldValue name='radiusvalue='0.1500'/>
2639                 <fieldValue name='displayMode'/>
2640                 <fieldValue name='diffuseColorvalue='0 0 1.0000'/>
2641                 <fieldValue name='transparencyvalue='0'/>
2642                 <fieldValue name='translationvalue='-2.20903 -2.44542 0.65240'/>
2643                 <fieldValue name='textTranslationvalue='-2.05903 -2.44542 0.65240'/>
2644                 <fieldValue name='textColorvalue='0 0 0'/>
2645            </ProtoInstance>
2646            <ProtoInstance name='Vertex'>
2647                 <fieldValue name='vertexTextvalue='"updates"'/>
2648                 <fieldValue name='descriptionvalue='86: updates'/>
2649                 <fieldValue name='url'/>
2650                 <fieldValue name='radiusvalue='0.1500'/>
2651                 <fieldValue name='displayMode'/>
2652                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2653                 <fieldValue name='transparencyvalue='0'/>
2654                 <fieldValue name='translationvalue='-0.85915 2.41857 0.78172'/>
2655                 <fieldValue name='textTranslationvalue='-0.70915 2.41857 0.78172'/>
2656                 <fieldValue name='textColorvalue='0 0 0'/>
2657            </ProtoInstance>
2658            <ProtoInstance name='Vertex'>
2659                 <fieldValue name='vertexTextvalue='"valiant"'/>
2660                 <fieldValue name='descriptionvalue='87: valiant'/>
2661                 <fieldValue name='url'/>
2662                 <fieldValue name='radiusvalue='0.1500'/>
2663                 <fieldValue name='displayMode'/>
2664                 <fieldValue name='diffuseColorvalue='0 0 0'/>
2665                 <fieldValue name='transparencyvalue='0'/>
2666                 <fieldValue name='translationvalue='-0.49652 1.08875 -2.40212'/>
2667                 <fieldValue name='textTranslationvalue='-0.34652 1.08875 -2.40212'/>
2668                 <fieldValue name='textColorvalue='0 0 0'/>
2669            </ProtoInstance>
2670            <ProtoInstance name='Vertex'>
2671                 <fieldValue name='vertexTextvalue='"visit"'/>
2672                 <fieldValue name='descriptionvalue='88: visit'/>
2673                 <fieldValue name='url'/>
2674                 <fieldValue name='radiusvalue='0.1500'/>
2675                 <fieldValue name='displayMode'/>
2676                 <fieldValue name='diffuseColorvalue='1.0000 0 0'/>
2677                 <fieldValue name='transparencyvalue='0'/>
2678                 <fieldValue name='translationvalue='2.12179 -0.09391 1.32766'/>
2679                 <fieldValue name='textTranslationvalue='2.27179 -0.09391 1.32766'/>
2680                 <fieldValue name='textColorvalue='0 0 0'/>
2681            </ProtoInstance>
2682            <ProtoInstance name='Vertex'>
2683                 <fieldValue name='vertexTextvalue='"world"'/>
2684                 <fieldValue name='descriptionvalue='89: world'/>
2685                 <fieldValue name='url'/>
2686                 <fieldValue name='radiusvalue='0.1500'/>
2687                 <fieldValue name='displayMode'/>
2688                 <fieldValue name='diffuseColorvalue='0.5020 0 0'/>
2689                 <fieldValue name='transparencyvalue='0'/>
2690                 <fieldValue name='translationvalue='-0.95763 2.46413 0.30874'/>
2691                 <fieldValue name='textTranslationvalue='-0.80763 2.46413 0.30874'/>
2692                 <fieldValue name='textColorvalue='0 0 0'/>
2693            </ProtoInstance>
2694       </Scene>
2695  </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
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 1638
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 1650
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 1662
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 1674
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 1686
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 1698
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 1710
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 1722
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 1734
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 1746
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 1758
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 1770
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 1782
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 1794
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 1806
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 1818
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 1830
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 1842
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 1854
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 1866
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 1878
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 1890
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 1902
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 1914
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 1926
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 1938
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 1950
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 1962
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 1974
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 1986
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 1998
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 2010
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 2022
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 2034
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 2046
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 2058
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 2070
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 2082
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 2094
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 2106
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 2118
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 2130
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 2142
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 2154
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 2166
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 2178
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 2190
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 2202
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 2214
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 2226
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 2238
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 2250
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 2262
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 2274
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 2286
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 2298
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 2310
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 2322
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 2334
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 2346
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 2358
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 2370
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 2382
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 2394
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 2406
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 2418
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 2430
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 2442
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 2454
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 2466
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 2478
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 2490
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 2502
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 2514
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 2526
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 2538
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 2550
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 2562
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 2574
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 2586
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 2598
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 2610
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 2622
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 2634
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 2646
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 2658
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 2670
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 2682
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. -->