01 |
<?xml version="1.0" encoding="UTF-8"?> |
02 |
< anychart > |
03 |
< charts > |
04 |
< chart plot_type = "HeatMap" > |
05 |
< thresholds > |
06 |
< threshold name = "categoryThreshold" > |
07 |
< condition name = "Alkali metals" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Alkali metals" color = "#FF6666" /> |
08 |
< condition name = "Alkaline earth metals" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Alkaline earth metals" color = "#FFDEAD" /> |
09 |
< condition name = "Transition elements" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Transition elements" color = "#FFC0C0" /> |
10 |
< condition name = "Other metals" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Other metals" color = "#CCCCCC" /> |
11 |
< condition name = "Metalloids" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Metalloids" color = "#CCCC99" /> |
12 |
< condition name = "Other nonmetals" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Other nonmetals" color = "#A0FFA0" /> |
13 |
< condition name = "Halogens" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Halogens" color = "#FFFF99" /> |
14 |
< condition name = "Noble gases" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Noble gases" color = "#C0FFFF" /> |
15 |
< condition name = "Unknown" type = "EqualTo" value_1 = "{%ElementCategory}" value_2 = "Unknown" color = "#FCFCFC" /> |
16 |
</ threshold > |
17 |
</ thresholds > |
18 |
< data_plot_settings > |
19 |
< heat_map > |
20 |
< tooltip_settings enabled = "true" > |
21 |
< format > <![CDATA[ Name: {%Name} |
22 |
Symbol: {%Symbol} |
23 |
Number: {%Number}{numDecimals:0} |
24 |
Category: {%ElementCategory} |
25 |
Natural Occurrence: {%NaturalOccurrence} ]]> </ format > |
26 |
</ tooltip_settings > |
27 |
< label_settings enabled = "true" > |
28 |
< position anchor = "LeftTop" halign = "right" valign = "bottom" padding = "0" /> |
29 |
< format > <![CDATA[ {%Symbol} ]]> </ format > |
30 |
< font size = "16" /> |
31 |
</ label_settings > |
32 |
< extra_labels > |
33 |
< label enabled = "true" > |
34 |
< position anchor = "RightTop" halign = "left" valign = "bottom" padding = "0" /> |
35 |
< format > <![CDATA[ {%Number}{numDecimals:0} ]]> </ format > |
36 |
< font size = "10" bold = "false" /> |
37 |
</ label > |
38 |
< label enabled = "true" > |
39 |
< position anchor = "BottomLeft" halign = "right" valign = "top" padding = "0" /> |
40 |
< format > <![CDATA[ {%Name} ]]> </ format > |
41 |
< font size = "8" bold = "false" /> |
42 |
</ label > |
43 |
</ extra_labels > |
44 |
< heat_map_style > |
45 |
< states > |
46 |
< hover > |
47 |
< fill color = "DarkColor(%Color)" /> |
48 |
< border color = "DarkColor(DarkColor(%Color))" /> |
49 |
</ hover > |
50 |
</ states > |
51 |
</ heat_map_style > |
52 |
</ heat_map > |
53 |
</ data_plot_settings > |
54 |
< chart_settings > |
55 |
< title > |
56 |
< text > <![CDATA[ Periodic table ]]> </ text > |
57 |
</ title > |
58 |
< legend enabled = "true" ignore_auto_item = "true" position = "bottom" width = "100%" elements_align = "center" padding = "0" > |
59 |
< margin all = "0" /> |
60 |
< title enabled = "false" /> |
61 |
< items > |
62 |
< item source = "thresholds" /> |
63 |
</ items > |
64 |
</ legend > |
65 |
< axes > |
66 |
< x_axis position = "opposite" > |
67 |
< title > |
68 |
< text > <![CDATA[ Group ]]> </ text > |
69 |
</ title > |
70 |
< labels > |
71 |
< format > <![CDATA[ {%Value}{numDecimals:0} ]]> </ format > |
72 |
</ labels > |
73 |
</ x_axis > |
74 |
< y_axis > |
75 |
< scale inverted = "true" /> |
76 |
< title > |
77 |
< text > <![CDATA[ Period ]]> </ text > |
78 |
</ title > |
79 |
< labels > |
80 |
< format > <![CDATA[ {%Value}{numDecimals:0} ]]> </ format > |
81 |
</ labels > |
82 |
</ y_axis > |
83 |
</ axes > |
84 |
</ chart_settings > |
85 |
< data threshold = "categoryThreshold" > |
86 |
< series > |
87 |
< point column = "1" row = "1" name = "Hydrogen" threshold = "categoryThreshold" > |
88 |
< attributes > |
89 |
< attribute name = "Number" > <![CDATA[ 1 ]]> </ attribute > |
90 |
< attribute name = "Symbol" > <![CDATA[ H ]]> </ attribute > |
91 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
92 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
93 |
</ attributes > |
94 |
</ point > |
95 |
< point column = "1" row = "2" name = "Lithium" > |
96 |
< attributes > |
97 |
< attribute name = "Number" > <![CDATA[ 3 ]]> </ attribute > |
98 |
< attribute name = "Symbol" > <![CDATA[ Li ]]> </ attribute > |
99 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
100 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
101 |
</ attributes > |
102 |
</ point > |
103 |
< point column = "1" row = "3" name = "Sodium" > |
104 |
< attributes > |
105 |
< attribute name = "Number" > <![CDATA[ 11 ]]> </ attribute > |
106 |
< attribute name = "Symbol" > <![CDATA[ Na ]]> </ attribute > |
107 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
108 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
109 |
</ attributes > |
110 |
</ point > |
111 |
< point column = "1" row = "4" name = "Potassium" > |
112 |
< attributes > |
113 |
< attribute name = "Number" > <![CDATA[ 19 ]]> </ attribute > |
114 |
< attribute name = "Symbol" > <![CDATA[ K ]]> </ attribute > |
115 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
116 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
117 |
</ attributes > |
118 |
</ point > |
119 |
< point column = "1" row = "5" name = "Rubidium" > |
120 |
< attributes > |
121 |
< attribute name = "Number" > <![CDATA[ 37 ]]> </ attribute > |
122 |
< attribute name = "Symbol" > <![CDATA[ Rb ]]> </ attribute > |
123 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
124 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
125 |
</ attributes > |
126 |
</ point > |
127 |
< point column = "1" row = "6" name = "Caesium" > |
128 |
< attributes > |
129 |
< attribute name = "Number" > <![CDATA[ 55 ]]> </ attribute > |
130 |
< attribute name = "Symbol" > <![CDATA[ Cs ]]> </ attribute > |
131 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
132 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
133 |
</ attributes > |
134 |
</ point > |
135 |
< point column = "1" row = "7" name = "Francium" > |
136 |
< attributes > |
137 |
< attribute name = "Number" > <![CDATA[ 87 ]]> </ attribute > |
138 |
< attribute name = "Symbol" > <![CDATA[ Fr ]]> </ attribute > |
139 |
< attribute name = "ElementCategory" > <![CDATA[ Alkali metals ]]> </ attribute > |
140 |
< attribute name = "NaturalOccurrence" > <![CDATA[ From decay ]]> </ attribute > |
141 |
</ attributes > |
142 |
</ point > |
143 |
< point column = "1" row = "8" name = "Ununennium" > |
144 |
< attributes > |
145 |
< attribute name = "Number" > <![CDATA[ 119 ]]> </ attribute > |
146 |
< attribute name = "Symbol" > <![CDATA[ Uue ]]> </ attribute > |
147 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
148 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Undiscovered ]]> </ attribute > |
149 |
</ attributes > |
150 |
</ point > |
151 |
< point column = "2" row = "4" name = "Calcium" > |
152 |
< attributes > |
153 |
< attribute name = "Number" > <![CDATA[ 20 ]]> </ attribute > |
154 |
< attribute name = "Symbol" > <![CDATA[ Ca ]]> </ attribute > |
155 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
156 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
157 |
</ attributes > |
158 |
</ point > |
159 |
< point column = "2" row = "3" name = "Magnesium" > |
160 |
< attributes > |
161 |
< attribute name = "Number" > <![CDATA[ 12 ]]> </ attribute > |
162 |
< attribute name = "Symbol" > <![CDATA[ Mg ]]> </ attribute > |
163 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
164 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
165 |
</ attributes > |
166 |
</ point > |
167 |
< point column = "2" row = "8" name = "Unbunulium" > |
168 |
< attributes > |
169 |
< attribute name = "Number" > <![CDATA[ 120 ]]> </ attribute > |
170 |
< attribute name = "Symbol" > <![CDATA[ Ubn ]]> </ attribute > |
171 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
172 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Undiscovered ]]> </ attribute > |
173 |
</ attributes > |
174 |
</ point > |
175 |
< point column = "2" row = "5" name = "Strontium" > |
176 |
< attributes > |
177 |
< attribute name = "Number" > <![CDATA[ 38 ]]> </ attribute > |
178 |
< attribute name = "Symbol" > <![CDATA[ Sr ]]> </ attribute > |
179 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
180 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
181 |
</ attributes > |
182 |
</ point > |
183 |
< point column = "2" row = "6" name = "Barium" > |
184 |
< attributes > |
185 |
< attribute name = "Number" > <![CDATA[ 56 ]]> </ attribute > |
186 |
< attribute name = "Symbol" > <![CDATA[ Ba ]]> </ attribute > |
187 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
188 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
189 |
</ attributes > |
190 |
</ point > |
191 |
< point column = "2" row = "7" name = "Radium" > |
192 |
< attributes > |
193 |
< attribute name = "Number" > <![CDATA[ 88 ]]> </ attribute > |
194 |
< attribute name = "Symbol" > <![CDATA[ Ra ]]> </ attribute > |
195 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
196 |
< attribute name = "NaturalOccurrence" > <![CDATA[ From decay ]]> </ attribute > |
197 |
</ attributes > |
198 |
</ point > |
199 |
< point column = "2" row = "2" name = "Beryllium" > |
200 |
< attributes > |
201 |
< attribute name = "Number" > <![CDATA[ 4 ]]> </ attribute > |
202 |
< attribute name = "Symbol" > <![CDATA[ Be ]]> </ attribute > |
203 |
< attribute name = "ElementCategory" > <![CDATA[ Alkaline earth metals ]]> </ attribute > |
204 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
205 |
</ attributes > |
206 |
</ point > |
207 |
< point column = "3" row = "5" name = "Yttrium" > |
208 |
< attributes > |
209 |
< attribute name = "Number" > <![CDATA[ 39 ]]> </ attribute > |
210 |
< attribute name = "Symbol" > <![CDATA[ Y ]]> </ attribute > |
211 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
212 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
213 |
</ attributes > |
214 |
</ point > |
215 |
< point column = "3" row = "4" name = "Scandium" > |
216 |
< attributes > |
217 |
< attribute name = "Number" > <![CDATA[ 21 ]]> </ attribute > |
218 |
< attribute name = "Symbol" > <![CDATA[ Sc ]]> </ attribute > |
219 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
220 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
221 |
</ attributes > |
222 |
</ point > |
223 |
< point column = "4" row = "7" name = "Rutherfordium" > |
224 |
< attributes > |
225 |
< attribute name = "Number" > <![CDATA[ 104 ]]> </ attribute > |
226 |
< attribute name = "Symbol" > <![CDATA[ Rf ]]> </ attribute > |
227 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
228 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
229 |
</ attributes > |
230 |
</ point > |
231 |
< point column = "4" row = "6" name = "Hafnium" > |
232 |
< attributes > |
233 |
< attribute name = "Number" > <![CDATA[ 72 ]]> </ attribute > |
234 |
< attribute name = "Symbol" > <![CDATA[ Hf ]]> </ attribute > |
235 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
236 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
237 |
</ attributes > |
238 |
</ point > |
239 |
< point column = "4" row = "5" name = "Zircomium" > |
240 |
< attributes > |
241 |
< attribute name = "Number" > <![CDATA[ 40 ]]> </ attribute > |
242 |
< attribute name = "Symbol" > <![CDATA[ Zr ]]> </ attribute > |
243 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
244 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
245 |
</ attributes > |
246 |
</ point > |
247 |
< point column = "4" row = "4" name = "Titanium" > |
248 |
< attributes > |
249 |
< attribute name = "Number" > <![CDATA[ 22 ]]> </ attribute > |
250 |
< attribute name = "Symbol" > <![CDATA[ Ti ]]> </ attribute > |
251 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
252 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
253 |
</ attributes > |
254 |
</ point > |
255 |
< point column = "5" row = "5" name = "Niobium" > |
256 |
< attributes > |
257 |
< attribute name = "Number" > <![CDATA[ 41 ]]> </ attribute > |
258 |
< attribute name = "Symbol" > <![CDATA[ Nb ]]> </ attribute > |
259 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
260 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
261 |
</ attributes > |
262 |
</ point > |
263 |
< point column = "5" row = "4" name = "Vanadium" > |
264 |
< attributes > |
265 |
< attribute name = "Number" > <![CDATA[ 23 ]]> </ attribute > |
266 |
< attribute name = "Symbol" > <![CDATA[ V ]]> </ attribute > |
267 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
268 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
269 |
</ attributes > |
270 |
</ point > |
271 |
< point column = "5" row = "7" name = "Dubnium" > |
272 |
< attributes > |
273 |
< attribute name = "Number" > <![CDATA[ 105 ]]> </ attribute > |
274 |
< attribute name = "Symbol" > <![CDATA[ Db ]]> </ attribute > |
275 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
276 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
277 |
</ attributes > |
278 |
</ point > |
279 |
< point column = "5" row = "6" name = "Tantalum" > |
280 |
< attributes > |
281 |
< attribute name = "Number" > <![CDATA[ 73 ]]> </ attribute > |
282 |
< attribute name = "Symbol" > <![CDATA[ Ta ]]> </ attribute > |
283 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
284 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
285 |
</ attributes > |
286 |
</ point > |
287 |
< point column = "6" row = "5" name = "Molybdenum" > |
288 |
< attributes > |
289 |
< attribute name = "Number" > <![CDATA[ 42 ]]> </ attribute > |
290 |
< attribute name = "Symbol" > <![CDATA[ Mo ]]> </ attribute > |
291 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
292 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
293 |
</ attributes > |
294 |
</ point > |
295 |
< point column = "6" row = "6" name = "Tungsten" > |
296 |
< attributes > |
297 |
< attribute name = "Number" > <![CDATA[ 74 ]]> </ attribute > |
298 |
< attribute name = "Symbol" > <![CDATA[ W ]]> </ attribute > |
299 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
300 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
301 |
</ attributes > |
302 |
</ point > |
303 |
< point column = "6" row = "7" name = "Seaborgium" > |
304 |
< attributes > |
305 |
< attribute name = "Number" > <![CDATA[ 106 ]]> </ attribute > |
306 |
< attribute name = "Symbol" > <![CDATA[ Sg ]]> </ attribute > |
307 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
308 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
309 |
</ attributes > |
310 |
</ point > |
311 |
< point column = "6" row = "4" name = "Chronium" > |
312 |
< attributes > |
313 |
< attribute name = "Number" > <![CDATA[ 24 ]]> </ attribute > |
314 |
< attribute name = "Symbol" > <![CDATA[ Cr ]]> </ attribute > |
315 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
316 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
317 |
</ attributes > |
318 |
</ point > |
319 |
< point column = "7" row = "7" name = "Bohrium" > |
320 |
< attributes > |
321 |
< attribute name = "Number" > <![CDATA[ 107 ]]> </ attribute > |
322 |
< attribute name = "Symbol" > <![CDATA[ Bh ]]> </ attribute > |
323 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
324 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
325 |
</ attributes > |
326 |
</ point > |
327 |
< point column = "7" row = "6" name = "Rhenium" > |
328 |
< attributes > |
329 |
< attribute name = "Number" > <![CDATA[ 75 ]]> </ attribute > |
330 |
< attribute name = "Symbol" > <![CDATA[ Re ]]> </ attribute > |
331 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
332 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
333 |
</ attributes > |
334 |
</ point > |
335 |
< point column = "7" row = "4" name = "Manganese" > |
336 |
< attributes > |
337 |
< attribute name = "Number" > <![CDATA[ 25 ]]> </ attribute > |
338 |
< attribute name = "Symbol" > <![CDATA[ Mn ]]> </ attribute > |
339 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
340 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
341 |
</ attributes > |
342 |
</ point > |
343 |
< point column = "7" row = "5" name = "Technetium" > |
344 |
< attributes > |
345 |
< attribute name = "Number" > <![CDATA[ 43 ]]> </ attribute > |
346 |
< attribute name = "Symbol" > <![CDATA[ Tc ]]> </ attribute > |
347 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
348 |
< attribute name = "NaturalOccurrence" > <![CDATA[ From decay ]]> </ attribute > |
349 |
</ attributes > |
350 |
</ point > |
351 |
< point column = "8" row = "5" name = "Ruthenium" > |
352 |
< attributes > |
353 |
< attribute name = "Number" > <![CDATA[ 44 ]]> </ attribute > |
354 |
< attribute name = "Symbol" > <![CDATA[ Ru ]]> </ attribute > |
355 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
356 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
357 |
</ attributes > |
358 |
</ point > |
359 |
< point column = "8" row = "4" name = "Iron" > |
360 |
< attributes > |
361 |
< attribute name = "Number" > <![CDATA[ 26 ]]> </ attribute > |
362 |
< attribute name = "Symbol" > <![CDATA[ Fe ]]> </ attribute > |
363 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
364 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
365 |
</ attributes > |
366 |
</ point > |
367 |
< point column = "8" row = "7" name = "Hassium" > |
368 |
< attributes > |
369 |
< attribute name = "Number" > <![CDATA[ 108 ]]> </ attribute > |
370 |
< attribute name = "Symbol" > <![CDATA[ Hs ]]> </ attribute > |
371 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
372 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
373 |
</ attributes > |
374 |
</ point > |
375 |
< point column = "8" row = "6" name = "Osmium" > |
376 |
< attributes > |
377 |
< attribute name = "Number" > <![CDATA[ 76 ]]> </ attribute > |
378 |
< attribute name = "Symbol" > <![CDATA[ Os ]]> </ attribute > |
379 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
380 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
381 |
</ attributes > |
382 |
</ point > |
383 |
< point column = "9" row = "5" name = "Rhodium" > |
384 |
< attributes > |
385 |
< attribute name = "Number" > <![CDATA[ 45 ]]> </ attribute > |
386 |
< attribute name = "Symbol" > <![CDATA[ Rh ]]> </ attribute > |
387 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
388 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
389 |
</ attributes > |
390 |
</ point > |
391 |
< point column = "9" row = "4" name = "Cobalt" > |
392 |
< attributes > |
393 |
< attribute name = "Number" > <![CDATA[ 27 ]]> </ attribute > |
394 |
< attribute name = "Symbol" > <![CDATA[ Co ]]> </ attribute > |
395 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
396 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
397 |
</ attributes > |
398 |
</ point > |
399 |
< point column = "9" row = "7" name = "Meitnerium" > |
400 |
< attributes > |
401 |
< attribute name = "Number" > <![CDATA[ 109 ]]> </ attribute > |
402 |
< attribute name = "Symbol" > <![CDATA[ Mt ]]> </ attribute > |
403 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
404 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
405 |
</ attributes > |
406 |
</ point > |
407 |
< point column = "9" row = "6" name = "Iridium" > |
408 |
< attributes > |
409 |
< attribute name = "Number" > <![CDATA[ 77 ]]> </ attribute > |
410 |
< attribute name = "Symbol" > <![CDATA[ Ir ]]> </ attribute > |
411 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
412 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
413 |
</ attributes > |
414 |
</ point > |
415 |
< point column = "10" row = "7" name = "Darmstadtium" > |
416 |
< attributes > |
417 |
< attribute name = "Number" > <![CDATA[ 110 ]]> </ attribute > |
418 |
< attribute name = "Symbol" > <![CDATA[ Ds ]]> </ attribute > |
419 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
420 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
421 |
</ attributes > |
422 |
</ point > |
423 |
< point column = "10" row = "6" name = "Platinum" > |
424 |
< attributes > |
425 |
< attribute name = "Number" > <![CDATA[ 78 ]]> </ attribute > |
426 |
< attribute name = "Symbol" > <![CDATA[ Pt ]]> </ attribute > |
427 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
428 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
429 |
</ attributes > |
430 |
</ point > |
431 |
< point column = "10" row = "4" name = "Nickel" > |
432 |
< attributes > |
433 |
< attribute name = "Number" > <![CDATA[ 28 ]]> </ attribute > |
434 |
< attribute name = "Symbol" > <![CDATA[ Ni ]]> </ attribute > |
435 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
436 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
437 |
</ attributes > |
438 |
</ point > |
439 |
< point column = "10" row = "5" name = "Palladium" > |
440 |
< attributes > |
441 |
< attribute name = "Number" > <![CDATA[ 46 ]]> </ attribute > |
442 |
< attribute name = "Symbol" > <![CDATA[ Pd ]]> </ attribute > |
443 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
444 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
445 |
</ attributes > |
446 |
</ point > |
447 |
< point column = "11" row = "4" name = "Copper" > |
448 |
< attributes > |
449 |
< attribute name = "Number" > <![CDATA[ 29 ]]> </ attribute > |
450 |
< attribute name = "Symbol" > <![CDATA[ Cu ]]> </ attribute > |
451 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
452 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
453 |
</ attributes > |
454 |
</ point > |
455 |
< point column = "11" row = "6" name = "Gold" > |
456 |
< attributes > |
457 |
< attribute name = "Number" > <![CDATA[ 79 ]]> </ attribute > |
458 |
< attribute name = "Symbol" > <![CDATA[ Au ]]> </ attribute > |
459 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
460 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
461 |
</ attributes > |
462 |
</ point > |
463 |
< point column = "11" row = "7" name = "Roentgenium" > |
464 |
< attributes > |
465 |
< attribute name = "Number" > <![CDATA[ 111 ]]> </ attribute > |
466 |
< attribute name = "Symbol" > <![CDATA[ Rg ]]> </ attribute > |
467 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
468 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
469 |
</ attributes > |
470 |
</ point > |
471 |
< point column = "11" row = "5" name = "Silver" > |
472 |
< attributes > |
473 |
< attribute name = "Number" > <![CDATA[ 47 ]]> </ attribute > |
474 |
< attribute name = "Symbol" > <![CDATA[ Ag ]]> </ attribute > |
475 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
476 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
477 |
</ attributes > |
478 |
</ point > |
479 |
< point column = "12" row = "7" name = "Ununbium" > |
480 |
< attributes > |
481 |
< attribute name = "Number" > <![CDATA[ 112 ]]> </ attribute > |
482 |
< attribute name = "Symbol" > <![CDATA[ Uub ]]> </ attribute > |
483 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
484 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Syntetic ]]> </ attribute > |
485 |
</ attributes > |
486 |
</ point > |
487 |
< point column = "12" row = "6" name = "Mercury" > |
488 |
< attributes > |
489 |
< attribute name = "Number" > <![CDATA[ 80 ]]> </ attribute > |
490 |
< attribute name = "Symbol" > <![CDATA[ Hg ]]> </ attribute > |
491 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
492 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
493 |
</ attributes > |
494 |
</ point > |
495 |
< point column = "12" row = "5" name = "Cadmium" > |
496 |
< attributes > |
497 |
< attribute name = "Number" > <![CDATA[ 48 ]]> </ attribute > |
498 |
< attribute name = "Symbol" > <![CDATA[ Cd ]]> </ attribute > |
499 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
500 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
501 |
</ attributes > |
502 |
</ point > |
503 |
< point column = "12" row = "4" name = "Zinc" > |
504 |
< attributes > |
505 |
< attribute name = "Number" > <![CDATA[ 30 ]]> </ attribute > |
506 |
< attribute name = "Symbol" > <![CDATA[ Zn ]]> </ attribute > |
507 |
< attribute name = "ElementCategory" > <![CDATA[ Transition elements ]]> </ attribute > |
508 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
509 |
</ attributes > |
510 |
</ point > |
511 |
< point column = "13" row = "2" name = "Boron" > |
512 |
< attributes > |
513 |
< attribute name = "Number" > <![CDATA[ 5 ]]> </ attribute > |
514 |
< attribute name = "Symbol" > <![CDATA[ B ]]> </ attribute > |
515 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
516 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
517 |
</ attributes > |
518 |
</ point > |
519 |
< point column = "13" row = "7" name = "Ununtrium" > |
520 |
< attributes > |
521 |
< attribute name = "Number" > <![CDATA[ 113 ]]> </ attribute > |
522 |
< attribute name = "Symbol" > <![CDATA[ Uut ]]> </ attribute > |
523 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
524 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Synthetic ]]> </ attribute > |
525 |
</ attributes > |
526 |
</ point > |
527 |
< point column = "13" row = "5" name = "Indium" > |
528 |
< attributes > |
529 |
< attribute name = "Number" > <![CDATA[ 49 ]]> </ attribute > |
530 |
< attribute name = "Symbol" > <![CDATA[ In ]]> </ attribute > |
531 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
532 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
533 |
</ attributes > |
534 |
</ point > |
535 |
< point column = "13" row = "3" name = "Aluminium" > |
536 |
< attributes > |
537 |
< attribute name = "Number" > <![CDATA[ 13 ]]> </ attribute > |
538 |
< attribute name = "Symbol" > <![CDATA[ Al ]]> </ attribute > |
539 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
540 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
541 |
</ attributes > |
542 |
</ point > |
543 |
< point column = "13" row = "6" name = "Thallium" > |
544 |
< attributes > |
545 |
< attribute name = "Number" > <![CDATA[ 81 ]]> </ attribute > |
546 |
< attribute name = "Symbol" > <![CDATA[ Tl ]]> </ attribute > |
547 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
548 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
549 |
</ attributes > |
550 |
</ point > |
551 |
< point column = "13" row = "4" name = "Gallium" > |
552 |
< attributes > |
553 |
< attribute name = "Number" > <![CDATA[ 31 ]]> </ attribute > |
554 |
< attribute name = "Symbol" > <![CDATA[ Ga ]]> </ attribute > |
555 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
556 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
557 |
</ attributes > |
558 |
</ point > |
559 |
< point column = "14" row = "4" name = "Germanium" > |
560 |
< attributes > |
561 |
< attribute name = "Number" > <![CDATA[ 32 ]]> </ attribute > |
562 |
< attribute name = "Symbol" > <![CDATA[ Ge ]]> </ attribute > |
563 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
564 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
565 |
</ attributes > |
566 |
</ point > |
567 |
< point column = "14" row = "3" name = "Silicon" > |
568 |
< attributes > |
569 |
< attribute name = "Number" > <![CDATA[ 14 ]]> </ attribute > |
570 |
< attribute name = "Symbol" > <![CDATA[ Si ]]> </ attribute > |
571 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
572 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
573 |
</ attributes > |
574 |
</ point > |
575 |
< point column = "14" row = "5" name = "Tin" > |
576 |
< attributes > |
577 |
< attribute name = "Number" > <![CDATA[ 50 ]]> </ attribute > |
578 |
< attribute name = "Symbol" > <![CDATA[ Sn ]]> </ attribute > |
579 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
580 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
581 |
</ attributes > |
582 |
</ point > |
583 |
< point column = "14" row = "6" name = "Lead" > |
584 |
< attributes > |
585 |
< attribute name = "Number" > <![CDATA[ 82 ]]> </ attribute > |
586 |
< attribute name = "Symbol" > <![CDATA[ Pb ]]> </ attribute > |
587 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
588 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
589 |
</ attributes > |
590 |
</ point > |
591 |
< point column = "14" row = "7" name = "Ununquadium" > |
592 |
< attributes > |
593 |
< attribute name = "Number" > <![CDATA[ 114 ]]> </ attribute > |
594 |
< attribute name = "Symbol" > <![CDATA[ Uuq ]]> </ attribute > |
595 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
596 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Synthetic ]]> </ attribute > |
597 |
</ attributes > |
598 |
</ point > |
599 |
< point column = "14" row = "2" name = "Carbon" > |
600 |
< attributes > |
601 |
< attribute name = "Number" > <![CDATA[ 6 ]]> </ attribute > |
602 |
< attribute name = "Symbol" > <![CDATA[ C ]]> </ attribute > |
603 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
604 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
605 |
</ attributes > |
606 |
</ point > |
607 |
< point column = "15" row = "6" name = "Bismuth" > |
608 |
< attributes > |
609 |
< attribute name = "Number" > <![CDATA[ 83 ]]> </ attribute > |
610 |
< attribute name = "Symbol" > <![CDATA[ Bi ]]> </ attribute > |
611 |
< attribute name = "ElementCategory" > <![CDATA[ Other metals ]]> </ attribute > |
612 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
613 |
</ attributes > |
614 |
</ point > |
615 |
< point column = "15" row = "2" name = "Nitrogen" > |
616 |
< attributes > |
617 |
< attribute name = "Number" > <![CDATA[ 7 ]]> </ attribute > |
618 |
< attribute name = "Symbol" > <![CDATA[ N ]]> </ attribute > |
619 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
620 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
621 |
</ attributes > |
622 |
</ point > |
623 |
< point column = "15" row = "5" name = "Antimony" > |
624 |
< attributes > |
625 |
< attribute name = "Number" > <![CDATA[ 51 ]]> </ attribute > |
626 |
< attribute name = "Symbol" > <![CDATA[ Sb ]]> </ attribute > |
627 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
628 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
629 |
</ attributes > |
630 |
</ point > |
631 |
< point column = "15" row = "4" name = "Arsenic" > |
632 |
< attributes > |
633 |
< attribute name = "Number" > <![CDATA[ 33 ]]> </ attribute > |
634 |
< attribute name = "Symbol" > <![CDATA[ As ]]> </ attribute > |
635 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
636 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
637 |
</ attributes > |
638 |
</ point > |
639 |
< point column = "15" row = "3" name = "Phosphorus" > |
640 |
< attributes > |
641 |
< attribute name = "Number" > <![CDATA[ 15 ]]> </ attribute > |
642 |
< attribute name = "Symbol" > <![CDATA[ P ]]> </ attribute > |
643 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
644 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
645 |
</ attributes > |
646 |
</ point > |
647 |
< point column = "15" row = "7" name = "Ununpentium" > |
648 |
< attributes > |
649 |
< attribute name = "Number" > <![CDATA[ 115 ]]> </ attribute > |
650 |
< attribute name = "Symbol" > <![CDATA[ Uup ]]> </ attribute > |
651 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
652 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Synthetic ]]> </ attribute > |
653 |
</ attributes > |
654 |
</ point > |
655 |
< point column = "16" row = "5" name = "Tellurium" > |
656 |
< attributes > |
657 |
< attribute name = "Number" > <![CDATA[ 52 ]]> </ attribute > |
658 |
< attribute name = "Symbol" > <![CDATA[ Te ]]> </ attribute > |
659 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
660 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
661 |
</ attributes > |
662 |
</ point > |
663 |
< point column = "16" row = "4" name = "Selenium" > |
664 |
< attributes > |
665 |
< attribute name = "Number" > <![CDATA[ 34 ]]> </ attribute > |
666 |
< attribute name = "Symbol" > <![CDATA[ Se ]]> </ attribute > |
667 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
668 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
669 |
</ attributes > |
670 |
</ point > |
671 |
< point column = "16" row = "6" name = "Polonium" > |
672 |
< attributes > |
673 |
< attribute name = "Number" > <![CDATA[ 84 ]]> </ attribute > |
674 |
< attribute name = "Symbol" > <![CDATA[ Po ]]> </ attribute > |
675 |
< attribute name = "ElementCategory" > <![CDATA[ Metalloids ]]> </ attribute > |
676 |
< attribute name = "NaturalOccurrence" > <![CDATA[ From decay ]]> </ attribute > |
677 |
</ attributes > |
678 |
</ point > |
679 |
< point column = "16" row = "2" name = "Oxygen" > |
680 |
< attributes > |
681 |
< attribute name = "Number" > <![CDATA[ 8 ]]> </ attribute > |
682 |
< attribute name = "Symbol" > <![CDATA[ O ]]> </ attribute > |
683 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
684 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
685 |
</ attributes > |
686 |
</ point > |
687 |
< point column = "16" row = "3" name = "Sulfur" > |
688 |
< attributes > |
689 |
< attribute name = "Number" > <![CDATA[ 16 ]]> </ attribute > |
690 |
< attribute name = "Symbol" > <![CDATA[ S ]]> </ attribute > |
691 |
< attribute name = "ElementCategory" > <![CDATA[ Other nonmetals ]]> </ attribute > |
692 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
693 |
</ attributes > |
694 |
</ point > |
695 |
< point column = "16" row = "7" name = "Ununhexium" > |
696 |
< attributes > |
697 |
< attribute name = "Number" > <![CDATA[ 116 ]]> </ attribute > |
698 |
< attribute name = "Symbol" > <![CDATA[ Uuh ]]> </ attribute > |
699 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
700 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Synthetic ]]> </ attribute > |
701 |
</ attributes > |
702 |
</ point > |
703 |
< point column = "17" row = "5" name = "Iodine" > |
704 |
< attributes > |
705 |
< attribute name = "Number" > <![CDATA[ 53 ]]> </ attribute > |
706 |
< attribute name = "Symbol" > <![CDATA[ I ]]> </ attribute > |
707 |
< attribute name = "ElementCategory" > <![CDATA[ Halogens ]]> </ attribute > |
708 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
709 |
</ attributes > |
710 |
</ point > |
711 |
< point column = "17" row = "6" name = "Astatine" > |
712 |
< attributes > |
713 |
< attribute name = "Number" > <![CDATA[ 85 ]]> </ attribute > |
714 |
< attribute name = "Symbol" > <![CDATA[ At ]]> </ attribute > |
715 |
< attribute name = "ElementCategory" > <![CDATA[ Halogens ]]> </ attribute > |
716 |
< attribute name = "NaturalOccurrence" > <![CDATA[ From decay ]]> </ attribute > |
717 |
</ attributes > |
718 |
</ point > |
719 |
< point column = "17" row = "2" name = "Fluorine" > |
720 |
< attributes > |
721 |
< attribute name = "Number" > <![CDATA[ 9 ]]> </ attribute > |
722 |
< attribute name = "Symbol" > <![CDATA[ F ]]> </ attribute > |
723 |
< attribute name = "ElementCategory" > <![CDATA[ Halogens ]]> </ attribute > |
724 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
725 |
</ attributes > |
726 |
</ point > |
727 |
< point column = "17" row = "3" name = "Chlorine" > |
728 |
< attributes > |
729 |
< attribute name = "Number" > <![CDATA[ 17 ]]> </ attribute > |
730 |
< attribute name = "Symbol" > <![CDATA[ Cl ]]> </ attribute > |
731 |
< attribute name = "ElementCategory" > <![CDATA[ Halogens ]]> </ attribute > |
732 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
733 |
</ attributes > |
734 |
</ point > |
735 |
< point column = "17" row = "4" name = "Bromine" > |
736 |
< attributes > |
737 |
< attribute name = "Number" > <![CDATA[ 35 ]]> </ attribute > |
738 |
< attribute name = "Symbol" > <![CDATA[ Br ]]> </ attribute > |
739 |
< attribute name = "ElementCategory" > <![CDATA[ Halogens ]]> </ attribute > |
740 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordia ]]> </ attribute > |
741 |
</ attributes > |
742 |
</ point > |
743 |
< point column = "17" row = "7" name = "Ununseptium" > |
744 |
< attributes > |
745 |
< attribute name = "Number" > <![CDATA[ 117 ]]> </ attribute > |
746 |
< attribute name = "Symbol" > <![CDATA[ Uus ]]> </ attribute > |
747 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
748 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Undiscovered ]]> </ attribute > |
749 |
</ attributes > |
750 |
</ point > |
751 |
< point column = "18" row = "5" name = "Xenon" > |
752 |
< attributes > |
753 |
< attribute name = "Number" > <![CDATA[ 54 ]]> </ attribute > |
754 |
< attribute name = "Symbol" > <![CDATA[ Xe ]]> </ attribute > |
755 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
756 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
757 |
</ attributes > |
758 |
</ point > |
759 |
< point column = "18" row = "6" name = "Radon" > |
760 |
< attributes > |
761 |
< attribute name = "Number" > <![CDATA[ 86 ]]> </ attribute > |
762 |
< attribute name = "Symbol" > <![CDATA[ Rn ]]> </ attribute > |
763 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
764 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
765 |
</ attributes > |
766 |
</ point > |
767 |
< point column = "18" row = "4" name = "Krypton" > |
768 |
< attributes > |
769 |
< attribute name = "Number" > <![CDATA[ 36 ]]> </ attribute > |
770 |
< attribute name = "Symbol" > <![CDATA[ Kr ]]> </ attribute > |
771 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
772 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
773 |
</ attributes > |
774 |
</ point > |
775 |
< point column = "18" row = "3" name = "Argon" > |
776 |
< attributes > |
777 |
< attribute name = "Number" > <![CDATA[ 18 ]]> </ attribute > |
778 |
< attribute name = "Symbol" > <![CDATA[ Ar ]]> </ attribute > |
779 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
780 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
781 |
</ attributes > |
782 |
</ point > |
783 |
< point column = "18" row = "2" name = "Neon" > |
784 |
< attributes > |
785 |
< attribute name = "Number" > <![CDATA[ 10 ]]> </ attribute > |
786 |
< attribute name = "Symbol" > <![CDATA[ Ne ]]> </ attribute > |
787 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
788 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
789 |
</ attributes > |
790 |
</ point > |
791 |
< point column = "18" row = "1" name = "Helium" > |
792 |
< attributes > |
793 |
< attribute name = "Number" > <![CDATA[ 2 ]]> </ attribute > |
794 |
< attribute name = "Symbol" > <![CDATA[ He ]]> </ attribute > |
795 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
796 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
797 |
</ attributes > |
798 |
</ point > |
799 |
< point column = "18" row = "1" name = "Helium" > |
800 |
< attributes > |
801 |
< attribute name = "Number" > <![CDATA[ 2 ]]> </ attribute > |
802 |
< attribute name = "Symbol" > <![CDATA[ He ]]> </ attribute > |
803 |
< attribute name = "ElementCategory" > <![CDATA[ Noble gases ]]> </ attribute > |
804 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Primordial ]]> </ attribute > |
805 |
</ attributes > |
806 |
</ point > |
807 |
< point column = "18" row = "7" name = "Ununoctium" > |
808 |
< attributes > |
809 |
< attribute name = "Number" > <![CDATA[ 118 ]]> </ attribute > |
810 |
< attribute name = "Symbol" > <![CDATA[ Uuo ]]> </ attribute > |
811 |
< attribute name = "ElementCategory" > <![CDATA[ Unknown ]]> </ attribute > |
812 |
< attribute name = "NaturalOccurrence" > <![CDATA[ Synthetic ]]> </ attribute > |
813 |
</ attributes > |
814 |
</ point > |
815 |
</ series > |
816 |
</ data > |
817 |
</ chart > |
818 |
</ charts > |
819 |
</ anychart > |