comparison flys-backend/doc/annotation-types.xml @ 2857:5dfe06f149f3

Adapted annotation types. flys-backend/trunk@4317 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 27 Apr 2012 08:35:50 +0000
parents aa9e3da95c31
children ff70ff6c0629
comparison
equal deleted inserted replaced
2856:85185b5c464e 2857:5dfe06f149f3
3 <types> 3 <types>
4 <type name="Abzweigung"/> 4 <type name="Abzweigung"/>
5 <type name="Berechnungsstrecke"/> 5 <type name="Berechnungsstrecke"/>
6 <type name="Brücke"/> 6 <type name="Brücke"/>
7 <type name="Bundesland"/> 7 <type name="Bundesland"/>
8 <type name="Deich"/> 8 <type name="Deich-Kilometrierung"/>
9 <type name="Einmündung"/> 9 <type name="Einmündung"/>
10 <type name="Fähre"/> 10 <type name="Fähre"/>
11 <type name="Gemeinde"/>
12 <type name="Grenze"/> 11 <type name="Grenze"/>
13 <type name="Hafen"/> 12 <type name="Hafen"/>
13 <type name="Hauptpegel"/>
14 <type name="Hauptzufluss"/>
15 <type name="HW-Marken"/>
14 <type name="HW-Schutz"/> 16 <type name="HW-Schutz"/>
17 <type name="Insel"/>
18 <type name="Kraftwerk"/>
15 <type name="Landkreis"/> 19 <type name="Landkreis"/>
20 <type name="Landesgewässerkilometrierung"/>
16 <type name="Meldestelle"/> 21 <type name="Meldestelle"/>
17 <type name="Messstelle"/> 22 <type name="Nebenarm / Altarm"/>
18 <type name="Pegel"/> 23 <type name="sonstige Messstelle"/>
24 <type name="Morphologische Messstelle"/>
25 <type name="Pegel (inkl. Nebenpegel)"/>
26 <type name="Ort"/>
27 <type name="Schleuse"/>
19 <type name="Stauwehr"/> 28 <type name="Stauwehr"/>
20 <type name="Staatsgrenze"/> 29 <type name="Staatsgrenze"/>
21 <type name="Staat"/> 30 <type name="Staat"/>
22 <type name="WSA"/> 31 <type name="WSA"/>
23 <type name="Zufluß"/> 32 <type name="WSD"/>
33 <type name="Zufluss (inkl. kleinerer Gewässer)"/>
24 <type name="Sonstige" default="true"/> 34 <type name="Sonstige" default="true"/>
25 </types> 35 </types>
26 36
27 <patterns> 37 <patterns>
38 <file pattern="^Verzweigung$" type="Abzweigung"/>
28 <file pattern="^Brücken$" type="Brücke"/> 39 <file pattern="^Brücken$" type="Brücke"/>
29 <file pattern="^Deich.*$" type="Deich"/> 40 <file pattern="^Deich.*$" type="Deich"/>
30 <file pattern="^Hafen$" type="Hafen"/> 41 <file pattern="^Hafen$" type="Hafen"/>
31 <file pattern="^Pegel-alle$" type="Pegel"/> 42 <file pattern="^Hauptpegel$" type="Hauptpegel"/>
32 <file pattern="^Pegel$" type="Pegel"/> 43 <file pattern="^Zufluss$" type="Hauptzufluss"/>
44 <file pattern="^Zufluß$" type="Hauptzufluss"/>
45 <file pattern="^HW-Marken$" type="HW-Marken"/>
46 <file pattern="^HW-Schutzanlagen$" type="HW-Schutz"/>
47 <file pattern="^Morphologische_Messstelle$" type="Morphologische Messstelle"/>
48 <file pattern="^Pegel$" type="Pegel (inkl. Nebenpegel)"/>
49 <file pattern="^Pegel-alle$" type="Pegel (inkl. Nebenpegel)"/>
50 <file pattern="^Stauwehr$" type="Stauwehr"/>
33 <file pattern="^Wehr$" type="Stauwehr"/> 51 <file pattern="^Wehr$" type="Stauwehr"/>
34 <file pattern="^Stauwehr$" type="Stauwehr"/> 52 <file pattern="^Zufluss-alle$" type="Zufluss (inkl. kleinerer Gewässer)"/>
35 <file pattern="^Zufluß$" type="Zufluß"/> 53 <file pattern="^Zufluß-alle$" type="Zufluss (inkl. kleinerer Gewässer)"/>
36 54
37 <line pattern="^Abz\.?[:\s].*$" type="Abzweigung"/> 55 <line pattern="^Abz\.?[:\s].*$" type="Abzweigung"/>
38 <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/> 56 <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/>
39 <line pattern="^Brücke[:\s].*$" type="Brücke"/> 57 <line pattern="^Brücke[:\s].*$" type="Brücke"/>
40 <line pattern="^Bundesland[:\s].*$" type="Bundesland"/> 58 <line pattern="^Bundesland[:\s].*$" type="Bundesland"/>
41 <line pattern="^Einmündung[:\s].*$" type="Einmündung"/> 59 <line pattern="^Einmündung[:\s].*$" type="Einmündung"/>
42 <line pattern="^Fähre[:\s].*$" type="Abzweig"/> 60 <line pattern="^Fähre[:\s].*$" type="Fähre"/>
43 <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/>
44 <line pattern="^Grenze[:\s].*$" type="Grenze"/> 61 <line pattern="^Grenze[:\s].*$" type="Grenze"/>
45 <line pattern="^Hafen[:\s].*$" type="Hafen"/> 62 <line pattern="^Hafen[:\s].*$" type="Hafen"/>
63 <line pattern="^Pegel[:\s].*$" type="Hauptpegel"/>
64 <line pattern="^Zufluss[:\s].*$" type="Hauptzufluss"/>
65 <line pattern="^Zufluß[:\s].*$" type="Hauptzufluss"/>
66 <line pattern="^HW-Marken[:\s].*$" type="HW-Marken"/>
67 <line pattern="^Deich[:\s].*$" type="HW-Schutz"/>
46 <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/> 68 <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/>
69 <line pattern="^HW-Schutzanlage[:\s].*$" type="HW-Schutz"/>
70 <line pattern="^Sommerdeich[:\s].*$" type="HW-Schutz"/>
71 <line pattern="^Hauptdeich[:\s].*$" type="HW-Schutz"/>
72 <line pattern="^Insel[:\s].*$" type="Insel"/>
73 <line pattern="^Kraftwerk[:\s].*$" type="Kraftwerk"/>
47 <line pattern="^Landkreis[:\s].*$" type="Landkreis"/> 74 <line pattern="^Landkreis[:\s].*$" type="Landkreis"/>
48 <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/> 75 <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/>
49 <line pattern="^Messstelle[:\s].*$" type="Messstelle"/> 76 <line pattern="^Nebenarm[:\s].*$" type="Nebenarm / Altarm"/>
50 <line pattern="^Pegel[:\s].*$" type="Pegel"/> 77 <line pattern="^Altarm[:\s].*$" type="Nebenarm / Altarm"/>
78 <line pattern="^Messstelle[:\s].*$" type="sonstige Messstelle"/>
79 <line pattern="^Messtelle[:\s].*$" type="sonstige Messstelle"/>
80 <line pattern="^Gemeinde[:\s].*$" type="Ort"/>
81 <line pattern="^Ort[:\s].*$" type="Ort"/>
82 <line pattern="^Orte[:\s].*$" type="Ort"/>
83 <line pattern="^Stadt[:\s].*$" type="Ort"/>
84 <line pattern="^Schleuse[:\s].*$" type="Schleuse"/>
85 <line pattern="^Stauwehr[:\s].*$" type="Stauwehr"/>
86 <line pattern="^Wehr[:\s].*$" type="Stauwehr"/>
87 <line pattern="^Nadelwehr[:\s].*$" type="Stauwehr"/>
88 <line pattern="^Hauptwehr[:\s].*$" type="Stauwehr"/>
51 <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/> 89 <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/>
52 <line pattern="^Staat[:\s].*$" type="Staat"/> 90 <line pattern="^Staat[:\s].*$" type="Staat"/>
53 <line pattern="^Wehr[:\s].*$" type="Stauwehr"/>
54 <line pattern="^WSA[:\s].*$" type="WSA"/> 91 <line pattern="^WSA[:\s].*$" type="WSA"/>
55 <line pattern="^Zufluß[:\s].*$" type="Zufluß"/> 92 <line pattern="^WSD[:\s].*$" type="WSD"/>
56 </patterns> 93 </patterns>
57 </annotation> 94 </annotation>

http://dive4elements.wald.intevation.org