Stand: 01.01.2022

Linke Datei: V02.0
Rechte Datei: V01.4
1 <?xml version="1.0" encoding="UTF-8"?> = 1 <?xml version="1.0" encoding="UTF-8"?>
2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" vc:minVersion="1.1">   2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" vc:minVersion="1.1">
3         <xs:simpleType name="enum_monat_type">   3         <xs:simpleType name="enum_monat_type">
4                 <xs:annotation>   4                 <xs:annotation>
5                         <xs:documentation>Monatszahl</xs:documentation>   5                         <xs:documentation>Monatszahl</xs:documentation>
6                 </xs:annotation>   6                 </xs:annotation>
7                 <xs:restriction base="xs:int">   7                 <xs:restriction base="xs:int">
8                         <xs:enumeration value="1">   8                         <xs:enumeration value="1">
9                                 <xs:annotation>   9                                 <xs:annotation>
10                                         <xs:documentation>Januar</xs:documentation>   10                                         <xs:documentation>Januar</xs:documentation>
11                                 </xs:annotation>   11                                 </xs:annotation>
12                         </xs:enumeration>   12                         </xs:enumeration>
13                         <xs:enumeration value="2">   13                         <xs:enumeration value="2">
14                                 <xs:annotation>   14                                 <xs:annotation>
15                                         <xs:documentation>Februar</xs:documentation>   15                                         <xs:documentation>Februar</xs:documentation>
16                                 </xs:annotation>   16                                 </xs:annotation>
17                         </xs:enumeration>   17                         </xs:enumeration>
18                         <xs:enumeration value="3">   18                         <xs:enumeration value="3">
19                                 <xs:annotation>   19                                 <xs:annotation>
20                                         <xs:documentation>März</xs:documentation>   20                                         <xs:documentation>März</xs:documentation>
21                                 </xs:annotation>   21                                 </xs:annotation>
22                         </xs:enumeration>   22                         </xs:enumeration>
23                         <xs:enumeration value="4">   23                         <xs:enumeration value="4">
24                                 <xs:annotation>   24                                 <xs:annotation>
25                                         <xs:documentation>April</xs:documentation>   25                                         <xs:documentation>April</xs:documentation>
26                                 </xs:annotation>   26                                 </xs:annotation>
27                         </xs:enumeration>   27                         </xs:enumeration>
28                         <xs:enumeration value="5">   28                         <xs:enumeration value="5">
29                                 <xs:annotation>   29                                 <xs:annotation>
30                                         <xs:documentation>Mai</xs:documentation>   30                                         <xs:documentation>Mai</xs:documentation>
31                                 </xs:annotation>   31                                 </xs:annotation>
32                         </xs:enumeration>   32                         </xs:enumeration>
33                         <xs:enumeration value="6">   33                         <xs:enumeration value="6">
34                                 <xs:annotation>   34                                 <xs:annotation>
35                                         <xs:documentation>Juni</xs:documentation>   35                                         <xs:documentation>Juni</xs:documentation>
36                                 </xs:annotation>   36                                 </xs:annotation>
37                         </xs:enumeration>   37                         </xs:enumeration>
38                         <xs:enumeration value="7">   38                         <xs:enumeration value="7">
39                                 <xs:annotation>   39                                 <xs:annotation>
40                                         <xs:documentation>Juli</xs:documentation>   40                                         <xs:documentation>Juli</xs:documentation>
41                                 </xs:annotation>   41                                 </xs:annotation>
42                         </xs:enumeration>   42                         </xs:enumeration>
43                         <xs:enumeration value="8">   43                         <xs:enumeration value="8">
44                                 <xs:annotation>   44                                 <xs:annotation>
45                                         <xs:documentation>August</xs:documentation>   45                                         <xs:documentation>August</xs:documentation>
46                                 </xs:annotation>   46                                 </xs:annotation>
47                         </xs:enumeration>   47                         </xs:enumeration>
48                         <xs:enumeration value="9">   48                         <xs:enumeration value="9">
49                                 <xs:annotation>   49                                 <xs:annotation>
50                                         <xs:documentation>September</xs:documentation>   50                                         <xs:documentation>September</xs:documentation>
51                                 </xs:annotation>   51                                 </xs:annotation>
52                         </xs:enumeration>   52                         </xs:enumeration>
53                         <xs:enumeration value="10">   53                         <xs:enumeration value="10">
54                                 <xs:annotation>   54                                 <xs:annotation>
55                                         <xs:documentation>Oktober</xs:documentation>   55                                         <xs:documentation>Oktober</xs:documentation>
56                                 </xs:annotation>   56                                 </xs:annotation>
57                         </xs:enumeration>   57                         </xs:enumeration>
58                         <xs:enumeration value="11">   58                         <xs:enumeration value="11">
59                                 <xs:annotation>   59                                 <xs:annotation>
60                                         <xs:documentation>November</xs:documentation>   60                                         <xs:documentation>November</xs:documentation>
61                                 </xs:annotation>   61                                 </xs:annotation>
62                         </xs:enumeration>   62                         </xs:enumeration>
63                         <xs:enumeration value="12">   63                         <xs:enumeration value="12">
64                                 <xs:annotation>   64                                 <xs:annotation>
65                                         <xs:documentation>Dezember</xs:documentation>   65                                         <xs:documentation>Dezember</xs:documentation>
66                                 </xs:annotation>   66                                 </xs:annotation>
67                         </xs:enumeration>   67                         </xs:enumeration>
68                 </xs:restriction>   68                 </xs:restriction>
69         </xs:simpleType>   69         </xs:simpleType>
    -+ 70         <xs:simpleType name="enum_geschlecht_type">
      71                 <xs:annotation>
      72                         <xs:documentation>Geschlecht</xs:documentation>
      73                 </xs:annotation>
      74                 <xs:restriction base="xs:int">
      75                         <xs:enumeration value="1">
      76                                 <xs:annotation>
      77                                         <xs:documentation>männlich</xs:documentation>
      78                                 </xs:annotation>
      79                         </xs:enumeration>
      80                         <xs:enumeration value="2">
      81                                 <xs:annotation>
      82                                         <xs:documentation>weiblich</xs:documentation>
      83                                 </xs:annotation>
      84                         </xs:enumeration>
      85                 </xs:restriction>
      86         </xs:simpleType>
      87         <xs:simpleType name="enum_pflegegrad_type">
      88                 <xs:annotation>
      89                         <xs:documentation>Pflegegrad</xs:documentation>
      90                 </xs:annotation>
      91                 <xs:restriction base="xs:int">
      92                         <xs:enumeration value="0">
      93                                 <xs:annotation>
      94                                         <xs:documentation>kein Pflegegrad</xs:documentation>
      95                                 </xs:annotation>
      96                         </xs:enumeration>
      97                         <xs:enumeration value="1">
      98                                 <xs:annotation>
      99                                         <xs:documentation>Grad 1</xs:documentation>
      100                                 </xs:annotation>
      101                         </xs:enumeration>
      102                         <xs:enumeration value="2">
      103                                 <xs:annotation>
      104                                         <xs:documentation>Grad 2</xs:documentation>
      105                                 </xs:annotation>
      106                         </xs:enumeration>
      107                         <xs:enumeration value="3">
      108                                 <xs:annotation>
      109                                         <xs:documentation>Grad 3</xs:documentation>
      110                                 </xs:annotation>
      111                         </xs:enumeration>
      112                         <xs:enumeration value="4">
      113                                 <xs:annotation>
      114                                         <xs:documentation>Grad 4</xs:documentation>
      115                                 </xs:annotation>
      116                         </xs:enumeration>
      117                         <xs:enumeration value="5">
      118                                 <xs:annotation>
      119                                         <xs:documentation>Grad 5</xs:documentation>
      120                                 </xs:annotation>
      121                         </xs:enumeration>
      122                 </xs:restriction>
      123         </xs:simpleType>
