IkreNpVratPodani-v1.xsd 1 <?xml version="1.0" encoding="UTF-8"?> 2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 3 xmlns:ikrbt="urn:cz:isvs:cssz:schemas:IkrBaseTypes:v1" 4 xmlns:ikrmsg="urn:cz:isvs:cssz:schemas:IkrMessageTypes:v1" 5 xmlns:ikremsg="urn:cz:isvs:cssz:schemas:IkreDpnMessages:v1" 6 xmlns:ikrenpmsg="urn:cz:isvs:cssz:schemas:IkreNpMessages:v1" 7 xmlns="urn:cz:isvs:cssz:schemas:IkreNpVratPodani:v1" 8 targetNamespace="urn:cz:isvs:cssz:schemas:IkreNpVratPodani:v1" 9 elementFormDefault="qualified" 10 version="1.1.2"> 11 <xs:annotation> 12 <xs:documentation xml:lang="cs"> 13 Služba externího rozhraní IKR: 10.11_IkreNpVratPodani - Služba pro získání informací o přijatých 14 elektronických podáních NP 15 <p/> 16 Verze 1.1.0, 21.05. 2024 - počáteční návrh (Vojtěch Novotný). 17 Verze 1.1.1, 27.06. 2024 - přidán atrdruhDavkyNp do NpVratPodaniDleIcpeVstup, NpVratPodaniDleRcVstup a NpVratPodaniVystup.PodaniNp 18 Verze 1.1.2, 04.07. 2024 - rozšíření služby 10.11 pro náhled na případy z papírových podání 19 </xs:documentation> 20 </xs:annotation> 21 <xs:import namespace="urn:cz:isvs:cssz:schemas:IkrBaseTypes:v1" 22 schemaLocation="../../ikr/xsd/IkrBaseTypes.xsd"/> 23 <xs:import namespace="urn:cz:isvs:cssz:schemas:IkrMessageTypes:v1" 24 schemaLocation="../../ikr/xsd/IkrDpnMessageTypes.xsd"/> 25 <xs:import namespace="urn:cz:isvs:cssz:schemas:IkreDpnMessages:v1" 26 schemaLocation="IkreDpnMessages.xsd"/> 27 <xs:import namespace="urn:cz:isvs:cssz:schemas:IkreNpMessages:v1" 28 schemaLocation="IkreNpMessages.xsd"/> 29 30 <xs:element name="IkreNpVratPodaniDleIcpe" type="IkreNpVratPodaniDleIcpeType"> 31 <xs:annotation> 32 <xs:documentation> 33 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE - požadavek. 34 </xs:documentation> 35 </xs:annotation> 36 </xs:element> 37 38 <xs:element name="IkreNpVratPodaniDleRc" type="IkreNpVratPodaniDleRcType"> 39 <xs:annotation> 40 <xs:documentation> 41 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE a vztahující se na konkrétní případ RČ nebo 42 EČP - požadavek. 43 </xs:documentation> 44 </xs:annotation> 45 </xs:element> 46 47 <xs:element name="IkreNpVratPodaniDleCislaRozhodnuti" type="IkreNpVratPodaniDleCislaRozhodnutiType"> 48 <xs:annotation> 49 <xs:documentation> 50 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE a vztahující se na konkrétní 51 ID rozhodnutí - požadavek. 52 </xs:documentation> 53 </xs:annotation> 54 </xs:element> 55 56 <xs:element name="IkreNpVratDetailPodani" type="IkreNpVratDetailPodaniType"> 57 <xs:annotation> 58 <xs:documentation> 59 Ikre 10.11 - Dotaz na detail podání pro dané IČPE a id podání - požadavek. 60 </xs:documentation> 61 </xs:annotation> 62 </xs:element> 63 64 <xs:element name="IkreNpVratDetailPripadu" type="IkreNpVratDetailPripaduType"> 65 <xs:annotation> 66 <xs:documentation> 67 Ikre 10.11 - Dotaz na detail případu evidovaná pro dané IČPE a id podání - požadavek. 68 </xs:documentation> 69 </xs:annotation> 70 </xs:element> 71 72 73 74 75 <xs:element name="IkreNpVratPodaniOdpoved" type="IkreNpVratPodaniOdpovedType"> 76 <xs:annotation> 77 <xs:documentation> 78 Ikre 10.11 - Dotaz na podání - odpověď. 79 </xs:documentation> 80 </xs:annotation> 81 </xs:element> 82 83 <xs:element name="IkreNpVratDetailPodaniOdpoved" type="IkreNpVratDetailPodaniOdpovedType"> 84 <xs:annotation> 85 <xs:documentation> 86 Ikre 10.11 - Dotaz na detail konkrétního podání (dle identifikátoru podání) evidovaného pro dané IČPE - 87 odpověď. 88 </xs:documentation> 89 </xs:annotation> 90 </xs:element> 91 92 <xs:element name="IkreNpVratDetailPripaduOdpoved" type="IkreNpVratDetailPripaduOdpovedType"> 93 <xs:annotation> 94 <xs:documentation> 95 Ikre 10.11 - Dotaz na detail konkrétního případu (dle čísla rozhodnutí) evidovaného pro dané IČPE - 96 odpověď. 97 </xs:documentation> 98 </xs:annotation> 99 </xs:element> 100 101 <xs:complexType name="IkreNpVratPodaniDleIcpeType"> 102 <xs:annotation> 103 <xs:documentation xml:lang="cs"> 104 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE - požadavek. 105 </xs:documentation> 106 </xs:annotation> 107 <xs:complexContent> 108 <xs:extension base="ikremsg:IkreDpnPozadavekAbstractType"> 109 <xs:sequence> 110 <xs:element name="PozadavekData" type="IkreNpVratPodaniDleIcpeDataType"> 111 <xs:annotation> 112 <xs:documentation> 113 Definice obálky pro datovou větu požadavku. 114 </xs:documentation> 115 </xs:annotation> 116 </xs:element> 117 </xs:sequence> 118 </xs:extension> 119 </xs:complexContent> 120 </xs:complexType> 121 122 <xs:complexType name="IkreNpVratPodaniDleRcType"> 123 <xs:annotation> 124 <xs:documentation xml:lang="cs"> 125 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE a RČ - požadavek. 126 </xs:documentation> 127 </xs:annotation> 128 <xs:complexContent> 129 <xs:extension base="ikremsg:IkreDpnPozadavekAbstractType"> 130 <xs:sequence> 131 <xs:element name="PozadavekData" type="IkreNpVratPodaniDleRcDataType"> 132 <xs:annotation> 133 <xs:documentation> 134 Definice obálky pro datovou větu požadavku. 135 </xs:documentation> 136 </xs:annotation> 137 </xs:element> 138 </xs:sequence> 139 </xs:extension> 140 </xs:complexContent> 141 </xs:complexType> 142 143 <xs:complexType name="IkreNpVratPodaniDleCislaRozhodnutiType"> 144 <xs:annotation> 145 <xs:documentation xml:lang="cs"> 146 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE - požadavek. 147 </xs:documentation> 148 </xs:annotation> 149 <xs:complexContent> 150 <xs:extension base="ikremsg:IkreDpnPozadavekAbstractType"> 151 <xs:sequence> 152 <xs:element name="PozadavekData" type="IkreNpVratPodaniDleCislaRozhodnutiDataType"> 153 <xs:annotation> 154 <xs:documentation> 155 Definice obálky pro datovou větu požadavku. 156 </xs:documentation> 157 </xs:annotation> 158 </xs:element> 159 </xs:sequence> 160 </xs:extension> 161 </xs:complexContent> 162 </xs:complexType> 163 164 <xs:complexType name="IkreNpVratDetailPodaniType"> 165 <xs:annotation> 166 <xs:documentation xml:lang="cs"> 167 Ikre 10.11 - Dotaz na detail podání pro dané IČPE a id podání - požadavek. 168 </xs:documentation> 169 </xs:annotation> 170 <xs:complexContent> 171 <xs:extension base="ikremsg:IkreDpnPozadavekAbstractType"> 172 <xs:sequence> 173 <xs:element name="PozadavekData" type="IkreNpVratDetailPodaniDataType"> 174 <xs:annotation> 175 <xs:documentation> 176 Definice obálky pro datovou větu požadavku. 177 </xs:documentation> 178 </xs:annotation> 179 </xs:element> 180 </xs:sequence> 181 </xs:extension> 182 </xs:complexContent> 183 </xs:complexType> 184 185 <xs:complexType name="IkreNpVratDetailPripaduType"> 186 <xs:annotation> 187 <xs:documentation xml:lang="cs"> 188 Ikre 10.11 - Dotaz na detail případu pro dané IČPE a id podání - požadavek. 189 </xs:documentation> 190 </xs:annotation> 191 <xs:complexContent> 192 <xs:extension base="ikremsg:IkreDpnPozadavekAbstractType"> 193 <xs:sequence> 194 <xs:element name="PozadavekData" type="IkreNpVratDetailPripaduDataType"> 195 <xs:annotation> 196 <xs:documentation> 197 Definice obálky pro datovou větu požadavku. 198 </xs:documentation> 199 </xs:annotation> 200 </xs:element> 201 </xs:sequence> 202 </xs:extension> 203 </xs:complexContent> 204 </xs:complexType> 205 206 207 <xs:complexType name="IkreNpPozadavekAbstractType" abstract="true"> 208 <xs:annotation> 209 <xs:documentation xml:lang="cs">Definice společné příchozí zprávy pro všechny IKRE požadavky PN, předek. 210 </xs:documentation> 211 </xs:annotation> 212 <xs:complexContent> 213 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 214 <xs:sequence> 215 <xs:element name="Icpe" type="ikrbt:ICPEType"> 216 <xs:annotation> 217 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 218 </xs:annotation> 219 </xs:element> 220 <xs:element name="TypPodani" type="ikrmsg:TypPodaniNpType" minOccurs="0" maxOccurs="8"> 221 <xs:annotation> 222 <xs:documentation xml:lang="cs">Typ elektronického podání (PDP, PHDZD, RPOP1, RPOP2, RPDP1, RPDP2, HOLNP, PTNP) 223 </xs:documentation> 224 </xs:annotation> 225 </xs:element> 226 <xs:element name="Strankovani" type="ikrmsg:StrankovaniType" minOccurs="0"/> 227 </xs:sequence> 228 </xs:extension> 229 </xs:complexContent> 230 </xs:complexType> 231 232 233 234 <xs:complexType name="IkreNpVratPodaniDleIcpeDataType"> 235 <xs:annotation> 236 <xs:documentation xml:lang="cs"> 237 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE - požadavek. 238 </xs:documentation> 239 </xs:annotation> 240 <xs:complexContent> 241 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 242 <xs:sequence> 243 <xs:element name="Icpe" type="ikrbt:ICPEType"> 244 <xs:annotation> 245 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 246 </xs:annotation> 247 </xs:element> 248 <xs:element name="TypPodani" type="ikrmsg:TypPodaniNpType" minOccurs="0" maxOccurs="8"> 249 <xs:annotation> 250 <xs:documentation xml:lang="cs">Typ elektronického podání (PDP, PHDZD, RPOP1, RPOP2, RPDP1, RPDP2, HOLNP, PTNP) 251 </xs:documentation> 252 </xs:annotation> 253 </xs:element> 254 <xs:element name="DruhDavkyNp" type="ikrenpmsg:DruhDavkyNpType" minOccurs="0" maxOccurs="4"> 255 <xs:annotation> 256 <xs:documentation>Identifikace druhu dávky NP, ke které podání patří: 257 M - mateřská - Potvrzení o datu porodu 258 T - otcovská - Potvrzení o hospitalizaci dítěte ze zdravotních důvodů 259 N - ošetřovné 260 L - dlouhodobé ošetřovné 261 Z - ošetřovné vystavené školským zařízením 262 </xs:documentation> 263 </xs:annotation> 264 </xs:element> 265 <xs:element name="Strankovani" type="ikrmsg:StrankovaniType" minOccurs="0"/> 266 </xs:sequence> 267 </xs:extension> 268 </xs:complexContent> 269 </xs:complexType> 270 271 <xs:complexType name="IkreNpVratPodaniDleRcDataType"> 272 <xs:annotation> 273 <xs:documentation xml:lang="cs"> 274 Ikre 10.11 - Dotaz na všechna podání evidovaná pro dané IČPE a vztahující se na konkrétní případ RČ nebo 275 EČP - požadavek. 276 </xs:documentation> 277 </xs:annotation> 278 <xs:complexContent> 279 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 280 <xs:sequence> 281 <xs:element name="Icpe" type="ikrbt:ICPEType"> 282 <xs:annotation> 283 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 284 </xs:annotation> 285 </xs:element> 286 <xs:element name="RodneCislo" type="ikrbt:RC_ECPType"> 287 <xs:annotation> 288 <xs:documentation>Rodné nebo evidenční číslo osoby</xs:documentation> 289 </xs:annotation> 290 </xs:element> 291 <xs:element name="TypPodani" type="ikrmsg:TypPodaniNpType" minOccurs="0" maxOccurs="8"> 292 <xs:annotation> 293 <xs:documentation xml:lang="cs">Typ elektronického podání (PDP, PHDZD, RPOP1, RPOP2, RPDP1, RPDP2, HOLNP, PTNP) 294 </xs:documentation> 295 </xs:annotation> 296 </xs:element> 297 <xs:element name="DruhDavkyNp" type="ikrenpmsg:DruhDavkyNpType" minOccurs="0" maxOccurs="4"> 298 <xs:annotation> 299 <xs:documentation>Identifikace druhu dávky NP, ke které podání patří: 300 M - mateřská - Potvrzení o datu porodu 301 T - otcovská - Potvrzení o hospitalizaci dítěte ze zdravotních důvodů 302 N - ošetřovné 303 L - dlouhodobé ošetřovné 304 </xs:documentation> 305 </xs:annotation> 306 </xs:element> 307 <xs:element name="Strankovani" type="ikrmsg:StrankovaniType" minOccurs="0"/> 308 </xs:sequence> 309 </xs:extension> 310 </xs:complexContent> 311 </xs:complexType> 312 313 <xs:complexType name="IkreNpVratPodaniDleCislaRozhodnutiDataType"> 314 <xs:annotation> 315 <xs:documentation xml:lang="cs"> 316 Ikre 10.11 - Dotaz na všechna podání evidovaná podle čísla rozhodnutí - požadavek. 317 </xs:documentation> 318 </xs:annotation> 319 <xs:complexContent> 320 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 321 <xs:sequence> 322 <xs:element name="Icpe" type="ikrbt:ICPEType"> 323 <xs:annotation> 324 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 325 </xs:annotation> 326 </xs:element> 327 <xs:element name="CisloRozhodnuti" type="ikrbt:CisloRozhodnutiNpType"> 328 <xs:annotation> 329 <xs:documentation>Číslo rozhodnutí</xs:documentation> 330 </xs:annotation> 331 </xs:element> 332 <xs:element name="TypPodani" type="ikrmsg:TypPodaniNpType" minOccurs="0" maxOccurs="8"> 333 <xs:annotation> 334 <xs:documentation xml:lang="cs">Typ elektronického podání (PDP, PHDZD, RPOP1, RPOP2, RPDP1, RPDP2, HOLNP, PTNP) 335 </xs:documentation> 336 </xs:annotation> 337 </xs:element> 338 <xs:element name="Strankovani" type="ikrmsg:StrankovaniType" minOccurs="0"/> 339 </xs:sequence> 340 </xs:extension> 341 </xs:complexContent> 342 </xs:complexType> 343 344 345 <xs:complexType name="IkreNpVratDetailPodaniDataType"> 346 <xs:annotation> 347 <xs:documentation xml:lang="cs"> 348 Ikre 10.11 - Dotaz na detail konkrétního podání (dle identifikátoru podání) evidovaného pro dané IČPE - 349 požadavek. 350 </xs:documentation> 351 </xs:annotation> 352 <xs:complexContent> 353 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 354 <xs:sequence> 355 <xs:element name="Icpe" type="ikrbt:ICPEType"> 356 <xs:annotation> 357 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 358 </xs:annotation> 359 </xs:element> 360 <xs:element name="IdPodani" type="ikrbt:UUIDType"> 361 <xs:annotation> 362 <xs:documentation>Jednoznačná identifikace elektronického podání</xs:documentation> 363 </xs:annotation> 364 </xs:element> 365 </xs:sequence> 366 </xs:extension> 367 </xs:complexContent> 368 </xs:complexType> 369 370 <xs:complexType name="IkreNpVratDetailPodaniDleIdDataType"> 371 <xs:annotation> 372 <xs:documentation xml:lang="cs"> 373 Ikre 10.11 - Dotaz na detail konkrétního podání (dle identifikátoru podání) evidovaného pro dané IČPE - 374 požadavek. 375 </xs:documentation> 376 </xs:annotation> 377 <xs:complexContent> 378 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 379 <xs:sequence> 380 <xs:element name="IdPodani" type="ikrbt:UUIDType"> 381 <xs:annotation> 382 <xs:documentation>Jednoznačná identifikace elektronického podání</xs:documentation> 383 </xs:annotation> 384 </xs:element> 385 </xs:sequence> 386 </xs:extension> 387 </xs:complexContent> 388 </xs:complexType> 389 390 <xs:complexType name="IkreNpVratDetailPripaduDataType"> 391 <xs:annotation> 392 <xs:documentation xml:lang="cs"> 393 Ikre 10.11 - Dotaz na detail konkrétního případu (dle čísla rozhodnutí) evidovaného pro dané IČPE - 394 požadavek. 395 </xs:documentation> 396 </xs:annotation> 397 <xs:complexContent> 398 <xs:extension base="ikrmsg:IkrPozadavekDataAbstractType"> 399 <xs:sequence> 400 <xs:element name="Icpe" type="ikrbt:ICPEType"> 401 <xs:annotation> 402 <xs:documentation xml:lang="cs">IČPE lékaře, který službu volá</xs:documentation> 403 </xs:annotation> 404 </xs:element> 405 <xs:element name="CisloRozhodnuti" type="ikrbt:CisloRozhodnutiNpType"> 406 <xs:annotation> 407 <xs:documentation>Číslo rozhodnutí</xs:documentation> 408 </xs:annotation> 409 </xs:element> 410 </xs:sequence> 411 </xs:extension> 412 </xs:complexContent> 413 </xs:complexType> 414 415 416 <xs:complexType name="IkreNpVratPodaniOdpovedType"> 417 <xs:annotation> 418 <xs:documentation xml:lang="cs"> 419 Ikre 10.11 - Dotaz na podání - odpověď. 420 </xs:documentation> 421 </xs:annotation> 422 <xs:complexContent> 423 <xs:extension base="ikremsg:IkreDpnOdpovedAbstractType"> 424 <xs:sequence> 425 <xs:element name="OdpovedData" type="IkreNpVratPodaniVystupDataType" minOccurs="0"> 426 <xs:annotation> 427 <xs:documentation> 428 Definice obálky pro datovou větu odpovědi na požadavek. 429 </xs:documentation> 430 </xs:annotation> 431 </xs:element> 432 </xs:sequence> 433 434 435 </xs:extension> 436 </xs:complexContent> 437 </xs:complexType> 438 439 <xs:complexType name="IkreNpVratPodaniVystupDataType"> 440 <xs:annotation> 441 <xs:documentation xml:lang="cs"> 442 443 </xs:documentation> 444 </xs:annotation> 445 <xs:complexContent> 446 <xs:extension base="ikrmsg:IkrOdpovedDataAbstractType"> 447 <xs:sequence> 448 <xs:element name="CelkovyPocetZaznamu" type="ikrbt:MaxCisloType"/> 449 <xs:element name="PodaniNp" type="ikrenpmsg:PodaniNpType" minOccurs="0" maxOccurs="unbounded"> 450 <xs:annotation> 451 <xs:documentation>Základní údaje o přijatých elektronických podáních.</xs:documentation> 452 </xs:annotation> 453 </xs:element> 454 <xs:element name="PripadNp" type="ikrenpmsg:PripadNpType" minOccurs="0" maxOccurs="unbounded"> 455 <xs:annotation> 456 <xs:documentation>Základní údaje o případu, které se vrací pouze v situaci, kdy k případu dojde nějaké podání papírově (a může tím ovlivnit podobu případu) případně v situaci, kdy dojde ke stornování celého případu na ČSSZ.</xs:documentation> 457 </xs:annotation> 458 </xs:element> 459 </xs:sequence> 460 </xs:extension> 461 </xs:complexContent> 462 </xs:complexType> 463 464 <xs:complexType name="IkreNpVratDetailPodaniOdpovedType"> 465 <xs:annotation> 466 <xs:documentation xml:lang="cs"> 467 Ikre 10.11 - Dotaz na detail podání - odpověď. 468 </xs:documentation> 469 </xs:annotation> 470 <xs:complexContent> 471 <xs:extension base="ikremsg:IkreDpnOdpovedAbstractType"> 472 <xs:sequence> 473 <xs:element name="OdpovedData" type="IkreNpVratDetailPodaniVystupDataType" minOccurs="0"> 474 <xs:annotation> 475 <xs:documentation> 476 Definice obálky pro datovou větu odpovědi na požadavek. 477 </xs:documentation> 478 </xs:annotation> 479 </xs:element> 480 </xs:sequence> 481 </xs:extension> 482 </xs:complexContent> 483 </xs:complexType> 484 485 <xs:complexType name="IkreNpVratDetailPripaduOdpovedType"> 486 <xs:annotation> 487 <xs:documentation xml:lang="cs"> 488 Ikre 10.11 - Dotaz na detail případu - odpověď. 489 </xs:documentation> 490 </xs:annotation> 491 <xs:complexContent> 492 <xs:extension base="ikremsg:IkreDpnOdpovedAbstractType"> 493 <xs:sequence> 494 <xs:element name="OdpovedData" type="IkreNpVratDetailPripaduVystupDataType" minOccurs="0"> 495 <xs:annotation> 496 <xs:documentation> 497 Definice obálky pro datovou větu odpovědi na požadavek. 498 </xs:documentation> 499 </xs:annotation> 500 </xs:element> 501 </xs:sequence> 502 </xs:extension> 503 </xs:complexContent> 504 </xs:complexType> 505 506 <xs:complexType name="IkreNpVratDetailPodaniVystupDataType"> 507 <xs:annotation> 508 <xs:documentation xml:lang="cs"> 509 Ikre 10.11 - Dotaz na podání - odpověď. 510 </xs:documentation> 511 </xs:annotation> 512 <xs:complexContent> 513 <xs:extension base="ikrmsg:IkrOdpovedDataAbstractType"> 514 <xs:sequence> 515 <xs:choice> 516 <xs:element name="PodaniPdp" type="ikrenpmsg:PodaniPdpType"/> 517 <xs:element name="PodaniPhdzd" type="ikrenpmsg:PodaniPhdzdType"/> 518 <xs:element name="PodaniRpop1" type="ikrenpmsg:PodaniRpop1Type"/> 519 <xs:element name="PodaniRpop2" type="ikrenpmsg:PodaniRpop2Type"/> 520 <xs:element name="PodaniRpdp1" type="ikrenpmsg:PodaniRpdp1Type"/> 521 <xs:element name="PodaniRpdp2" type="ikrenpmsg:PodaniRpdp2Type"/> 522 <xs:element name="PodaniPtNp" type="ikrenpmsg:PodaniPtNpType"/> 523 <xs:element name="PodaniHolNp" type="ikrenpmsg:PodaniHolNpType"/> 524 </xs:choice> 525 <xs:element name="AktivniIcpe" type="ikrbt:PriznakType"> 526 <xs:annotation> 527 <xs:documentation>Element udává, zda pro toto číslo rozhodnutí je IČPE uvedené v požadavku aktivní, tj. případ nepřevzalo jiné IČPE</xs:documentation> 528 </xs:annotation> 529 </xs:element> 530 <xs:element name="DatumPrijeti" type="ikrbt:DatumCasType"> 531 <xs:annotation> 532 <xs:documentation xml:lang="cs">Datum a čas, kdy bylo podání uloženo na ČSSZ</xs:documentation> 533 </xs:annotation> 534 </xs:element> 535 <xs:element name="StavZpracovani" type="ikrenpmsg:StavZpracovaniNpType"/> 536 537 </xs:sequence> 538 </xs:extension> 539 </xs:complexContent> 540 </xs:complexType> 541 542 <xs:complexType name="IkreNpVratDetailPripaduVystupDataType"> 543 <xs:annotation> 544 <xs:documentation xml:lang="cs"> 545 Ikre 10.11 - Dotaz na případ - odpověď. 546 </xs:documentation> 547 </xs:annotation> 548 <xs:complexContent> 549 <xs:extension base="ikrmsg:IkrOdpovedDataAbstractType"> 550 <xs:sequence> 551 <xs:choice> 552 <xs:element name="PripadRpdp" type="ikrenpmsg:PripadRpdpType"/> 553 <xs:element name="PripadRpop" type="ikrenpmsg:PripadRpopType"/> 554 </xs:choice> 555 <xs:element name="AktivniIcpe" type="ikrbt:PriznakType"> 556 <xs:annotation> 557 <xs:documentation xml:lang="cs"> 558 Element udává, zda pro tento případ (číslo rozhodnutí) je IČPE uvedené v požadavku aktivní, tj. případ nepřevzalo jiné IČPE 559 </xs:documentation> 560 </xs:annotation> 561 </xs:element> 562 <xs:element name="DatumPapirovehoPodani" type="ikrbt:DatumType" minOccurs="0"> 563 <xs:annotation> 564 <xs:documentation>Pokud je k případu evidován papírový dokument, datum podání nejnovějšího z nich</xs:documentation> 565 </xs:annotation> 566 </xs:element> 567 <xs:element name="StavPripadu" type="ikrbt:Nazev3Type"> 568 <xs:annotation> 569 <xs:documentation>Stav případu: 570 OTV - otevřený 571 RZP - rozpracovaný 572 UKC - ukončený 573 STR - stornovaný 574 </xs:documentation> 575 </xs:annotation> 576 </xs:element> 577 </xs:sequence> 578 </xs:extension> 579 </xs:complexContent> 580 </xs:complexType> 581 </xs:schema>