notebookvb
This commit is contained in:
@@ -8,6 +8,9 @@ __pycache__/
|
|||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
|
# Claude Code
|
||||||
|
.claude/worktrees/
|
||||||
|
|
||||||
# Certifikáty (soukromé klíče - nikdy do gitu!)
|
# Certifikáty (soukromé klíče - nikdy do gitu!)
|
||||||
**/*.pfx
|
**/*.pfx
|
||||||
**/*.p12
|
**/*.p12
|
||||||
|
|||||||
@@ -1,107 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns="http://xmlns.gemsystem.cz/CommonB2B"
|
|
||||||
targetNamespace="http://xmlns.gemsystem.cz/CommonB2B"
|
|
||||||
elementFormDefault="qualified">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>$Revision: 33136 $</xsd:documentation>
|
|
||||||
<xsd:documentation>$Date: 2011-02-13 20:57:15 +0100 (ne, 13 II 2011) $</xsd:documentation>
|
|
||||||
<xsd:documentation>$Author: msklenar $</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:simpleType name="IdZpravyTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
Datový typ pro identifikátory zpráv protokolu AS2.
|
|
||||||
Povolenými hodnotami jsou řetězce délky max. 12 obsahující výhradně
|
|
||||||
alfanumerické znaky.
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:pattern value="[0-9A-Za-z]{1,12}"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="IdSubjektuTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
Datový typ pro identifikátory subjektů. Nejdelším identifikátorem
|
|
||||||
subjektu je číslo pojištěnce (včetně příznaku), tj. 12 znaků.
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:minLength value="1"/>
|
|
||||||
<xsd:maxLength value="12"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="TypSubjektuTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
Datový typ pro typ subjektu. Je definován jako enumerace povolených
|
|
||||||
hodnot.
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:enumeration value="poj"/>
|
|
||||||
<xsd:enumeration value="osvc"/>
|
|
||||||
<xsd:enumeration value="zam"/>
|
|
||||||
<xsd:enumeration value="zp"/>
|
|
||||||
<xsd:enumeration value="si"/>
|
|
||||||
<xsd:enumeration value="se"/>
|
|
||||||
<xsd:enumeration value="fr"/>
|
|
||||||
<xsd:enumeration value="zzp"/>
|
|
||||||
<xsd:enumeration value="partner"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="UzemniPracovisteTyp">
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:pattern value="[1-9][0-9]00"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="CisloPojistenceTyp">
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:pattern value="\d{9,10}"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="NazevSouboruTyp">
|
|
||||||
<xsd:restriction base="NonemptyString">
|
|
||||||
<xsd:maxLength value="20"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="MimeTypeTyp">
|
|
||||||
<xsd:restriction base="NonemptyString">
|
|
||||||
<xsd:maxLength value="50"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="NonemptyString">
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:minLength value="1"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:simpleType name="StavVyrizeniPozadavkuTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
<li>0: Data nenalezena</li>
|
|
||||||
<li>1: Nalezen jeden záznam nebo obecná návratová hodnota OK</li>
|
|
||||||
<li>2: Požadavek byl úspěšně přijat, zpracování bude pokračovat, očekávejte další odpověď</li>
|
|
||||||
<li>9: Nalezeno více záznamů</li>
|
|
||||||
<li>-1: Technická chyba</li>
|
|
||||||
<li>-2: Chyba vstupních dat</li>
|
|
||||||
<li>-3: Role nemá oprávnění odesílat data</li>
|
|
||||||
<li>-4: Duplicitní identifikace požadavku</li>
|
|
||||||
<li>-9: Služba přijala požadavek, který bude zpracován později</li>
|
|
||||||
<li>-10: Zpráva je určena pro jiné prostředí</li>
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:restriction base="xsd:integer">
|
|
||||||
<xsd:enumeration value="0"/>
|
|
||||||
<xsd:enumeration value="1"/>
|
|
||||||
<xsd:enumeration value="2"/>
|
|
||||||
<xsd:enumeration value="9"/>
|
|
||||||
<xsd:enumeration value="-1"/>
|
|
||||||
<xsd:enumeration value="-2"/>
|
|
||||||
<xsd:enumeration value="-3"/>
|
|
||||||
<xsd:enumeration value="-4"/>
|
|
||||||
<xsd:enumeration value="-9"/>
|
|
||||||
<xsd:enumeration value="-10"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
</xsd:schema>
|
|
||||||
@@ -1,53 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<definitions
|
|
||||||
name="ValidaceCislaPojistenceSEB2B"
|
|
||||||
targetNamespace="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B"
|
|
||||||
xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
xmlns:tns="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B"
|
|
||||||
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
|
|
||||||
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
||||||
xmlns:client="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B"
|
|
||||||
>
|
|
||||||
<documentation>$Revision: 40540 $
|
|
||||||
$Date: 2011-06-24 10:21:50 +0200 (pá, 24 6 2011) $
|
|
||||||
$Author: msklenar $</documentation>
|
|
||||||
<types>
|
|
||||||
<schema xmlns="http://www.w3.org/2001/XMLSchema">
|
|
||||||
<import namespace="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B" schemaLocation="ValidaceCislaPojistenceSEB2B.xsd"/>
|
|
||||||
</schema>
|
|
||||||
</types>
|
|
||||||
<message name="ValidaceCislaPojistenceSEB2BRequestMessage">
|
|
||||||
<part name="payload" element="tns:validaceCislaPojistenceSEB2BPozadavek"/>
|
|
||||||
</message>
|
|
||||||
<message name="ValidaceCislaPojistenceSEB2BResponseMessage">
|
|
||||||
<part name="payload" element="tns:validaceCislaPojistenceSEB2BOdpoved"/>
|
|
||||||
</message>
|
|
||||||
<portType name="ValidaceCislaPojistenceSEB2B">
|
|
||||||
<operation name="process">
|
|
||||||
<input message="tns:ValidaceCislaPojistenceSEB2BRequestMessage"/>
|
|
||||||
<output message="tns:ValidaceCislaPojistenceSEB2BResponseMessage"/>
|
|
||||||
</operation>
|
|
||||||
</portType>
|
|
||||||
<binding name="ValidaceCislaPojistenceSEB2BBinding" type="tns:ValidaceCislaPojistenceSEB2B">
|
|
||||||
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
|
|
||||||
<operation name="process">
|
|
||||||
<soap:operation style="document" soapAction="process"/>
|
|
||||||
<input>
|
|
||||||
<soap:body use="literal"/>
|
|
||||||
</input>
|
|
||||||
<output>
|
|
||||||
<soap:body use="literal"/>
|
|
||||||
</output>
|
|
||||||
</operation>
|
|
||||||
</binding>
|
|
||||||
<service name="ValidaceCislaPojistenceSEB2B">
|
|
||||||
<port name="ValidaceCislaPojistenceSEB2BPort" binding="tns:ValidaceCislaPojistenceSEB2BBinding">
|
|
||||||
<soap:address location="*** SERVICE ENDPOINT LOCATION ***"/>
|
|
||||||
</port>
|
|
||||||
</service>
|
|
||||||
<plnk:partnerLinkType name="ValidaceCislaPojistenceSEB2B">
|
|
||||||
<plnk:role name="ValidaceCislaPojistenceSEB2BProvider">
|
|
||||||
<plnk:portType name="tns:ValidaceCislaPojistenceSEB2B"/>
|
|
||||||
</plnk:role>
|
|
||||||
</plnk:partnerLinkType>
|
|
||||||
</definitions>
|
|
||||||
@@ -1,63 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
|
||||||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B"
|
|
||||||
targetNamespace="http://xmlns.gemsystem.cz/ValidaceCislaPojistenceSEB2B"
|
|
||||||
elementFormDefault="qualified"
|
|
||||||
xmlns:cmn="http://xmlns.gemsystem.cz/CommonB2B">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>$Revision: 40540 $</xsd:documentation>
|
|
||||||
<xsd:documentation>$Date: 2011-06-24 10:21:50 +0200 (pá, 24 6 2011) $</xsd:documentation>
|
|
||||||
<xsd:documentation>$Author: msklenar $</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:import schemaLocation="CommonB2B.xsd"
|
|
||||||
namespace="http://xmlns.gemsystem.cz/CommonB2B"/>
|
|
||||||
<xsd:complexType name="ValidaceCislaPojistenceSEB2BPozadavekTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="kDatu" type="xsd:date"/>
|
|
||||||
<xsd:element name="prijmeni" type="cmn:NonemptyString" minOccurs="0"/>
|
|
||||||
<xsd:element name="jmeno" type="cmn:NonemptyString" minOccurs="0"/>
|
|
||||||
<xsd:element name="rodnePrijmeni" type="cmn:NonemptyString"
|
|
||||||
minOccurs="0"/>
|
|
||||||
<xsd:element name="cisloPojistence" type="cmn:CisloPojistenceTyp"
|
|
||||||
minOccurs="0"/>
|
|
||||||
<xsd:element name="datumNarozeni" type="xsd:date" minOccurs="0"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:element name="validaceCislaPojistenceSEB2BPozadavek"
|
|
||||||
type="ValidaceCislaPojistenceSEB2BPozadavekTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
kDatu – datum, k němuž jsou údaje ověřovány.
|
|
||||||
cisloPojistence – číslo pojištěnce; nemusí být kompletní, pak ovšem je
|
|
||||||
vhodné doplnit další údaj, jinak služba vrátí stav vyřízení požadavku s
|
|
||||||
hodnotou 9.
|
|
||||||
prijmeni, jmeno, rodnePrijmeni – nepovinné údaje; jejich uvedením lze
|
|
||||||
zpřesnit dotaz v případě, kdy nelze pojištěnce určit jednoznačně pouze
|
|
||||||
na základě čísla pojištěnce; v případě, že zadaným kritériím vyhovuje
|
|
||||||
více pojištěnců, vrátí služba pouze stav vyřízení požadavku s hodnotou 9.
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:complexType name="ValidaceCislaPojistenceSEB2BOdpovedTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="pojistenec" type="pojistenecTyp" minOccurs="0"/>
|
|
||||||
<xsd:element name="stavVyrizeniPozadavku"
|
|
||||||
type="cmn:StavVyrizeniPozadavkuTyp"></xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="pojistenecTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="cisloPojistence" type="cmn:CisloPojistenceTyp"/>
|
|
||||||
<xsd:element name="priznakCislaPojistence" type="cmn:NonemptyString"/>
|
|
||||||
<xsd:element name="zdravotniPojistovna" type="kodNazevTyp"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="kodNazevTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="kod" type="xsd:string"/>
|
|
||||||
<xsd:element name="nazev" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:element name="validaceCislaPojistenceSEB2BOdpoved"
|
|
||||||
type="ValidaceCislaPojistenceSEB2BOdpovedTyp"/>
|
|
||||||
</xsd:schema>
|
|
||||||
@@ -1,189 +0,0 @@
|
|||||||
<xsd:schema attributeFormDefault="unqualified"
|
|
||||||
elementFormDefault="qualified"
|
|
||||||
targetNamespace="http://xmlns.gemsystem.cz/VyzadaneUdajeOPojistenciB2B"
|
|
||||||
xmlns="http://xmlns.gemsystem.cz/VyzadaneUdajeOPojistenciB2B"
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns:cmn="http://xmlns.gemsystem.cz/CommonB2B">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>$Revision: 64038+ $</xsd:documentation>
|
|
||||||
<xsd:documentation>$Date: 2016-09-19$</xsd:documentation>
|
|
||||||
<xsd:documentation>$Author: mtreso $</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
<xsd:import schemaLocation="CommonB2B.xsd" namespace="http://xmlns.gemsystem.cz/CommonB2B"/>
|
|
||||||
<xsd:element name="vyzadaneUdajeOPojistenciB2BPozadavek">
|
|
||||||
<xsd:complexType >
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="idZpravy" type="cmn:IdZpravyTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
klientské ID zprávy pro potřeby zpětné korelace zpráv na straně
|
|
||||||
klienta. VZP vrací v odpovědi zde uvedené ID v položce
|
|
||||||
korelaceZpravy. idZpravy může obsahovat pouze číslice a písmena
|
|
||||||
bez mezer a speciálních znaků: pomlčky, čárky, tečky a dalších
|
|
||||||
znaků. Maximální délka idZprávy je celkem 12 znaků.
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="idSubjektu" type="cmn:IdSubjektuTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
identifikace subjektu – soudního exekutora
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="typSubjektu" type="cmn:TypSubjektuTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
se
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="zadost" type="zadostType"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:simpleType name="mimeTypeTyp">
|
|
||||||
<xsd:restriction base="xsd:string">
|
|
||||||
<xsd:enumeration value="image/jpeg"/>
|
|
||||||
<xsd:enumeration value="application/pdf"/>
|
|
||||||
</xsd:restriction>
|
|
||||||
</xsd:simpleType>
|
|
||||||
<xsd:complexType name="dokumentTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="nazev" type="cmn:NazevSouboruTyp"/>
|
|
||||||
<xsd:element name="mime" type="mimeTypeTyp"/>
|
|
||||||
<xsd:element name="obsah" type="xsd:base64Binary"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
|
|
||||||
<xsd:complexType name="zadostType">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="nazevSubjektu" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
název subjektu – soudního exekutora (údaj potřebný pro posouzení a
|
|
||||||
schválení žádosti)
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="adresaSubjektu" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
adresa subjektu – soudního exekutora (údaj potřebný pro posouzení a
|
|
||||||
schválení žádosti)
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="cisloRozhodnuti" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
číslo soudního rozhodnutí
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="cisloJednaci" type="xsd:string">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
číslo jednací, pod kterým je žádost soudního exekutora vyřizována
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="rozhodneDatum" type="xsd:date"/>
|
|
||||||
<xsd:element name="cisloPojistence" type="cmn:IdSubjektuTyp"/>
|
|
||||||
<xsd:element name="priznakCislaPojistence" type="xsd:integer"/>
|
|
||||||
<xsd:element name="dokument" type="dokumentTyp" minOccurs="0">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
elektronická forma dokumentu, kterým soudní exekutor prokazuje svoje
|
|
||||||
oprávnění k získání údajů o pojištěnci
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
|
|
||||||
<xsd:element name="vyzadaneUdajeOPojistenciB2BOdpoved">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="korelaceZpravy" type="cmn:IdZpravyTyp">
|
|
||||||
<xsd:annotation>
|
|
||||||
<xsd:documentation>
|
|
||||||
návratový parametr pro spárování požadavku a odpovědi na straně
|
|
||||||
partnera
|
|
||||||
</xsd:documentation>
|
|
||||||
</xsd:annotation>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="vyzadaneUdajeOPojistenci"
|
|
||||||
type="vyzadaneUdajePojistenceTyp" minOccurs="0"/>
|
|
||||||
<xsd:element name="stavVyrizeniPozadavku" type="cmn:StavVyrizeniPozadavkuTyp"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
|
|
||||||
<xsd:complexType name="vyzadaneUdajePojistenceTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="udajeKeDni" type="xsd:date"/>
|
|
||||||
<xsd:element name="referent" type="xsd:string"/>
|
|
||||||
<xsd:element name="cisloPojistence" type="xsd:string"/>
|
|
||||||
<xsd:element name="stav">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="kod" type="xsd:integer"/>
|
|
||||||
<xsd:element name="popis" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="jmeno" type="xsd:string" minOccurs="0"/>
|
|
||||||
<xsd:element name="prijmeni" type="xsd:string" minOccurs="0"/>
|
|
||||||
<xsd:element name="rodnePrijmeni" type="xsd:string" minOccurs="0"/>
|
|
||||||
<xsd:element name="datumNarozeni" type="xsd:date" minOccurs="0"/>
|
|
||||||
<xsd:element name="adresa" type="adresaTyp" minOccurs="0"/>
|
|
||||||
<xsd:element name="materskeUP" type="kodNazevTyp" minOccurs="0"/>
|
|
||||||
<xsd:element name="zdravotniPojistovna" type="kodNazevTyp" minOccurs="0"/>
|
|
||||||
<xsd:element name="stavPojisteni" minOccurs="0">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="kod" type="xsd:string"/>
|
|
||||||
<xsd:element name="popis" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="udajeZamestnavatele" minOccurs="0" maxOccurs="unbounded">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="cisloPlatce" type="xsd:string"/>
|
|
||||||
<xsd:element name="nazev" type="xsd:string"/>
|
|
||||||
<xsd:element name="adresa" type="adresaTyp" minOccurs="0"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
<xsd:element name="kategorieStatnihoPojistence" type="kodNazevTyp"
|
|
||||||
minOccurs="0" maxOccurs="unbounded"/>
|
|
||||||
<xsd:element name="kategorieSamoplatce" type="kodNazevTyp" minOccurs="0"
|
|
||||||
maxOccurs="unbounded"/>
|
|
||||||
<xsd:element name="udajeSamoplatce" minOccurs="0">
|
|
||||||
<xsd:complexType>
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="cisloUctu" type="xsd:string" minOccurs="0"/>
|
|
||||||
<xsd:element name="rokPrehledu" type="xsd:integer" minOccurs="0"/>
|
|
||||||
<xsd:element name="prijmy" type="xsd:float" minOccurs="0"/>
|
|
||||||
<xsd:element name="vydaje" type="xsd:float" minOccurs="0"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:element>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="kodNazevTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="kod" type="xsd:string"/>
|
|
||||||
<xsd:element name="nazev" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
<xsd:complexType name="adresaTyp">
|
|
||||||
<xsd:sequence>
|
|
||||||
<xsd:element name="ulice" type="xsd:string" minOccurs="0"/>
|
|
||||||
<xsd:element name="obec" type="xsd:string"/>
|
|
||||||
<xsd:element name="psc" type="xsd:string"/>
|
|
||||||
</xsd:sequence>
|
|
||||||
</xsd:complexType>
|
|
||||||
</xsd:schema>
|
|
||||||
Reference in New Issue
Block a user