Mercurial > dive4elements > river
comparison flys-backend/doc/annotation-types.xml @ 1259:54365104835c 2.5
merged flys-backend/2.5
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 28 Sep 2012 12:14:18 +0200 |
parents | aa9e3da95c31 |
children | 5dfe06f149f3 |
comparison
equal
deleted
inserted
replaced
1190:f514894ec2fd | 1259:54365104835c |
---|---|
1 <?xml version="1.0" encoding="UTF-8" ?> | |
2 <annotation> | |
3 <types> | |
4 <type name="Abzweigung"/> | |
5 <type name="Berechnungsstrecke"/> | |
6 <type name="Brücke"/> | |
7 <type name="Bundesland"/> | |
8 <type name="Deich"/> | |
9 <type name="Einmündung"/> | |
10 <type name="Fähre"/> | |
11 <type name="Gemeinde"/> | |
12 <type name="Grenze"/> | |
13 <type name="Hafen"/> | |
14 <type name="HW-Schutz"/> | |
15 <type name="Landkreis"/> | |
16 <type name="Meldestelle"/> | |
17 <type name="Messstelle"/> | |
18 <type name="Pegel"/> | |
19 <type name="Stauwehr"/> | |
20 <type name="Staatsgrenze"/> | |
21 <type name="Staat"/> | |
22 <type name="WSA"/> | |
23 <type name="Zufluß"/> | |
24 <type name="Sonstige" default="true"/> | |
25 </types> | |
26 | |
27 <patterns> | |
28 <file pattern="^Brücken$" type="Brücke"/> | |
29 <file pattern="^Deich.*$" type="Deich"/> | |
30 <file pattern="^Hafen$" type="Hafen"/> | |
31 <file pattern="^Pegel-alle$" type="Pegel"/> | |
32 <file pattern="^Pegel$" type="Pegel"/> | |
33 <file pattern="^Wehr$" type="Stauwehr"/> | |
34 <file pattern="^Stauwehr$" type="Stauwehr"/> | |
35 <file pattern="^Zufluß$" type="Zufluß"/> | |
36 | |
37 <line pattern="^Abz\.?[:\s].*$" type="Abzweigung"/> | |
38 <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/> | |
39 <line pattern="^Brücke[:\s].*$" type="Brücke"/> | |
40 <line pattern="^Bundesland[:\s].*$" type="Bundesland"/> | |
41 <line pattern="^Einmündung[:\s].*$" type="Einmündung"/> | |
42 <line pattern="^Fähre[:\s].*$" type="Abzweig"/> | |
43 <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/> | |
44 <line pattern="^Grenze[:\s].*$" type="Grenze"/> | |
45 <line pattern="^Hafen[:\s].*$" type="Hafen"/> | |
46 <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/> | |
47 <line pattern="^Landkreis[:\s].*$" type="Landkreis"/> | |
48 <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/> | |
49 <line pattern="^Messstelle[:\s].*$" type="Messstelle"/> | |
50 <line pattern="^Pegel[:\s].*$" type="Pegel"/> | |
51 <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/> | |
52 <line pattern="^Staat[:\s].*$" type="Staat"/> | |
53 <line pattern="^Wehr[:\s].*$" type="Stauwehr"/> | |
54 <line pattern="^WSA[:\s].*$" type="WSA"/> | |
55 <line pattern="^Zufluß[:\s].*$" type="Zufluß"/> | |
56 </patterns> | |
57 </annotation> |