70         <xs:simpleType name="enum_jn_type"> = 124         <xs:simpleType name="enum_jn_type">
71                 <xs:annotation>   125                 <xs:annotation>
72                         <xs:documentation>ja/nein</xs:documentation>   126                         <xs:documentation>ja/nein</xs:documentation>
73                 </xs:annotation>   127                 </xs:annotation>
74                 <xs:restriction base="xs:int">   128                 <xs:restriction base="xs:int">
75                         <xs:enumeration value="0">   129                         <xs:enumeration value="0">
76                                 <xs:annotation>   130                                 <xs:annotation>
77                                         <xs:documentation>nein</xs:documentation>   131                                         <xs:documentation>nein</xs:documentation>
78                                 </xs:annotation>   132                                 </xs:annotation>
79                         </xs:enumeration>   133                         </xs:enumeration>
80                         <xs:enumeration value="1">   134                         <xs:enumeration value="1">
81                                 <xs:annotation>   135                                 <xs:annotation>
82                                         <xs:documentation>ja</xs:documentation>   136                                         <xs:documentation>ja</xs:documentation>
83                                 </xs:annotation>   137                                 </xs:annotation>
84                         </xs:enumeration>   138                         </xs:enumeration>
85                 </xs:restriction>   139                 </xs:restriction>
86         </xs:simpleType>   140         </xs:simpleType>
87         <xs:simpleType name="enum_jnAnzahl_type">   141         <xs:simpleType name="enum_jnAnzahl_type">
88                 <xs:annotation>   142                 <xs:annotation>
89                         <xs:documentation>ja/nein/Anzahl</xs:documentation>   143                         <xs:documentation>ja/nein/Anzahl</xs:documentation>
90                 </xs:annotation>   144                 </xs:annotation>
91                 <xs:restriction base="xs:int">   145                 <xs:restriction base="xs:int">
92                         <xs:enumeration value="0">   146                         <xs:enumeration value="0">
93                                 <xs:annotation>   147                                 <xs:annotation>
94                                         <xs:documentation>nein</xs:documentation>   148                                         <xs:documentation>nein</xs:documentation>
95                                 </xs:annotation>   149                                 </xs:annotation>
96                         </xs:enumeration>   150                         </xs:enumeration>
97                         <xs:enumeration value="1">   151                         <xs:enumeration value="1">
98                                 <xs:annotation>   152                                 <xs:annotation>
99                                         <xs:documentation>ja, einmal</xs:documentation>   153                                         <xs:documentation>ja, einmal</xs:documentation>
100                                 </xs:annotation>   154                                 </xs:annotation>
101                         </xs:enumeration>   155                         </xs:enumeration>
102                         <xs:enumeration value="2">   156                         <xs:enumeration value="2">
103                                 <xs:annotation>   157                                 <xs:annotation>
104                                         <xs:documentation>ja, mehrmals</xs:documentation>   158                                         <xs:documentation>ja, mehrmals</xs:documentation>
105                                 </xs:annotation>   159                                 </xs:annotation>
106                         </xs:enumeration>   160                         </xs:enumeration>
107                 </xs:restriction>   161                 </xs:restriction>
108         </xs:simpleType>   162         </xs:simpleType>
109         <xs:simpleType name="enum_jnNichtMoeglich_type">   163         <xs:simpleType name="enum_jnNichtMoeglich_type">
110                 <xs:annotation>   164                 <xs:annotation>
111                         <xs:documentation>ja/nein/nicht möglich</xs:documentation>   165                         <xs:documentation>ja/nein/nicht möglich</xs:documentation>
112                 </xs:annotation>   166                 </xs:annotation>
113                 <xs:restriction base="xs:int">   167                 <xs:restriction base="xs:int">
114                         <xs:enumeration value="1">   168                         <xs:enumeration value="1">
115                                 <xs:annotation>   169                                 <xs:annotation>
116                                         <xs:documentation>ja</xs:documentation>   170                                         <xs:documentation>ja</xs:documentation>
117                                 </xs:annotation>   171                                 </xs:annotation>
118                         </xs:enumeration>   172                         </xs:enumeration>
119                         <xs:enumeration value="2">   173                         <xs:enumeration value="2">
120                                 <xs:annotation>   174                                 <xs:annotation>
121                                         <xs:documentation>nicht möglich aufgrund fehlender Vertrauenspersonen des   175                                         <xs:documentation>nicht möglich aufgrund fehlender Vertrauenspersonen des
122                                                 Bewohners bzw. der Bewohnerin</xs:documentation>   176                                                 Bewohners bzw. der Bewohnerin</xs:documentation>
123                                 </xs:annotation>   177                                 </xs:annotation>
124                         </xs:enumeration>   178                         </xs:enumeration>
125                         <xs:enumeration value="3">   179                         <xs:enumeration value="3">
126                                 <xs:annotation>   180                                 <xs:annotation>
127                                         <xs:documentation>nein, aus anderen Gründen</xs:documentation>   181                                         <xs:documentation>nein, aus anderen Gründen</xs:documentation>
    -+ 182                                 </xs:annotation>
      183                         </xs:enumeration>
      184                 </xs:restriction>
      185         </xs:simpleType>
      186         <xs:simpleType name="enum_jnBeatmung_type">
      187                 <xs:annotation>
      188                         <xs:documentation>Art der Beatmung</xs:documentation>
      189                 </xs:annotation>
      190                 <xs:restriction base="xs:int">
      191                         <xs:enumeration value="0">
      192                                 <xs:annotation>
      193                                         <xs:documentation>nein</xs:documentation>
      194                                 </xs:annotation>
      195                         </xs:enumeration>
      196                         <xs:enumeration value="1">
      197                                 <xs:annotation>
      198                                         <xs:documentation>ja, invasive Beatmung</xs:documentation>
      199                                 </xs:annotation>
      200                         </xs:enumeration>
      201                         <xs:enumeration value="2">
      202                                 <xs:annotation>
      203                                         <xs:documentation>ja, aber nicht invasiv</xs:documentation>
128                                 </xs:annotation> = 204                                 </xs:annotation>
129                         </xs:enumeration>   205                         </xs:enumeration>
130                 </xs:restriction>   206                 </xs:restriction>
131         </xs:simpleType>   207         </xs:simpleType>
132         <xs:simpleType name="enum_bewusstseinszustand_type">   208         <xs:simpleType name="enum_bewusstseinszustand_type">
133                 <xs:annotation>   209                 <xs:annotation>
134                         <xs:documentation>Bewusstseinszustand</xs:documentation>   210                         <xs:documentation>Bewusstseinszustand</xs:documentation>
135                 </xs:annotation>   211                 </xs:annotation>
136                 <xs:restriction base="xs:int">   212                 <xs:restriction base="xs:int">
137                         <xs:enumeration value="1">   213                         <xs:enumeration value="1">
138                                 <xs:annotation>   214                                 <xs:annotation>
139                                         <xs:documentation>wach</xs:documentation>   215                                         <xs:documentation>wach</xs:documentation>
140                                 </xs:annotation>   216                                 </xs:annotation>
141                         </xs:enumeration>   217                         </xs:enumeration>
142                         <xs:enumeration value="2">   218                         <xs:enumeration value="2">
143                                 <xs:annotation>   219                                 <xs:annotation>
144                                         <xs:documentation>schläfrig</xs:documentation>   220                                         <xs:documentation>schläfrig</xs:documentation>
145                                 </xs:annotation>   221                                 </xs:annotation>
146                         </xs:enumeration>   222                         </xs:enumeration>
147                         <xs:enumeration value="3">   223                         <xs:enumeration value="3">
148                                 <xs:annotation>   224                                 <xs:annotation>
149                                         <xs:documentation>somnolent</xs:documentation>   225                                         <xs:documentation>somnolent</xs:documentation>
150                                 </xs:annotation>   226                                 </xs:annotation>
151                         </xs:enumeration>   227                         </xs:enumeration>
152                         <xs:enumeration value="4">   228                         <xs:enumeration value="4">
153                                 <xs:annotation>   229                                 <xs:annotation>
154                                         <xs:documentation>komatös</xs:documentation>   230                                         <xs:documentation>komatös</xs:documentation>
155                                 </xs:annotation>   231                                 </xs:annotation>
156                         </xs:enumeration>   232                         </xs:enumeration>
157                         <xs:enumeration value="5">   233                         <xs:enumeration value="5">
158                                 <xs:annotation>   234                                 <xs:annotation>
159                                         <xs:documentation>Wachkoma</xs:documentation>   235                                         <xs:documentation>Wachkoma</xs:documentation>
160                                 </xs:annotation>   236                                 </xs:annotation>
161                         </xs:enumeration>   237                         </xs:enumeration>
162                 </xs:restriction>   238                 </xs:restriction>
163         </xs:simpleType>   239         </xs:simpleType>
164         <xs:simpleType name="enum_diagnose_type">   240         <xs:simpleType name="enum_diagnose_type">
165                 <xs:annotation>   241                 <xs:annotation>
166                         <xs:documentation>Ärztliche Diagnosen</xs:documentation>   242                         <xs:documentation>Ärztliche Diagnosen</xs:documentation>
167                 </xs:annotation>   243                 </xs:annotation>
168                 <xs:restriction base="xs:int">   244                 <xs:restriction base="xs:int">
169                         <xs:enumeration value="0">   245                         <xs:enumeration value="0">
170                                 <xs:annotation>   246                                 <xs:annotation>
171                                         <xs:documentation>Keine der angegebenen</xs:documentation>   247                                         <xs:documentation>Keine der angegebenen</xs:documentation>
172                                 </xs:annotation>   248                                 </xs:annotation>
173                         </xs:enumeration>   249                         </xs:enumeration>
174                         <xs:enumeration value="1">   250                         <xs:enumeration value="1">
175                                 <xs:annotation>   251                                 <xs:annotation>
176                                         <xs:documentation>Bösartige Tumorerkrankung</xs:documentation>   252                                         <xs:documentation>Bösartige Tumorerkrankung</xs:documentation>
177                                 </xs:annotation>   253                                 </xs:annotation>
178                         </xs:enumeration>   254                         </xs:enumeration>
179                         <xs:enumeration value="2">   255                         <xs:enumeration value="2">
180                                 <xs:annotation>   256                                 <xs:annotation>
181                                         <xs:documentation>Tetraplegie/Tetraparese</xs:documentation>   257                                         <xs:documentation>Tetraplegie/Tetraparese</xs:documentation>
182                                 </xs:annotation>   258                                 </xs:annotation>
183                         </xs:enumeration>   259                         </xs:enumeration>
184                         <xs:enumeration value="3">   260                         <xs:enumeration value="3">
185                                 <xs:annotation>   261                                 <xs:annotation>
186                                         <xs:documentation>Chorea Huntington</xs:documentation>   262                                         <xs:documentation>Chorea Huntington</xs:documentation>
187                                 </xs:annotation>   263                                 </xs:annotation>
188                         </xs:enumeration>   264                         </xs:enumeration>
189                         <xs:enumeration value="4">   265                         <xs:enumeration value="4">
190                                 <xs:annotation>   266                                 <xs:annotation>
191                                         <xs:documentation>Apallisches Syndrom</xs:documentation>   267                                         <xs:documentation>Apallisches Syndrom</xs:documentation>
    -+ 268                                 </xs:annotation>
      269                         </xs:enumeration>
      270                         <xs:enumeration value="5">
      271                                 <xs:annotation>
      272                                         <xs:documentation>Diabetes Mellitus</xs:documentation>
      273                                 </xs:annotation>
      274                         </xs:enumeration>
      275                         <xs:enumeration value="6">
      276                                 <xs:annotation>
      277                                         <xs:documentation>Demenz</xs:documentation>
      278                                 </xs:annotation>
      279                         </xs:enumeration>
      280                         <xs:enumeration value="7">
      281                                 <xs:annotation>
      282                                         <xs:documentation>Morbus Parkinson</xs:documentation>
      283                                 </xs:annotation>
      284                         </xs:enumeration>
      285                         <xs:enumeration value="8">
      286                                 <xs:annotation>
      287                                         <xs:documentation>Osteoporose</xs:documentation>
      288                                 </xs:annotation>
      289                         </xs:enumeration>
      290                         <xs:enumeration value="9">
      291                                 <xs:annotation>
      292                                         <xs:documentation>Multiple Sklerose</xs:documentation>
