Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 5086:4f65d833680f dami
Merge Default onto Dami branch.
Dami is now temporarily a public merge branch to fix problems
created by the merge.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 25 Feb 2013 11:50:13 +0100 |
parents | 065a78d65007 |
children | 137ff80f0a01 86e79fbb8fa3 1ffd36a06065 e37b25628dd4 |
comparison
equal
deleted
inserted
replaced
5085:4f46679e13d0 | 5086:4f65d833680f |
---|---|
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | 1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 <dc:template xmlns:dc="http://www.intevation.org/2011/Datacage"> | 2 <dc:template xmlns:dc="http://www.intevation.org/2011/Datacage"> |
3 <datacage> | 3 <datacage> |
4 <dc:macro name="SQL-wst_columns_statement"> | |
5 <dc:statement> | |
6 SELECT wst_columns.id AS prot_column_id, | |
7 wst_columns.name AS prot_column_name, | |
8 wst_columns.position AS prot_rel_pos, | |
9 wst_columns.description AS info, | |
10 wst_ranges.a AS deffrom, | |
11 wst_ranges.b AS defto | |
12 FROM wst_columns, wst_ranges | |
13 WHERE wst_columns.wst_id = ${prot_id} AND wst_ranges.wst_column_id = wst_columns.id | |
14 ORDER by wst_columns.position | |
15 </dc:statement> | |
16 </dc:macro> | |
4 <dc:macro name="load-system"> | 17 <dc:macro name="load-system"> |
5 <dc:context connection="system"> | 18 <dc:context connection="system"> |
6 <dc:statement> | 19 <dc:statement> |
7 SELECT id AS river_id, name as river_name FROM rivers | 20 SELECT id AS river_id, name as river_name FROM rivers |
8 WHERE lower(name) LIKE lower(${river}) | 21 WHERE lower(name) LIKE lower(${river}) |
22 </dc:statement> | 35 </dc:statement> |
23 <dc:elements> | 36 <dc:elements> |
24 <basedata> | 37 <basedata> |
25 <dc:attribute name="name" value="${prot_description}"/> | 38 <dc:attribute name="name" value="${prot_description}"/> |
26 <dc:context> | 39 <dc:context> |
27 <dc:statement> | 40 <dc:call-macro name="SQL-wst_columns_statement"/> |
28 SELECT id AS prot_column_id, | |
29 name AS prot_column_name, | |
30 position AS prot_rel_pos, | |
31 description AS info | |
32 FROM wst_columns WHERE wst_id = ${prot_id} | |
33 ORDER by position | |
34 </dc:statement> | |
35 <dc:elements> | 41 <dc:elements> |
36 <column> | 42 <column> |
37 <dc:attribute name="name" value="${prot_column_name}"/> | 43 <dc:attribute name="name" value="${prot_column_name}"/> |
38 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> | 44 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> |
39 <dc:attribute name="factory" value="staticwkms"/> | 45 <dc:attribute name="factory" value="staticwkms"/> |
40 <dc:attribute name="info" value="${info}"/> | 46 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
41 </column> | 47 </column> |
42 </dc:elements> | 48 </dc:elements> |
43 </dc:context> | 49 </dc:context> |
44 </basedata> | 50 </basedata> |
45 </dc:elements> | 51 </dc:elements> |
57 </dc:statement> | 63 </dc:statement> |
58 <dc:elements> | 64 <dc:elements> |
59 <basedata> | 65 <basedata> |
60 <dc:attribute name="name" value="${prot_description}"/> | 66 <dc:attribute name="name" value="${prot_description}"/> |
61 <dc:context> | 67 <dc:context> |
62 <dc:statement> | 68 <dc:call-macro name="SQL-wst_columns_statement"/> |
63 SELECT id AS prot_column_id, | |
64 name AS prot_column_name, | |
65 position AS prot_rel_pos, | |
66 description AS info | |
67 FROM wst_columns WHERE wst_id = ${prot_id} | |
68 ORDER by position | |
69 </dc:statement> | |
70 <dc:elements> | 69 <dc:elements> |
71 <column> | 70 <column> |
72 <dc:attribute name="name" value="${prot_column_name}"/> | 71 <dc:attribute name="name" value="${prot_column_name}"/> |
73 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> | 72 <dc:attribute name="ids" value="base_data-wstv-${prot_rel_pos}-${prot_id}"/> |
74 <dc:attribute name="factory" value="wqinterpol"/> | 73 <dc:attribute name="factory" value="wqinterpol"/> |
75 <dc:attribute name="info" value="${info}"/> | 74 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
76 </column> | 75 </column> |
77 </dc:elements> | 76 </dc:elements> |
78 </dc:context> | 77 </dc:context> |
79 </basedata> | 78 </basedata> |
80 </dc:elements> | 79 </dc:elements> |
93 </dc:statement> | 92 </dc:statement> |
94 <dc:elements> | 93 <dc:elements> |
95 <additional> | 94 <additional> |
96 <dc:attribute name="name" value="${prot_description}"/> | 95 <dc:attribute name="name" value="${prot_description}"/> |
97 <dc:context> | 96 <dc:context> |
98 <dc:statement> | 97 <dc:call-macro name="SQL-wst_columns_statement"/> |
99 SELECT id AS prot_column_id, | |
100 name AS prot_column_name, | |
101 position AS prot_rel_pos, | |
102 description AS info | |
103 FROM wst_columns WHERE wst_id = ${prot_id} | |
104 ORDER by position | |
105 </dc:statement> | |
106 <dc:elements> | 98 <dc:elements> |
107 <column> | 99 <column> |
108 <dc:attribute name="name" value="${prot_column_name}"/> | 100 <dc:attribute name="name" value="${prot_column_name}"/> |
109 <dc:attribute name="ids" value="additionalsmarks-wstv-${prot_rel_pos}-${prot_id}"/> | 101 <dc:attribute name="ids" value="additionalsmarks-wstv-${prot_rel_pos}-${prot_id}"/> |
110 <dc:attribute name="factory" value="staticwkms"/> | 102 <dc:attribute name="factory" value="staticwkms"/> |
111 <dc:attribute name="info" value="${info}"/> | 103 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
112 </column> | 104 </column> |
113 </dc:elements> | 105 </dc:elements> |
114 </dc:context> | 106 </dc:context> |
115 </additional> | 107 </additional> |
116 </dc:elements> | 108 </dc:elements> |
129 </dc:statement> | 121 </dc:statement> |
130 <dc:elements> | 122 <dc:elements> |
131 <additional> | 123 <additional> |
132 <dc:attribute name="name" value="${prot_description}"/> | 124 <dc:attribute name="name" value="${prot_description}"/> |
133 <dc:context> | 125 <dc:context> |
134 <dc:statement> | 126 <dc:call-macro name="SQL-wst_columns_statement"/> |
135 SELECT id AS prot_column_id, | |
136 name AS prot_column_name, | |
137 position AS prot_rel_pos, | |
138 description AS info | |
139 FROM wst_columns WHERE wst_id = ${prot_id} | |
140 ORDER by position | |
141 </dc:statement> | |
142 <dc:elements> | 127 <dc:elements> |
143 <column> | 128 <column> |
144 <dc:attribute name="name" value="${prot_column_name}"/> | 129 <dc:attribute name="name" value="${prot_column_name}"/> |
145 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> | 130 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> |
146 <dc:attribute name="factory" value="staticwkms"/> | 131 <dc:attribute name="factory" value="staticwkms"/> |
147 <dc:attribute name="info" value="${info}"/> | 132 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
148 </column> | 133 </column> |
149 </dc:elements> | 134 </dc:elements> |
150 </dc:context> | 135 </dc:context> |
151 </additional> | 136 </additional> |
152 </dc:elements> | 137 </dc:elements> |
165 </dc:statement> | 150 </dc:statement> |
166 <dc:elements> | 151 <dc:elements> |
167 <relativepoint> | 152 <relativepoint> |
168 <dc:attribute name="name" value="${prot_description}"/> | 153 <dc:attribute name="name" value="${prot_description}"/> |
169 <dc:context> | 154 <dc:context> |
170 <dc:statement> | 155 <dc:call-macro name="SQL-wst_columns_statement"/> |
171 SELECT id AS prot_column_id, | |
172 name AS prot_column_name, | |
173 position AS prot_rel_pos, | |
174 description AS info | |
175 FROM wst_columns WHERE wst_id = ${prot_id} | |
176 ORDER by position | |
177 </dc:statement> | |
178 <dc:elements> | 156 <dc:elements> |
179 <column> | 157 <column> |
180 <dc:attribute name="name" value="${prot_column_name}"/> | 158 <dc:attribute name="name" value="${prot_column_name}"/> |
181 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> | 159 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> |
182 <dc:attribute name="factory" value="staticwkms"/> | 160 <dc:attribute name="factory" value="staticwkms"/> |
183 <dc:attribute name="info" value="${info}"/> | 161 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
184 </column> | 162 </column> |
185 </dc:elements> | 163 </dc:elements> |
186 </dc:context> | 164 </dc:context> |
187 </relativepoint> | 165 </relativepoint> |
188 </dc:elements> | 166 </dc:elements> |
201 <dc:elements> | 179 <dc:elements> |
202 <fixation> | 180 <fixation> |
203 <dc:attribute name="name" value="${prot_description}"/> | 181 <dc:attribute name="name" value="${prot_description}"/> |
204 <!--dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/--> | 182 <!--dc:attribute name="ids" value="fixations-wstv-A-${prot_id}"/--> |
205 <dc:context> | 183 <dc:context> |
206 <dc:statement> | 184 <dc:call-macro name="SQL-wst_columns_statement"/> |
207 SELECT id AS prot_column_id, | |
208 name AS prot_column_name, | |
209 position AS prot_rel_pos, | |
210 description AS info | |
211 FROM wst_columns WHERE wst_id = ${prot_id} | |
212 ORDER by position | |
213 </dc:statement> | |
214 <dc:elements> | 185 <dc:elements> |
215 <column> | 186 <column> |
216 <dc:attribute name="name" value="${prot_column_name}"/> | 187 <dc:attribute name="name" value="${prot_column_name}"/> |
217 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> | 188 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> |
218 <dc:attribute name="factory" value="wqinterpol"/> | 189 <dc:attribute name="factory" value="wqinterpol"/> |
219 <dc:attribute name="info" value="${info}"/> | 190 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
220 </column> | 191 </column> |
221 </dc:elements> | 192 </dc:elements> |
222 </dc:context> | 193 </dc:context> |
223 </fixation> | 194 </fixation> |
224 </dc:elements> | 195 </dc:elements> |
236 </dc:statement> | 207 </dc:statement> |
237 <dc:elements> | 208 <dc:elements> |
238 <fixation> | 209 <fixation> |
239 <dc:attribute name="name" value="${prot_description}"/> | 210 <dc:attribute name="name" value="${prot_description}"/> |
240 <dc:context> | 211 <dc:context> |
241 <dc:statement> | 212 <dc:call-macro name="SQL-wst_columns_statement"/> |
242 SELECT id AS prot_column_id, | |
243 name AS prot_column_name, | |
244 position AS prot_rel_pos, | |
245 description AS info | |
246 FROM wst_columns WHERE wst_id = ${prot_id} | |
247 ORDER by position | |
248 </dc:statement> | |
249 <dc:elements> | 213 <dc:elements> |
250 <column> | 214 <column> |
251 <dc:attribute name="name" value="${prot_column_name}"/> | 215 <dc:attribute name="name" value="${prot_column_name}"/> |
252 <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}"/> |
253 <dc:attribute name="factory" value="wqinterpol"/> | 217 <dc:attribute name="factory" value="wqinterpol"/> |
254 <dc:attribute name="info" value="${info}"/> | 218 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
255 </column> | 219 </column> |
256 </dc:elements> | 220 </dc:elements> |
257 </dc:context> | 221 </dc:context> |
258 </fixation> | 222 </fixation> |
259 </dc:elements> | 223 </dc:elements> |
271 </dc:statement> | 235 </dc:statement> |
272 <dc:elements> | 236 <dc:elements> |
273 <fixation> | 237 <fixation> |
274 <dc:attribute name="name" value="${prot_description}"/> | 238 <dc:attribute name="name" value="${prot_description}"/> |
275 <dc:context> | 239 <dc:context> |
276 <dc:statement> | 240 <dc:call-macro name="SQL-wst_columns_statement"/> |
277 SELECT id AS prot_column_id, | |
278 name AS prot_column_name, | |
279 position AS prot_rel_pos, | |
280 description AS info | |
281 FROM wst_columns WHERE wst_id = ${prot_id} | |
282 ORDER by position | |
283 </dc:statement> | |
284 <dc:elements> | 241 <dc:elements> |
285 <column> | 242 <column> |
286 <dc:attribute name="name" value="${prot_column_name}"/> | 243 <dc:attribute name="name" value="${prot_column_name}"/> |
287 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> | 244 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> |
288 <dc:attribute name="factory" value="staticwkms"/> | 245 <dc:attribute name="factory" value="staticwkms"/> |
289 <dc:attribute name="info" value="${info}"/> | 246 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
290 </column> | 247 </column> |
291 </dc:elements> | 248 </dc:elements> |
292 </dc:context> | 249 </dc:context> |
293 </fixation> | 250 </fixation> |
294 </dc:elements> | 251 </dc:elements> |
306 </dc:statement> | 263 </dc:statement> |
307 <dc:elements> | 264 <dc:elements> |
308 <relativepoint> | 265 <relativepoint> |
309 <dc:attribute name="name" value="${prot_description}"/> | 266 <dc:attribute name="name" value="${prot_description}"/> |
310 <dc:context> | 267 <dc:context> |
311 <dc:statement> | 268 <dc:call-macro name="SQL-wst_columns_statement"/> |
312 SELECT id AS prot_column_id, | |
313 name AS prot_column_name, | |
314 position AS prot_rel_pos, | |
315 description AS info | |
316 FROM wst_columns WHERE wst_id = ${prot_id} | |
317 ORDER by position | |
318 </dc:statement> | |
319 <dc:elements> | 269 <dc:elements> |
320 <column> | 270 <column> |
321 <dc:attribute name="name" value="${prot_column_name}"/> | 271 <dc:attribute name="name" value="${prot_column_name}"/> |
322 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> | 272 <dc:attribute name="ids" value="fixations-wstv-${prot_rel_pos}-${prot_id}"/> |
323 <dc:attribute name="factory" value="staticwkms"/> | 273 <dc:attribute name="factory" value="staticwkms"/> |
324 <dc:attribute name="info" value="${info}"/> | 274 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
325 </column> | 275 </column> |
326 </dc:elements> | 276 </dc:elements> |
327 </dc:context> | 277 </dc:context> |
328 </relativepoint> | 278 </relativepoint> |
329 </dc:elements> | 279 </dc:elements> |
342 </dc:statement> | 292 </dc:statement> |
343 <dc:elements> | 293 <dc:elements> |
344 <official> | 294 <official> |
345 <dc:attribute name="name" value="${prot_description}"/> | 295 <dc:attribute name="name" value="${prot_description}"/> |
346 <dc:context> | 296 <dc:context> |
347 <dc:statement> | 297 <dc:call-macro name="SQL-wst_columns_statement"/> |
348 SELECT id AS prot_column_id, | |
349 name AS prot_column_name, | |
350 position AS prot_rel_pos, | |
351 description AS info | |
352 FROM wst_columns WHERE wst_id = ${prot_id} | |
353 ORDER by position | |
354 </dc:statement> | |
355 <dc:elements> | 298 <dc:elements> |
356 <column> | 299 <column> |
357 <dc:attribute name="name" value="${prot_column_name}"/> | 300 <dc:attribute name="name" value="${prot_column_name}"/> |
358 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> | 301 <dc:attribute name="ids" value="additionals-wstv-${prot_rel_pos}-${prot_id}"/> |
359 <dc:attribute name="factory" value="staticwqkms"/> | 302 <dc:attribute name="factory" value="staticwqkms"/> |
360 <dc:attribute name="info" value="${info}"/> | 303 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
361 </column> | 304 </column> |
362 </dc:elements> | 305 </dc:elements> |
363 </dc:context> | 306 </dc:context> |
364 </official> | 307 </official> |
365 </dc:elements> | 308 </dc:elements> |
377 </dc:statement> | 320 </dc:statement> |
378 <dc:elements> | 321 <dc:elements> |
379 <relativepoint> | 322 <relativepoint> |
380 <dc:attribute name="name" value="${prot_description}"/> | 323 <dc:attribute name="name" value="${prot_description}"/> |
381 <dc:context> | 324 <dc:context> |
382 <dc:statement> | 325 <dc:call-macro name="SQL-wst_columns_statement"/> |
383 SELECT id AS prot_column_id, | |
384 name AS prot_column_name, | |
385 position AS prot_rel_pos, | |
386 description AS info | |
387 FROM wst_columns WHERE wst_id = ${prot_id} | |
388 ORDER by position | |
389 </dc:statement> | |
390 <dc:elements> | 326 <dc:elements> |
391 <column> | 327 <column> |
392 <dc:attribute name="name" value="${prot_column_name}"/> | 328 <dc:attribute name="name" value="${prot_column_name}"/> |
393 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/> | 329 <dc:attribute name="ids" value="heightmarks_points-wstv-${prot_rel_pos}-${prot_id}"/> |
394 <dc:attribute name="factory" value="staticwkms"/> | 330 <dc:attribute name="factory" value="staticwkms"/> |
395 <dc:attribute name="info" value="${info}"/> | 331 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
396 </column> | 332 </column> |
397 </dc:elements> | 333 </dc:elements> |
398 </dc:context> | 334 </dc:context> |
399 </relativepoint> | 335 </relativepoint> |
400 </dc:elements> | 336 </dc:elements> |
412 </dc:statement> | 348 </dc:statement> |
413 <dc:elements> | 349 <dc:elements> |
414 <heightmark> | 350 <heightmark> |
415 <dc:attribute name="name" value="${prot_description}"/> | 351 <dc:attribute name="name" value="${prot_description}"/> |
416 <dc:context> | 352 <dc:context> |
417 <dc:statement> | 353 <dc:call-macro name="SQL-wst_columns_statement"/> |
418 SELECT id AS prot_column_id, | |
419 name AS prot_column_name, | |
420 position AS prot_rel_pos, | |
421 description AS info | |
422 FROM wst_columns WHERE wst_id = ${prot_id} | |
423 ORDER by position | |
424 </dc:statement> | |
425 <dc:elements> | 354 <dc:elements> |
426 <column> | 355 <column> |
427 <dc:attribute name="name" value="${prot_column_name}"/> | 356 <dc:attribute name="name" value="${prot_column_name}"/> |
428 <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}"/> |
429 <dc:attribute name="factory" value="staticwkms"/> | 358 <dc:attribute name="factory" value="staticwkms"/> |
430 <dc:attribute name="info" value="${info}"/> | 359 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
431 </column> | 360 </column> |
432 </dc:elements> | 361 </dc:elements> |
433 </dc:context> | 362 </dc:context> |
434 </heightmark> | 363 </heightmark> |
435 </dc:elements> | 364 </dc:elements> |
447 </dc:statement> | 376 </dc:statement> |
448 <dc:elements> | 377 <dc:elements> |
449 <heightmark> | 378 <heightmark> |
450 <dc:attribute name="name" value="${prot_description}"/> | 379 <dc:attribute name="name" value="${prot_description}"/> |
451 <dc:context> | 380 <dc:context> |
452 <dc:statement> | 381 <dc:call-macro name="SQL-wst_columns_statement"/> |
453 SELECT id AS prot_column_id, | |
454 name AS prot_column_name, | |
455 position AS prot_rel_pos, | |
456 description AS info | |
457 FROM wst_columns WHERE wst_id = ${prot_id} | |
458 ORDER by position | |
459 </dc:statement> | |
460 <dc:elements> | 382 <dc:elements> |
461 <column> | 383 <column> |
462 <dc:attribute name="name" value="${prot_column_name}"/> | 384 <dc:attribute name="name" value="${prot_column_name}"/> |
463 <dc:attribute name="ids" value="heightmarks_annotations-wstv-${prot_rel_pos}-${prot_id}"/> | 385 <dc:attribute name="ids" value="heightmarks_annotations-wstv-${prot_rel_pos}-${prot_id}"/> |
464 <dc:attribute name="factory" value="wqinterpol"/> | 386 <dc:attribute name="factory" value="wqinterpol"/> |
465 <dc:attribute name="info" value="${info}"/> | 387 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
466 </column> | 388 </column> |
467 </dc:elements> | 389 </dc:elements> |
468 </dc:context> | 390 </dc:context> |
469 </heightmark> | 391 </heightmark> |
470 </dc:elements> | 392 </dc:elements> |
486 <dc:attribute name="name" value="${prot_description}"/> | 408 <dc:attribute name="name" value="${prot_description}"/> |
487 <dc:attribute name="db-id" value="${prot_id}"/> | 409 <dc:attribute name="db-id" value="${prot_id}"/> |
488 <dc:attribute name="factory" value="staticwkms"/> | 410 <dc:attribute name="factory" value="staticwkms"/> |
489 <columns> | 411 <columns> |
490 <dc:context> | 412 <dc:context> |
491 <dc:statement> | 413 <dc:call-macro name="SQL-wst_columns_statement"/> |
492 SELECT id AS prot_column_id, | |
493 name AS prot_column_name, | |
494 position AS prot_rel_pos, | |
495 description AS info | |
496 FROM wst_columns WHERE wst_id = ${prot_id} | |
497 ORDER by position | |
498 </dc:statement> | |
499 <dc:elements> | 414 <dc:elements> |
500 <column> | 415 <column> |
501 <dc:attribute name="name" value="${prot_column_name}"/> | 416 <dc:attribute name="name" value="${prot_column_name}"/> |
502 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> | 417 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> |
503 <dc:attribute name="factory" value="staticwkms"/> | 418 <dc:attribute name="factory" value="staticwkms"/> |
504 <dc:attribute name="info" value="${info}"/> | 419 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> |
505 </column> | 420 </column> |
506 </dc:elements> | 421 </dc:elements> |
507 </dc:context> | 422 </dc:context> |
508 </columns> | 423 </columns> |
509 </relativepoint> | 424 </relativepoint> |
525 <flood_protection> | 440 <flood_protection> |
526 <dc:attribute name="name" value="${prot_description}"/> | 441 <dc:attribute name="name" value="${prot_description}"/> |
527 <dc:attribute name="db-id" value="${prot_id}"/> | 442 <dc:attribute name="db-id" value="${prot_id}"/> |
528 <dc:attribute name="factory" value="staticwkms"/> | 443 <dc:attribute name="factory" value="staticwkms"/> |
529 <dc:context> | 444 <dc:context> |
530 <dc:statement> | 445 <dc:call-macro name="SQL-wst_columns_statement"/> |
531 SELECT id AS prot_column_id, | |
532 name AS prot_column_name, | |
533 position AS prot_rel_pos | |
534 FROM wst_columns WHERE wst_id = ${prot_id} | |
535 ORDER by position | |
536 </dc:statement> | |
537 <dc:elements> | 446 <dc:elements> |
538 <column> | 447 <column> |
539 <dc:attribute name="name" value="${prot_column_name}"/> | 448 <dc:attribute name="name" value="${prot_column_name}"/> |
540 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> | 449 <dc:attribute name="ids" value="flood_protection-wstv-${prot_rel_pos}-${prot_id}"/> |
541 <dc:attribute name="factory" value="staticwkms"/> | 450 <dc:attribute name="factory" value="staticwkms"/> |
451 <dc:attribute name="info" value="${info} [km ${deffrom} - ${defto}]"/> | |
542 </column> | 452 </column> |
543 </dc:elements> | 453 </dc:elements> |
544 </dc:context> | 454 </dc:context> |
545 </flood_protection> | 455 </flood_protection> |
546 </dc:elements> | 456 </dc:elements> |