Mercurial > dive4elements > river
annotate backend/doc/annotation-types.xml @ 6140:60b94dec104b
Add handling of bound artifacts.
When an artifact is bound to an out its facets will only be shown
in that Out. They will be removed in the blackboard pass and marked
as incompatible by the AttributeWriter
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 31 May 2013 15:29:30 +0200 |
parents | 8025cb45c31a |
children | 6fd8a5b55f73 |
rev | line source |
---|---|
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
2 <annotation> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 <types> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
4 <type name="Abzweigung"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
5 <type name="Berechnungsstrecke"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 <type name="Brücke"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
7 <type name="Bundesland"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
8 <type name="Deich"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 <type name="Einmündung"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
10 <type name="Fähre"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
11 <type name="Gemeinde"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
12 <type name="Grenze"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
13 <type name="Hafen"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
14 <type name="HW-Schutz"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
15 <type name="Landkreis"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
16 <type name="Meldestelle"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
17 <type name="Messstelle"/> |
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
18 <type name="Pegel"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
19 <type name="Stauwehr"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
20 <type name="Staatsgrenze"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
21 <type name="Staat"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
22 <type name="WSA"/> |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
23 <type name="Zufluss"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
24 <type name="Quelle"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
25 <type name="Senke"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
26 <type name="Sonstige" default="true"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
27 </types> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
28 |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
29 <patterns> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
30 <file pattern="^Brücken$" type="Brücke"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
31 <file pattern="^Deich.*$" type="Deich"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
32 <file pattern="^Hafen$" type="Hafen"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
33 <file pattern="^Pegel-alle$" type="Pegel"/> |
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
34 <file pattern="^Pegel$" type="Pegel"/> |
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
35 <file pattern="^Wehr$" type="Stauwehr"/> |
2857
5dfe06f149f3
Adapted annotation types.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
766
diff
changeset
|
36 <file pattern="^Stauwehr$" type="Stauwehr"/> |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
37 <file pattern="^Zufluß$" type="Zufluss"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
38 <file pattern="^Zufluss$" type="Zufluss"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
39 |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
40 <line pattern="^Deich.*$" type="Deich"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
41 <line pattern="^Abz.?[:\s].*$" type="Abzweigung"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
42 <line pattern="^Berechnungsstrecke.*$" type="Berechnungsstrecke"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
43 <line pattern="^Brücke[:\s].*$" type="Brücke"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
44 <line pattern="^Bundesland[:\s].*$" type="Bundesland"/> |
766
aa9e3da95c31
Importer: Fix import of annotation type classification.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
765
diff
changeset
|
45 <line pattern="^Einmündung[:\s].*$" type="Einmündung"/> |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
46 <line pattern="^Mündung[:\s].*$" type="Einmündung"/> |
4829
92ba5ffb8ba8
Fixed type error in Annotation types.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
3326
diff
changeset
|
47 <line pattern="^Fähre[:\s].*$" type="Abzweigung"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
48 <line pattern="^Gemeinde[:\s].*$" type="Gemeinde"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
49 <line pattern="^Grenze[:\s].*$" type="Grenze"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
50 <line pattern="^Hafen[:\s].*$" type="Hafen"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
51 <line pattern="^HW-Schutz[:\s].*$" type="HW-Schutz"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
52 <line pattern="^Landkreis[:\s].*$" type="Landkreis"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
53 <line pattern="^Meldestelle[:\s].*$" type="Meldestelle"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
54 <line pattern="^Messstelle[:\s].*$" type="Messstelle"/> |
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
55 <line pattern="^Geschiebemessstelle[:\s].*$" type="Messstelle"/> |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
56 <line pattern="^Schwebstoffmessstelle[:\s].*$" type="Messstelle"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
57 <line pattern="^Pegel[:\s].*$" type="Pegel"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
58 <line pattern="^Staatsgrenze[:\s].*$" type="Staatsgrenze"/> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
59 <line pattern="^Staat[:\s].*$" type="Staat"/> |
3326
ff70ff6c0629
Improved the import process to read MINFO specific 'Messstellen'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
2857
diff
changeset
|
60 <line pattern="^Wehr[:\s].*$" type="Stauwehr"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
61 <line pattern="^WSA[:\s].*$" type="WSA"/> |
5906
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
62 <line pattern="^Zufluß[:\s].*$" type="Zufluss"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
63 <line pattern="^Zufluss[:\s].*$" type="Zufluss"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
64 <line pattern="^Quelle[:\s].*$" type="Quelle"/> |
8025cb45c31a
some additions and adjustments to annotation types
Tom Gottfried <tom.gottfried@intevation.de>
parents:
5838
diff
changeset
|
65 <line pattern="^Senke[:\s].*$" type="Senke"/> |
765
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
66 </patterns> |
763c4137d6e1
Added classification of annotation types. Needs testing!
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
67 </annotation> |