uzis-4.13.07.xsd
   1 <?xml version="1.0" encoding="utf-8"?>
   2 
   3 <!-- verze duben 2017 doplnek Kod do Zdravotnickeho zarizeni 
   4       verze cerven 2017, zmena timetype
   5 topografie MKNO3
   6 verze září 2018 - detailní ZZ, primárně pro NOR
   7 verze prosinec 2019 - TNM ciselnik
   8 20.3.2020 -  specificka stadia
   9 -->
  10 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  11 	<xs:simpleType name="str1type">
  12 		<xs:restriction base="xs:string">
  13 			<xs:minLength value="1" />
  14 			<xs:maxLength value="1" />
  15 		</xs:restriction>
  16 	</xs:simpleType>
  17 	<xs:simpleType name="str2type">
  18 		<xs:restriction base="xs:string">
  19 			<xs:minLength value="1" />
  20 			<xs:maxLength value="2" />
  21 		</xs:restriction>
  22 	</xs:simpleType>
  23 	<xs:simpleType name="str3type">
  24 		<xs:restriction base="xs:string">
  25 			<xs:minLength value="1" />
  26 			<xs:maxLength value="3" />
  27 		</xs:restriction>
  28 	</xs:simpleType>
  29 	<xs:simpleType name="str4type">
  30 		<xs:restriction base="xs:string">
  31 			<xs:minLength value="1" />
  32 			<xs:maxLength value="4" />
  33 		</xs:restriction>
  34 	</xs:simpleType>
  35 	<xs:simpleType name="str5type">
  36 		<xs:restriction base="xs:string">
  37 			<xs:minLength value="1" />
  38 			<xs:maxLength value="5" />
  39 		</xs:restriction>
  40 	</xs:simpleType>
  41 	<xs:simpleType name="str6type">
  42 		<xs:restriction base="xs:string">
  43 			<xs:minLength value="1" />
  44 			<xs:maxLength value="6" />
  45 		</xs:restriction>
  46 	</xs:simpleType>
  47 	<xs:simpleType name="str7type">
  48 		<xs:restriction base="xs:string">
  49 			<xs:minLength value="1" />
  50 			<xs:maxLength value="7" />
  51 		</xs:restriction>
  52 	</xs:simpleType>
  53 	<xs:simpleType name="str8type">
  54 		<xs:restriction base="xs:string">
  55 			<xs:minLength value="1" />
  56 			<xs:maxLength value="8" />
  57 		</xs:restriction>
  58 	</xs:simpleType>
  59 	<xs:simpleType name="str11type">
  60 		<xs:restriction base="xs:string">
  61 			<xs:minLength value="1" />
  62 			<xs:maxLength value="11" />
  63 		</xs:restriction>
  64 	</xs:simpleType>
  65 	<xs:simpleType name="str30type">
  66 		<xs:restriction base="xs:string">
  67 			<xs:minLength value="1" />
  68 			<xs:maxLength value="30" />
  69 		</xs:restriction>
  70 	</xs:simpleType>
  71 	<xs:simpleType name="str14type">
  72 		<xs:restriction base="xs:string">
  73 			<xs:minLength value="1" />
  74 			<xs:maxLength value="14" />
  75 		</xs:restriction>
  76 	</xs:simpleType>
  77 	<xs:simpleType name="str15type">
  78 		<xs:restriction base="xs:string">
  79 			<xs:minLength value="1" />
  80 			<xs:maxLength value="15" />
  81 		</xs:restriction>
  82 	</xs:simpleType>
  83 	<xs:simpleType name="str20type">
  84 		<xs:restriction base="xs:string">
  85 			<xs:minLength value="1" />
  86 			<xs:maxLength value="20" />
  87 		</xs:restriction>
  88 	</xs:simpleType>
  89 	<xs:simpleType name="str25type">
  90 		<xs:restriction base="xs:string">
  91 			<xs:minLength value="1" />
  92 			<xs:maxLength value="25" />
  93 		</xs:restriction>
  94 	</xs:simpleType>
  95 	<xs:simpleType name="str50type">
  96 		<xs:restriction base="xs:string">
  97 			<xs:minLength value="1" />
  98 			<xs:maxLength value="50" />
  99 		</xs:restriction>
 100 	</xs:simpleType>
 101 	<xs:simpleType name="str70type">
 102 		<xs:restriction base="xs:string">
 103 			<xs:minLength value="1" />
 104 			<xs:maxLength value="70" />
 105 		</xs:restriction>
 106 	</xs:simpleType>
 107 	<xs:simpleType name="str255type">
 108 		<xs:restriction base="xs:string">
 109 			<xs:minLength value="1" />
 110 			<xs:maxLength value="255" />
 111 		</xs:restriction>
 112 	</xs:simpleType>
 113 	<xs:simpleType name="str1000type">
 114 		<xs:restriction base="xs:string">
 115 			<xs:minLength value="1" />
 116 			<xs:maxLength value="1000" />
 117 		</xs:restriction>
 118 	</xs:simpleType>
 119 	<xs:simpleType name="timetype">
 120 		<xs:restriction base="xs:time" />
 121 	</xs:simpleType>
 122 	<xs:attributeGroup name="DScisAttrGroup">
 123 		<xs:attribute name="dat_gen" type="xs:date" use="required" />
 124 		<xs:attribute name="cas_gen" type="timetype" use="required" />
 125 		<xs:attribute name="ver_nclp" type="str8type" use="required" />
 126 		<xs:attribute name="ver_ds" type="str8type" use="required" />
 127 		<xs:attribute name="uzivatel" type="str50type" use="optional" />
 128 		<xs:attribute name="cis_klic" type="str50type" use="optional" />
 129 		<xs:attribute name="uzis_verze" type="str20type" use="required">
 130 			<xs:annotation>
 131 				<xs:documentation>rokcilovectvrtleti 201520</xs:documentation>
 132 			</xs:annotation>
 133 		</xs:attribute>
 134 		<xs:attribute name="zkratka" type="str8type" use="optional">
 135 			<xs:annotation>
 136 				<xs:documentation>Původní název číselníku do 8 znaků</xs:documentation>
 137 			</xs:annotation>
 138 		</xs:attribute>
 139 		<xs:attribute name="u_plati_od" type="xs:date" use="required">
 140 			<xs:annotation>
 141 				<xs:documentation>první den čtvrtletí</xs:documentation>
 142 			</xs:annotation>
 143 		</xs:attribute>
 144 		<xs:attribute name="nazev" type="str50type" use="required">
 145 			<xs:annotation>
 146 				<xs:documentation>Název číselníku v JTP</xs:documentation>
 147 			</xs:annotation>
 148 		</xs:attribute>
 149 		<xs:attribute name="popis" type="str255type" use="required">
 150 			<xs:annotation>
 151 				<xs:documentation>Popis číselníku pro zobrazení v DASTA jako vysvětlení</xs:documentation>
 152 			</xs:annotation>
 153 		</xs:attribute>
 154 		<xs:attribute name="popis_eng" type="str255type" use="optional">
 155 			<xs:annotation>
 156 				<xs:documentation>Volitelně popis v angličtině</xs:documentation>
 157 			</xs:annotation>
 158 		</xs:attribute>
 159 		<xs:attribute name="spravce" type="str20type" use="required" />
 160 	</xs:attributeGroup>
 161 	<xs:attributeGroup name="SkupinaPlatnostiAttrGroup">
 162 		<xs:attribute name="skupina_platnosti_01" type="xs:boolean" use="optional" />
 163 		<xs:attribute name="skupina_platnosti_02" type="xs:boolean" use="optional" />
 164 		<xs:attribute name="skupina_platnosti_03" type="xs:boolean" use="optional" />
 165 		<xs:attribute name="skupina_platnosti_04" type="xs:boolean" use="optional" />
 166 		<xs:attribute name="skupina_platnosti_05" type="xs:boolean" use="optional" />
 167 		<xs:attribute name="skupina_platnosti_06" type="xs:boolean" use="optional" />
 168 		<xs:attribute name="skupina_platnosti_07" type="xs:boolean" use="optional" />
 169 		<xs:attribute name="skupina_platnosti_08" type="xs:boolean" use="optional" />
 170 		<xs:attribute name="skupina_platnosti_09" type="xs:boolean" use="optional" />
 171 		<xs:attribute name="skupina_platnosti_10" type="xs:boolean" use="optional" />
 172 		<xs:attribute name="skupina_platnosti_11" type="xs:boolean" use="optional" />
 173 		<xs:attribute name="skupina_platnosti_12" type="xs:boolean" use="optional" />
 174 		<xs:attribute name="skupina_platnosti_13" type="xs:boolean" use="optional" />
 175 	</xs:attributeGroup>
 176 	<xs:attributeGroup name="VetaAttrGroup">
 177 		<xs:attribute name="kod" type="str30type" use="required">
 178 			<xs:annotation>
 179 				<xs:documentation>Kód položky</xs:documentation>
 180 			</xs:annotation>
 181 		</xs:attribute>
 182 		<xs:attribute name="popis" type="str255type" use="required">
 183 			<xs:annotation>
 184 				<xs:documentation>Popis položky</xs:documentation>
 185 			</xs:annotation>
 186 		</xs:attribute>
 187 		<xs:attribute name="plati_od" type="xs:date" use="required">
 188 			<xs:annotation>
 189 				<xs:documentation>Platnost od</xs:documentation>
 190 			</xs:annotation>
 191 		</xs:attribute>
 192 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 193 		<xs:attribute name="poradi" type="str6type" use="optional">
 194 			<xs:annotation>
 195 				<xs:documentation>Logické pořadí</xs:documentation>
 196 			</xs:annotation>
 197 		</xs:attribute>
 198 	</xs:attributeGroup>
 199 	<xs:attributeGroup name="VetaLongAttrGroup">
 200 		<xs:attribute name="kod" type="str30type" use="required">
 201 			<xs:annotation>
 202 				<xs:documentation>Kód položky</xs:documentation>
 203 			</xs:annotation>
 204 		</xs:attribute>
 205 		<xs:attribute name="popis" type="str1000type" use="required">
 206 			<xs:annotation>
 207 				<xs:documentation>Popis položky</xs:documentation>
 208 			</xs:annotation>
 209 		</xs:attribute>
 210 		<xs:attribute name="plati_od" type="xs:date" use="required">
 211 			<xs:annotation>
 212 				<xs:documentation>Platnost od</xs:documentation>
 213 			</xs:annotation>
 214 		</xs:attribute>
 215 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 216 		<xs:attribute name="poradi" type="str6type" use="optional">
 217 			<xs:annotation>
 218 				<xs:documentation>Logické pořadí</xs:documentation>
 219 			</xs:annotation>
 220 		</xs:attribute>
 221 	</xs:attributeGroup>
 222 	<xs:complexType name="ciselnikTNMVetaType">
 223 		<xs:attributeGroup ref="VetaAttrGroup" />
 224 		<xs:attribute name="patkod" type="str5type" use="optional">
 225 			<xs:annotation>
 226 				<xs:documentation>--Uplný kód klasifikace pro patologickou zprávu</xs:documentation>
 227 			</xs:annotation>
 228 		</xs:attribute>
 229 	</xs:complexType>
 230 	<xs:complexType name="ciselnikVetaType">
 231 		<xs:attributeGroup ref="VetaAttrGroup" />
 232 		<xs:attributeGroup ref="SkupinaPlatnostiAttrGroup" />
 233 	</xs:complexType>
 234 	<xs:complexType name="ciselnikLongVetaType">
 235 		<xs:attributeGroup ref="VetaLongAttrGroup" />
 236 		<xs:attributeGroup ref="SkupinaPlatnostiAttrGroup" />
 237 	</xs:complexType>
 238 	<xs:complexType name="ciselnikTypOperaceVetaType">
 239 		<xs:attributeGroup ref="VetaAttrGroup" />
 240 		<xs:attribute name="typ_operace" type="str1type" use="optional">
 241 			<xs:annotation>
 242 				<xs:documentation>Primární operace nebo revize</xs:documentation>
 243 			</xs:annotation>
 244 		</xs:attribute>
 245 	</xs:complexType>
 246 	<xs:complexType name="ciselnikMkn10_5VetaType">
 247 		<xs:attribute name="kod" type="str5type" use="required" />
 248 		<xs:attribute name="m5dg" type="str1type" use="optional">
 249 			<xs:annotation>
 250 				<xs:documentation>CleneniNaPatemMiste</xs:documentation>
 251 			</xs:annotation>
 252 		</xs:attribute>
 253 		<xs:attribute name="naz" type="str70type" use="optional">
 254 			<xs:annotation>
 255 				<xs:documentation>Nazev</xs:documentation>
 256 			</xs:annotation>
 257 		</xs:attribute>
 258 		<xs:attribute name="znak" type="str1type" use="optional">
 259 			<xs:annotation>
 260 				<xs:documentation>ZnakProDruh</xs:documentation>
 261 			</xs:annotation>
 262 		</xs:attribute>
 263 		<xs:attribute name="dgzakl" type="str4type" use="optional">
 264 			<xs:annotation>
 265 				<xs:documentation>Zakladni</xs:documentation>
 266 			</xs:annotation>
 267 		</xs:attribute>
 268 		<xs:attribute name="pumrti" type="str1type" use="optional">
 269 			<xs:annotation>
 270 				<xs:documentation>UmrtiPricina</xs:documentation>
 271 			</xs:annotation>
 272 		</xs:attribute>
 273 		<xs:attribute name="pohlav" type="str1type" use="optional">
 274 			<xs:annotation>
 275 				<xs:documentation>NepripustnePohlavi</xs:documentation>
 276 			</xs:annotation>
 277 		</xs:attribute>
 278 		<xs:attribute name="pohlav_t" type="str1type" use="optional">
 279 			<xs:annotation>
 280 				<xs:documentation>?</xs:documentation>
 281 			</xs:annotation>
 282 		</xs:attribute>
 283 		<xs:attribute name="vekod" type="str2type" use="optional">
 284 			<xs:annotation>
 285 				<xs:documentation>NepripustnyVekOd</xs:documentation>
 286 			</xs:annotation>
 287 		</xs:attribute>
 288 		<xs:attribute name="vekdo" type="str2type" use="optional">
 289 			<xs:annotation>
 290 				<xs:documentation>NepripustnyVekDo</xs:documentation>
 291 			</xs:annotation>
 292 		</xs:attribute>
 293 		<xs:attribute name="tdg" type="str3type" use="optional">
 294 			<xs:annotation>
 295 				<xs:documentation>TridaDg</xs:documentation>
 296 			</xs:annotation>
 297 		</xs:attribute>
 298 		<xs:attribute name="swho1" type="str3type" use="optional">
 299 			<xs:annotation>
 300 				<xs:documentation>SkupinaDgWho1</xs:documentation>
 301 			</xs:annotation>
 302 		</xs:attribute>
 303 		<xs:attribute name="swho2" type="str2type" use="optional">
 304 			<xs:annotation>
 305 				<xs:documentation>SkupinaDgWho2</xs:documentation>
 306 			</xs:annotation>
 307 		</xs:attribute>
 308 		<xs:attribute name="swho3" type="str5type" use="optional">
 309 			<xs:annotation>
 310 				<xs:documentation>SkupinaDgWho3</xs:documentation>
 311 			</xs:annotation>
 312 		</xs:attribute>
 313 		<xs:attribute name="swho4" type="str2type" use="optional">
 314 			<xs:annotation>
 315 				<xs:documentation>SkupinaDgWho4</xs:documentation>
 316 			</xs:annotation>
 317 		</xs:attribute>
 318 		<xs:attribute name="swho5" type="str3type" use="optional">
 319 			<xs:annotation>
 320 				<xs:documentation>SkupinaDgWho5</xs:documentation>
 321 			</xs:annotation>
 322 		</xs:attribute>
 323 		<xs:attribute name="snzis" type="str2type" use="optional">
 324 			<xs:annotation>
 325 				<xs:documentation>SkupinyDgProNzis</xs:documentation>
 326 			</xs:annotation>
 327 		</xs:attribute>
 328 		<xs:attribute name="skupla1" type="str1type" use="optional" />
 329 		<xs:attribute name="skupla2" type="str1type" use="optional" />
 330 		<xs:attribute name="skupla3" type="str1type" use="optional" />
 331 		<xs:attribute name="skupla4" type="str1type" use="optional" />
 332 		<xs:attribute name="skupla5" type="str1type" use="optional" />
 333 		<xs:attribute name="skupla6" type="str1type" use="optional" />
 334 		<xs:attribute name="skupla7" type="str1type" use="optional" />
 335 		<xs:attribute name="skupla8" type="str1type" use="optional" />
 336 		<xs:attribute name="skupla9" type="str1type" use="optional" />
 337 		<xs:attribute name="prevod" type="str4type" use="optional" />
 338 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 339 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 340 	</xs:complexType>
 341 	<xs:complexType name="ciselnikDgProKontroluLpzVetaType">
 342 		<xs:attribute name="kod" type="str4type" use="required" />
 343 		<xs:attribute name="naz" type="str255type" use="optional" />
 344 		<xs:attribute name="znak" type="str1type" use="optional" />
 345 		<xs:attribute name="dgzakl" type="str4type" use="optional" />
 346 		<xs:attribute name="pohlav" type="str1type" use="optional" />
 347 		<xs:attribute name="vekod" type="str2type" use="optional" />
 348 		<xs:attribute name="vekdo" type="str2type" use="optional" />
 349 		<xs:attribute name="dusled_p" type="str1type" use="optional" />
 350 		<xs:attribute name="dusled_v" type="str1type" use="optional" />
 351 		<xs:attribute name="vyskyt" type="str1type" use="optional" />
 352 		<xs:attribute name="nejasna" type="str1type" use="optional" />
 353 		<xs:attribute name="skupla8" type="str1type" use="optional" />
 354 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 355 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 356 	</xs:complexType>
 357 	<xs:complexType name="ciselnikBodyIntVetaType">
 358 		<xs:attributeGroup ref="VetaAttrGroup" />
 359 		<xs:attribute name="body" type="xs:int" use="required">
 360 			<xs:annotation>
 361 				<xs:documentation>Bodové ohodnocení položky (součást skóre)</xs:documentation>
 362 			</xs:annotation>
 363 		</xs:attribute>
 364 	</xs:complexType>
 365 	<xs:complexType name="ciselnikVykonyKlinDenominatoruUzisVetaType">
 366 		<xs:attributeGroup ref="VetaAttrGroup" />
 367 		<xs:attribute name="odbornosti" type="str255type" use="required">
 368 			<xs:annotation>
 369 				<xs:documentation>Odbornosti</xs:documentation>
 370 			</xs:annotation>
 371 		</xs:attribute>
 372 	</xs:complexType>
 373 	<xs:complexType name="ciselnikTypVetaType">
 374 		<xs:attributeGroup ref="VetaAttrGroup" />
 375 		<xs:attribute name="typ" type="str2type" use="required">
 376 			<xs:annotation>
 377 				<xs:documentation>Typ, kategorie</xs:documentation>
 378 			</xs:annotation>
 379 		</xs:attribute>
 380 	</xs:complexType>
 381 	<xs:complexType name="ciselnikZkratkaVetaType">
 382 		<xs:attributeGroup ref="VetaAttrGroup" />
 383 		<xs:attribute name="zkratka" type="str3type" use="optional">
 384 			<xs:annotation>
 385 				<xs:documentation>Zkratka položky</xs:documentation>
 386 			</xs:annotation>
 387 		</xs:attribute>
 388 	</xs:complexType>
 389 	<xs:complexType name="ciselnikLekyVetaType">
 390 		<xs:attributeGroup ref="VetaAttrGroup" />
 391 		<xs:attribute name="atc" type="str7type" use="optional">
 392 			<xs:annotation>
 393 				<xs:documentation>ATC skupina</xs:documentation>
 394 			</xs:annotation>
 395 		</xs:attribute>
 396 	</xs:complexType>
 397 	<xs:complexType name="ciselnikOdbornostVZPVetaType">
 398 		<xs:attributeGroup ref="VetaAttrGroup" />
 399 		<xs:attribute name="nazev" type="str25type" use="optional">
 400 			<xs:annotation>
 401 				<xs:documentation>Zkrácený název</xs:documentation>
 402 			</xs:annotation>
 403 		</xs:attribute>
 404 		<xs:attribute name="kategorie" type="str50type" use="optional" />
 405 		<xs:attribute name="trida" type="str50type" use="optional" />
 406 		<xs:attribute name="typ" type="str50type" use="optional" />
 407 		<xs:attribute name="hospitalizace" type="xs:boolean" use="optional" />
 408 	</xs:complexType>
 409 	<xs:complexType name="ciselnikZdravotnickeOddeleniVetaType">
 410 		<xs:attributeGroup ref="VetaAttrGroup" />
 411 		<xs:attribute name="zdravotnicke_zarizeni_kod" type="str11type" use="optional">
 412 			<xs:annotation>
 413 				<xs:documentation>Kód zdravotnického zařízení IČO + PČZ</xs:documentation>
 414 			</xs:annotation>
 415 		</xs:attribute>
 416 		<xs:attribute name="pcdp" type="str3type" use="optional">
 417 			<xs:annotation>
 418 				<xs:documentation>Pořadové číslo detašovaného pracoviště</xs:documentation>
 419 			</xs:annotation>
 420 		</xs:attribute>
 421 		<xs:attribute name="cis_oddeleni_kod" type="str2type" use="optional" />
 422 		<xs:attribute name="poradove_cislo_oddeleni_kod" type="str1type" use="optional" />
 423 		<xs:attribute name="cislo_pracoviste_kod" type="str2type" use="optional" />
 424 		<xs:attribute name="druh_zarizeni_kod" type="str3type" use="optional" />
 425 	</xs:complexType>
 426 	<xs:complexType name="ciselnikBodyDecimalVetaType">
 427 		<xs:attributeGroup ref="VetaAttrGroup" />
 428 		<xs:attribute name="body" type="xs:decimal" use="required">
 429 			<xs:annotation>
 430 				<xs:documentation>Bodové ohodnocení položky (součást skóre)</xs:documentation>
 431 			</xs:annotation>
 432 		</xs:attribute>
 433 	</xs:complexType>
 434 	<xs:complexType name="ciselnikSkutecneVCykluProvedenoVetaType">
 435 		<xs:attributeGroup ref="VetaAttrGroup" />
 436 		<xs:attribute name="cil_cyklu" type="str5type" use="optional">
 437 			<xs:annotation>
 438 				<xs:documentation>Cíl cyklu</xs:documentation>
 439 			</xs:annotation>
 440 		</xs:attribute>
 441 	</xs:complexType>
 442 	<xs:complexType name="ciselnikTopografieVetaType">
 443 		<xs:attributeGroup ref="VetaAttrGroup" />
 444 		<xs:attribute name="nepripustne_pohlavi_kod" type="str1type" use="optional">
 445 			<xs:annotation>
 446 				<xs:documentation>Kód nelze použít u daného pohlaví</xs:documentation>
 447 			</xs:annotation>
 448 		</xs:attribute>
 449 	</xs:complexType>
 450 	<xs:complexType name="ciselnikDrogaVetaType">
 451 		<xs:attributeGroup ref="VetaAttrGroup" />
 452 		<xs:attribute name="druh_drogy_kod" type="str3type" use="required">
 453 			<xs:annotation>
 454 				<xs:documentation>Kód druhu drogy</xs:documentation>
 455 			</xs:annotation>
 456 		</xs:attribute>
 457 		<xs:attribute name="merna_jednotka" type="str4type" use="required">
 458 			<xs:annotation>
 459 				<xs:documentation>Měrná jednotka drogy</xs:documentation>
 460 			</xs:annotation>
 461 		</xs:attribute>
 462 	</xs:complexType>
 463 	<xs:complexType name="ciselnikToxikologieLatkaVetaType">
 464 		<xs:attributeGroup ref="VetaAttrGroup" />
 465 		<xs:attribute name="toxikologie_skupina_latky_kod" type="str5type" use="required">
 466 			<xs:annotation>
 467 				<xs:documentation>Skupina tox. látky</xs:documentation>
 468 			</xs:annotation>
 469 		</xs:attribute>
 470 		<xs:attribute name="jednotka" type="str5type" use="required">
 471 			<xs:annotation>
 472 				<xs:documentation>Měrná jednotka</xs:documentation>
 473 			</xs:annotation>
 474 		</xs:attribute>
 475 	</xs:complexType>
 476 	<xs:complexType name="ciselnikNezadouciUdalostVetaType">
 477 		<xs:attribute name="kod" type="str5type" use="required">
 478 			<xs:annotation>
 479 				<xs:documentation>Kód nežádoucí události</xs:documentation>
 480 			</xs:annotation>
 481 		</xs:attribute>
 482 		<xs:attribute name="zkratka" type="str4type" use="optional">
 483 			<xs:annotation>
 484 				<xs:documentation>Zkratka nežádoucí události</xs:documentation>
 485 			</xs:annotation>
 486 		</xs:attribute>
 487 		<xs:attribute name="kategorie" type="str1type" use="required">
 488 			<xs:annotation>
 489 				<xs:documentation>Kategorie nežádoucí události</xs:documentation>
 490 			</xs:annotation>
 491 		</xs:attribute>
 492 		<xs:attribute name="typ_dimenze" type="str5type" use="optional">
 493 			<xs:annotation>
 494 				<xs:documentation>Hlavní kategorie nežádoucí události</xs:documentation>
 495 			</xs:annotation>
 496 		</xs:attribute>
 497 		<xs:attribute name="nazev" type="str255type" use="required">
 498 			<xs:annotation>
 499 				<xs:documentation>Název položky</xs:documentation>
 500 			</xs:annotation>
 501 		</xs:attribute>
 502 		<xs:attribute name="plny_nazev" type="str255type" use="required">
 503 			<xs:annotation>
 504 				<xs:documentation>Plný název položky</xs:documentation>
 505 			</xs:annotation>
 506 		</xs:attribute>
 507 		<xs:attribute name="plati_od" type="xs:date" use="required" />
 508 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 509 	</xs:complexType>
 510 	<xs:complexType name="ciselnikZdravotnickeZarizeniVetaType">
 511 		<xs:attribute name="kod" type="str11type" use="required">
 512 			<xs:annotation>
 513 				<xs:documentation>Kód zdravotnického zařízení</xs:documentation>
 514 			</xs:annotation>
 515 		</xs:attribute>
 516 		<xs:attribute name="icopcz" type="str11type" use="required">
 517 			<xs:annotation>
 518 				<xs:documentation>IcoPcz</xs:documentation>
 519 			</xs:annotation>
 520 		</xs:attribute>
 521 		<xs:attribute name="ico" type="str8type" use="optional">
 522 			<xs:annotation>
 523 				<xs:documentation>Ico</xs:documentation>
 524 			</xs:annotation>
 525 		</xs:attribute>
 526 		<xs:attribute name="pcz" type="str3type" use="optional">
 527 			<xs:annotation>
 528 				<xs:documentation>PoradoveCisloZarizeni</xs:documentation>
 529 			</xs:annotation>
 530 		</xs:attribute>
 531 		<xs:attribute name="krajn" type="str2type" use="optional">
 532 			<xs:annotation>
 533 				<xs:documentation>KrajKod</xs:documentation>
 534 			</xs:annotation>
 535 		</xs:attribute>
 536 		<xs:attribute name="okresn" type="str1type" use="optional">
 537 			<xs:annotation>
 538 				<xs:documentation>OkresKod</xs:documentation>
 539 			</xs:annotation>
 540 		</xs:attribute>
 541 		<xs:attribute name="drzar" type="str3type" use="optional">
 542 			<xs:annotation>
 543 				<xs:documentation>DruhZarizeniKod</xs:documentation>
 544 			</xs:annotation>
 545 		</xs:attribute>
 546 		<xs:attribute name="rezort" type="str4type" use="optional">
 547 			<xs:annotation>
 548 				<xs:documentation>RezortKod</xs:documentation>
 549 			</xs:annotation>
 550 		</xs:attribute>
 551 		<xs:attribute name="zujedn" type="str6type" use="optional">
 552 			<xs:annotation>
 553 				<xs:documentation>ObecCislo</xs:documentation>
 554 			</xs:annotation>
 555 		</xs:attribute>
 556 		<xs:attribute name="naz" type="str255type" use="optional">
 557 			<xs:annotation>
 558 				<xs:documentation>Nazev</xs:documentation>
 559 			</xs:annotation>
 560 		</xs:attribute>
 561 		<xs:attribute name="zknaz" type="str30type" use="optional">
 562 			<xs:annotation>
 563 				<xs:documentation>ZkracenyNazev</xs:documentation>
 564 			</xs:annotation>
 565 		</xs:attribute>
 566 		<xs:attribute name="ulice" type="str50type" use="optional">
 567 			<xs:annotation>
 568 				<xs:documentation>Ulice</xs:documentation>
 569 			</xs:annotation>
 570 		</xs:attribute>
 571 		<xs:attribute name="cisdom" type="str4type" use="optional">
 572 			<xs:annotation>
 573 				<xs:documentation>CisloPopisne</xs:documentation>
 574 			</xs:annotation>
 575 		</xs:attribute>
 576 		<xs:attribute name="cisori" type="str4type" use="optional">
 577 			<xs:annotation>
 578 				<xs:documentation>CisloOrientacni</xs:documentation>
 579 			</xs:annotation>
 580 		</xs:attribute>
 581 		<xs:attribute name="psc" type="str5type" use="optional">
 582 			<xs:annotation>
 583 				<xs:documentation>Psc</xs:documentation>
 584 			</xs:annotation>
 585 		</xs:attribute>
 586 		<xs:attribute name="nazob" type="str50type" use="optional">
 587 			<xs:annotation>
 588 				<xs:documentation>ObecNazev</xs:documentation>
 589 			</xs:annotation>
 590 		</xs:attribute>
 591 		<xs:attribute name="zriz" type="str1type" use="optional">
 592 			<xs:annotation>
 593 				<xs:documentation>ZrizovatelKod</xs:documentation>
 594 			</xs:annotation>
 595 		</xs:attribute>
 596 		<xs:attribute name="typorg" type="str2type" use="optional">
 597 			<xs:annotation>
 598 				<xs:documentation>FormaHospodareniKod</xs:documentation>
 599 			</xs:annotation>
 600 		</xs:attribute>
 601 		<xs:attribute name="orp" type="str4type" use="optional">
 602 			<xs:annotation>
 603 				<xs:documentation>ObceSRozsirenouPusobnostiKod</xs:documentation>
 604 			</xs:annotation>
 605 		</xs:attribute>
 606 		<xs:attribute name="pou" type="str1type" use="optional">
 607 			<xs:annotation>
 608 				<xs:documentation>ObceSPoverenymObecnimUrademKod</xs:documentation>
 609 			</xs:annotation>
 610 		</xs:attribute>
 611 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 612 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 613 	</xs:complexType>
 614 	<xs:complexType name="ciselnikZdravotnickeZarizeniDetailVetaType">
 615 		<xs:attribute name="kod" type="str14type" use="required">
 616 			<xs:annotation>
 617 				<xs:documentation>Kód zdravotnického zařízení (včetně detašovaných pracovišť)</xs:documentation>
 618 			</xs:annotation>
 619 		</xs:attribute>
 620 		<xs:attribute name="ico" type="str8type" use="optional">
 621 			<xs:annotation>
 622 				<xs:documentation>Ico poskytovatele</xs:documentation>
 623 			</xs:annotation>
 624 		</xs:attribute>
 625 		<xs:attribute name="pcz" type="str3type" use="optional">
 626 			<xs:annotation>
 627 				<xs:documentation>Poradove Cislo Zarizeni</xs:documentation>
 628 			</xs:annotation>
 629 		</xs:attribute>
 630 		<xs:attribute name="pcdp" type="str3type" use="optional">
 631 			<xs:annotation>
 632 				<xs:documentation>Poradove Cislo Detašovaného Pracoviště</xs:documentation>
 633 			</xs:annotation>
 634 		</xs:attribute>
 635 		<xs:attribute name="krajn" type="str2type" use="optional">
 636 			<xs:annotation>
 637 				<xs:documentation>Kód kraje</xs:documentation>
 638 			</xs:annotation>
 639 		</xs:attribute>
 640 		<xs:attribute name="okresn" type="str1type" use="optional">
 641 			<xs:annotation>
 642 				<xs:documentation>Kód okresu</xs:documentation>
 643 			</xs:annotation>
 644 		</xs:attribute>
 645 		<xs:attribute name="drzar" type="str3type" use="optional">
 646 			<xs:annotation>
 647 				<xs:documentation>DruhZarizeniKod</xs:documentation>
 648 			</xs:annotation>
 649 		</xs:attribute>
 650 		<xs:attribute name="rezort" type="str4type" use="optional">
 651 			<xs:annotation>
 652 				<xs:documentation>RezortKod</xs:documentation>
 653 			</xs:annotation>
 654 		</xs:attribute>
 655 		<xs:attribute name="obec_kod" type="str6type" use="optional">
 656 			<xs:annotation>
 657 				<xs:documentation>Číslo obce</xs:documentation>
 658 			</xs:annotation>
 659 		</xs:attribute>
 660 		<xs:attribute name="nazev" type="str255type" use="optional">
 661 			<xs:annotation>
 662 				<xs:documentation>Název zařízení</xs:documentation>
 663 			</xs:annotation>
 664 		</xs:attribute>
 665 		<xs:attribute name="ulice" type="str50type" use="optional">
 666 			<xs:annotation>
 667 				<xs:documentation>Ulice</xs:documentation>
 668 			</xs:annotation>
 669 		</xs:attribute>
 670 		<xs:attribute name="cisdom" type="str4type" use="optional">
 671 			<xs:annotation>
 672 				<xs:documentation>CisloPopisne</xs:documentation>
 673 			</xs:annotation>
 674 		</xs:attribute>
 675 		<xs:attribute name="cisori" type="str4type" use="optional">
 676 			<xs:annotation>
 677 				<xs:documentation>CisloOrientacni</xs:documentation>
 678 			</xs:annotation>
 679 		</xs:attribute>
 680 		<xs:attribute name="psc" type="str5type" use="optional">
 681 			<xs:annotation>
 682 				<xs:documentation>Psc</xs:documentation>
 683 			</xs:annotation>
 684 		</xs:attribute>
 685 		<xs:attribute name="obec_nazev" type="str50type" use="optional">
 686 			<xs:annotation>
 687 				<xs:documentation>ObecNazev</xs:documentation>
 688 			</xs:annotation>
 689 		</xs:attribute>
 690 		<xs:attribute name="zriz" type="str1type" use="optional">
 691 			<xs:annotation>
 692 				<xs:documentation>ZrizovatelKod</xs:documentation>
 693 			</xs:annotation>
 694 		</xs:attribute>
 695 		<xs:attribute name="typorg" type="str2type" use="optional">
 696 			<xs:annotation>
 697 				<xs:documentation>FormaHospodareniKod</xs:documentation>
 698 			</xs:annotation>
 699 		</xs:attribute>
 700 		<xs:attribute name="orp" type="str4type" use="optional">
 701 			<xs:annotation>
 702 				<xs:documentation>Obec s rozsirenou pusobnosti - Kod</xs:documentation>
 703 			</xs:annotation>
 704 		</xs:attribute>
 705 		<xs:attribute name="pou" type="str1type" use="optional">
 706 			<xs:annotation>
 707 				<xs:documentation>Obec s poverenym obecnim uradem - Kod</xs:documentation>
 708 			</xs:annotation>
 709 		</xs:attribute>
 710 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 711 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 712 	</xs:complexType>
 713 	<xs:complexType name="ciselnikKrajOkresVetaType">
 714 		<xs:attribute name="kod" type="str6type" use="required">
 715 			<xs:annotation>
 716 				<xs:documentation>Kód</xs:documentation>
 717 			</xs:annotation>
 718 		</xs:attribute>
 719 		<xs:attribute name="oblast" type="str1type" use="optional">
 720 			<xs:annotation>
 721 				<xs:documentation>Oblast</xs:documentation>
 722 			</xs:annotation>
 723 		</xs:attribute>
 724 		<xs:attribute name="kraj_v_oblasti" type="str1type" use="optional">
 725 			<xs:annotation>
 726 				<xs:documentation>Kraj v oblasti</xs:documentation>
 727 			</xs:annotation>
 728 		</xs:attribute>
 729 		<xs:attribute name="okres_v_kraji" type="str1type" use="optional">
 730 			<xs:annotation>
 731 				<xs:documentation>Okres v kraji</xs:documentation>
 732 			</xs:annotation>
 733 		</xs:attribute>
 734 		<xs:attribute name="nazev" type="str20type" use="required">
 735 			<xs:annotation>
 736 				<xs:documentation>Název položky</xs:documentation>
 737 			</xs:annotation>
 738 		</xs:attribute>
 739 		<xs:attribute name="nazev_zkraceny" type="str3type" use="optional">
 740 			<xs:annotation>
 741 				<xs:documentation>Zkrácený název položky</xs:documentation>
 742 			</xs:annotation>
 743 		</xs:attribute>
 744 		<xs:attribute name="kraj" type="str2type" use="optional" />
 745 		<xs:attribute name="okres" type="str1type" use="optional" />
 746 		<xs:attribute name="kraj1960" type="str2type" use="optional" />
 747 		<xs:attribute name="okres1960" type="str2type" use="optional" />
 748 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 749 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 750 		<xs:attributeGroup ref="SkupinaPlatnostiAttrGroup" />
 751 	</xs:complexType>
 752 	<xs:complexType name="ciselnikObecVetaType">
 753 		<xs:attribute name="cobuz" type="str7type" use="optional">
 754 			<xs:annotation>
 755 				<xs:documentation>CisloUzis</xs:documentation>
 756 			</xs:annotation>
 757 		</xs:attribute>
 758 		<xs:attribute name="kodpr" type="str1type" use="optional">
 759 			<xs:annotation>
 760 				<xs:documentation>?</xs:documentation>
 761 			</xs:annotation>
 762 		</xs:attribute>
 763 		<xs:attribute name="kampr" type="str7type" use="optional">
 764 			<xs:annotation>
 765 				<xs:documentation>?</xs:documentation>
 766 			</xs:annotation>
 767 		</xs:attribute>
 768 		<xs:attribute name="kamzuj" type="str6type" use="optional">
 769 			<xs:annotation>
 770 				<xs:documentation>?</xs:documentation>
 771 			</xs:annotation>
 772 		</xs:attribute>
 773 		<xs:attribute name="kdypr" type="str6type" use="optional">
 774 			<xs:annotation>
 775 				<xs:documentation>?</xs:documentation>
 776 			</xs:annotation>
 777 		</xs:attribute>
 778 		<xs:attribute name="krajn" type="str2type" use="optional">
 779 			<xs:annotation>
 780 				<xs:documentation>Krajkod</xs:documentation>
 781 			</xs:annotation>
 782 		</xs:attribute>
 783 		<xs:attribute name="okresn" type="str1type" use="optional">
 784 			<xs:annotation>
 785 				<xs:documentation>Okreskod</xs:documentation>
 786 			</xs:annotation>
 787 		</xs:attribute>
 788 		<xs:attribute name="kraj" type="str2type" use="optional">
 789 			<xs:annotation>
 790 				<xs:documentation>Kraj1960Kod</xs:documentation>
 791 			</xs:annotation>
 792 		</xs:attribute>
 793 		<xs:attribute name="okres" type="str2type" use="optional">
 794 			<xs:annotation>
 795 				<xs:documentation>Okres1960Kod</xs:documentation>
 796 			</xs:annotation>
 797 		</xs:attribute>
 798 		<xs:attribute name="zujedn" type="str6type" use="required">
 799 			<xs:annotation>
 800 				<xs:documentation>Kod</xs:documentation>
 801 			</xs:annotation>
 802 		</xs:attribute>
 803 		<xs:attribute name="psc" type="str5type" use="optional" />
 804 		<xs:attribute name="tuz" type="str5type" use="optional">
 805 			<xs:annotation>
 806 				<xs:documentation>TelefonniUzel</xs:documentation>
 807 			</xs:annotation>
 808 		</xs:attribute>
 809 		<xs:attribute name="nazob" type="str50type" use="optional">
 810 			<xs:annotation>
 811 				<xs:documentation>Nazev</xs:documentation>
 812 			</xs:annotation>
 813 		</xs:attribute>
 814 		<xs:attribute name="orp" type="str4type" use="optional">
 815 			<xs:annotation>
 816 				<xs:documentation>Orp</xs:documentation>
 817 			</xs:annotation>
 818 		</xs:attribute>
 819 		<xs:attribute name="pou" type="str1type" use="optional">
 820 			<xs:annotation>
 821 				<xs:documentation>Pou</xs:documentation>
 822 			</xs:annotation>
 823 		</xs:attribute>
 824 		<xs:attribute name="skupla1" type="str1type" use="optional" />
 825 		<xs:attribute name="skupla2" type="str1type" use="optional" />
 826 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 827 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 828 	</xs:complexType>
 829 	<xs:complexType name="ciselnikZakladniUzemniJednotkyLpzVetaType">
 830 		<xs:attribute name="krajn" type="str2type" use="optional">
 831 			<xs:annotation>
 832 				<xs:documentation>KrajKod</xs:documentation>
 833 			</xs:annotation>
 834 		</xs:attribute>
 835 		<xs:attribute name="okresn" type="str1type" use="optional">
 836 			<xs:annotation>
 837 				<xs:documentation>OkresKod</xs:documentation>
 838 			</xs:annotation>
 839 		</xs:attribute>
 840 		<xs:attribute name="zujedn" type="str6type" use="required">
 841 			<xs:annotation>
 842 				<xs:documentation>Kod</xs:documentation>
 843 			</xs:annotation>
 844 		</xs:attribute>
 845 		<xs:attribute name="nazob" type="str25type" use="optional">
 846 			<xs:annotation>
 847 				<xs:documentation>ObceNazev</xs:documentation>
 848 			</xs:annotation>
 849 		</xs:attribute>
 850 		<xs:attribute name="orp" type="str4type" use="optional">
 851 			<xs:annotation>
 852 				<xs:documentation>ObceSRozsirenouPusobnostiKod</xs:documentation>
 853 			</xs:annotation>
 854 		</xs:attribute>
 855 		<xs:attribute name="pou" type="str1type" use="optional">
 856 			<xs:annotation>
 857 				<xs:documentation>ObceSPoverenymObecnimUrademKod</xs:documentation>
 858 			</xs:annotation>
 859 		</xs:attribute>
 860 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 861 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 862 	</xs:complexType>
 863 	<xs:complexType name="ciselnikOddeleniVetaType">
 864 		<xs:attribute name="kod" type="str2type" use="required" />
 865 		<xs:attribute name="zkratka" type="str4type" use="optional">
 866 			<xs:annotation>
 867 				<xs:documentation>NazevZkraceny</xs:documentation>
 868 			</xs:annotation>
 869 		</xs:attribute>
 870 		<xs:attribute name="naz" type="str15type" use="optional">
 871 			<xs:annotation>
 872 				<xs:documentation>nazev</xs:documentation>
 873 			</xs:annotation>
 874 		</xs:attribute>
 875 		<xs:attribute name="celnaz" type="str255type" use="optional">
 876 			<xs:annotation>
 877 				<xs:documentation>NazevPlny</xs:documentation>
 878 			</xs:annotation>
 879 		</xs:attribute>
 880 		<xs:attribute name="skupla1" type="str1type" use="optional" />
 881 		<xs:attribute name="skupla2" type="str1type" use="optional" />
 882 		<xs:attribute name="skupla3" type="str1type" use="optional" />
 883 		<xs:attribute name="skupla6" type="str1type" use="optional" />
 884 		<xs:attribute name="skupla7" type="str1type" use="optional" />
 885 		<xs:attribute name="skupla8" type="str4type" use="optional" />
 886 		<xs:attribute name="skupla9" type="str1type" use="optional" />
 887 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 888 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 889 	</xs:complexType>
 890 	<xs:complexType name="ciselnikZdrpojVetaType">
 891 		<xs:attribute name="kod" type="str3type" use="required" />
 892 		<xs:attribute name="ico" type="str8type" use="optional" />
 893 		<xs:attribute name="naz" type="str255type" use="optional" />
 894 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 895 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 896 	</xs:complexType>
 897 	<xs:complexType name="ciselnikPscVetaType">
 898 		<xs:attribute name="psc" type="str5type" use="required">
 899 			<xs:annotation>
 900 				<xs:documentation>Kod</xs:documentation>
 901 			</xs:annotation>
 902 		</xs:attribute>
 903 		<xs:attribute name="krokn" type="str3type" use="optional">
 904 			<xs:annotation>
 905 				<xs:documentation>KrajOkresKod</xs:documentation>
 906 			</xs:annotation>
 907 		</xs:attribute>
 908 		<xs:attribute name="krok" type="str4type" use="optional">
 909 			<xs:annotation>
 910 				<xs:documentation>KrajOkres1960Kod</xs:documentation>
 911 			</xs:annotation>
 912 		</xs:attribute>
 913 		<xs:attribute name="naz" type="str50type" use="optional">
 914 			<xs:annotation>
 915 				<xs:documentation>Nazev</xs:documentation>
 916 			</xs:annotation>
 917 		</xs:attribute>
 918 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 919 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 920 	</xs:complexType>
 921 	<xs:complexType name="ciselnikCzemVetaType">
 922 		<xs:attribute name="kod" type="str3type" use="required">
 923 			<xs:annotation>
 924 				<xs:documentation>Id</xs:documentation>
 925 			</xs:annotation>
 926 		</xs:attribute>
 927 		<xs:attribute name="a2" type="str2type" use="optional">
 928 			<xs:annotation>
 929 				<xs:documentation>Kod</xs:documentation>
 930 			</xs:annotation>
 931 		</xs:attribute>
 932 		<xs:attribute name="a3" type="str3type" use="optional">
 933 			<xs:annotation>
 934 				<xs:documentation>IsoKod</xs:documentation>
 935 			</xs:annotation>
 936 		</xs:attribute>
 937 		<xs:attribute name="cnazevpl" type="str255type" use="optional">
 938 			<xs:annotation>
 939 				<xs:documentation>NazevPlny</xs:documentation>
 940 			</xs:annotation>
 941 		</xs:attribute>
 942 		<xs:attribute name="cnazevzk" type="str255type" use="optional">
 943 			<xs:annotation>
 944 				<xs:documentation>Nazev</xs:documentation>
 945 			</xs:annotation>
 946 		</xs:attribute>
 947 		<xs:attribute name="anazevpl" type="str255type" use="optional">
 948 			<xs:annotation>
 949 				<xs:documentation>AnglickyNazevPlny</xs:documentation>
 950 			</xs:annotation>
 951 		</xs:attribute>
 952 		<xs:attribute name="anazevzk" type="str255type" use="optional">
 953 			<xs:annotation>
 954 				<xs:documentation>AnglickyNazev</xs:documentation>
 955 			</xs:annotation>
 956 		</xs:attribute>
 957 		<xs:attribute name="plati_od" type="xs:date" use="optional" />
 958 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
 959 	</xs:complexType>
 960 	<xs:complexType name="ciselnikSpecifickaStadiaVetaType">
 961 		<xs:attributeGroup ref="VetaAttrGroup" />
 962 		<xs:attribute name="DgSkupina" type="str255type" use="required">
 963 			<xs:annotation>
 964 				<xs:documentation>Diagnostická skupina</xs:documentation>
 965 			</xs:annotation>
 966 		</xs:attribute>
 967 		<xs:attribute name="KodStadia" type="str5type" use="required">
 968 			<xs:annotation>
 969 				<xs:documentation>Kód stádia specifcký pro danou skupinu</xs:documentation>
 970 			</xs:annotation>
 971 		</xs:attribute>
 972 	</xs:complexType>
 973 	<xs:complexType name="ciselnikRUIANObecVetaType">
 974 		<xs:attribute name="kod" type="str30type" use="required">
 975 			<xs:annotation>
 976 				<xs:documentation>Kód obce</xs:documentation>
 977 			</xs:annotation>
 978 		</xs:attribute>
 979 		<xs:attribute name="nazev" type="str255type" use="required">
 980 			<xs:annotation>
 981 				<xs:documentation>Název obce</xs:documentation>
 982 			</xs:annotation>
 983 		</xs:attribute>
 984 		<xs:attribute name="status" type="str2type" use="required">
 985 			<xs:annotation>
 986 				<xs:documentation>Status obce; 1-Vojenský újezd, 2-Obec, 3-Město, 4-statutární město, 5-hlavní město, 6-Městys</xs:documentation>
 987 			</xs:annotation>
 988 		</xs:attribute>
 989 		<xs:attribute name="pou_id" type="str4type" use="required">
 990 			<xs:annotation>
 991 				<xs:documentation>Pověřený obecní úřad</xs:documentation>
 992 			</xs:annotation>
 993 		</xs:attribute>
 994 		<xs:attribute name="okres_zkraceny_kod" type="str4type" use="required">
 995 			<xs:annotation>
 996 				<xs:documentation>Kód okresu</xs:documentation>
 997 			</xs:annotation>
 998 		</xs:attribute>
 999 		<xs:attribute name="nutslau" type="str15type" use="required">
