Blame view

datalets.xml 23.3 KB
219b8036   luigser   DEEP
1
  <?xml version="1.0" encoding="utf-8"?>

dc870954   Renato De Donato   title desciption ...
2
  

4faf3f49   Renato De Donato   datalet.dtd
3
  <!DOCTYPE handler_configuration SYSTEM "datalets/datalets.dtd">

dc870954   Renato De Donato   title desciption ...
4
  

219b8036   luigser   DEEP
5
  <handler_configuration>

219b8036   luigser   DEEP
6
      <components>

896766f4   Renato De Donato   scatterchart
7
  

5bb0f0b1   Renato De Donato   new datalets + dtd
8
          <!--table-->

4faf3f49   Renato De Donato   datalet.dtd
9
10
          <component>

              <name>datatable-datalet</name>

8fbf2263   Renato De Donato   new datalets
11
              <type>table</type>

4faf3f49   Renato De Donato   datalet.dtd
12
13
14
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
15
16
                          <name>Column</name>

                          <description>ColumnDescription</description>

4faf3f49   Renato De Donato   datalet.dtd
17
18
19
20
21
22
23
                          <selection>*</selection>

                      </input>

                      <layouts>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
24
25
26
27
  

          <!--multiseries-->

  

          <!--bar-->

4faf3f49   Renato De Donato   datalet.dtd
28
          <component>

219b8036   luigser   DEEP
29
              <name>barchart-datalet</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
30
              <type>multiseries</type>

219b8036   luigser   DEEP
31
32
33
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
34
35
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
36
37
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
38
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
39
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
40
41
42
                      </input>

                      <layouts>

                          <input>

219b8036   luigser   DEEP
43
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
44
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
45
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
46
47
48
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
49
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
50
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
51
52
53
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
54
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
55
56
57
58
59
60
61
62
63
64
65
66
67
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
68
69
70
71
72
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
73
          <!--column-->

219b8036   luigser   DEEP
74
75
          <component>

              <name>columnchart-datalet</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
76
              <type>multiseries</type>

219b8036   luigser   DEEP
77
78
79
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
80
81
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
82
83
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
84
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
85
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
86
87
88
                      </input>

                      <layouts>

                          <input>

219b8036   luigser   DEEP
89
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
90
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
91
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
92
93
94
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
95
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
96
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
97
98
99
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
100
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
101
102
103
104
105
106
107
108
109
110
111
112
113
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
114
115
116
117
118
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
119
          <!--area-->

219b8036   luigser   DEEP
120
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
121
122
              <name>areachart-datalet</name>

              <type>multiseries</type>

219b8036   luigser   DEEP
123
124
125
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
126
127
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

219b8036   luigser   DEEP
128
129
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
130
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
131
                          <description>YAxisDescription</description>

219b8036   luigser   DEEP
132
133
134
                      </input>

                      <layouts>

                          <input>

219b8036   luigser   DEEP
135
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
136
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
137
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
138
139
140
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
141
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
142
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
143
144
145
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
146
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
147
148
149
150
151
152
153
154
155
156
157
158
159
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

bc838daa   Luigi Serra   datalet.xml updat...
160
161
162
163
164
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
165
          <!--line-->

bc838daa   Luigi Serra   datalet.xml updat...
166
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
167
168
              <name>linechart-datalet</name>

              <type>multiseries</type>

bc838daa   Luigi Serra   datalet.xml updat...
169
170
171
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
172
173
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

bc838daa   Luigi Serra   datalet.xml updat...
174
175
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
176
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
177
                          <description>YAxisDescription</description>

bc838daa   Luigi Serra   datalet.xml updat...
178
179
180
                      </input>

                      <layouts>

                          <input>

bc838daa   Luigi Serra   datalet.xml updat...
181
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
182
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
183
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
184
185
186
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
187
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
188
                              <type>text</type>

bc838daa   Luigi Serra   datalet.xml updat...
189
190
191
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
192
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
193
194
195
196
197
198
199
200
201
202
203
204
205
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

219b8036   luigser   DEEP
206
207
208
209
210
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
211
          <!--heatmap-->

219b8036   luigser   DEEP
212
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
213
214
              <name>heatmap-datalet</name>

              <type>multiseries</type>

53dc93c4   Luigi Serra   new datalets are ...
215
216
217
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
218
219
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
220
221
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
222
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
223
                          <description>YAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