192                                 </xs:annotation> = 293                                 </xs:annotation>
193                         </xs:enumeration>   294                         </xs:enumeration>
194                 </xs:restriction>   295                 </xs:restriction>
195         </xs:simpleType>   296         </xs:simpleType>
196         <xs:simpleType name="enum_selbststaendigkeitStandard_type">   297         <xs:simpleType name="enum_selbststaendigkeitStandard_type">
197                 <xs:annotation>   298                 <xs:annotation>
198                         <xs:documentation>Selbstständigkeit (Punktwerte Standard)</xs:documentation>   299                         <xs:documentation>Selbstständigkeit (Punktwerte Standard)</xs:documentation>
199                 </xs:annotation>   300                 </xs:annotation>
200                 <xs:restriction base="xs:int">   301                 <xs:restriction base="xs:int">
201                         <xs:enumeration value="0">   302                         <xs:enumeration value="0">
202                                 <xs:annotation>   303                                 <xs:annotation>
203                                         <xs:documentation>selbständig</xs:documentation>   304                                         <xs:documentation>selbständig</xs:documentation>
204                                 </xs:annotation>   305                                 </xs:annotation>
205                         </xs:enumeration>   306                         </xs:enumeration>
206                         <xs:enumeration value="1">   307                         <xs:enumeration value="1">
207                                 <xs:annotation>   308                                 <xs:annotation>
208                                         <xs:documentation>überwiegend selbständig</xs:documentation>   309                                         <xs:documentation>überwiegend selbständig</xs:documentation>
209                                 </xs:annotation>   310                                 </xs:annotation>
210                         </xs:enumeration>   311                         </xs:enumeration>
211                         <xs:enumeration value="2">   312                         <xs:enumeration value="2">
212                                 <xs:annotation>   313                                 <xs:annotation>
213                                         <xs:documentation>überwiegend unselbständig</xs:documentation>   314                                         <xs:documentation>überwiegend unselbständig</xs:documentation>
214                                 </xs:annotation>   315                                 </xs:annotation>
215                         </xs:enumeration>   316                         </xs:enumeration>
216                         <xs:enumeration value="3">   317                         <xs:enumeration value="3">
217                                 <xs:annotation>   318                                 <xs:annotation>
218                                         <xs:documentation>unselbständig</xs:documentation>   319                                         <xs:documentation>unselbständig</xs:documentation>
219                                 </xs:annotation>   320                                 </xs:annotation>
220                         </xs:enumeration>   321                         </xs:enumeration>
221                 </xs:restriction>   322                 </xs:restriction>
222         </xs:simpleType>   323         </xs:simpleType>
223         <xs:simpleType name="enum_selbststaendigkeitTyp1_type">   324         <xs:simpleType name="enum_selbststaendigkeitTyp1_type">
224                 <xs:annotation>   325                 <xs:annotation>
225                         <xs:documentation>Selbstständigkeit (Punktwerte Typ 1)</xs:documentation>   326                         <xs:documentation>Selbstständigkeit (Punktwerte Typ 1)</xs:documentation>
226                 </xs:annotation>   327                 </xs:annotation>
227                 <xs:restriction base="xs:int">   328                 <xs:restriction base="xs:int">
228                         <xs:enumeration value="0">   329                         <xs:enumeration value="0">
229                                 <xs:annotation>   330                                 <xs:annotation>
230                                         <xs:documentation>selbständig</xs:documentation>   331                                         <xs:documentation>selbständig</xs:documentation>
231                                 </xs:annotation>   332                                 </xs:annotation>
232                         </xs:enumeration>   333                         </xs:enumeration>
233                         <xs:enumeration value="2">   334                         <xs:enumeration value="2">
234                                 <xs:annotation>   335                                 <xs:annotation>
235                                         <xs:documentation>überwiegend selbständig</xs:documentation>   336                                         <xs:documentation>überwiegend selbständig</xs:documentation>
236                                 </xs:annotation>   337                                 </xs:annotation>
237                         </xs:enumeration>   338                         </xs:enumeration>
238                         <xs:enumeration value="4">   339                         <xs:enumeration value="4">
239                                 <xs:annotation>   340                                 <xs:annotation>
240                                         <xs:documentation>überwiegend unselbständig</xs:documentation>   341                                         <xs:documentation>überwiegend unselbständig</xs:documentation>
241                                 </xs:annotation>   342                                 </xs:annotation>
242                         </xs:enumeration>   343                         </xs:enumeration>
243                         <xs:enumeration value="6">   344                         <xs:enumeration value="6">
244                                 <xs:annotation>   345                                 <xs:annotation>
245                                         <xs:documentation>unselbständig</xs:documentation>   346                                         <xs:documentation>unselbständig</xs:documentation>
246                                 </xs:annotation>   347                                 </xs:annotation>
247                         </xs:enumeration>   348                         </xs:enumeration>
248                 </xs:restriction>   349                 </xs:restriction>
249         </xs:simpleType>   350         </xs:simpleType>
250         <xs:simpleType name="enum_selbststaendigkeitTyp2_type">   351         <xs:simpleType name="enum_selbststaendigkeitTyp2_type">
251                 <xs:annotation>   352                 <xs:annotation>
252                         <xs:documentation>Selbstständigkeit (Punktwerte Typ 2)</xs:documentation>   353                         <xs:documentation>Selbstständigkeit (Punktwerte Typ 2)</xs:documentation>
253                 </xs:annotation>   354                 </xs:annotation>
254                 <xs:restriction base="xs:int">   355                 <xs:restriction base="xs:int">
255                         <xs:enumeration value="0">   356                         <xs:enumeration value="0">
256                                 <xs:annotation>   357                                 <xs:annotation>
257                                         <xs:documentation>selbständig</xs:documentation>   358                                         <xs:documentation>selbständig</xs:documentation>
258                                 </xs:annotation>   359                                 </xs:annotation>
259                         </xs:enumeration>   360                         </xs:enumeration>
260                         <xs:enumeration value="3">   361                         <xs:enumeration value="3">
261                                 <xs:annotation>   362                                 <xs:annotation>
262                                         <xs:documentation>überwiegend selbständig</xs:documentation>   363                                         <xs:documentation>überwiegend selbständig</xs:documentation>
263                                 </xs:annotation>   364                                 </xs:annotation>
264                         </xs:enumeration>   365                         </xs:enumeration>
265                         <xs:enumeration value="6">   366                         <xs:enumeration value="6">
266                                 <xs:annotation>   367                                 <xs:annotation>
267                                         <xs:documentation>überwiegend unselbständig</xs:documentation>   368                                         <xs:documentation>überwiegend unselbständig</xs:documentation>
268                                 </xs:annotation>   369                                 </xs:annotation>
269                         </xs:enumeration>   370                         </xs:enumeration>
270                         <xs:enumeration value="9">   371                         <xs:enumeration value="9">
271                                 <xs:annotation>   372                                 <xs:annotation>
272                                         <xs:documentation>unselbständig</xs:documentation>   373                                         <xs:documentation>unselbständig</xs:documentation>
273                                 </xs:annotation>   374                                 </xs:annotation>
274                         </xs:enumeration>   375                         </xs:enumeration>
275                 </xs:restriction>   376                 </xs:restriction>
276         </xs:simpleType>   377         </xs:simpleType>
277         <xs:simpleType name="enum_vorhandenseinStandard_type">   378         <xs:simpleType name="enum_vorhandenseinStandard_type">
278                 <xs:annotation>   379                 <xs:annotation>
279                         <xs:documentation>Vorhandensein von Fähigkeiten (Punktwerte Standard)</xs:documentation>   380                         <xs:documentation>Vorhandensein von Fähigkeiten (Punktwerte Standard)</xs:documentation>
280                 </xs:annotation>   381                 </xs:annotation>
281                 <xs:restriction base="xs:int">   382                 <xs:restriction base="xs:int">
282                         <xs:enumeration value="0">   383                         <xs:enumeration value="0">
283                                 <xs:annotation>   384                                 <xs:annotation>
284                                         <xs:documentation>vorhanden/unbeeinträchtigt</xs:documentation>   385                                         <xs:documentation>vorhanden/unbeeinträchtigt</xs:documentation>
285                                 </xs:annotation>   386                                 </xs:annotation>
286                         </xs:enumeration>   387                         </xs:enumeration>
287                         <xs:enumeration value="1">   388                         <xs:enumeration value="1">
288                                 <xs:annotation>   389                                 <xs:annotation>
289                                         <xs:documentation>größtenteils vorhanden</xs:documentation>   390                                         <xs:documentation>größtenteils vorhanden</xs:documentation>
290                                 </xs:annotation>   391                                 </xs:annotation>
291                         </xs:enumeration>   392                         </xs:enumeration>
292                         <xs:enumeration value="2">   393                         <xs:enumeration value="2">
293                                 <xs:annotation>   394                                 <xs:annotation>
294                                         <xs:documentation>in geringem Maße vorhanden</xs:documentation>   395                                         <xs:documentation>in geringem Maße vorhanden</xs:documentation>
295                                 </xs:annotation>   396                                 </xs:annotation>
296                         </xs:enumeration>   397                         </xs:enumeration>
297                         <xs:enumeration value="3">   398                         <xs:enumeration value="3">
298                                 <xs:annotation>   399                                 <xs:annotation>
299                                         <xs:documentation>nicht vorhanden</xs:documentation>   400                                         <xs:documentation>nicht vorhanden</xs:documentation>
300                                 </xs:annotation>   401                                 </xs:annotation>
301                         </xs:enumeration>   402                         </xs:enumeration>
302                 </xs:restriction>   403                 </xs:restriction>
303         </xs:simpleType>   404         </xs:simpleType>
304         <xs:simpleType name="enum_fremdhilfe_type">   405         <xs:simpleType name="enum_fremdhilfe_type">
305                 <xs:annotation>   406                 <xs:annotation>
306                         <xs:documentation>Fremdhilfe</xs:documentation>   407                         <xs:documentation>Fremdhilfe</xs:documentation>
307                 </xs:annotation>   408                 </xs:annotation>
308                 <xs:restriction base="xs:int">   409                 <xs:restriction base="xs:int">
309                         <xs:enumeration value="0">   410                         <xs:enumeration value="0">
310                                 <xs:annotation>   411                                 <xs:annotation>
311                                         <xs:documentation>selbständig</xs:documentation>   412                                         <xs:documentation>selbständig</xs:documentation>
312                                 </xs:annotation>   413                                 </xs:annotation>
313                         </xs:enumeration>   414                         </xs:enumeration>
314                         <xs:enumeration value="1">   415                         <xs:enumeration value="1">
315                                 <xs:annotation>   416                                 <xs:annotation>
316                                         <xs:documentation>mit Fremdhilfe</xs:documentation>   417                                         <xs:documentation>mit Fremdhilfe</xs:documentation>
317                                 </xs:annotation>   418                                 </xs:annotation>
318                         </xs:enumeration>   419                         </xs:enumeration>
319                 </xs:restriction>   420                 </xs:restriction>
320         </xs:simpleType>   421         </xs:simpleType>
321         <xs:simpleType name="enum_kuenstlicheErnaehrung_type">   422         <xs:simpleType name="enum_kuenstlicheErnaehrung_type">
322                 <xs:annotation>   423                 <xs:annotation>
323                         <xs:documentation>Künstliche Ernährung</xs:documentation>   424                         <xs:documentation>Künstliche Ernährung</xs:documentation>
324                 </xs:annotation>   425                 </xs:annotation>
325                 <xs:restriction base="xs:int">   426                 <xs:restriction base="xs:int">
326                         <xs:enumeration value="0">   427                         <xs:enumeration value="0">
327                                 <xs:annotation>   428                                 <xs:annotation>
328                                         <xs:documentation>nicht täglich oder nicht dauerhaft</xs:documentation>   429                                         <xs:documentation>nicht täglich oder nicht dauerhaft</xs:documentation>
329                                 </xs:annotation>   430                                 </xs:annotation>
330                         </xs:enumeration>   431                         </xs:enumeration>
331                         <xs:enumeration value="6"> <> 432                         <xs:enumeration value="3">
332                                 <xs:annotation> = 433                                 <xs:annotation>
333                                         <xs:documentation>täglich, aber zusätzlich zur oralen <> 434                                         <xs:documentation>ausschließlich oder nahezu ausschließlich künstliche
334                                                 Ernährung</xs:documentation> = 435                                                 Ernährung</xs:documentation>
335                                 </xs:annotation>   436                                 </xs:annotation>
336                         </xs:enumeration>   437                         </xs:enumeration>
337                         <xs:enumeration value="3"> <> 438                         <xs:enumeration value="6">
338                                 <xs:annotation> = 439                                 <xs:annotation>
339                                         <xs:documentation>ausschließlich oder nahezu ausschließlich künstliche <> 440                                         <xs:documentation>täglich, aber zusätzlich zur oralen
340                                                 Ernährung</xs:documentation> = 441                                                 Ernährung</xs:documentation>
341                                 </xs:annotation>   442                                 </xs:annotation>
342                         </xs:enumeration>   443                         </xs:enumeration>
343                 </xs:restriction>   444                 </xs:restriction>
344         </xs:simpleType>   445         </xs:simpleType>
345         <xs:simpleType name="enum_harnkontinenz_type">   446         <xs:simpleType name="enum_harnkontinenz_type">
346                 <xs:annotation>   447                 <xs:annotation>
347                         <xs:documentation>Blasenkontrolle/Harnkontinenz</xs:documentation>   448                         <xs:documentation>Blasenkontrolle/Harnkontinenz</xs:documentation>
348                 </xs:annotation>   449                 </xs:annotation>
349                 <xs:restriction base="xs:int">   450                 <xs:restriction base="xs:int">
350                         <xs:enumeration value="0">   451                         <xs:enumeration value="0">
351                                 <xs:annotation>   452                                 <xs:annotation>
352                                         <xs:documentation>ständig kontinent</xs:documentation>   453                                         <xs:documentation>ständig kontinent</xs:documentation>
353                                 </xs:annotation>   454                                 </xs:annotation>
354                         </xs:enumeration>   455                         </xs:enumeration>
355                         <xs:enumeration value="1">   456                         <xs:enumeration value="1">
356                                 <xs:annotation>   457                                 <xs:annotation>
357                                         <xs:documentation>überwiegend kontinent. Maximal 1x täglich inkontinent oder   458                                         <xs:documentation>überwiegend kontinent. Maximal 1x täglich inkontinent oder
358                                                 Tröpfchen-/Stressinkontinenz</xs:documentation>   459                                                 Tröpfchen-/Stressinkontinenz</xs:documentation>
359                                 </xs:annotation>   460                                 </xs:annotation>
360                         </xs:enumeration>   461                         </xs:enumeration>
361                         <xs:enumeration value="2">   462                         <xs:enumeration value="2">
362                                 <xs:annotation>   463                                 <xs:annotation>
363                                         <xs:documentation>überwiegend (mehrmals täglich) inkontinent, gesteuerte   464                                         <xs:documentation>überwiegend (mehrmals täglich) inkontinent, gesteuerte
364                                                 Blasenentleerung ist aber noch möglich</xs:documentation>   465                                                 Blasenentleerung ist aber noch möglich</xs:documentation>
365                                 </xs:annotation>   466                                 </xs:annotation>
366                         </xs:enumeration>   467                         </xs:enumeration>
367                         <xs:enumeration value="3">   468                         <xs:enumeration value="3">
368                                 <xs:annotation>   469                                 <xs:annotation>
369                                         <xs:documentation>komplett inkontinent, gesteuerte Blasenentleerung ist nicht   470                                         <xs:documentation>komplett inkontinent, gesteuerte Blasenentleerung ist nicht
370                                                 möglich</xs:documentation>   471                                                 möglich</xs:documentation>
371                                 </xs:annotation>   472                                 </xs:annotation>
372                         </xs:enumeration>   473                         </xs:enumeration>
373                         <xs:enumeration value="4">   474                         <xs:enumeration value="4">
374                                 <xs:annotation>   475                                 <xs:annotation>
375                                         <xs:documentation>Bewohner bzw. Bewohnerin hat einen Dauerkatheter oder ein   476                                         <xs:documentation>Bewohner bzw. Bewohnerin hat einen Dauerkatheter oder ein
376                                                 Urostoma</xs:documentation>   477                                                 Urostoma</xs:documentation>
377                                 </xs:annotation>   478                                 </xs:annotation>
378                         </xs:enumeration>   479                         </xs:enumeration>
379                 </xs:restriction>   480                 </xs:restriction>
380         </xs:simpleType>   481         </xs:simpleType>
381         <xs:simpleType name="enum_stuhlkontinenz_type">   482         <xs:simpleType name="enum_stuhlkontinenz_type">
382                 <xs:annotation>   483                 <xs:annotation>
383                         <xs:documentation>Darmkontrolle/Stuhlkontinenz</xs:documentation>   484                         <xs:documentation>Darmkontrolle/Stuhlkontinenz</xs:documentation>
384                 </xs:annotation>   485                 </xs:annotation>
385                 <xs:restriction base="xs:int">   486                 <xs:restriction base="xs:int">
386                         <xs:enumeration value="0">   487                         <xs:enumeration value="0">
387                                 <xs:annotation>   488                                 <xs:annotation>
388                                         <xs:documentation>ständig kontinent</xs:documentation>   489                                         <xs:documentation>ständig kontinent</xs:documentation>
389                                 </xs:annotation>   490                                 </xs:annotation>
390                         </xs:enumeration>   491                         </xs:enumeration>
391                         <xs:enumeration value="1">   492                         <xs:enumeration value="1">
392                                 <xs:annotation>   493                                 <xs:annotation>
393                                         <xs:documentation>überwiegend kontinent, gelegentlich   494                                         <xs:documentation>überwiegend kontinent, gelegentlich
394                                                 inkontinent</xs:documentation>   495                                                 inkontinent</xs:documentation>
395                                 </xs:annotation>   496                                 </xs:annotation>
396                         </xs:enumeration>   497                         </xs:enumeration>
397                         <xs:enumeration value="2">   498                         <xs:enumeration value="2">
398                                 <xs:annotation>   499                                 <xs:annotation>
399                                         <xs:documentation>überwiegend inkontinent, selten gesteuerte   500                                         <xs:documentation>überwiegend inkontinent, selten gesteuerte
400                                                 Darmentleerung</xs:documentation>   501                                                 Darmentleerung</xs:documentation>
401                                 </xs:annotation>   502                                 </xs:annotation>
402                         </xs:enumeration>   503                         </xs:enumeration>
403                         <xs:enumeration value="3">   504                         <xs:enumeration value="3">
404                                 <xs:annotation>   505                                 <xs:annotation>
405                                         <xs:documentation>komplett inkontinent, gesteuerte Darmentleerung ist nicht   506                                         <xs:documentation>komplett inkontinent, gesteuerte Darmentleerung ist nicht
406                                                 möglich</xs:documentation>   507                                                 möglich</xs:documentation>
407                                 </xs:annotation>   508                                 </xs:annotation>
408                         </xs:enumeration>   509                         </xs:enumeration>
409                         <xs:enumeration value="4">   510                         <xs:enumeration value="4">
410                                 <xs:annotation>   511                                 <xs:annotation>
411                                         <xs:documentation>Bewohner bzw. Bewohnerin hat ein Colo- oder   512                                         <xs:documentation>Bewohner bzw. Bewohnerin hat ein Colo- oder
412                                                 Ileostoma</xs:documentation>   513                                                 Ileostoma</xs:documentation>
413                                 </xs:annotation>   514                                 </xs:annotation>
414                         </xs:enumeration>   515                         </xs:enumeration>
415                 </xs:restriction>   516                 </xs:restriction>
416         </xs:simpleType>   517         </xs:simpleType>
417         <xs:simpleType name="enum_dekubitusStadium_type">   518         <xs:simpleType name="enum_dekubitusStadium_type">
418                 <xs:annotation>   519                 <xs:annotation>
419                         <xs:documentation>Dekubitusstadium</xs:documentation>   520                         <xs:documentation>Dekubitusstadium</xs:documentation>
420                 </xs:annotation>   521                 </xs:annotation>
421                 <xs:restriction base="xs:int">   522                 <xs:restriction base="xs:int">
422                         <xs:enumeration value="1">   523                         <xs:enumeration value="1">
423                                 <xs:annotation>   524                                 <xs:annotation>
424                                         <xs:documentation>Kategorie/Stadium 1</xs:documentation>   525                                         <xs:documentation>Kategorie/Stadium 1</xs:documentation>
425                                 </xs:annotation>   526                                 </xs:annotation>
426                         </xs:enumeration>   527                         </xs:enumeration>
427                         <xs:enumeration value="2">   528                         <xs:enumeration value="2">
428                                 <xs:annotation>   529                                 <xs:annotation>
429                                         <xs:documentation>Kategorie/Stadium 2</xs:documentation>   530                                         <xs:documentation>Kategorie/Stadium 2</xs:documentation>
430                                 </xs:annotation>   531                                 </xs:annotation>
431                         </xs:enumeration>   532                         </xs:enumeration>
432                         <xs:enumeration value="3">   533                         <xs:enumeration value="3">
433                                 <xs:annotation>   534                                 <xs:annotation>
434                                         <xs:documentation>Kategorie/Stadium 3</xs:documentation>   535                                         <xs:documentation>Kategorie/Stadium 3</xs:documentation>
435                                 </xs:annotation>   536                                 </xs:annotation>
436                         </xs:enumeration>   537                         </xs:enumeration>
437                         <xs:enumeration value="4">   538                         <xs:enumeration value="4">
438                                 <xs:annotation>   539                                 <xs:annotation>
439                                         <xs:documentation>Kategorie/Stadium 4</xs:documentation>   540                                         <xs:documentation>Kategorie/Stadium 4</xs:documentation>
440                                 </xs:annotation>   541                                 </xs:annotation>
441                         </xs:enumeration>   542                         </xs:enumeration>
442                         <xs:enumeration value="9">   543                         <xs:enumeration value="9">
443                                 <xs:annotation>   544                                 <xs:annotation>
444                                         <xs:documentation>unbekannt</xs:documentation>   545                                         <xs:documentation>unbekannt</xs:documentation>
445                                 </xs:annotation>   546                                 </xs:annotation>
446                         </xs:enumeration>   547                         </xs:enumeration>
447                 </xs:restriction>   548                 </xs:restriction>
448         </xs:simpleType>   549         </xs:simpleType>
449         <xs:simpleType name="enum_lokalisation_type">   550         <xs:simpleType name="enum_lokalisation_type">
450                 <xs:annotation>   551                 <xs:annotation>
451                         <xs:documentation>Lokalisation</xs:documentation>   552                         <xs:documentation>Lokalisation</xs:documentation>
452                 </xs:annotation>   553                 </xs:annotation>
453                 <xs:restriction base="xs:int">   554                 <xs:restriction base="xs:int">
454                         <xs:enumeration value="1">   555                         <xs:enumeration value="1">
455                                 <xs:annotation>   556                                 <xs:annotation>
456                                         <xs:documentation>in der Pflegeeinrichtung</xs:documentation>   557                                         <xs:documentation>in der Pflegeeinrichtung</xs:documentation>
457                                 </xs:annotation>   558                                 </xs:annotation>
458                         </xs:enumeration>   559                         </xs:enumeration>
459                         <xs:enumeration value="2">   560                         <xs:enumeration value="2">
460                                 <xs:annotation>   561                                 <xs:annotation>
461                                         <xs:documentation>im Krankenhaus</xs:documentation>   562                                         <xs:documentation>im Krankenhaus</xs:documentation>
462                                 </xs:annotation>   563                                 </xs:annotation>
463                         </xs:enumeration>   564                         </xs:enumeration>
464                         <xs:enumeration value="3">   565                         <xs:enumeration value="3">
465                                 <xs:annotation>   566                                 <xs:annotation>
466                                         <xs:documentation>zuhause (vor dem Einzug)</xs:documentation>   567                                         <xs:documentation>zuhause (vor dem Einzug)</xs:documentation>
467                                 </xs:annotation>   568                                 </xs:annotation>
468                         </xs:enumeration>   569                         </xs:enumeration>
469                         <xs:enumeration value="4">   570                         <xs:enumeration value="4">
470                                 <xs:annotation>   571                                 <xs:annotation>
471                                         <xs:documentation>woanders</xs:documentation>   572                                         <xs:documentation>woanders</xs:documentation>
472                                 </xs:annotation>   573                                 </xs:annotation>
473                         </xs:enumeration>   574                         </xs:enumeration>
474                 </xs:restriction>   575                 </xs:restriction>
475         </xs:simpleType>   576         </xs:simpleType>
476         <xs:simpleType name="enum_gewichtsverlust_type">   577         <xs:simpleType name="enum_gewichtsverlust_type">
477                 <xs:annotation>   578                 <xs:annotation>
478                         <xs:documentation>Gewichtsverlust aus Pflegedokumentation</xs:documentation>   579                         <xs:documentation>Gewichtsverlust aus Pflegedokumentation</xs:documentation>
479                 </xs:annotation>   580                 </xs:annotation>
480                 <xs:restriction base="xs:int">   581                 <xs:restriction base="xs:int">
481                         <xs:enumeration value="0">   582                         <xs:enumeration value="0">
482                                 <xs:annotation>   583                                 <xs:annotation>
483                                         <xs:documentation>Keine der angegebenen</xs:documentation>   584                                         <xs:documentation>Keine der angegebenen</xs:documentation>
484                                 </xs:annotation>   585                                 </xs:annotation>
485                         </xs:enumeration>   586                         </xs:enumeration>
486                         <xs:enumeration value="1">   587                         <xs:enumeration value="1">
487                                 <xs:annotation>   588                                 <xs:annotation>
488                                         <xs:documentation>Gewichtsverlust durch medikamentöse   589                                         <xs:documentation>Gewichtsverlust durch medikamentöse
489                                                 Ausschwemmung</xs:documentation>   590                                                 Ausschwemmung</xs:documentation>
490                                 </xs:annotation>   591                                 </xs:annotation>
491                         </xs:enumeration>   592                         </xs:enumeration>
492                         <xs:enumeration value="2">   593                         <xs:enumeration value="2">
493                                 <xs:annotation>   594                                 <xs:annotation>
494                                         <xs:documentation>Gewichtsverlust aufgrund ärztlich angeordneter oder ärztlich   595                                         <xs:documentation>Gewichtsverlust aufgrund ärztlich angeordneter oder ärztlich
495                                                 genehmigter Diät</xs:documentation>   596                                                 genehmigter Diät</xs:documentation>
496                                 </xs:annotation>   597                                 </xs:annotation>
497                         </xs:enumeration>   598                         </xs:enumeration>
498                         <xs:enumeration value="3">   599                         <xs:enumeration value="3">
499                                 <xs:annotation>   600                                 <xs:annotation>
500                                         <xs:documentation>Mindestens 10% Gewichtsverlust während eines   601                                         <xs:documentation>Mindestens 10% Gewichtsverlust während eines
501                                                 Krankenhausaufenthalts</xs:documentation>   602                                                 Krankenhausaufenthalts</xs:documentation>
502                                 </xs:annotation>   603                                 </xs:annotation>
503                         </xs:enumeration>   604                         </xs:enumeration>
504                         <xs:enumeration value="4">   605                         <xs:enumeration value="4">
505                                 <xs:annotation>   606                                 <xs:annotation>
506                                         <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohner bzw. Bewohnerin   607                                         <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohner bzw. Bewohnerin
507                                                 wird aufgrund einer Entscheidung des Arztes bzw. der Ärztin oder eines <> 608                                                 wird aufgrund einer Entscheidung des Arztes bzw. der Ärztin oder der
508                                                 Betreuers bzw. einer Betreuerin bzw. des/der Bevollmächtigten nicht mehr   609                                                 Angehörigen oder eines Betreuers bzw. einer Betreuerin nicht mehr
509                                                 gewogen</xs:documentation> = 610                                                 gewogen</xs:documentation>
510                                 </xs:annotation>   611                                 </xs:annotation>
511                         </xs:enumeration>   612                         </xs:enumeration>
512                         <xs:enumeration value="5">   613                         <xs:enumeration value="5">
513                                 <xs:annotation>   614                                 <xs:annotation>
514                                         <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohner bzw. Bewohnerin   615                                         <xs:documentation>Aktuelles Gewicht liegt nicht vor. Bewohner bzw. Bewohnerin
515                                                 möchte nicht gewogen werden</xs:documentation>   616                                                 möchte nicht gewogen werden</xs:documentation>
516                                 </xs:annotation>   617                                 </xs:annotation>
517                         </xs:enumeration>   618                         </xs:enumeration>
518                 </xs:restriction>   619                 </xs:restriction>
519         </xs:simpleType>   620         </xs:simpleType>
520         <xs:simpleType name="enum_sturzfolgen_type">   621         <xs:simpleType name="enum_sturzfolgen_type">
521                 <xs:annotation>   622                 <xs:annotation>
522                         <xs:documentation>Sturzfolgen</xs:documentation>   623                         <xs:documentation>Sturzfolgen</xs:documentation>
523                 </xs:annotation>   624                 </xs:annotation>
524                 <xs:restriction base="xs:int">   625                 <xs:restriction base="xs:int">
525                         <xs:enumeration value="0">   626                         <xs:enumeration value="0">
526                                 <xs:annotation>   627                                 <xs:annotation>
527                                         <xs:documentation>keine der genannten Folgen ist aufgetreten</xs:documentation>   628                                         <xs:documentation>keine der genannten Folgen ist aufgetreten</xs:documentation>
528                                 </xs:annotation>   629                                 </xs:annotation>
529                         </xs:enumeration>   630                         </xs:enumeration>
530                         <xs:enumeration value="1">   631                         <xs:enumeration value="1">
531                                 <xs:annotation>   632                                 <xs:annotation>
532                                         <xs:documentation>Frakturen</xs:documentation>   633                                         <xs:documentation>Frakturen</xs:documentation>
533                                 </xs:annotation>   634                                 </xs:annotation>
534                         </xs:enumeration>   635                         </xs:enumeration>
535                         <xs:enumeration value="2">   636                         <xs:enumeration value="2">
536                                 <xs:annotation>   637                                 <xs:annotation>
537                                         <xs:documentation>ärztlich behandlungsbedürftige Wunde</xs:documentation>   638                                         <xs:documentation>ärztlich behandlungsbedürftige Wunde</xs:documentation>
538                                 </xs:annotation>   639                                 </xs:annotation>
539                         </xs:enumeration>   640                         </xs:enumeration>
540                         <xs:enumeration value="3">   641                         <xs:enumeration value="3">
541                                 <xs:annotation>   642                                 <xs:annotation>
542                                         <xs:documentation>erhöhter Unterstützungsbedarf bei   643                                         <xs:documentation>erhöhter Unterstützungsbedarf bei
543                                                 Alltagsverrichtungen</xs:documentation>   644                                                 Alltagsverrichtungen</xs:documentation>
544                                 </xs:annotation>   645                                 </xs:annotation>
545                         </xs:enumeration>   646                         </xs:enumeration>
546                         <xs:enumeration value="4">   647                         <xs:enumeration value="4">
547                                 <xs:annotation>   648                                 <xs:annotation>
548                                         <xs:documentation>erhöhter Unterstützungsbedarf bei der   649                                         <xs:documentation>erhöhter Unterstützungsbedarf bei der
549                                                 Mobilität</xs:documentation>   650                                                 Mobilität</xs:documentation>
    -+ 651                                 </xs:annotation>
      652                         </xs:enumeration>
      653                 </xs:restriction>
      654         </xs:simpleType>
      655         <xs:simpleType name="enum_frequenz_type">
      656                 <xs:annotation>
      657                         <xs:documentation>Frequenz/Häufigkeit der Anwendung</xs:documentation>
      658                 </xs:annotation>
      659                 <xs:restriction base="xs:int">
      660                         <xs:enumeration value="1">
      661                                 <xs:annotation>
      662                                         <xs:documentation>täglich</xs:documentation>
      663                                 </xs:annotation>
      664                         </xs:enumeration>
      665                         <xs:enumeration value="2">
      666                                 <xs:annotation>
      667                                         <xs:documentation>mehrmals wöchentlich</xs:documentation>
      668                                 </xs:annotation>
      669                         </xs:enumeration>
      670                         <xs:enumeration value="3">
      671                                 <xs:annotation>
      672                                         <xs:documentation>1x wöchentlich</xs:documentation>
      673                                 </xs:annotation>
      674                         </xs:enumeration>
      675                         <xs:enumeration value="4">
      676                                 <xs:annotation>
      677                                         <xs:documentation>seltener als 1x wöchentlich</xs:documentation>
