Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/meta-data.xml @ 2324:867ebe191799
Changed dashes in entitie names to underscores.
flys-artifacts/trunk@4006 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 09 Feb 2012 15:48:13 +0000 |
parents | 734d5f5e55c0 |
children | 700f28bfd7ef |
comparison
equal
deleted
inserted
replaced
2323:6bbb8295fd64 | 2324:867ebe191799 |
---|---|
314 <dc:attribute name="ids" value="${river_id}"/> | 314 <dc:attribute name="ids" value="${river_id}"/> |
315 </annotation> | 315 </annotation> |
316 </dc:macro> | 316 </dc:macro> |
317 | 317 |
318 <dc:macro name="cross_sections"> | 318 <dc:macro name="cross_sections"> |
319 <cross-sections> | 319 <cross_sections> |
320 <dc:attribute name="id" value="flood-protections-${river_id}"/> | 320 <dc:attribute name="id" value="flood-protections-${river_id}"/> |
321 <dc:context> | 321 <dc:context> |
322 <dc:statement> | 322 <dc:statement> |
323 SELECT id AS prot_id, | 323 SELECT id AS prot_id, |
324 description AS prot_description | 324 description AS prot_description |
325 FROM cross_sections WHERE river_id = ${river_id} | 325 FROM cross_sections WHERE river_id = ${river_id} |
326 </dc:statement> | 326 </dc:statement> |
327 <dc:elements> | 327 <dc:elements> |
328 <cross-section> | 328 <cross_section> |
329 <dc:attribute name="name" value="${prot_description}"/> | 329 <dc:attribute name="name" value="${prot_description}"/> |
330 <dc:attribute name="ids" value="${prot_id}"/> | 330 <dc:attribute name="ids" value="${prot_id}"/> |
331 <dc:attribute name="factory" value="crosssections"/> | 331 <dc:attribute name="factory" value="crosssections"/> |
332 </cross-section> | 332 </cross_section> |
333 </dc:elements> | 333 </dc:elements> |
334 </dc:context> | 334 </dc:context> |
335 </cross-sections> | 335 </cross_sections> |
336 </dc:macro> | 336 </dc:macro> |
337 | 337 |
338 <dc:macro name="hyks"> | 338 <dc:macro name="hyks"> |
339 <hyks> | 339 <hyks> |
340 <dc:attribute name="id" value="hyk-${river_id}"/> | 340 <dc:attribute name="id" value="hyk-${river_id}"/> |
429 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and (dc:contains($parameters, 'recommended'))"> | 429 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and (dc:contains($parameters, 'recommended'))"> |
430 <!--dc:call-macro name="basedata_2_fixations_wst"/--> | 430 <!--dc:call-macro name="basedata_2_fixations_wst"/--> |
431 </dc:if> | 431 </dc:if> |
432 | 432 |
433 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and not (dc:contains($parameters, 'recommended'))"> | 433 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve') and not (dc:contains($parameters, 'recommended'))"> |
434 <discharge-table-nn> | 434 <discharge_table_nn> |
435 <discharge-table-gauge> | 435 <discharge_table_gauge> |
436 <dc:context> | 436 <dc:context> |
437 <dc:statement> | 437 <dc:statement> |
438 SELECT id AS gauge_id, | 438 SELECT id AS gauge_id, |
439 name AS gauge_name | 439 name AS gauge_name |
440 FROM gauges WHERE river_id = ${river_id} | 440 FROM gauges WHERE river_id = ${river_id} |
462 </dc:elements> | 462 </dc:elements> |
463 </dc:context> | 463 </dc:context> |
464 </gauge> | 464 </gauge> |
465 </dc:elements> | 465 </dc:elements> |
466 </dc:context> | 466 </dc:context> |
467 </discharge-table-gauge> | 467 </discharge_table_gauge> |
468 | 468 |
469 </discharge-table-nn> | 469 </discharge_table_nn> |
470 | 470 |
471 <dc:call-macro name="basedata_2_fixations_wst"/> | 471 <dc:call-macro name="basedata_2_fixations_wst"/> |
472 | 472 |
473 <dc:call-macro name="basedata_5_flood-protections"/> | 473 <dc:call-macro name="basedata_5_flood-protections"/> |
474 | 474 |
480 <!-- former flood-water-marks --> | 480 <!-- former flood-water-marks --> |
481 <dc:call-macro name="basedata_4_heightmarks-points"/> | 481 <dc:call-macro name="basedata_4_heightmarks-points"/> |
482 </dc:if> | 482 </dc:if> |
483 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"><!-- or (dc:contains($artifact-outs, 'discharge_curve'))"--> | 483 <dc:if test="dc:contains($artifact-outs, 'computed_discharge_curve')"><!-- or (dc:contains($artifact-outs, 'discharge_curve'))"--> |
484 <!-- && parameter contains recommended/ation --> | 484 <!-- && parameter contains recommended/ation --> |
485 <computed-discharge-curve> | 485 <computed_discharge_curve> |
486 <dc:call-macro name="mainvalues"/> | 486 <dc:call-macro name="mainvalues"/> |
487 </computed-discharge-curve> | 487 </computed_discharge_curve> |
488 <dc:call-macro name="basedata_2_fixations_wst"/> | 488 <dc:call-macro name="basedata_2_fixations_wst"/> |
489 </dc:if> | 489 </dc:if> |
490 | 490 |
491 <dc:if test="dc:contains($artifact-outs, 'duration_curve')"> | 491 <dc:if test="dc:contains($artifact-outs, 'duration_curve')"> |
492 <dc:call-macro name="mainvalues"/> | 492 <dc:call-macro name="mainvalues"/> |