224
225
226
                      </input>

                      <layouts>

                          <input>

53dc93c4   Luigi Serra   new datalets are ...
227
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
228
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
229
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
230
231
232
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
233
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
234
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
235
236
237
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
238
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
239
240
241
242
243
244
245
246
247
248
249
250
251
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

53dc93c4   Luigi Serra   new datalets are ...
252
253
254
255
256
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
257
258
259
260
  

          <!--multiseries_stacked-->

  

          <!--bar stacked-->

8fbf2263   Renato De Donato   new datalets
261
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
262
263
              <name>barchart_stacked-datalet</name>

              <type>multiseries</type>

8fbf2263   Renato De Donato   new datalets
264
265
266
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
267
268
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

8fbf2263   Renato De Donato   new datalets
269
                      </input>

8fbf2263   Renato De Donato   new datalets
270
                      <input>

896766f4   Renato De Donato   scatterchart
271
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
272
                          <description>YAxisDescription</description>

8fbf2263   Renato De Donato   new datalets
273
274
                      </input>

                      <layouts>

5bb0f0b1   Renato De Donato   new datalets + dtd
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
                          <input>

                              <name>x-axis-label</name>

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

                          </input>

8fbf2263   Renato De Donato   new datalets
311
312
313
314
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
315
          <!--column stacked-->

8fbf2263   Renato De Donato   new datalets
316
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
317
318
              <name>columnchart_stacked-datalet</name>

              <type>multiseries</type>

53dc93c4   Luigi Serra   new datalets are ...
319
320
321
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
322
323
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
324
325
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
326
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
327
                          <description>YAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
328
329
330
                      </input>

                      <layouts>

                          <input>

53dc93c4   Luigi Serra   new datalets are ...
331
                              <name>x-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
332
                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
333
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
334
335
336
                          </input>

                          <input>

                              <name>y-axis-label</name>

1eda0457   Renato De Donato   datalet.xml local...
337
                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
338
                              <type>text</type>

53dc93c4   Luigi Serra   new datalets are ...
339
340
341
                          </input>

                          <input>

                              <name>suffix</name>

1eda0457   Renato De Donato   datalet.xml local...
342
                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

53dc93c4   Luigi Serra   new datalets are ...
365
366
367
368
369
                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
370
          <!--area stacked-->

53dc93c4   Luigi Serra   new datalets are ...
371
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
372
373
              <name>areachart_stacked-datalet</name>

              <type>multiseries</type>

53dc93c4   Luigi Serra   new datalets are ...
374
375
376
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
377
378
                          <name>XAxis</name>

                          <description>XAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
379
380
                      </input>

                      <input>

896766f4   Renato De Donato   scatterchart
381
                          <name>numericYAxis</name>

5bb0f0b1   Renato De Donato   new datalets + dtd
382
                          <description>YAxisDescription</description>

53dc93c4   Luigi Serra   new datalets are ...
383
384
                      </input>

                      <layouts>

8fbf2263   Renato De Donato   new datalets
385
386
387
                          <input>

                              <name>x-axis-label</name>

                              <description>XAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
388
                              <type>text</type>

8fbf2263   Renato De Donato   new datalets
389
390
391
392
                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>YAxisLabelDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
393
                              <type>text</type>

8fbf2263   Renato De Donato   new datalets
394
395
396
397
                          </input>

                          <input>

                              <name>suffix</name>

                              <description>suffixDescription</description>

5bb0f0b1   Renato De Donato   new datalets + dtd
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                          <input>

                              <name>stack</name>

                              <description>stackDescription</description>

                              <type>list</type>

                              <list>

                                  <item>normal</item>

                                  <item>percent</item>

                              </list>

8fbf2263   Renato De Donato   new datalets
420
                          </input>

53dc93c4   Luigi Serra   new datalets are ...
421
422
423
424
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
425
426
  

          <!--pie-->

53dc93c4   Luigi Serra   new datalets are ...
427
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
428
429
              <name>piechart-datalet</name>

              <type>pie</type>

219b8036   luigser   DEEP
430
431
432
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
433
434
                          <name>SliceLabels</name>

                          <description>SliceLabelsDescription</description>

8fbf2263   Renato De Donato   new datalets
435
436
                      </input>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
437
438
                          <name>SliceSizes</name>

                          <description>SliceSizesDescription</description>