550                                 </xs:annotation> = 678                                 </xs:annotation>
551                         </xs:enumeration>   679                         </xs:enumeration>
552                 </xs:restriction>   680                 </xs:restriction>
553         </xs:simpleType>   681         </xs:simpleType>
554         <xs:simpleType name="enum_schmerzeinschaetzung_type">   682         <xs:simpleType name="enum_schmerzeinschaetzung_type">
555                 <xs:annotation>   683                 <xs:annotation>
556                         <xs:documentation>Informationen zur Schmerzeischätzung</xs:documentation>   684                         <xs:documentation>Informationen zur Schmerzeischätzung</xs:documentation>
557                 </xs:annotation>   685                 </xs:annotation>
558                 <xs:restriction base="xs:int">   686                 <xs:restriction base="xs:int">
559                         <xs:enumeration value="0">   687                         <xs:enumeration value="0">
560                                 <xs:annotation>   688                                 <xs:annotation>
561                                         <xs:documentation>Es liegen keine Informationen vor</xs:documentation>   689                                         <xs:documentation>Es liegen keine Informationen vor</xs:documentation>
562                                 </xs:annotation>   690                                 </xs:annotation>
563                         </xs:enumeration>   691                         </xs:enumeration>
564                         <xs:enumeration value="1">   692                         <xs:enumeration value="1">
565                                 <xs:annotation>   693                                 <xs:annotation>
566                                         <xs:documentation>Schmerzintensität</xs:documentation>   694                                         <xs:documentation>Schmerzintensität</xs:documentation>
567                                 </xs:annotation>   695                                 </xs:annotation>
568                         </xs:enumeration>   696                         </xs:enumeration>
569                         <xs:enumeration value="2">   697                         <xs:enumeration value="2">
570                                 <xs:annotation>   698                                 <xs:annotation>
571                                         <xs:documentation>Schmerzqualität</xs:documentation>   699                                         <xs:documentation>Schmerzqualität</xs:documentation>
572                                 </xs:annotation>   700                                 </xs:annotation>
573                         </xs:enumeration>   701                         </xs:enumeration>
574                         <xs:enumeration value="3">   702                         <xs:enumeration value="3">
575                                 <xs:annotation>   703                                 <xs:annotation>
576                                         <xs:documentation>Schmerzlokalisation</xs:documentation>   704                                         <xs:documentation>Schmerzlokalisation</xs:documentation>
577                                 </xs:annotation>   705                                 </xs:annotation>
578                         </xs:enumeration>   706                         </xs:enumeration>
579                         <xs:enumeration value="4">   707                         <xs:enumeration value="4">
580                                 <xs:annotation>   708                                 <xs:annotation>
581                                         <xs:documentation>Folgen für Lebensalltag</xs:documentation>   709                                         <xs:documentation>Folgen für Lebensalltag</xs:documentation>
582                                 </xs:annotation>   710                                 </xs:annotation>
583                         </xs:enumeration>   711                         </xs:enumeration>
584                 </xs:restriction>   712                 </xs:restriction>
585         </xs:simpleType>   713         </xs:simpleType>
586         <xs:simpleType name="enum_teilnehmer_type">   714         <xs:simpleType name="enum_teilnehmer_type">
587                 <xs:annotation>   715                 <xs:annotation>
588                         <xs:documentation>Gesprächsteilnehmer</xs:documentation>   716                         <xs:documentation>Gesprächsteilnehmer</xs:documentation>
589                 </xs:annotation>   717                 </xs:annotation>
590                 <xs:restriction base="xs:int">   718                 <xs:restriction base="xs:int">
591                         <xs:enumeration value="0">   719                         <xs:enumeration value="0">
592                                 <xs:annotation>   720                                 <xs:annotation>
593                                         <xs:documentation>Keine der angegebenen</xs:documentation>   721                                         <xs:documentation>Keine der angegebenen</xs:documentation>
594                                 </xs:annotation>   722                                 </xs:annotation>
595                         </xs:enumeration>   723                         </xs:enumeration>
596                         <xs:enumeration value="1">   724                         <xs:enumeration value="1">
597                                 <xs:annotation>   725                                 <xs:annotation>
598                                         <xs:documentation>Bewohner/Bewohnerin</xs:documentation>   726                                         <xs:documentation>Bewohner/Bewohnerin</xs:documentation>
599                                 </xs:annotation>   727                                 </xs:annotation>
600                         </xs:enumeration>   728                         </xs:enumeration>
601                         <xs:enumeration value="2">   729                         <xs:enumeration value="2">
602                                 <xs:annotation>   730                                 <xs:annotation>
603                                         <xs:documentation>Angehörige</xs:documentation>   731                                         <xs:documentation>Angehörige</xs:documentation>
604                                 </xs:annotation>   732                                 </xs:annotation>
605                         </xs:enumeration>   733                         </xs:enumeration>
606                         <xs:enumeration value="3">   734                         <xs:enumeration value="3">
607                                 <xs:annotation>   735                                 <xs:annotation>
608                                         <xs:documentation>Betreuer/Betreuerin</xs:documentation>   736                                         <xs:documentation>Betreuer/Betreuerin</xs:documentation>
609                                 </xs:annotation>   737                                 </xs:annotation>
610                         </xs:enumeration>   738                         </xs:enumeration>
611                         <xs:enumeration value="4">   739                         <xs:enumeration value="4">
612                                 <xs:annotation>   740                                 <xs:annotation>
613                                         <xs:documentation>andere Vertrauenspersonen, die nicht in der Einrichtung   741                                         <xs:documentation>andere Vertrauenspersonen, die nicht in der Einrichtung
614                                                 beschäftigt sind</xs:documentation>   742                                                 beschäftigt sind</xs:documentation>
615                                 </xs:annotation>   743                                 </xs:annotation>
616                         </xs:enumeration>   744                         </xs:enumeration>
617                 </xs:restriction>   745                 </xs:restriction>
618         </xs:simpleType>   746         </xs:simpleType>
619         <xs:simpleType name="enum_ausschlussgrund_type">   747         <xs:simpleType name="enum_ausschlussgrund_type">
620                 <xs:annotation>   748                 <xs:annotation>
621                         <xs:documentation>Ausschlussgrund im Fall eines Minimaldatensatzes   749                         <xs:documentation>Ausschlussgrund im Fall eines Minimaldatensatzes
622                                 (MDS)</xs:documentation>   750                                 (MDS)</xs:documentation>
623                 </xs:annotation>   751                 </xs:annotation>
624                 <xs:restriction base="xs:int">   752                 <xs:restriction base="xs:int">
625                         <xs:enumeration value="1">   753                         <xs:enumeration value="1">
626                                 <xs:annotation>   754                                 <xs:annotation>
627                                         <xs:documentation>Einzugsdatum liegt weniger als 14 Tage vor dem   755                                         <xs:documentation>Einzugsdatum liegt weniger als 14 Tage vor dem
628                                                 Stichtag</xs:documentation>   756                                                 Stichtag</xs:documentation>
629                                 </xs:annotation>   757                                 </xs:annotation>
630                         </xs:enumeration>   758                         </xs:enumeration>
631                         <xs:enumeration value="2">   759                         <xs:enumeration value="2">
632                                 <xs:annotation>   760                                 <xs:annotation>
633                                         <xs:documentation>Bewohner bzw. Bewohnerin ist Kurzzeit- bzw. <> 761                                         <xs:documentation>Bewohner bzw. Bewohnerin ist
634                                                 Verhinderungspflegegast</xs:documentation>   762                                                 Kurzzeitpflegegast</xs:documentation>
635                                 </xs:annotation> = 763                                 </xs:annotation>
636                         </xs:enumeration>   764                         </xs:enumeration>
637                         <xs:enumeration value="3">   765                         <xs:enumeration value="3">
638                                 <xs:annotation>   766                                 <xs:annotation>
639                                         <xs:documentation>Bewohner bzw. Bewohnerin befindet sich in der   767                                         <xs:documentation>Bewohner bzw. Bewohnerin befindet sich in der
640                                                 Sterbephase</xs:documentation>   768                                                 Sterbephase</xs:documentation>
641                                 </xs:annotation>   769                                 </xs:annotation>
642                         </xs:enumeration>   770                         </xs:enumeration>
643                         <xs:enumeration value="4">   771                         <xs:enumeration value="4">
644                                 <xs:annotation>   772                                 <xs:annotation>
645                                         <xs:documentation>Bewohner bzw. Bewohnerin hält sich seit mindestens 21 Tagen   773                                         <xs:documentation>Bewohner bzw. Bewohnerin hält sich seit mindestens 21 Tagen
646                                                 vor dem Stichtag nicht mehr in der Einrichtung auf (z. B. wegen einer   774                                                 vor dem Stichtag nicht mehr in der Einrichtung auf (z. B. wegen einer
647                                                 Krankenhausbehandlung oder eines längeren Urlaubs mit   775                                                 Krankenhausbehandlung oder eines längeren Urlaubs mit
648                                                 Angehörigen)</xs:documentation>   776                                                 Angehörigen)</xs:documentation>
649                                 </xs:annotation>   777                                 </xs:annotation>
650                         </xs:enumeration>   778                         </xs:enumeration>
651                 </xs:restriction>   779                 </xs:restriction>
652         </xs:simpleType>   780         </xs:simpleType>
653         <xs:simpleType name="enum_wohnbereich_type"> +-    
654                 <xs:annotation>      
655                         <xs:documentation>Wohnbereichskode für die wohnbereichsbezogene      
656                                 Auswertung</xs:documentation>      
657                 </xs:annotation>      
658                 <xs:restriction base="xs:string">      
659                         <xs:enumeration value="WB_1">      
660                                 <xs:annotation>      
661                                         <xs:documentation>Wohnbereich 1</xs:documentation>      
662                                 </xs:annotation>      
663                         </xs:enumeration>      
664                         <xs:enumeration value="WB_2">      
665                                 <xs:annotation>      
666                                         <xs:documentation>Wohnbereich 2</xs:documentation>      
667                                 </xs:annotation>      
668                         </xs:enumeration>      
669                         <xs:enumeration value="WB_3">      
670                                 <xs:annotation>      
671                                         <xs:documentation>Wohnbereich 3</xs:documentation>      
672                                 </xs:annotation>      
673                         </xs:enumeration>      
674                         <xs:enumeration value="WB_4">      
675                                 <xs:annotation>      
676                                         <xs:documentation>Wohnbereich 4</xs:documentation>      
677                                 </xs:annotation>      
678                         </xs:enumeration>      
679                         <xs:enumeration value="WB_5">      
680                                 <xs:annotation>      
681                                         <xs:documentation>Wohnbereich 5</xs:documentation>      
682                                 </xs:annotation>      
683                         </xs:enumeration>      
684                         <xs:enumeration value="WB_6">      
685                                 <xs:annotation>      
686                                         <xs:documentation>Wohnbereich 6</xs:documentation>      
687                                 </xs:annotation>      
688                         </xs:enumeration>      
689                         <xs:enumeration value="WB_7">      
690                                 <xs:annotation>      
691                                         <xs:documentation>Wohnbereich 7</xs:documentation>      
692                                 </xs:annotation>      
693                         </xs:enumeration>      
694                         <xs:enumeration value="WB_8">      
695                                 <xs:annotation>      
696                                         <xs:documentation>Wohnbereich 8</xs:documentation>      
697                                 </xs:annotation>      
698                         </xs:enumeration>      
699                         <xs:enumeration value="WB_9">      
700                                 <xs:annotation>      
701                                         <xs:documentation>Wohnbereich 9</xs:documentation>      
702                                 </xs:annotation>      
703                         </xs:enumeration>      
704                         <xs:enumeration value="WB_10">      
705                                 <xs:annotation>      
706                                         <xs:documentation>Wohnbereich 10</xs:documentation>      
707                                 </xs:annotation>      
708                         </xs:enumeration>      
709                         <xs:enumeration value="WB_11">      
710                                 <xs:annotation>      
711                                         <xs:documentation>Wohnbereich 11</xs:documentation>      
712                                 </xs:annotation>      
713                         </xs:enumeration>      
714                         <xs:enumeration value="WB_12">      
715                                 <xs:annotation>      
716                                         <xs:documentation>Wohnbereich 12</xs:documentation>      
717                                 </xs:annotation>      
718                         </xs:enumeration>      
719                         <xs:enumeration value="WB_13">      
720                                 <xs:annotation>      
721                                         <xs:documentation>Wohnbereich 13</xs:documentation>      
722                                 </xs:annotation>      
723                         </xs:enumeration>      
724                         <xs:enumeration value="WB_14">      
725                                 <xs:annotation>      
726                                         <xs:documentation>Wohnbereich 14</xs:documentation>      
727                                 </xs:annotation>      
728                         </xs:enumeration>      
729                         <xs:enumeration value="WB_15">      
730                                 <xs:annotation>      
731                                         <xs:documentation>Wohnbereich 15</xs:documentation>      
732                                 </xs:annotation>      
733                         </xs:enumeration>      
734                         <xs:enumeration value="WB_16">      
735                                 <xs:annotation>      
736                                         <xs:documentation>Wohnbereich 16</xs:documentation>      
737                                 </xs:annotation>      
738                         </xs:enumeration>      
739                         <xs:enumeration value="WB_17">      
740                                 <xs:annotation>      
741                                         <xs:documentation>Wohnbereich 17</xs:documentation>      
742                                 </xs:annotation>      
743                         </xs:enumeration>      
744                         <xs:enumeration value="WB_18">      
745                                 <xs:annotation>      
746                                         <xs:documentation>Wohnbereich 18</xs:documentation>      
747                                 </xs:annotation>      
748                         </xs:enumeration>      
749                         <xs:enumeration value="WB_19">      
750                                 <xs:annotation>      
751                                         <xs:documentation>Wohnbereich 19</xs:documentation>      
752                                 </xs:annotation>      
753                         </xs:enumeration>      
754                         <xs:enumeration value="WB_20">      
755                                 <xs:annotation>      
756                                         <xs:documentation>Wohnbereich 20</xs:documentation>      
757                                 </xs:annotation>      
758                         </xs:enumeration>      
759                         <xs:enumeration value="WB_21">      
760                                 <xs:annotation>      
761                                         <xs:documentation>Wohnbereich 21</xs:documentation>      
762                                 </xs:annotation>      
763                         </xs:enumeration>      
764                         <xs:enumeration value="WB_22">      
765                                 <xs:annotation>      
766                                         <xs:documentation>Wohnbereich 22</xs:documentation>      
767                                 </xs:annotation>      
768                         </xs:enumeration>      
769                         <xs:enumeration value="WB_23">      
770                                 <xs:annotation>      
771                                         <xs:documentation>Wohnbereich 23</xs:documentation>      
772                                 </xs:annotation>      
773                         </xs:enumeration>      
774                         <xs:enumeration value="WB_24">      
775                                 <xs:annotation>      
776                                         <xs:documentation>Wohnbereich 24</xs:documentation>      
777                                 </xs:annotation>      
778                         </xs:enumeration>      
779                         <xs:enumeration value="WB_25">      
780                                 <xs:annotation>      
781                                         <xs:documentation>Wohnbereich 25</xs:documentation>      
782                                 </xs:annotation>      
783                         </xs:enumeration>      
784                         <xs:enumeration value="WB_26">      
785                                 <xs:annotation>      
786                                         <xs:documentation>Wohnbereich 26</xs:documentation>      
787                                 </xs:annotation>      
788                         </xs:enumeration>      
789                         <xs:enumeration value="WB_27">      
790                                 <xs:annotation>      
791                                         <xs:documentation>Wohnbereich 27</xs:documentation>      
792                                 </xs:annotation>      
793                         </xs:enumeration>      
794                         <xs:enumeration value="WB_28">      
795                                 <xs:annotation>      
796                                         <xs:documentation>Wohnbereich 28</xs:documentation>      
797                                 </xs:annotation>      
798                         </xs:enumeration>      
799                         <xs:enumeration value="WB_29">      
800                                 <xs:annotation>      
801                                         <xs:documentation>Wohnbereich 29</xs:documentation>      
802                                 </xs:annotation>      
803                         </xs:enumeration>      
804                         <xs:enumeration value="WB_30">      
805                                 <xs:annotation>      
806                                         <xs:documentation>Wohnbereich 30</xs:documentation>      
807                                 </xs:annotation>      
808                         </xs:enumeration>      
809                         <xs:enumeration value="WB_31">      
810                                 <xs:annotation>      
811                                         <xs:documentation>Wohnbereich 31</xs:documentation>      
812                                 </xs:annotation>      
813                         </xs:enumeration>      
814                         <xs:enumeration value="WB_32">      
815                                 <xs:annotation>      
816                                         <xs:documentation>Wohnbereich 32</xs:documentation>      
817                                 </xs:annotation>      
818                         </xs:enumeration>      
819                         <xs:enumeration value="WB_33">      
820                                 <xs:annotation>      
821                                         <xs:documentation>Wohnbereich 33</xs:documentation>      
822                                 </xs:annotation>      
823                         </xs:enumeration>      
824                         <xs:enumeration value="WB_34">      
825                                 <xs:annotation>      
826                                         <xs:documentation>Wohnbereich 34</xs:documentation>      
827                                 </xs:annotation>      
828                         </xs:enumeration>      
829                         <xs:enumeration value="WB_35">      
830                                 <xs:annotation>      
831                                         <xs:documentation>Wohnbereich 35</xs:documentation>      
832                                 </xs:annotation>      
833                         </xs:enumeration>      
834                         <xs:enumeration value="WB_36">      
835                                 <xs:annotation>      
836                                         <xs:documentation>Wohnbereich 36</xs:documentation>      
837                                 </xs:annotation>      
838                         </xs:enumeration>      
839                         <xs:enumeration value="WB_37">      
840                                 <xs:annotation>      
841                                         <xs:documentation>Wohnbereich 37</xs:documentation>      
842                                 </xs:annotation>      
843                         </xs:enumeration>      
844                         <xs:enumeration value="WB_38">      
845                                 <xs:annotation>      
846                                         <xs:documentation>Wohnbereich 38</xs:documentation>      
847                                 </xs:annotation>      
848                         </xs:enumeration>      
849                         <xs:enumeration value="WB_39">      
850                                 <xs:annotation>      
851                                         <xs:documentation>Wohnbereich 39</xs:documentation>      
852                                 </xs:annotation>      
853                         </xs:enumeration>      
854                         <xs:enumeration value="WB_40">      
855                                 <xs:annotation>      
856                                         <xs:documentation>Wohnbereich 40</xs:documentation>      
857                                 </xs:annotation>      
858                         </xs:enumeration>      
859                         <xs:enumeration value="WB_41">      
860                                 <xs:annotation>      
861                                         <xs:documentation>Wohnbereich 41</xs:documentation>      
862                                 </xs:annotation>      
863                         </xs:enumeration>      
864                         <xs:enumeration value="WB_42">      
865                                 <xs:annotation>      
866                                         <xs:documentation>Wohnbereich 42</xs:documentation>      
867                                 </xs:annotation>      
868                         </xs:enumeration>      
869                         <xs:enumeration value="WB_43">      
870                                 <xs:annotation>      
871                                         <xs:documentation>Wohnbereich 43</xs:documentation>      
872                                 </xs:annotation>      
873                         </xs:enumeration>      
874                         <xs:enumeration value="WB_44">      
875                                 <xs:annotation>      
876                                         <xs:documentation>Wohnbereich 44</xs:documentation>      
877                                 </xs:annotation>      
878                         </xs:enumeration>      
879                         <xs:enumeration value="WB_45">      
880                                 <xs:annotation>      
881                                         <xs:documentation>Wohnbereich 45</xs:documentation>      
882                                 </xs:annotation>      
883                         </xs:enumeration>      
884                         <xs:enumeration value="WB_46">      
885                                 <xs:annotation>      
886                                         <xs:documentation>Wohnbereich 46</xs:documentation>      
887                                 </xs:annotation>      
888                         </xs:enumeration>      
889                         <xs:enumeration value="WB_47">      
890                                 <xs:annotation>      
891                                         <xs:documentation>Wohnbereich 47</xs:documentation>      
892                                 </xs:annotation>      
893                         </xs:enumeration>      
894                         <xs:enumeration value="WB_48">      
895                                 <xs:annotation>      
896                                         <xs:documentation>Wohnbereich 48</xs:documentation>      
897                                 </xs:annotation>      
898                         </xs:enumeration>      
899                         <xs:enumeration value="WB_49">      
900                                 <xs:annotation>      
901                                         <xs:documentation>Wohnbereich 49</xs:documentation>      
902                                 </xs:annotation>      
903                         </xs:enumeration>      
904                         <xs:enumeration value="WB_50">      
905                                 <xs:annotation>      
906                                         <xs:documentation>Wohnbereich 50</xs:documentation>      
907                                 </xs:annotation>      
908                         </xs:enumeration>      
909                         <xs:enumeration value="WB_51">      
910                                 <xs:annotation>      
911                                         <xs:documentation>Wohnbereich 51</xs:documentation>      
912                                 </xs:annotation>      
913                         </xs:enumeration>      
914                         <xs:enumeration value="WB_52">      
915                                 <xs:annotation>      
916                                         <xs:documentation>Wohnbereich 52</xs:documentation>      
917                                 </xs:annotation>      
918                         </xs:enumeration>      
919                         <xs:enumeration value="WB_53">      
920                                 <xs:annotation>      
921                                         <xs:documentation>Wohnbereich 53</xs:documentation>      
922                                 </xs:annotation>      
923                         </xs:enumeration>      
924                         <xs:enumeration value="WB_54">      
925                                 <xs:annotation>      
926                                         <xs:documentation>Wohnbereich 54</xs:documentation>      
927                                 </xs:annotation>      
928                         </xs:enumeration>      
929                         <xs:enumeration value="WB_55">      
930                                 <xs:annotation>      
931                                         <xs:documentation>Wohnbereich 55</xs:documentation>      
932                                 </xs:annotation>      
933                         </xs:enumeration>      
934                         <xs:enumeration value="WB_56">      
935                                 <xs:annotation>      
936                                         <xs:documentation>Wohnbereich 56</xs:documentation>      
937                                 </xs:annotation>      
938                         </xs:enumeration>      
939                         <xs:enumeration value="WB_57">      
940                                 <xs:annotation>      
941                                         <xs:documentation>Wohnbereich 57</xs:documentation>      
942                                 </xs:annotation>      
943                         </xs:enumeration>      
944                         <xs:enumeration value="WB_58">      
945                                 <xs:annotation>      
946                                         <xs:documentation>Wohnbereich 58</xs:documentation>      
947                                 </xs:annotation>      
948                         </xs:enumeration>      
949                         <xs:enumeration value="WB_59">      
950                                 <xs:annotation>      
951                                         <xs:documentation>Wohnbereich 59</xs:documentation>      
952                                 </xs:annotation>      
953                         </xs:enumeration>      
954                         <xs:enumeration value="WB_60">      
955                                 <xs:annotation>      
956                                         <xs:documentation>Wohnbereich 60</xs:documentation>      
957                                 </xs:annotation>      
958                         </xs:enumeration>      
959                         <xs:enumeration value="WB_61">      
960                                 <xs:annotation>      
961                                         <xs:documentation>Wohnbereich 61</xs:documentation>      
962                                 </xs:annotation>      
963                         </xs:enumeration>      
964                         <xs:enumeration value="WB_62">      
965                                 <xs:annotation>      
966                                         <xs:documentation>Wohnbereich 62</xs:documentation>      
967                                 </xs:annotation>      
968                         </xs:enumeration>      
969                         <xs:enumeration value="WB_63">      
970                                 <xs:annotation>      
971                                         <xs:documentation>Wohnbereich 63</xs:documentation>      
972                                 </xs:annotation>      
973                         </xs:enumeration>      
974                         <xs:enumeration value="WB_64">      
975                                 <xs:annotation>      
976                                         <xs:documentation>Wohnbereich 64</xs:documentation>      
977                                 </xs:annotation>      
978                         </xs:enumeration>      
979                         <xs:enumeration value="WB_65">      
980                                 <xs:annotation>      
981                                         <xs:documentation>Wohnbereich 65</xs:documentation>      
982                                 </xs:annotation>      
983                         </xs:enumeration>      
984                         <xs:enumeration value="WB_66">      
985                                 <xs:annotation>      
986                                         <xs:documentation>Wohnbereich 66</xs:documentation>      
987                                 </xs:annotation>      
988                         </xs:enumeration>      
989                         <xs:enumeration value="WB_67">      
990                                 <xs:annotation>      
991                                         <xs:documentation>Wohnbereich 67</xs:documentation>      
992                                 </xs:annotation>      
993                         </xs:enumeration>      
994                         <xs:enumeration value="WB_68">      
995                                 <xs:annotation>      
996                                         <xs:documentation>Wohnbereich 68</xs:documentation>      
997                                 </xs:annotation>      
998                         </xs:enumeration>      
999                         <xs:enumeration value="WB_69">      
1000                                 <xs:annotation>      
1001                                         <xs:documentation>Wohnbereich 69</xs:documentation>      
1002                                 </xs:annotation>      
1003                         </xs:enumeration>      
1004                         <xs:enumeration value="WB_70">      
1005                                 <xs:annotation>      
1006                                         <xs:documentation>Wohnbereich 70</xs:documentation>      
1007                                 </xs:annotation>      
1008                         </xs:enumeration>      
1009                         <xs:enumeration value="WB_71">      
1010                                 <xs:annotation>      
1011                                         <xs:documentation>Wohnbereich 71</xs:documentation>      
1012                                 </xs:annotation>      
1013                         </xs:enumeration>      
1014                         <xs:enumeration value="WB_72">      
1015                                 <xs:annotation>      
1016                                         <xs:documentation>Wohnbereich 72</xs:documentation>      
1017                                 </xs:annotation>      
1018                         </xs:enumeration>      
1019                         <xs:enumeration value="WB_73">      
1020                                 <xs:annotation>      
1021                                         <xs:documentation>Wohnbereich 73</xs:documentation>      
1022                                 </xs:annotation>      
1023                         </xs:enumeration>      
1024                         <xs:enumeration value="WB_74">      
1025                                 <xs:annotation>      
1026                                         <xs:documentation>Wohnbereich 74</xs:documentation>      
1027                                 </xs:annotation>      
1028                         </xs:enumeration>      
1029                         <xs:enumeration value="WB_75">      
1030                                 <xs:annotation>      
1031                                         <xs:documentation>Wohnbereich 75</xs:documentation>      
1032                                 </xs:annotation>      
1033                         </xs:enumeration>      
1034                         <xs:enumeration value="WB_76">      
1035                                 <xs:annotation>      
1036                                         <xs:documentation>Wohnbereich 76</xs:documentation>      
1037                                 </xs:annotation>      
1038                         </xs:enumeration>      
1039                         <xs:enumeration value="WB_77">      
1040                                 <xs:annotation>      
1041                                         <xs:documentation>Wohnbereich 77</xs:documentation>      
1042                                 </xs:annotation>      
1043                         </xs:enumeration>      
1044                         <xs:enumeration value="WB_78">      
1045                                 <xs:annotation>      
1046                                         <xs:documentation>Wohnbereich 78</xs:documentation>      
1047                                 </xs:annotation>      
1048                         </xs:enumeration>      
1049                         <xs:enumeration value="WB_79">      
1050                                 <xs:annotation>      
1051                                         <xs:documentation>Wohnbereich 79</xs:documentation>      
1052                                 </xs:annotation>      
1053                         </xs:enumeration>      
1054                         <xs:enumeration value="WB_80">      
1055                                 <xs:annotation>      
1056                                         <xs:documentation>Wohnbereich 80</xs:documentation>      
1057                                 </xs:annotation>      
1058                         </xs:enumeration>      
1059                         <xs:enumeration value="WB_81">      
1060                                 <xs:annotation>      
1061                                         <xs:documentation>Wohnbereich 81</xs:documentation>      
1062                                 </xs:annotation>      
1063                         </xs:enumeration>      
1064                         <xs:enumeration value="WB_82">      
1065                                 <xs:annotation>      
1066                                         <xs:documentation>Wohnbereich 82</xs:documentation>      
1067                                 </xs:annotation>      
1068                         </xs:enumeration>      
1069                         <xs:enumeration value="WB_83">      
1070                                 <xs:annotation>      
1071                                         <xs:documentation>Wohnbereich 83</xs:documentation>      
1072                                 </xs:annotation>      
1073                         </xs:enumeration>      
1074                         <xs:enumeration value="WB_84">      
1075                                 <xs:annotation>      
1076                                         <xs:documentation>Wohnbereich 84</xs:documentation>      
1077                                 </xs:annotation>      
1078                         </xs:enumeration>      
1079                         <xs:enumeration value="WB_85">      
1080                                 <xs:annotation>      
1081                                         <xs:documentation>Wohnbereich 85</xs:documentation>      
1082                                 </xs:annotation>      
1083                         </xs:enumeration>      
1084                         <xs:enumeration value="WB_86">      
1085                                 <xs:annotation>      
1086                                         <xs:documentation>Wohnbereich 86</xs:documentation>      
1087                                 </xs:annotation>      
1088                         </xs:enumeration>      
1089                         <xs:enumeration value="WB_87">      
1090                                 <xs:annotation>      
1091                                         <xs:documentation>Wohnbereich 87</xs:documentation>      
1092                                 </xs:annotation>      
1093                         </xs:enumeration>      
1094                         <xs:enumeration value="WB_88">      
1095                                 <xs:annotation>      
1096                                         <xs:documentation>Wohnbereich 88</xs:documentation>      
1097                                 </xs:annotation>      
1098                         </xs:enumeration>      
1099                         <xs:enumeration value="WB_89">      
1100                                 <xs:annotation>      
1101                                         <xs:documentation>Wohnbereich 89</xs:documentation>      
1102                                 </xs:annotation>      
1103                         </xs:enumeration>      
1104                         <xs:enumeration value="WB_90">      
1105                                 <xs:annotation>      
1106                                         <xs:documentation>Wohnbereich 90</xs:documentation>      
1107                                 </xs:annotation>      
1108                         </xs:enumeration>      
1109                         <xs:enumeration value="WB_91">      
1110                                 <xs:annotation>      
1111                                         <xs:documentation>Wohnbereich 91</xs:documentation>      
1112                                 </xs:annotation>      
1113                         </xs:enumeration>      
1114                         <xs:enumeration value="WB_92">      
1115                                 <xs:annotation>      
1116                                         <xs:documentation>Wohnbereich 92</xs:documentation>      
1117                                 </xs:annotation>      
1118                         </xs:enumeration>      
1119                         <xs:enumeration value="WB_93">      
1120                                 <xs:annotation>      
1121                                         <xs:documentation>Wohnbereich 93</xs:documentation>      
1122                                 </xs:annotation>      
1123                         </xs:enumeration>      
1124                         <xs:enumeration value="WB_94">      
1125                                 <xs:annotation>      
1126                                         <xs:documentation>Wohnbereich 94</xs:documentation>      
1127                                 </xs:annotation>      
1128                         </xs:enumeration>      
1129                         <xs:enumeration value="WB_95">      
1130                                 <xs:annotation>      
1131                                         <xs:documentation>Wohnbereich 95</xs:documentation>      
1132                                 </xs:annotation>      
1133                         </xs:enumeration>      
1134                         <xs:enumeration value="WB_96">      
1135                                 <xs:annotation>      
1136                                         <xs:documentation>Wohnbereich 96</xs:documentation>      
1137                                 </xs:annotation>      
1138                         </xs:enumeration>      
1139                         <xs:enumeration value="WB_97">      
1140                                 <xs:annotation>      
1141                                         <xs:documentation>Wohnbereich 97</xs:documentation>      
1142                                 </xs:annotation>      
1143                         </xs:enumeration>      
1144                         <xs:enumeration value="WB_98">      
1145                                 <xs:annotation>      
1146                                         <xs:documentation>Wohnbereich 98</xs:documentation>      
1147                                 </xs:annotation>      
1148                         </xs:enumeration>      
1149                         <xs:enumeration value="WB_99">      
1150                                 <xs:annotation>      
1151                                         <xs:documentation>Wohnbereich 99</xs:documentation>      
1152                                 </xs:annotation>      
1153                         </xs:enumeration>      
1154                 </xs:restriction>      
1155         </xs:simpleType>      
1156 </xs:schema> = 781 </xs:schema>