1000 			<xs:annotation>
1001 				<xs:documentation>Kód územního celku v NUTS / LAU</xs:documentation>
1002 			</xs:annotation>
1003 		</xs:attribute>
1004 		<xs:attribute name="plati_od" type="xs:date" use="required">
1005 			<xs:annotation>
1006 				<xs:documentation>Platnost od</xs:documentation>
1007 			</xs:annotation>
1008 		</xs:attribute>
1009 		<xs:attribute name="plati_do" type="xs:date" use="optional" />
1010 	</xs:complexType>
1011 	<xs:element name="ciselnik">
1012 		<xs:complexType>
1013 			<xs:sequence>
1014 				<xs:element name="VETA" type="ciselnikVetaType" maxOccurs="unbounded" />
1015 			</xs:sequence>
1016 			<xs:attributeGroup ref="DScisAttrGroup" />
1017 		</xs:complexType>
1018 	</xs:element>
1019 	<xs:element name="ciselnikLong">
1020 		<xs:complexType>
1021 			<xs:sequence>
1022 				<xs:element name="VETA" type="ciselnikLongVetaType" maxOccurs="unbounded" />
1023 			</xs:sequence>
1024 			<xs:attributeGroup ref="DScisAttrGroup" />
1025 		</xs:complexType>
1026 	</xs:element>
1027 	<xs:element name="ciselnikMKN10_5">
1028 		<xs:complexType>
1029 			<xs:sequence>
1030 				<xs:element name="VETA" type="ciselnikMkn10_5VetaType" maxOccurs="unbounded" />
1031 			</xs:sequence>
1032 			<xs:attributeGroup ref="DScisAttrGroup" />
1033 		</xs:complexType>
1034 	</xs:element>
1035 	<xs:element name="ciselnikDgProKontroluLpz">
1036 		<xs:complexType>
1037 			<xs:sequence>
1038 				<xs:element name="VETA" type="ciselnikDgProKontroluLpzVetaType"
1039 					maxOccurs="unbounded" />
1040 			</xs:sequence>
1041 			<xs:attributeGroup ref="DScisAttrGroup" />
1042 		</xs:complexType>
1043 	</xs:element>
1044 	<xs:element name="ciselnikTypOperace">
1045 		<xs:complexType>
1046 			<xs:sequence>
1047 				<xs:element name="VETA" type="ciselnikTypOperaceVetaType" maxOccurs="unbounded" />
1048 			</xs:sequence>
1049 			<xs:attributeGroup ref="DScisAttrGroup" />
1050 		</xs:complexType>
1051 	</xs:element>
1052 	<xs:element name="ciselnikDroga">
1053 		<xs:complexType>
1054 			<xs:sequence>
1055 				<xs:element name="VETA" type="ciselnikDrogaVetaType" maxOccurs="unbounded" />
1056 			</xs:sequence>
1057 			<xs:attributeGroup ref="DScisAttrGroup" />
1058 		</xs:complexType>
1059 	</xs:element>
1060 	<xs:element name="ciselnikDruhNezadouciUdalosti">
1061 		<xs:complexType>
1062 			<xs:sequence>
1063 				<xs:element name="VETA" type="ciselnikNezadouciUdalostVetaType"
1064 					maxOccurs="unbounded" />
1065 			</xs:sequence>
1066 			<xs:attributeGroup ref="DScisAttrGroup" />
1067 		</xs:complexType>
1068 	</xs:element>
1069 	<xs:element name="ciselnikBodyInt">
1070 		<xs:complexType>
1071 			<xs:sequence>
1072 				<xs:element name="VETA" type="ciselnikBodyIntVetaType" maxOccurs="unbounded" />
1073 			</xs:sequence>
1074 			<xs:attributeGroup ref="DScisAttrGroup" />
1075 		</xs:complexType>
1076 	</xs:element>
1077 	<xs:element name="ciselnikBodyDecimal">
1078 		<xs:complexType>
1079 			<xs:sequence>
1080 				<xs:element name="VETA" type="ciselnikBodyDecimalVetaType" maxOccurs="unbounded" />
1081 			</xs:sequence>
1082 			<xs:attributeGroup ref="DScisAttrGroup" />
1083 		</xs:complexType>
1084 	</xs:element>
1085 	<xs:element name="ciselnikKrajOkres">
1086 		<xs:complexType>
1087 			<xs:sequence>
1088 				<xs:element name="VETA" type="ciselnikKrajOkresVetaType" maxOccurs="unbounded" />
1089 			</xs:sequence>
1090 			<xs:attributeGroup ref="DScisAttrGroup" />
1091 		</xs:complexType>
1092 	</xs:element>
1093 	<xs:element name="ciselnikObec">
1094 		<xs:complexType>
1095 			<xs:sequence>
1096 				<xs:element name="VETA" type="ciselnikObecVetaType" maxOccurs="unbounded" />
1097 			</xs:sequence>
1098 			<xs:attributeGroup ref="DScisAttrGroup" />
1099 		</xs:complexType>
1100 	</xs:element>
1101 	<xs:element name="ciselnikZakladniUzemniJednotkyLpz">
1102 		<xs:complexType>
1103 			<xs:sequence>
1104 				<xs:element name="VETA" type="ciselnikZakladniUzemniJednotkyLpzVetaType"
1105 					maxOccurs="unbounded" />
1106 			</xs:sequence>
1107 			<xs:attributeGroup ref="DScisAttrGroup" />
1108 		</xs:complexType>
1109 	</xs:element>
1110 	<xs:element name="ciselnikOdbornostVZP">
1111 		<xs:complexType>
1112 			<xs:sequence>
1113 				<xs:element name="VETA" type="ciselnikOdbornostVZPVetaType" maxOccurs="unbounded" />
1114 			</xs:sequence>
1115 			<xs:attributeGroup ref="DScisAttrGroup" />
1116 		</xs:complexType>
1117 	</xs:element>
1118 	<xs:element name="ciselnikOddeleni">
1119 		<xs:complexType>
1120 			<xs:sequence>
1121 				<xs:element name="VETA" type="ciselnikOddeleniVetaType" maxOccurs="unbounded" />
1122 			</xs:sequence>
1123 			<xs:attributeGroup ref="DScisAttrGroup" />
1124 		</xs:complexType>
1125 	</xs:element>
1126 	<xs:element name="ciselnikPsc">
1127 		<xs:complexType>
1128 			<xs:sequence>
1129 				<xs:element name="VETA" type="ciselnikPscVetaType" maxOccurs="unbounded" />
1130 			</xs:sequence>
1131 			<xs:attributeGroup ref="DScisAttrGroup" />
1132 		</xs:complexType>
1133 	</xs:element>
1134 	<xs:element name="ciselnikSkutecneVCykluProvedeno">
1135 		<xs:complexType>
1136 			<xs:sequence>
1137 				<xs:element name="VETA" type="ciselnikSkutecneVCykluProvedenoVetaType"
1138 					maxOccurs="unbounded" />
1139 			</xs:sequence>
1140 			<xs:attributeGroup ref="DScisAttrGroup" />
1141 		</xs:complexType>
1142 	</xs:element>
1143 	<xs:element name="ciselnikTyp">
1144 		<xs:complexType>
1145 			<xs:sequence>
1146 				<xs:element name="VETA" type="ciselnikTypVetaType" maxOccurs="unbounded" />
1147 			</xs:sequence>
1148 			<xs:attributeGroup ref="DScisAttrGroup" />
1149 		</xs:complexType>
1150 	</xs:element>
1151 	<xs:element name="ciselnikToxikologieLatka">
1152 		<xs:complexType>
1153 			<xs:sequence>
1154 				<xs:element name="VETA" type="ciselnikToxikologieLatkaVetaType"
1155 					maxOccurs="unbounded" />
1156 			</xs:sequence>
1157 			<xs:attributeGroup ref="DScisAttrGroup" />
1158 		</xs:complexType>
1159 	</xs:element>
1160 	<xs:element name="ciselnikVykonyKlinDenominatoruUzis">
1161 		<xs:complexType>
1162 			<xs:sequence>
1163 				<xs:element name="VETA" type="ciselnikVykonyKlinDenominatoruUzisVetaType"
1164 					maxOccurs="unbounded" />
1165 			</xs:sequence>
1166 			<xs:attributeGroup ref="DScisAttrGroup" />
1167 		</xs:complexType>
1168 	</xs:element>
1169 	<xs:element name="ciselnikZdravotnickeOddeleni">
1170 		<xs:complexType>
1171 			<xs:sequence>
1172 				<xs:element name="VETA" type="ciselnikZdravotnickeOddeleniVetaType"
1173 					maxOccurs="unbounded" />
1174 			</xs:sequence>
1175 			<xs:attributeGroup ref="DScisAttrGroup" />
1176 		</xs:complexType>
1177 	</xs:element>
1178 	<xs:element name="ciselnikZdravotnickeZarizeni">
1179 		<xs:complexType>
1180 			<xs:sequence>
1181 				<xs:element name="VETA" type="ciselnikZdravotnickeZarizeniVetaType"
1182 					maxOccurs="unbounded" />
1183 			</xs:sequence>
1184 			<xs:attributeGroup ref="DScisAttrGroup" />
1185 		</xs:complexType>
1186 	</xs:element>
1187 	<xs:element name="ciselnikZdravotnickeZarizeniNOR">
1188 		<xs:complexType>
1189 			<xs:sequence>
1190 				<xs:element name="VETA" type="ciselnikZdravotnickeZarizeniDetailVetaType"
1191 					maxOccurs="unbounded" />
1192 			</xs:sequence>
1193 			<xs:attributeGroup ref="DScisAttrGroup" />
1194 		</xs:complexType>
1195 	</xs:element>
1196 	<xs:element name="ciselnikZdravotniPojistovna">
1197 		<xs:complexType>
1198 			<xs:sequence>
1199 				<xs:element name="VETA" type="ciselnikZdrpojVetaType" maxOccurs="unbounded" />
1200 			</xs:sequence>
1201 			<xs:attributeGroup ref="DScisAttrGroup" />
1202 		</xs:complexType>
1203 	</xs:element>
1204 	<xs:element name="ciselnikZeme">
1205 		<xs:complexType>
1206 			<xs:sequence>
1207 				<xs:element name="VETA" type="ciselnikCzemVetaType" maxOccurs="unbounded" />
1208 			</xs:sequence>
1209 			<xs:attributeGroup ref="DScisAttrGroup" />
1210 		</xs:complexType>
1211 	</xs:element>
1212 	<xs:element name="ciselnikZkratka">
1213 		<xs:complexType>
1214 			<xs:sequence>
1215 				<xs:element name="VETA" type="ciselnikZkratkaVetaType" maxOccurs="unbounded" />
1216 			</xs:sequence>
1217 			<xs:attributeGroup ref="DScisAttrGroup" />
1218 		</xs:complexType>
1219 	</xs:element>
1220 	<xs:element name="ciselnikLeky">
1221 		<xs:complexType>
1222 			<xs:sequence>
1223 				<xs:element name="VETA" type="ciselnikLekyVetaType" maxOccurs="unbounded" />
1224 			</xs:sequence>
1225 			<xs:attributeGroup ref="DScisAttrGroup" />
1226 		</xs:complexType>
1227 	</xs:element>
1228 	<xs:element name="ciselnikTopografie">
1229 		<xs:complexType>
1230 			<xs:sequence>
1231 				<xs:element name="VETA" type="ciselnikTopografieVetaType" maxOccurs="unbounded" />
1232 			</xs:sequence>
1233 			<xs:attributeGroup ref="DScisAttrGroup" />
1234 		</xs:complexType>
1235 	</xs:element>
1236 	<xs:element name="ciselnikTNM">
1237 		<xs:complexType>
1238 			<xs:sequence>
1239 				<xs:element name="VETA" type="ciselnikTNMVetaType" maxOccurs="unbounded" />
1240 			</xs:sequence>
1241 			<xs:attributeGroup ref="DScisAttrGroup" />
1242 		</xs:complexType>
1243 	</xs:element>
1244 	<xs:element name="ciselnikDiagnostickaSkupinaStadRizik">
1245 		<xs:complexType>
1246 			<xs:sequence>
1247 				<xs:element name="VETA" type="ciselnikSpecifickaStadiaVetaType"
1248 					maxOccurs="unbounded" />
1249 			</xs:sequence>
1250 			<xs:attributeGroup ref="DScisAttrGroup" />
1251 		</xs:complexType>
1252 	</xs:element>
1253 		<xs:element name="ciselnikRUIANObec">
1254 		<xs:complexType>
1255 			<xs:sequence>
1256 				<xs:element name="VETA" type="ciselnikRUIANObecVetaType"
1257 					maxOccurs="unbounded" />
1258 			</xs:sequence>
1259 			<xs:attributeGroup ref="DScisAttrGroup" />
1260 		</xs:complexType>
1261 	</xs:element>
1262 </xs:schema>