219b8036   luigser   DEEP
439
440
                      </input>

                      <layouts>

8fbf2263   Renato De Donato   new datalets
441
                          <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
442
443
444
                              <name>suffix</name>

                              <description>suffixDescription</description>

                              <type>text</type>

8fbf2263   Renato De Donato   new datalets
445
446
                          </input>

                          <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
447
448
449
450
451
452
453
454
455
456
                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

8fbf2263   Renato De Donato   new datalets
457
458
                          </input>

                          <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
459
460
461
462
463
464
465
                              <name>donut</name>

                              <description>donutDescription</description>

                              <type>list</type>

                              <list>

                                  <item>false</item>

                                  <item>true</item>

                              </list>

8fbf2263   Renato De Donato   new datalets
466
                          </input>

219b8036   luigser   DEEP
467
468
469
470
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
471
  

896766f4   Renato De Donato   scatterchart
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
          <!--scatter-->

          <component>

              <name>scatterchart-datalet</name>

              <type>scatter</type>

              <idm>

                  <inputs>

                      <input>

                          <name>Categories</name>

                          <description>CategoriesDescription</description>

                      </input>

                      <input>

                          <name>numericXAxis</name>

                          <description>XAxisDescription</description>

                      </input>

                      <input>

                          <name>numericYAxis</name>

                          <description>YAxisDescription</description>

                      </input>

                      <layouts>

                          <input>

                              <name>x-axis-label</name>

                              <description>XAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>y-axis-label</name>

                              <description>YAxisLabelDescription</description>

                              <type>text</type>

                          </input>

                          <input>

                              <name>theme</name>

                              <description>themeDescription</description>

                              <type>list</type>

                              <list>

                                  <item>themeBase</item>

                                  <item>themeDarkUnika</item>

                                  <item>themeSandSignika</item>

                                  <item>themeGridLight</item>

                                  <item>themeSpod</item>

                              </list>

                          </input>

                      </layouts>

                  </inputs>

              </idm>

          </component>

  

          <!--&lt;!&ndash;bubble&ndash;&gt;-->

          <!--<component>-->

              <!--<name>bubblechart-datalet</name>-->

              <!--<type>bubble</type>-->

              <!--<idm>-->

              <!--</idm>-->

          <!--</component>-->

  

          <!--&lt;!&ndash;treemap&ndash;&gt;-->

          <!--<component>-->

              <!--<name>treemap-datalet</name>-->

              <!--<type>treemap</type>-->

              <!--<idm>-->

              <!--</idm>-->

          <!--</component>-->

  

5bb0f0b1   Renato De Donato   new datalets + dtd
534
          <!--map-->

4faf3f49   Renato De Donato   datalet.dtd
535
          <component>

5bb0f0b1   Renato De Donato   new datalets + dtd
536
537
              <name>leafletjs-datalet</name>

              <type>map</type>

219b8036   luigser   DEEP
538
539
540
              <idm>

                  <inputs>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
541
542
                          <name>Latitude</name>

                          <description>LatitudeDescription</description>

8fbf2263   Renato De Donato   new datalets
543
544
                      </input>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
545
546
                          <name>Longitude</name>

                          <description>LongitudeDescription</description>

8fbf2263   Renato De Donato   new datalets
547
548
                      </input>

                      <input>

5bb0f0b1   Renato De Donato   new datalets + dtd
549
550
551
                          <name>BalloonContent</name>

                          <description>BalloonContentDescription</description>

                          <selection>*</selection>

219b8036   luigser   DEEP
552
553
                      </input>

                      <layouts>

219b8036   luigser   DEEP
554
555
556
557
                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
558
559
  

          <!--preview HIDDEN-->

469c8525   isisadmin   datalet xml
560
561
          <component>

              <name>preview-datalet</name>

e7867b9f   Renato De Donato   preview datalet
562
              <type>hidden</type>

469c8525   isisadmin   datalet xml
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
              <idm>

                  <inputs>

                      <input>

                          <name>url</name>

                          <description></description>

                      </input>

                      <input>

                          <name>data-url</name>

                          <description></description>

                      </input>

                      <layouts>

                      </layouts>

                  </inputs>

              </idm>

          </component>

5bb0f0b1   Renato De Donato   new datalets + dtd
578
  

dc870954   Renato De Donato   title desciption ...
579
      </components>

219b8036   luigser   DEEP
580
  </handler_configuration>