comparison flys-artifacts/doc/conf/meta-data.xml @ 3570:9eba1e2d821d

Set info attribute in datacage, to have tooltips in gui. flys-artifacts/trunk@5170 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 08 Aug 2012 08:13:24 +0000
parents fbeed0ded014
children 416288f88763
comparison
equal deleted inserted replaced
3569:adf9c41610c7 3570:9eba1e2d821d
25 <dc:attribute name="name" value="${prot_description}"/> 25 <dc:attribute name="name" value="${prot_description}"/>
26 <dc:context> 26 <dc:context>
27 <dc:statement> 27 <dc:statement>
28 SELECT id AS prot_column_id, 28 SELECT id AS prot_column_id,
29 name AS prot_column_name, 29 name AS prot_column_name,
30 position AS prot_rel_pos 30 position AS prot_rel_pos,
31 description AS info
31 FROM wst_columns WHERE wst_id = ${prot_id} 32 FROM wst_columns WHERE wst_id = ${prot_id}
32 ORDER by position 33 ORDER by position
33 </dc:statement> 34 </dc:statement>
34 <dc:elements> 35 <dc:elements>
35 <column> 36 <column>
36 <dc:attribute name="name" value="${prot_column_name}"/> 37 <dc:attribute name="name" value="${prot_column_name}"/>
37 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> 38 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/>
38 <dc:attribute name="factory" value="staticwkms"/> 39 <dc:attribute name="factory" value="staticwkms"/>
40 <dc:attribute name="info" value="${info}"/>
39 </column> 41 </column>
40 </dc:elements> 42 </dc:elements>
41 </dc:context> 43 </dc:context>
42 </basedata> 44 </basedata>
43 </dc:elements> 45 </dc:elements>
58 <dc:attribute name="name" value="${prot_description}"/> 60 <dc:attribute name="name" value="${prot_description}"/>
59 <dc:context> 61 <dc:context>
60 <dc:statement> 62 <dc:statement>
61 SELECT id AS prot_column_id, 63 SELECT id AS prot_column_id,
62 name AS prot_column_name, 64 name AS prot_column_name,
63 position AS prot_rel_pos 65 position AS prot_rel_pos,
66 description AS info
64 FROM wst_columns WHERE wst_id = ${prot_id} 67 FROM wst_columns WHERE wst_id = ${prot_id}
65 ORDER by position 68 ORDER by position
66 </dc:statement> 69 </dc:statement>
67 <dc:elements> 70 <dc:elements>
68 <column> 71 <column>
69 <dc:attribute name="name" value="${prot_column_name}"/> 72 <dc:attribute name="name" value="${prot_column_name}"/>
70 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> 73 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/>
71 <dc:attribute name="factory" value="wqinterpol"/> 74 <dc:attribute name="factory" value="wqinterpol"/>
75 <dc:attribute name="info" value="${info}"/>
72 </column> 76 </column>
73 </dc:elements> 77 </dc:elements>
74 </dc:context> 78 </dc:context>
75 </basedata> 79 </basedata>
76 </dc:elements> 80 </dc:elements>
92 <dc:attribute name="name" value="${prot_description}"/> 96 <dc:attribute name="name" value="${prot_description}"/>
93 <dc:context> 97 <dc:context>
94 <dc:statement> 98 <dc:statement>
95 SELECT id AS prot_column_id, 99 SELECT id AS prot_column_id,
96 name AS prot_column_name, 100 name AS prot_column_name,
97 position AS prot_rel_pos 101 position AS prot_rel_pos,
102 description AS info
98 FROM wst_columns WHERE wst_id = ${prot_id} 103 FROM wst_columns WHERE wst_id = ${prot_id}
99 ORDER by position 104 ORDER by position
100 </dc:statement> 105 </dc:statement>
101 <dc:elements> 106 <dc:elements>
102 <column> 107 <column>
103 <dc:attribute name="name" value="${prot_column_name}"/> 108 <dc:attribute name="name" value="${prot_column_name}"/>
104 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> 109 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/>
105 <dc:attribute name="factory" value="staticwkms"/> 110 <dc:attribute name="factory" value="staticwkms"/>
111 <dc:attribute name="info" value="${info}"/>
106 </column> 112 </column>
107 </dc:elements> 113 </dc:elements>
108 </dc:context> 114 </dc:context>
109 </additional> 115 </additional>
110 </dc:elements> 116 </dc:elements>
126 <dc:attribute name="name" value="${prot_description}"/> 132 <dc:attribute name="name" value="${prot_description}"/>
127 <dc:context> 133 <dc:context>
128 <dc:statement> 134 <dc:statement>
129 SELECT id AS prot_column_id, 135 SELECT id AS prot_column_id,
130 name AS prot_column_name, 136 name AS prot_column_name,
131 position AS prot_rel_pos 137 position AS prot_rel_pos,
138 description AS info
132 FROM wst_columns WHERE wst_id = ${prot_id} 139 FROM wst_columns WHERE wst_id = ${prot_id}
133 ORDER by position 140 ORDER by position
134 </dc:statement> 141 </dc:statement>
135 <dc:elements> 142 <dc:elements>
136 <column> 143 <column>
137 <dc:attribute name="name" value="${prot_column_name}"/> 144 <dc:attribute name="name" value="${prot_column_name}"/>
138 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> 145 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/>
139 <dc:attribute name="factory" value="staticwkms"/> 146 <dc:attribute name="factory" value="staticwkms"/>
147 <dc:attribute name="info" value="${info}"/>
140 </column> 148 </column>
141 </dc:elements> 149 </dc:elements>
142 </dc:context> 150 </dc:context>
143 </relativepoint> 151 </relativepoint>
144 </dc:elements> 152 </dc:elements>
160 <!--dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/--> 168 <!--dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/-->
161 <dc:context> 169 <dc:context>
162 <dc:statement> 170 <dc:statement>
163 SELECT id AS prot_column_id, 171 SELECT id AS prot_column_id,
164 name AS prot_column_name, 172 name AS prot_column_name,
165 position AS prot_rel_pos 173 position AS prot_rel_pos,
174 description AS info
166 FROM wst_columns WHERE wst_id = ${prot_id} 175 FROM wst_columns WHERE wst_id = ${prot_id}
167 ORDER by position 176 ORDER by position
168 </dc:statement> 177 </dc:statement>
169 <dc:elements> 178 <dc:elements>
170 <column> 179 <column>
171 <dc:attribute name="name" value="${prot_column_name}"/> 180 <dc:attribute name="name" value="${prot_column_name}"/>
172 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> 181 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/>
173 <dc:attribute name="factory" value="wqinterpol"/> 182 <dc:attribute name="factory" value="wqinterpol"/>
183 <dc:attribute name="info" value="${info}"/>
174 </column> 184 </column>
175 </dc:elements> 185 </dc:elements>
176 </dc:context> 186 </dc:context>
177 </fixation> 187 </fixation>
178 </dc:elements> 188 </dc:elements>
193 <dc:attribute name="name" value="${prot_description}"/> 203 <dc:attribute name="name" value="${prot_description}"/>
194 <dc:context> 204 <dc:context>
195 <dc:statement> 205 <dc:statement>
196 SELECT id AS prot_column_id, 206 SELECT id AS prot_column_id,
197 name AS prot_column_name, 207 name AS prot_column_name,
198 position AS prot_rel_pos 208 position AS prot_rel_pos,
209 desciption AS info
199 FROM wst_columns WHERE wst_id = ${prot_id} 210 FROM wst_columns WHERE wst_id = ${prot_id}
200 ORDER by position 211 ORDER by position
201 </dc:statement> 212 </dc:statement>
202 <dc:elements> 213 <dc:elements>
203 <column> 214 <column>
204 <dc:attribute name="name" value="${prot_column_name}"/> 215 <dc:attribute name="name" value="${prot_column_name}"/>
205 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> 216 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/>
206 <dc:attribute name="factory" value="wqinterpol"/> 217 <dc:attribute name="factory" value="wqinterpol"/>
218 <dc:attribute name="info" value="${info}"/>
207 </column> 219 </column>
208 </dc:elements> 220 </dc:elements>
209 </dc:context> 221 </dc:context>
210 </fixation> 222 </fixation>
211 </dc:elements> 223 </dc:elements>
226 <dc:attribute name="name" value="${prot_description}"/> 238 <dc:attribute name="name" value="${prot_description}"/>
227 <dc:context> 239 <dc:context>
228 <dc:statement> 240 <dc:statement>
229 SELECT id AS prot_column_id, 241 SELECT id AS prot_column_id,
230 name AS prot_column_name, 242 name AS prot_column_name,
231 position AS prot_rel_pos 243 position AS prot_rel_pos,
244 description AS info
232 FROM wst_columns WHERE wst_id = ${prot_id} 245 FROM wst_columns WHERE wst_id = ${prot_id}
233 ORDER by position 246 ORDER by position
234 </dc:statement> 247 </dc:statement>
235 <dc:elements> 248 <dc:elements>
236 <column> 249 <column>
237 <dc:attribute name="name" value="${prot_column_name}"/> 250 <dc:attribute name="name" value="${prot_column_name}"/>
238 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> 251 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/>
239 <dc:attribute name="factory" value="staticwkms"/> 252 <dc:attribute name="factory" value="staticwkms"/>
253 <dc:attribute name="info" value="${info}"/>
240 </column> 254 </column>
241 </dc:elements> 255 </dc:elements>
242 </dc:context> 256 </dc:context>
243 </fixation> 257 </fixation>
244 </dc:elements> 258 </dc:elements>
259 <dc:attribute name="name" value="${prot_description}"/> 273 <dc:attribute name="name" value="${prot_description}"/>
260 <dc:context> 274 <dc:context>
261 <dc:statement> 275 <dc:statement>
262 SELECT id AS prot_column_id, 276 SELECT id AS prot_column_id,
263 name AS prot_column_name, 277 name AS prot_column_name,
264 position AS prot_rel_pos 278 position AS prot_rel_pos,
279 description AS info
265 FROM wst_columns WHERE wst_id = ${prot_id} 280 FROM wst_columns WHERE wst_id = ${prot_id}
266 ORDER by position 281 ORDER by position
267 </dc:statement> 282 </dc:statement>
268 <dc:elements> 283 <dc:elements>
269 <column> 284 <column>
270 <dc:attribute name="name" value="${prot_column_name}"/> 285 <dc:attribute name="name" value="${prot_column_name}"/>
271 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> 286 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/>
272 <dc:attribute name="factory" value="staticwkms"/> 287 <dc:attribute name="factory" value="staticwkms"/>
288 <dc:attribute name="info" value="${info}"/>
273 </column> 289 </column>
274 </dc:elements> 290 </dc:elements>
275 </dc:context> 291 </dc:context>
276 </relativepoint> 292 </relativepoint>
277 </dc:elements> 293 </dc:elements>
293 <dc:attribute name="name" value="${prot_description}"/> 309 <dc:attribute name="name" value="${prot_description}"/>
294 <dc:context> 310 <dc:context>
295 <dc:statement> 311 <dc:statement>
296 SELECT id AS prot_column_id, 312 SELECT id AS prot_column_id,
297 name AS prot_column_name, 313 name AS prot_column_name,
298 position AS prot_rel_pos 314 position AS prot_rel_pos,
315 description AS info
299 FROM wst_columns WHERE wst_id = ${prot_id} 316 FROM wst_columns WHERE wst_id = ${prot_id}
300 ORDER by position 317 ORDER by position
301 </dc:statement> 318 </dc:statement>
302 <dc:elements> 319 <dc:elements>
303 <column> 320 <column>
304 <dc:attribute name="name" value="${prot_column_name}"/> 321 <dc:attribute name="name" value="${prot_column_name}"/>
305 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> 322 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/>
306 <dc:attribute name="factory" value="staticwkms"/> 323 <dc:attribute name="factory" value="staticwkms"/>
324 <dc:attribute name="info" value="${info}"/>
307 </column> 325 </column>
308 </dc:elements> 326 </dc:elements>
309 </dc:context> 327 </dc:context>
310 </official> 328 </official>
311 </dc:elements> 329 </dc:elements>
326 <dc:attribute name="name" value="${prot_description}"/> 344 <dc:attribute name="name" value="${prot_description}"/>
327 <dc:context> 345 <dc:context>
328 <dc:statement> 346 <dc:statement>
329 SELECT id AS prot_column_id, 347 SELECT id AS prot_column_id,
330 name AS prot_column_name, 348 name AS prot_column_name,
331 position AS prot_rel_pos 349 position AS prot_rel_pos,
350 description AS info
332 FROM wst_columns WHERE wst_id = ${prot_id} 351 FROM wst_columns WHERE wst_id = ${prot_id}
333 ORDER by position 352 ORDER by position
334 </dc:statement> 353 </dc:statement>
335 <dc:elements> 354 <dc:elements>
336 <column> 355 <column>
337 <dc:attribute name="name" value="${prot_column_name}"/> 356 <dc:attribute name="name" value="${prot_column_name}"/>
338 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/> 357 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/>
339 <dc:attribute name="factory" value="staticwkms"/> 358 <dc:attribute name="factory" value="staticwkms"/>
359 <dc:attribute name="info" value="${info}"/>
340 </column> 360 </column>
341 </dc:elements> 361 </dc:elements>
342 </dc:context> 362 </dc:context>
343 </relativepoint> 363 </relativepoint>
344 </dc:elements> 364 </dc:elements>
359 <dc:attribute name="name" value="${prot_description}"/> 379 <dc:attribute name="name" value="${prot_description}"/>
360 <dc:context> 380 <dc:context>
361 <dc:statement> 381 <dc:statement>
362 SELECT id AS prot_column_id, 382 SELECT id AS prot_column_id,
363 name AS prot_column_name, 383 name AS prot_column_name,
364 position AS prot_rel_pos 384 position AS prot_rel_pos,
385 description AS info
365 FROM wst_columns WHERE wst_id = ${prot_id} 386 FROM wst_columns WHERE wst_id = ${prot_id}
366 ORDER by position 387 ORDER by position
367 </dc:statement> 388 </dc:statement>
368 <dc:elements> 389 <dc:elements>
369 <column> 390 <column>
370 <dc:attribute name="name" value="${prot_column_name}"/> 391 <dc:attribute name="name" value="${prot_column_name}"/>
371 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/> 392 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/>
372 <dc:attribute name="factory" value="staticwkms"/> 393 <dc:attribute name="factory" value="staticwkms"/>
394 <dc:attribute name="info" value="${info}"/>
373 </column> 395 </column>
374 </dc:elements> 396 </dc:elements>
375 </dc:context> 397 </dc:context>
376 </heightmark> 398 </heightmark>
377 </dc:elements> 399 </dc:elements>
392 <dc:attribute name="name" value="${prot_description}"/> 414 <dc:attribute name="name" value="${prot_description}"/>
393 <dc:context> 415 <dc:context>
394 <dc:statement> 416 <dc:statement>
395 SELECT id AS prot_column_id, 417 SELECT id AS prot_column_id,
396 name AS prot_column_name, 418 name AS prot_column_name,
397 position AS prot_rel_pos 419 position AS prot_rel_pos,
420 description AS info
398 FROM wst_columns WHERE wst_id = ${prot_id} 421 FROM wst_columns WHERE wst_id = ${prot_id}
399 ORDER by position 422 ORDER by position
400 </dc:statement> 423 </dc:statement>
401 <dc:elements> 424 <dc:elements>
402 <column> 425 <column>
403 <dc:attribute name="name" value="${prot_column_name}"/> 426 <dc:attribute name="name" value="${prot_column_name}"/>
404 <dc:attribute name="ids" value="heightmarks_annotations-wstv-${prot_rel_pos}-${prot_id}"/> 427 <dc:attribute name="ids" value="heightmarks_annotations-wstv-${prot_rel_pos}-${prot_id}"/>
405 <dc:attribute name="factory" value="wqinterpol"/> 428 <dc:attribute name="factory" value="wqinterpol"/>
429 <dc:attribute name="info" value="${info}"/>
406 </column> 430 </column>
407 </dc:elements> 431 </dc:elements>
408 </dc:context> 432 </dc:context>
409 </heightmark> 433 </heightmark>
410 </dc:elements> 434 </dc:elements>
429 <columns> 453 <columns>
430 <dc:context> 454 <dc:context>
431 <dc:statement> 455 <dc:statement>
432 SELECT id AS prot_column_id, 456 SELECT id AS prot_column_id,
433 name AS prot_column_name, 457 name AS prot_column_name,
434 position AS prot_rel_pos 458 position AS prot_rel_pos,
459 description AS info
435 FROM wst_columns WHERE wst_id = ${prot_id} 460 FROM wst_columns WHERE wst_id = ${prot_id}
436 ORDER by position 461 ORDER by position
437 </dc:statement> 462 </dc:statement>
438 <dc:elements> 463 <dc:elements>
439 <column> 464 <column>
440 <dc:attribute name="name" value="${prot_column_name}"/> 465 <dc:attribute name="name" value="${prot_column_name}"/>
441 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> 466 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/>
442 <dc:attribute name="factory" value="staticwkms"/> 467 <dc:attribute name="factory" value="staticwkms"/>
468 <dc:attribute name="info" value="${info}"/>
443 </column> 469 </column>
444 </dc:elements> 470 </dc:elements>
445 </dc:context> 471 </dc:context>
446 </columns> 472 </columns>
447 </relativepoint> 473 </relativepoint>
574 </dc:comment> 600 </dc:comment>
575 <dc:if test="dc:contains($artifact-outs, 'cross_section')"> 601 <dc:if test="dc:contains($artifact-outs, 'cross_section')">
576 <dc:call-macro name="basedata_0"/> 602 <dc:call-macro name="basedata_0"/>
577 <dc:call-macro name="basedata_1_additionals"/> 603 <dc:call-macro name="basedata_1_additionals"/>
578 <dc:call-macro name="basedata_2_fixations"/> 604 <dc:call-macro name="basedata_2_fixations"/>
605 <dc:call-macro name="basedata_3_officials"/>
579 <dc:call-macro name="basedata_4_heightmarks-points"/> 606 <dc:call-macro name="basedata_4_heightmarks-points"/>
580 <dc:call-macro name="cross_sections"/> 607 <dc:call-macro name="cross_sections"/>
581 <dc:call-macro name="hyks"/> 608 <dc:call-macro name="hyks"/>
582 </dc:if> 609 </dc:if>
583 <dc:if test="dc:contains($artifact-outs, 'discharge_longitudinal_section')"> 610 <dc:if test="dc:contains($artifact-outs, 'discharge_longitudinal_section')">
723 </dc:otherwise> 750 </dc:otherwise>
724 </dc:choose> 751 </dc:choose>
725 </dc:if> 752 </dc:if>
726 753
727 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')"> 754 <dc:if test="dc:contains($artifact-outs, 'longitudinal_section')">
755
728 <longitudinal_section> 756 <longitudinal_section>
729 <dc:call-macro name="annotations"/> 757 <dc:call-macro name="annotations"/>
730 </longitudinal_section> 758 </longitudinal_section>
731 </dc:if> 759 </dc:if>
732 <dc:if test="dc:contains($artifact-outs, 'map')"> 760 <dc:if test="dc:contains($artifact-outs, 'map')">
1202 </dc:elements> 1230 </dc:elements>
1203 </dc:context> 1231 </dc:context>
1204 </dc:elements> 1232 </dc:elements>
1205 </officiallines> 1233 </officiallines>
1206 </dc:if> 1234 </dc:if>
1235 <!-- END OFFICIAL LINES -->
1207 1236
1208 <dc:comment> 1237 <dc:comment>
1209 SHOW W-DIFFERENCES 1238 SHOW W-DIFFERENCES
1210 </dc:comment> 1239 </dc:comment>
1211 1240

http://dive4elements.wald.intevation.org