czech-data-box 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.gitattributes +16 -0
- package/.nvmrc +1 -0
- package/.prettierignore +1 -0
- package/.prettierrc.yaml +6 -0
- package/.vscode/launch.json +15 -0
- package/.vscode/settings.json +5 -0
- package/CHANGELOG.md +17 -0
- package/CODE_OF_CONDUCT.md +128 -0
- package/CONTRIBUTING.md +84 -0
- package/LICENSE +21 -0
- package/README.md +76 -0
- package/eslint.config.js +26 -0
- package/examples/db_login_with_certificate.js +27 -0
- package/examples/db_search.js +27 -0
- package/examples/dm_operations.js +58 -0
- package/package.json +57 -0
- package/resources/certs/cacert_postsignum_vca4.pem +44 -0
- package/resources/wsdl/ChangePassword.wsdl +84 -0
- package/resources/wsdl/ChangePasswordTypes.xsd +69 -0
- package/resources/wsdl/ExtWs.wsdl +65 -0
- package/resources/wsdl/dbTypes.xsd +1688 -0
- package/resources/wsdl/db_access.wsdl +197 -0
- package/resources/wsdl/db_manipulations.wsdl +598 -0
- package/resources/wsdl/db_search.wsdl +362 -0
- package/resources/wsdl/dmBaseTypes.xsd +1497 -0
- package/resources/wsdl/dm_VoDZ.wsdl +212 -0
- package/resources/wsdl/dm_info.wsdl +412 -0
- package/resources/wsdl/dm_operations.wsdl +242 -0
- package/src/index.js +4 -0
- package/src/lib/ISDSBox.js +309 -0
- package/src/lib/ISDSSentOutFiles.js +84 -0
- package/src/lib/ISDSSoapClient.js +201 -0
- package/src/lib/config.js +64 -0
- package/src/models/DataBox.js +142 -0
- package/src/models/DataMessage.js +153 -0
- package/src/models/DataMessageFile.js +69 -0
- package/src/models/DataMessageFiles.js +23 -0
- package/test/ISDSBox.test.js +129 -0
- package/test/ISDSSentOutFiles.test.js +124 -0
- package/test/ISDSSoapClient.test.js +81 -0
- package/test/communication_test.pdf +0 -0
|
@@ -0,0 +1,1688 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
|
+
<!--Created with Liquid Studio 2020 (https://www.liquid-technologies.com)-->
|
|
3
|
+
<!-- ************************************************************************
|
|
4
|
+
XSD schema typů použitých ve WSDL pro manipulaci s datovými schránkami a ve WSDL pro vyhledávání DS
|
|
5
|
+
|
|
6
|
+
verze: 3.04
|
|
7
|
+
klasifikace: Veřejný dokument
|
|
8
|
+
|
|
9
|
+
změny:
|
|
10
|
+
9.2.2009 verze 0.1 základní verze
|
|
11
|
+
20.3.2009 verze 1.0 - přidány elementy (na první úrovni) k jednotlivým typům pro použití jako parametry ve WSDL (document/literal)+komplexní typy pro tyto elementy popisující jednotlivé parametry operací
|
|
12
|
+
13.5 2009 verze 1.5 - odstraněn nepotřebný element GetOwnerInfoFromLogin
|
|
13
|
+
- doplněna kardinalita některých elementů v odpovědích od serveru - při výskytu některých chyb se vrací pouze dbStatus
|
|
14
|
+
- doplněna vlastnosti nillable = TRUE u některých elementů vč. stringových
|
|
15
|
+
3.6.2009 verze 2.0 - novela zákona 300/2008 Sb.
|
|
16
|
+
- ve struktuře tdbOwnerInfo přibylo 5 elementů:
|
|
17
|
+
- identifier typu string: externí identifkátor schránky pro poskytovatele dat OVM a PO, možná PFO
|
|
18
|
+
- registryCode typu string: kód externího registru PFO
|
|
19
|
+
- dbState typu int: stav DS (0-?) pouze 1 = aktivní DS k doručování, použití ve FindDataBox
|
|
20
|
+
- dbEffectiveOVM typu boolean: příznak, že DS vystupuje jako OVM (§5a)
|
|
21
|
+
- dbOpenAddressing typu boolean: příznak, že ne-OVM DS má aktivováno volné adresování (§18a)
|
|
22
|
+
- ve struktuře tdbUserInfo přibylo 5 elementů:
|
|
23
|
+
- ic typu string: IČ firmy (PO), který vystupuje v datech z OR jako statutární zástupce této PO
|
|
24
|
+
- firmName typu string: jméno firmy (PO), který vystupuje v datech z OR jako statutární zástupce této PO
|
|
25
|
+
- caStreet typu string: ulice a čísla v jednom řetězci pro kontaktní adresu v ČR
|
|
26
|
+
- caCity typu string: město pro kontaktní adresu v ČR
|
|
27
|
+
- caZipCode typu string: PSČ pro pro kontaktní adresu v ČR
|
|
28
|
+
- na vstupu CreateDataBox přibyly dva nepovinné elementy:
|
|
29
|
+
- dbUpperDBId typu tIdDb (string 7): ID nadřízené DS typu OVM (§6 a 7)
|
|
30
|
+
- dbCEOLabel typu string: název funkce vedoucího OVM (pro rozeslání dopisů)
|
|
31
|
+
- přidány elementy a typy pro WS SetEffectiveOVM
|
|
32
|
+
- přidány elementy a typy pro WS ClearEffectiveOVM
|
|
33
|
+
- přidány elementy a typy pro WS SetOpenAddressing
|
|
34
|
+
- přidány elementy a typy pro WS ClearOpenAddressing
|
|
35
|
+
11.6.2009 - verze 2.1 - upraveny elementy služby NewAccessData - dbAccessDataId přesunut ze vstupu na výstup a přidán element dbVirtual na vstup
|
|
36
|
+
- přidány nepovinné elementy dbApproved a dbExterRefNumber v grupě gExtApproval na vstup všech služeb SM
|
|
37
|
+
- změna namespace pro verzi ISDS 2.0
|
|
38
|
+
- přidány elementy pro WS Activate
|
|
39
|
+
- přidány elementy pro WS CreateDataBoxPFOInfo
|
|
40
|
+
1.10.2009 - verze 2.5 - změna délky typu tUserID z 6 na 6-12
|
|
41
|
+
1.11.2009 - verze 2.6 - komerční provoz
|
|
42
|
+
11.10.2010 - verze 2.10 - u NewAccessData přibyl na vstupu nepovinný element email, na výstupu element dbUserID pro nové ID uživatele, vše pro použití s Aktivačním portálem CzechPointu
|
|
43
|
+
- u AddDataBoxUser přibyly na vstupu nepovinné elementy dbVirtual a email, na výstupu elementy dbAccessDataId a dbUserID, vše pro použití s Aktivačním portálem CzechPointu
|
|
44
|
+
- u CreateDataBox přibyly na vstupu nepovinné elementy dbVirtual a email, na výstupu elementy dbAccessDataId a dbUserID, vše pro použití s Aktivačním portálem CzechPointu (zatím nepoužito)
|
|
45
|
+
- přidány typy pro WS GetDataBoxList
|
|
46
|
+
23.11.2010 - verze 2.11 - u WS GetDataBoxUsers povolen nulový počet uživatelů
|
|
47
|
+
- doplněn chybějící dbUserID u CreateDataBox pro CzechPOINT
|
|
48
|
+
18.02.2011 - verze 2.12 - přidána definice pro neveřejnou WS DeleteDataBoxPromptly
|
|
49
|
+
- nové konstanty typu uživatele v tUserType: LIQUIDATOR a OFFICIAL_CERT
|
|
50
|
+
25.09.2011 - verze 2.15 - novela zákona č.300/2008 Sb.
|
|
51
|
+
- přidána definice pro novou WS PDZInfo
|
|
52
|
+
06.03.2012 - verze 2.16 - přidána definice pro neveřejnou WS ChangeBoxesType
|
|
53
|
+
20.11.2012 - verze 2.18 - přidána definice pro WS DataBoxCreditInfo
|
|
54
|
+
1.12.2014 - verze 2.19 - přidána definice pro WS ISDSSearch2
|
|
55
|
+
15.7.2015 - verze 2.20 - přidána definice WS GetDataBoxActivityStatus
|
|
56
|
+
- přidány nepovinné atributy AIFOTicket u CreateDataBox a AddDataBoxUser
|
|
57
|
+
18.9.2015 - verze 2.21 - přidána definice pro WS FindPersonalDataBox
|
|
58
|
+
14.10.2015 - verze 2.22 - přidána hodnota OVM_MAIN u elementu searchScope ve WS ISDSSearch
|
|
59
|
+
7.1.2016 - verze 2.23 - na vstupu služeb CreateDataBox, UpdateDataBoxDescr, AddDataBoxUser a UpdateDataBoxUser použita rozšířené skupina adresních elementů gAddressExt
|
|
60
|
+
10.3.2016 - verze 2.24 - přidána definice pro DTInfo
|
|
61
|
+
10.8.2016 - verze 2.25 - přidána definice pro PDZSendInfo
|
|
62
|
+
31.1.2017 - verze 2.26 - přidány nové typy uživatelů v tUserType: GUARDIAN a RECEIVER
|
|
63
|
+
- přidán typ schránky PFO_AUDITOR do tDbType a searchScope
|
|
64
|
+
- odebrány typy pro nepoužívanou CreateDataBoxPFOInfo a ChangeBoxesType
|
|
65
|
+
- u CreateDataBox přidány nepovinné atributy pro CzP a atribut PDZ pro zapnutí PDZ příjmu (VT)
|
|
66
|
+
2.5.2017 - verze 2.27 - přidány typy schránek OVM_FO, OVM_PFO a OVM_PO do tDbType a searchScope
|
|
67
|
+
23.4.2018 - verze 2.28 - přidány definice pro novou WS GetDataBoxUsers2, odstraněny definice pro Activate, SetEffectiveOVM, ClearEffectiveOVM
|
|
68
|
+
23.7.2018 - verze 2.29 - atributy CzP atributy guid, subject a branch (group agCzPInfo) pro CreateDataBox, NewAccessData, AddDataBoxUser, UpdateDataBoxUser, DisableOwnDataBox, DisableDataBoxExternally, EnableOwnDataBox, SetOpenAddressing a ClearOpenAddressing
|
|
69
|
+
4.9.2018 - verze 2.31 - typy pro "dvojkové" služby;
|
|
70
|
+
13.1.2021 - verze 2.32 - přidány typy schránek PFO_ZNALEC a PFO_TLUMOCNIK
|
|
71
|
+
29.7.2021 - verze 2.33 - sjednocení verzí
|
|
72
|
+
25.4.2022 - verze 2.35 - sjednocení verzí
|
|
73
|
+
15.6.2022 - verze 3.02 (na VT) - přidán enum VoDZ na vstupu PDZSendInfo
|
|
74
|
+
- nový typ schránky PFO_REQ (50)
|
|
75
|
+
- typy pro novu službu GetConstants
|
|
76
|
+
31.10.2022 - verze 3.03 (na VT) - sjednocení verzí, drobné opravy
|
|
77
|
+
12.09.2023 - verze 3.04 - nové typy schránek PFO_ARCH, PFO_AIAT a PFO_AZI
|
|
78
|
+
|
|
79
|
+
**************************************************************************** -->
|
|
80
|
+
<xs:schema xmlns:tns="http://isds.czechpoint.cz/v20" elementFormDefault="qualified" targetNamespace="http://isds.czechpoint.cz/v20" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
81
|
+
<xs:simpleType name="tIdDb">
|
|
82
|
+
<xs:annotation>
|
|
83
|
+
<xs:documentation>ID datové schránky</xs:documentation>
|
|
84
|
+
</xs:annotation>
|
|
85
|
+
<xs:restriction base="xs:string">
|
|
86
|
+
<xs:length value="7" />
|
|
87
|
+
</xs:restriction>
|
|
88
|
+
</xs:simpleType>
|
|
89
|
+
<xs:simpleType name="tUserID">
|
|
90
|
+
<xs:annotation>
|
|
91
|
+
<xs:documentation>ID uživatele</xs:documentation>
|
|
92
|
+
</xs:annotation>
|
|
93
|
+
<xs:restriction base="xs:string">
|
|
94
|
+
<xs:minLength value="6" />
|
|
95
|
+
<xs:maxLength value="12" />
|
|
96
|
+
</xs:restriction>
|
|
97
|
+
</xs:simpleType>
|
|
98
|
+
<xs:simpleType name="tIsdsID">
|
|
99
|
+
<xs:annotation>
|
|
100
|
+
<xs:documentation>IsdsID uživatele - přežije vydání nových přístupových údajů</xs:documentation>
|
|
101
|
+
</xs:annotation>
|
|
102
|
+
<xs:restriction base="xs:string">
|
|
103
|
+
<xs:length value="12" />
|
|
104
|
+
</xs:restriction>
|
|
105
|
+
</xs:simpleType>
|
|
106
|
+
<xs:group name="gDbIdInupt">
|
|
107
|
+
<xs:sequence>
|
|
108
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
109
|
+
</xs:sequence>
|
|
110
|
+
</xs:group>
|
|
111
|
+
<xs:group name="gDbIdInuptAttrs">
|
|
112
|
+
<xs:sequence>
|
|
113
|
+
<xs:element name="dbID">
|
|
114
|
+
<xs:complexType>
|
|
115
|
+
<xs:simpleContent>
|
|
116
|
+
<xs:extension base="tns:tIdDb">
|
|
117
|
+
<xs:attributeGroup ref="tns:agCzPInfo" />
|
|
118
|
+
</xs:extension>
|
|
119
|
+
</xs:simpleContent>
|
|
120
|
+
</xs:complexType>
|
|
121
|
+
</xs:element>
|
|
122
|
+
</xs:sequence>
|
|
123
|
+
</xs:group>
|
|
124
|
+
<xs:group name="gDbIdDuInpup">
|
|
125
|
+
<xs:sequence>
|
|
126
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
127
|
+
<xs:element name="isdsID" type="tns:tIsdsID" />
|
|
128
|
+
</xs:sequence>
|
|
129
|
+
</xs:group>
|
|
130
|
+
<xs:group name="gDbIDDuInpupAttrs">
|
|
131
|
+
<xs:sequence>
|
|
132
|
+
<xs:element name="dbID">
|
|
133
|
+
<xs:complexType>
|
|
134
|
+
<xs:simpleContent>
|
|
135
|
+
<xs:extension base="tns:tIdDb">
|
|
136
|
+
<xs:attributeGroup ref="tns:agCzPInfo" />
|
|
137
|
+
</xs:extension>
|
|
138
|
+
</xs:simpleContent>
|
|
139
|
+
</xs:complexType>
|
|
140
|
+
</xs:element>
|
|
141
|
+
<xs:element name="isdsID" type="tns:tIsdsID" />
|
|
142
|
+
</xs:sequence>
|
|
143
|
+
</xs:group>
|
|
144
|
+
<xs:complexType name="tIdDBInput">
|
|
145
|
+
<xs:annotation>
|
|
146
|
+
<xs:documentation>vstupní parametry u služeb pro správu schránek</xs:documentation>
|
|
147
|
+
</xs:annotation>
|
|
148
|
+
<xs:sequence>
|
|
149
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
150
|
+
<xs:group ref="tns:gExtApproval" />
|
|
151
|
+
</xs:sequence>
|
|
152
|
+
</xs:complexType>
|
|
153
|
+
<xs:complexType name="tIdDBDUInput">
|
|
154
|
+
<xs:annotation>
|
|
155
|
+
<xs:documentation>vstupní parametry u služeb pro správu uživatelů schránek</xs:documentation>
|
|
156
|
+
</xs:annotation>
|
|
157
|
+
<xs:sequence>
|
|
158
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
159
|
+
<xs:group ref="tns:gExtApproval" />
|
|
160
|
+
</xs:sequence>
|
|
161
|
+
</xs:complexType>
|
|
162
|
+
<xs:complexType name="tIdDBInputAttrs">
|
|
163
|
+
<xs:annotation>
|
|
164
|
+
<xs:documentation>vstupní parametry u služeb pro správu schránek s atributy pro CzP</xs:documentation>
|
|
165
|
+
</xs:annotation>
|
|
166
|
+
<xs:sequence>
|
|
167
|
+
<xs:element name="dbID">
|
|
168
|
+
<xs:complexType>
|
|
169
|
+
<xs:simpleContent>
|
|
170
|
+
<xs:extension base="tns:tIdDb">
|
|
171
|
+
<xs:attributeGroup ref="tns:agCzPInfo" />
|
|
172
|
+
</xs:extension>
|
|
173
|
+
</xs:simpleContent>
|
|
174
|
+
</xs:complexType>
|
|
175
|
+
</xs:element>
|
|
176
|
+
<xs:group ref="tns:gExtApproval" />
|
|
177
|
+
</xs:sequence>
|
|
178
|
+
</xs:complexType>
|
|
179
|
+
<xs:complexType name="tIdDBDUInputAttrs2">
|
|
180
|
+
<xs:annotation>
|
|
181
|
+
<xs:documentation>vstupní parametry u služeb pro správu uživatelů schránek s atributy pro CzP</xs:documentation>
|
|
182
|
+
</xs:annotation>
|
|
183
|
+
<xs:sequence>
|
|
184
|
+
<xs:element name="dbID">
|
|
185
|
+
<xs:complexType>
|
|
186
|
+
<xs:simpleContent>
|
|
187
|
+
<xs:extension base="tns:tIdDb">
|
|
188
|
+
<xs:attributeGroup ref="tns:agCzPInfo" />
|
|
189
|
+
</xs:extension>
|
|
190
|
+
</xs:simpleContent>
|
|
191
|
+
</xs:complexType>
|
|
192
|
+
</xs:element>
|
|
193
|
+
<xs:group ref="tns:gExtApproval" />
|
|
194
|
+
</xs:sequence>
|
|
195
|
+
</xs:complexType>
|
|
196
|
+
<xs:complexType name="tReqStatusOutput">
|
|
197
|
+
<xs:sequence>
|
|
198
|
+
<xs:annotation>
|
|
199
|
+
<xs:documentation />
|
|
200
|
+
</xs:annotation>
|
|
201
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
202
|
+
</xs:sequence>
|
|
203
|
+
</xs:complexType>
|
|
204
|
+
<xs:simpleType name="tDbType">
|
|
205
|
+
<xs:annotation>
|
|
206
|
+
<xs:documentation>typ DS podle zákona - výčet FO, PO, FPO a OVM. Některé mají podtypy, např. PFO_ADVOK aj.</xs:documentation>
|
|
207
|
+
</xs:annotation>
|
|
208
|
+
<xs:restriction base="xs:string">
|
|
209
|
+
<xs:enumeration value="FO" />
|
|
210
|
+
<xs:enumeration value="PFO" />
|
|
211
|
+
<xs:enumeration value="PFO_REQ" />
|
|
212
|
+
<xs:enumeration value="PFO_ADVOK" />
|
|
213
|
+
<xs:enumeration value="PFO_DANPOR" />
|
|
214
|
+
<xs:enumeration value="PFO_INSSPR" />
|
|
215
|
+
<xs:enumeration value="PFO_AUDITOR" />
|
|
216
|
+
<xs:enumeration value="PFO_ZNALEC" />
|
|
217
|
+
<xs:enumeration value="PFO_TLUMOCNIK" />
|
|
218
|
+
<xs:enumeration value="PFO_ARCH" />
|
|
219
|
+
<xs:enumeration value="PFO_AIAT" />
|
|
220
|
+
<xs:enumeration value="PFO_AZI" />
|
|
221
|
+
<xs:enumeration value="PO" />
|
|
222
|
+
<xs:enumeration value="PO_ZAK" />
|
|
223
|
+
<xs:enumeration value="PO_REQ" />
|
|
224
|
+
<xs:enumeration value="OVM" />
|
|
225
|
+
<xs:enumeration value="OVM_NOTAR" />
|
|
226
|
+
<xs:enumeration value="OVM_EXEKUT" />
|
|
227
|
+
<xs:enumeration value="OVM_REQ" />
|
|
228
|
+
<xs:enumeration value="OVM_FO" />
|
|
229
|
+
<xs:enumeration value="OVM_PFO" />
|
|
230
|
+
<xs:enumeration value="OVM_PO" />
|
|
231
|
+
</xs:restriction>
|
|
232
|
+
</xs:simpleType>
|
|
233
|
+
<xs:simpleType name="tIdentificationNumber">
|
|
234
|
+
<xs:annotation>
|
|
235
|
+
<xs:documentation>IČO subjektu, kontrola formátu se provádí aplikačně, kvůli cizím subjektům</xs:documentation>
|
|
236
|
+
</xs:annotation>
|
|
237
|
+
<xs:restriction base="xs:string" />
|
|
238
|
+
</xs:simpleType>
|
|
239
|
+
<xs:simpleType name="tUserType">
|
|
240
|
+
<xs:annotation>
|
|
241
|
+
<xs:documentation>typ uživatele DZ - výčet</xs:documentation>
|
|
242
|
+
</xs:annotation>
|
|
243
|
+
<xs:restriction base="xs:string">
|
|
244
|
+
<xs:enumeration value="PRIMARY_USER" />
|
|
245
|
+
<xs:enumeration value="ENTRUSTED_USER" />
|
|
246
|
+
<xs:enumeration value="ADMINISTRATOR" />
|
|
247
|
+
<xs:enumeration value="OFFICIAL" />
|
|
248
|
+
<xs:enumeration value="OFFICIAL_CERT" />
|
|
249
|
+
<xs:enumeration value="LIQUIDATOR" />
|
|
250
|
+
<xs:enumeration value="RECEIVER" />
|
|
251
|
+
<xs:enumeration value="GUARDIAN" />
|
|
252
|
+
</xs:restriction>
|
|
253
|
+
</xs:simpleType>
|
|
254
|
+
<xs:simpleType name="tDbAccessDataId">
|
|
255
|
+
<xs:restriction base="xs:string" />
|
|
256
|
+
</xs:simpleType>
|
|
257
|
+
<xs:group name="gDbReqStatus">
|
|
258
|
+
<xs:sequence>
|
|
259
|
+
<xs:element name="dbStatusCode" type="xs:string" />
|
|
260
|
+
<xs:element name="dbStatusMessage" type="xs:string" />
|
|
261
|
+
<xs:element name="dbStatusRefNumber" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
262
|
+
<xs:annotation>
|
|
263
|
+
<xs:documentation>nepovinné referenční číslo žádosti</xs:documentation>
|
|
264
|
+
</xs:annotation>
|
|
265
|
+
</xs:element>
|
|
266
|
+
</xs:sequence>
|
|
267
|
+
</xs:group>
|
|
268
|
+
<xs:complexType name="tDbReqStatus">
|
|
269
|
+
<xs:annotation>
|
|
270
|
+
<xs:documentation>návratový typ WS</xs:documentation>
|
|
271
|
+
</xs:annotation>
|
|
272
|
+
<xs:group ref="tns:gDbReqStatus" />
|
|
273
|
+
</xs:complexType>
|
|
274
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
275
|
+
<xs:group name="gBirthInfo">
|
|
276
|
+
<xs:annotation>
|
|
277
|
+
<xs:documentation>skupina elementů pro datum a místo narození</xs:documentation>
|
|
278
|
+
</xs:annotation>
|
|
279
|
+
<xs:sequence>
|
|
280
|
+
<xs:element name="biDate" type="xs:date" nillable="true" />
|
|
281
|
+
<xs:element name="biCity" type="xs:string" nillable="true" />
|
|
282
|
+
<xs:element name="biCounty" type="xs:string" nillable="true" />
|
|
283
|
+
<xs:element name="biState" type="xs:string" nillable="true" />
|
|
284
|
+
</xs:sequence>
|
|
285
|
+
</xs:group>
|
|
286
|
+
<xs:group name="gPersonName">
|
|
287
|
+
<xs:annotation>
|
|
288
|
+
<xs:documentation>skupina elementů pro jméno</xs:documentation>
|
|
289
|
+
</xs:annotation>
|
|
290
|
+
<xs:sequence>
|
|
291
|
+
<xs:element name="pnFirstName" type="xs:string" nillable="true" />
|
|
292
|
+
<xs:element name="pnMiddleName" type="xs:string" nillable="true" />
|
|
293
|
+
<xs:element name="pnLastName" type="xs:string" nillable="true" />
|
|
294
|
+
<xs:element name="pnLastNameAtBirth" type="xs:string" nillable="true" />
|
|
295
|
+
</xs:sequence>
|
|
296
|
+
</xs:group>
|
|
297
|
+
<xs:group name="gPersonName2">
|
|
298
|
+
<xs:annotation>
|
|
299
|
+
<xs:documentation>skupina elementů pro jméno (2018)</xs:documentation>
|
|
300
|
+
</xs:annotation>
|
|
301
|
+
<xs:sequence>
|
|
302
|
+
<xs:element name="pnGivenNames" type="xs:string" nillable="true">
|
|
303
|
+
<xs:annotation>
|
|
304
|
+
<xs:documentation>Všechna křestní jména v jednom elementu</xs:documentation>
|
|
305
|
+
</xs:annotation>
|
|
306
|
+
</xs:element>
|
|
307
|
+
<xs:element name="pnLastName" type="xs:string" nillable="true">
|
|
308
|
+
<xs:annotation>
|
|
309
|
+
<xs:documentation>Příjmení</xs:documentation>
|
|
310
|
+
</xs:annotation>
|
|
311
|
+
</xs:element>
|
|
312
|
+
</xs:sequence>
|
|
313
|
+
</xs:group>
|
|
314
|
+
<xs:group name="gAddress">
|
|
315
|
+
<xs:annotation>
|
|
316
|
+
<xs:documentation>skupina elementů pro adresu</xs:documentation>
|
|
317
|
+
</xs:annotation>
|
|
318
|
+
<xs:sequence>
|
|
319
|
+
<xs:element name="adCity" type="xs:string" nillable="true" />
|
|
320
|
+
<xs:element name="adStreet" type="xs:string" nillable="true" />
|
|
321
|
+
<xs:element name="adNumberInStreet" type="xs:string" nillable="true" />
|
|
322
|
+
<xs:element name="adNumberInMunicipality" type="xs:string" nillable="true" />
|
|
323
|
+
<xs:element name="adZipCode" type="xs:string" nillable="true" />
|
|
324
|
+
<xs:element name="adState" type="xs:string" nillable="true" />
|
|
325
|
+
</xs:sequence>
|
|
326
|
+
</xs:group>
|
|
327
|
+
<xs:group name="gAddressExt">
|
|
328
|
+
<xs:annotation>
|
|
329
|
+
<xs:documentation>skupina elementů pro adresu (kod adresního místa a část obce, nefinální podoba)</xs:documentation>
|
|
330
|
+
</xs:annotation>
|
|
331
|
+
<xs:sequence>
|
|
332
|
+
<xs:element name="adCity" type="xs:string" nillable="true" />
|
|
333
|
+
<xs:element name="adDistrict" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
334
|
+
<xs:element name="adStreet" type="xs:string" nillable="true" />
|
|
335
|
+
<xs:element name="adNumberInStreet" type="xs:string" nillable="true" />
|
|
336
|
+
<xs:element name="adNumberInMunicipality" type="xs:string" nillable="true" />
|
|
337
|
+
<xs:element name="adZipCode" type="xs:string" nillable="true" />
|
|
338
|
+
<xs:element name="adState" type="xs:string" nillable="true" />
|
|
339
|
+
<xs:element name="adAMCode" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
340
|
+
</xs:sequence>
|
|
341
|
+
</xs:group>
|
|
342
|
+
<xs:group name="gAddressExt2">
|
|
343
|
+
<xs:annotation>
|
|
344
|
+
<xs:documentation>skupina elementů pro adresu verze 3 (2018)</xs:documentation>
|
|
345
|
+
</xs:annotation>
|
|
346
|
+
<xs:sequence>
|
|
347
|
+
<xs:element name="adCode" type="xs:string" nillable="true">
|
|
348
|
+
<xs:annotation>
|
|
349
|
+
<xs:documentation>kód adresního místa z RUIAN</xs:documentation>
|
|
350
|
+
</xs:annotation>
|
|
351
|
+
</xs:element>
|
|
352
|
+
<xs:element name="adCity" type="xs:string" nillable="true" />
|
|
353
|
+
<xs:element name="adDistrict" type="xs:string" nillable="true" />
|
|
354
|
+
<xs:element name="adStreet" type="xs:string" nillable="true" />
|
|
355
|
+
<xs:element name="adNumberInStreet" type="xs:string" nillable="true" />
|
|
356
|
+
<xs:element name="adNumberInMunicipality" type="xs:string" nillable="true" />
|
|
357
|
+
<xs:element name="adZipCode" type="xs:string" nillable="true" />
|
|
358
|
+
<xs:element name="adState" type="xs:string" nillable="true" />
|
|
359
|
+
</xs:sequence>
|
|
360
|
+
</xs:group>
|
|
361
|
+
<xs:group name="gExtApproval">
|
|
362
|
+
<xs:sequence>
|
|
363
|
+
<xs:element name="dbApproved" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true">
|
|
364
|
+
<xs:annotation>
|
|
365
|
+
<xs:documentation>příznak, že žádost byla schválena mimo ISDS</xs:documentation>
|
|
366
|
+
</xs:annotation>
|
|
367
|
+
</xs:element>
|
|
368
|
+
<xs:element name="dbExternRefNumber" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
369
|
+
<xs:annotation>
|
|
370
|
+
<xs:documentation>číslo jedn. externího schválení, bude uloženo v ISDS</xs:documentation>
|
|
371
|
+
</xs:annotation>
|
|
372
|
+
</xs:element>
|
|
373
|
+
</xs:sequence>
|
|
374
|
+
</xs:group>
|
|
375
|
+
<xs:attributeGroup name="agCzPInfo">
|
|
376
|
+
<xs:attribute name="guid" type="xs:string">
|
|
377
|
+
<xs:annotation>
|
|
378
|
+
<xs:documentation>identifikace úředníka CzP</xs:documentation>
|
|
379
|
+
</xs:annotation>
|
|
380
|
+
</xs:attribute>
|
|
381
|
+
<xs:attribute name="subject" type="xs:string">
|
|
382
|
+
<xs:annotation>
|
|
383
|
+
<xs:documentation>název subjektu CzP</xs:documentation>
|
|
384
|
+
</xs:annotation>
|
|
385
|
+
</xs:attribute>
|
|
386
|
+
<xs:attribute name="branch" type="xs:string">
|
|
387
|
+
<xs:annotation>
|
|
388
|
+
<xs:documentation>název pracoviště CzP</xs:documentation>
|
|
389
|
+
</xs:annotation>
|
|
390
|
+
</xs:attribute>
|
|
391
|
+
</xs:attributeGroup>
|
|
392
|
+
<xs:complexType name="tDbUserInfo">
|
|
393
|
+
<xs:annotation>
|
|
394
|
+
<xs:documentation>typ pro veškeré informace o uživateli schránky a</xs:documentation>
|
|
395
|
+
</xs:annotation>
|
|
396
|
+
<xs:sequence>
|
|
397
|
+
<xs:group ref="tns:gPersonName" />
|
|
398
|
+
<xs:group ref="tns:gAddress" />
|
|
399
|
+
<xs:element name="biDate" type="xs:date" nillable="true" />
|
|
400
|
+
<xs:element name="userID" type="tns:tUserID" nillable="true" />
|
|
401
|
+
<xs:element name="userType" type="tns:tUserType" nillable="true" />
|
|
402
|
+
<xs:element name="userPrivils" type="xs:long" nillable="true" />
|
|
403
|
+
<xs:element name="ic" nillable="true">
|
|
404
|
+
<xs:annotation>
|
|
405
|
+
<xs:documentation>IČ firmy vystupující jako statutár jiné PO (data z OR)</xs:documentation>
|
|
406
|
+
</xs:annotation>
|
|
407
|
+
<xs:simpleType>
|
|
408
|
+
<xs:restriction base="xs:string">
|
|
409
|
+
<xs:maxLength value="8" />
|
|
410
|
+
</xs:restriction>
|
|
411
|
+
</xs:simpleType>
|
|
412
|
+
</xs:element>
|
|
413
|
+
<xs:element name="firmName" type="xs:string" nillable="true">
|
|
414
|
+
<xs:annotation>
|
|
415
|
+
<xs:documentation>jméno firmy vystupující jako statutár jiné PO</xs:documentation>
|
|
416
|
+
</xs:annotation>
|
|
417
|
+
</xs:element>
|
|
418
|
+
<xs:element name="caStreet" type="xs:string" nillable="true">
|
|
419
|
+
<xs:annotation>
|
|
420
|
+
<xs:documentation>Kontaktní adresa - ulice a čísla v jednom řetězci</xs:documentation>
|
|
421
|
+
</xs:annotation>
|
|
422
|
+
</xs:element>
|
|
423
|
+
<xs:element name="caCity" type="xs:string" nillable="true">
|
|
424
|
+
<xs:annotation>
|
|
425
|
+
<xs:documentation>Kontaktní adresa - město </xs:documentation>
|
|
426
|
+
</xs:annotation>
|
|
427
|
+
</xs:element>
|
|
428
|
+
<xs:element name="caZipCode" type="xs:string" nillable="true">
|
|
429
|
+
<xs:annotation>
|
|
430
|
+
<xs:documentation>Kontaktní adresa - PSČ nebo ZIP</xs:documentation>
|
|
431
|
+
</xs:annotation>
|
|
432
|
+
</xs:element>
|
|
433
|
+
<xs:element name="caState" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
434
|
+
<xs:annotation>
|
|
435
|
+
<xs:documentation>Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ</xs:documentation>
|
|
436
|
+
</xs:annotation>
|
|
437
|
+
</xs:element>
|
|
438
|
+
</xs:sequence>
|
|
439
|
+
</xs:complexType>
|
|
440
|
+
<xs:complexType name="tDbUserInfoExt">
|
|
441
|
+
<xs:annotation>
|
|
442
|
+
<xs:documentation>typ pro veškeré informace o uživateli schránky verze 1</xs:documentation>
|
|
443
|
+
</xs:annotation>
|
|
444
|
+
<xs:sequence>
|
|
445
|
+
<xs:group ref="tns:gPersonName" />
|
|
446
|
+
<xs:group ref="tns:gAddressExt" />
|
|
447
|
+
<xs:element name="biDate" type="xs:date" nillable="true" />
|
|
448
|
+
<xs:element name="userID" type="tns:tUserID" nillable="true" />
|
|
449
|
+
<xs:element name="userType" type="tns:tUserType" nillable="true" />
|
|
450
|
+
<xs:element name="userPrivils" type="xs:long" nillable="true" />
|
|
451
|
+
<xs:element name="ic" nillable="true">
|
|
452
|
+
<xs:annotation>
|
|
453
|
+
<xs:documentation>IČ firmy vystupující jako statutár jiné PO </xs:documentation>
|
|
454
|
+
</xs:annotation>
|
|
455
|
+
<xs:simpleType>
|
|
456
|
+
<xs:restriction base="xs:string">
|
|
457
|
+
<xs:maxLength value="8" />
|
|
458
|
+
</xs:restriction>
|
|
459
|
+
</xs:simpleType>
|
|
460
|
+
</xs:element>
|
|
461
|
+
<xs:element name="firmName" type="xs:string" nillable="true">
|
|
462
|
+
<xs:annotation>
|
|
463
|
+
<xs:documentation>jméno firmy vystupující jako statutár jiné PO </xs:documentation>
|
|
464
|
+
</xs:annotation>
|
|
465
|
+
</xs:element>
|
|
466
|
+
<xs:element name="caStreet" type="xs:string" nillable="true">
|
|
467
|
+
<xs:annotation>
|
|
468
|
+
<xs:documentation>Kontaktní adresa - ulice a čísla v jednom řetězci</xs:documentation>
|
|
469
|
+
</xs:annotation>
|
|
470
|
+
</xs:element>
|
|
471
|
+
<xs:element name="caCity" type="xs:string" nillable="true">
|
|
472
|
+
<xs:annotation>
|
|
473
|
+
<xs:documentation>Kontaktní adresa - město </xs:documentation>
|
|
474
|
+
</xs:annotation>
|
|
475
|
+
</xs:element>
|
|
476
|
+
<xs:element name="caZipCode" type="xs:string" nillable="true">
|
|
477
|
+
<xs:annotation>
|
|
478
|
+
<xs:documentation>Kontaktní adresa - PSČ nebo ZIP</xs:documentation>
|
|
479
|
+
</xs:annotation>
|
|
480
|
+
</xs:element>
|
|
481
|
+
<xs:element name="caState" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
482
|
+
<xs:annotation>
|
|
483
|
+
<xs:documentation>Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ</xs:documentation>
|
|
484
|
+
</xs:annotation>
|
|
485
|
+
</xs:element>
|
|
486
|
+
</xs:sequence>
|
|
487
|
+
</xs:complexType>
|
|
488
|
+
<xs:complexType name="tDbUserInfoExt2">
|
|
489
|
+
<xs:annotation>
|
|
490
|
+
<xs:documentation>typ pro veškeré informace o uživateli schránky verze 3 (2018)</xs:documentation>
|
|
491
|
+
</xs:annotation>
|
|
492
|
+
<xs:sequence>
|
|
493
|
+
<xs:element name="aifoIsds" type="xs:boolean">
|
|
494
|
+
<xs:annotation>
|
|
495
|
+
<xs:documentation>příznak, je-li uživatel ztotožněn s ROB (má-li AIFO)</xs:documentation>
|
|
496
|
+
</xs:annotation>
|
|
497
|
+
</xs:element>
|
|
498
|
+
<xs:group ref="tns:gPersonName2" />
|
|
499
|
+
<xs:group ref="tns:gAddressExt2" />
|
|
500
|
+
<xs:element name="biDate" type="xs:date" nillable="true" />
|
|
501
|
+
<xs:element name="isdsID" type="xs:string" nillable="true">
|
|
502
|
+
<xs:annotation>
|
|
503
|
+
<xs:documentation>IsdsID je bezvýznamový identifikátor, unikátnéí pro každého uživatele. Nezmění se vydáním nových přístupových údajů.</xs:documentation>
|
|
504
|
+
</xs:annotation>
|
|
505
|
+
</xs:element>
|
|
506
|
+
<xs:element name="userType" type="tns:tUserType" nillable="true">
|
|
507
|
+
<xs:annotation>
|
|
508
|
+
<xs:documentation>Typ (role) schránkového uživatele</xs:documentation>
|
|
509
|
+
</xs:annotation>
|
|
510
|
+
</xs:element>
|
|
511
|
+
<xs:element name="userPrivils" type="xs:long" nillable="true">
|
|
512
|
+
<xs:annotation>
|
|
513
|
+
<xs:documentation>přidělená schránková oprávnění - součet jednotlivých bitů</xs:documentation>
|
|
514
|
+
</xs:annotation>
|
|
515
|
+
</xs:element>
|
|
516
|
+
<xs:element name="ic" nillable="true">
|
|
517
|
+
<xs:annotation>
|
|
518
|
+
<xs:documentation>IČ společnosti, která vystupuje jako statutární zástupce a v níž je tento uživatel fyzickým statutárním zástupcem</xs:documentation>
|
|
519
|
+
</xs:annotation>
|
|
520
|
+
<xs:simpleType>
|
|
521
|
+
<xs:restriction base="xs:string">
|
|
522
|
+
<xs:maxLength value="8" />
|
|
523
|
+
</xs:restriction>
|
|
524
|
+
</xs:simpleType>
|
|
525
|
+
</xs:element>
|
|
526
|
+
<xs:element name="firmName" type="xs:string" nillable="true">
|
|
527
|
+
<xs:annotation>
|
|
528
|
+
<xs:documentation>jméno společnosti, která vystupuje jako statutární zástupce a v níž je tento uživatel fyzickým statutárním zástupcem</xs:documentation>
|
|
529
|
+
</xs:annotation>
|
|
530
|
+
</xs:element>
|
|
531
|
+
<xs:element name="caStreet" type="xs:string" nillable="true">
|
|
532
|
+
<xs:annotation>
|
|
533
|
+
<xs:documentation>Kontaktní adresa - ulice a čísla v jednom řetězci</xs:documentation>
|
|
534
|
+
</xs:annotation>
|
|
535
|
+
</xs:element>
|
|
536
|
+
<xs:element name="caCity" type="xs:string" nillable="true">
|
|
537
|
+
<xs:annotation>
|
|
538
|
+
<xs:documentation>Kontaktní adresa - město </xs:documentation>
|
|
539
|
+
</xs:annotation>
|
|
540
|
+
</xs:element>
|
|
541
|
+
<xs:element name="caZipCode" type="xs:string" nillable="true">
|
|
542
|
+
<xs:annotation>
|
|
543
|
+
<xs:documentation>Kontaktní adresa - PSČ nebo ZIP</xs:documentation>
|
|
544
|
+
</xs:annotation>
|
|
545
|
+
</xs:element>
|
|
546
|
+
<xs:element name="caState" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
547
|
+
<xs:annotation>
|
|
548
|
+
<xs:documentation>Kontaktní adresa - stát zkratkou, není-li uveden, pak CZ</xs:documentation>
|
|
549
|
+
</xs:annotation>
|
|
550
|
+
</xs:element>
|
|
551
|
+
</xs:sequence>
|
|
552
|
+
</xs:complexType>
|
|
553
|
+
<xs:complexType name="tDbOwnerInfo">
|
|
554
|
+
<xs:annotation>
|
|
555
|
+
<xs:documentation>typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné</xs:documentation>
|
|
556
|
+
</xs:annotation>
|
|
557
|
+
<xs:sequence>
|
|
558
|
+
<xs:element name="dbID" type="tns:tIdDb" nillable="true" />
|
|
559
|
+
<xs:element name="dbType" type="tns:tDbType" nillable="true" />
|
|
560
|
+
<xs:element name="ic" type="tns:tIdentificationNumber" nillable="true" />
|
|
561
|
+
<xs:group ref="tns:gPersonName" />
|
|
562
|
+
<xs:element name="firmName" type="xs:string" nillable="true" />
|
|
563
|
+
<xs:group ref="tns:gBirthInfo" />
|
|
564
|
+
<xs:group ref="tns:gAddress" />
|
|
565
|
+
<xs:element name="nationality" type="xs:string" nillable="true" />
|
|
566
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
567
|
+
<xs:element name="telNumber" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
568
|
+
<xs:element name="identifier" nillable="true">
|
|
569
|
+
<xs:annotation>
|
|
570
|
+
<xs:documentation>pro schránky OVM je zde Identifikátor OVM z Rejstříku OVM (ISZR), pro jiné typy schránek různé interní údaje, které nemají pro běžného uživatele význam.</xs:documentation>
|
|
571
|
+
</xs:annotation>
|
|
572
|
+
<xs:simpleType>
|
|
573
|
+
<xs:restriction base="xs:string">
|
|
574
|
+
<xs:maxLength value="20" />
|
|
575
|
+
</xs:restriction>
|
|
576
|
+
</xs:simpleType>
|
|
577
|
+
</xs:element>
|
|
578
|
+
<xs:element name="registryCode" nillable="true">
|
|
579
|
+
<xs:annotation>
|
|
580
|
+
<xs:documentation>kód externího registru PFO</xs:documentation>
|
|
581
|
+
</xs:annotation>
|
|
582
|
+
<xs:simpleType>
|
|
583
|
+
<xs:restriction base="xs:string">
|
|
584
|
+
<xs:maxLength value="5" />
|
|
585
|
+
</xs:restriction>
|
|
586
|
+
</xs:simpleType>
|
|
587
|
+
</xs:element>
|
|
588
|
+
<xs:element name="dbState" type="xs:integer" nillable="true">
|
|
589
|
+
<xs:annotation>
|
|
590
|
+
<xs:documentation>Stav DS (pouze stav=1 znamená aktivní schránka)</xs:documentation>
|
|
591
|
+
</xs:annotation>
|
|
592
|
+
</xs:element>
|
|
593
|
+
<xs:element name="dbEffectiveOVM" type="xs:boolean" nillable="true">
|
|
594
|
+
<xs:annotation>
|
|
595
|
+
<xs:documentation>příznak dle §5a, zrušeno od července 2017</xs:documentation>
|
|
596
|
+
</xs:annotation>
|
|
597
|
+
</xs:element>
|
|
598
|
+
<xs:element name="dbOpenAddressing" type="xs:boolean" nillable="true">
|
|
599
|
+
<xs:annotation>
|
|
600
|
+
<xs:documentation>příznak, že ne-OVM DS má aktivováno otevřené adresování §18a</xs:documentation>
|
|
601
|
+
</xs:annotation>
|
|
602
|
+
</xs:element>
|
|
603
|
+
</xs:sequence>
|
|
604
|
+
</xs:complexType>
|
|
605
|
+
<xs:complexType name="tDbOwnerInfoExt">
|
|
606
|
+
<xs:annotation>
|
|
607
|
+
<xs:documentation>typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné</xs:documentation>
|
|
608
|
+
</xs:annotation>
|
|
609
|
+
<xs:sequence>
|
|
610
|
+
<xs:element name="dbID" type="tns:tIdDb" nillable="true" />
|
|
611
|
+
<xs:element name="dbType" type="tns:tDbType" nillable="true" />
|
|
612
|
+
<xs:element name="ic" type="tns:tIdentificationNumber" nillable="true" />
|
|
613
|
+
<xs:group ref="tns:gPersonName" />
|
|
614
|
+
<xs:element name="firmName" type="xs:string" nillable="true" />
|
|
615
|
+
<xs:group ref="tns:gBirthInfo" />
|
|
616
|
+
<xs:group ref="tns:gAddressExt" />
|
|
617
|
+
<xs:element name="nationality" type="xs:string" nillable="true" />
|
|
618
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
619
|
+
<xs:element name="telNumber" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
620
|
+
<xs:element name="identifier" type="xs:string" nillable="true" />
|
|
621
|
+
<xs:element name="registryCode" type="xs:string" nillable="true" />
|
|
622
|
+
<xs:element name="dbState" type="xs:integer" nillable="true">
|
|
623
|
+
<xs:annotation>
|
|
624
|
+
<xs:documentation>Stav DS (pouze stav=1 znamená aktivní schránka)</xs:documentation>
|
|
625
|
+
</xs:annotation>
|
|
626
|
+
</xs:element>
|
|
627
|
+
<xs:element name="dbEffectiveOVM" type="xs:boolean" nillable="true" />
|
|
628
|
+
<xs:element name="dbOpenAddressing" type="xs:boolean" nillable="true">
|
|
629
|
+
<xs:annotation>
|
|
630
|
+
<xs:documentation>příznak, že ne-OVM DS má aktivováno otevřené adresování §18a</xs:documentation>
|
|
631
|
+
</xs:annotation>
|
|
632
|
+
</xs:element>
|
|
633
|
+
</xs:sequence>
|
|
634
|
+
</xs:complexType>
|
|
635
|
+
<xs:complexType name="tDbOwnerInfoExt2">
|
|
636
|
+
<xs:annotation>
|
|
637
|
+
<xs:documentation>typ pro veškeré informace o DS, pro některé typy budou některé elementy nevyplněné</xs:documentation>
|
|
638
|
+
</xs:annotation>
|
|
639
|
+
<xs:sequence>
|
|
640
|
+
<xs:element name="dbID" type="tns:tIdDb" nillable="true" />
|
|
641
|
+
<xs:element name="aifoIsds" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true">
|
|
642
|
+
<xs:annotation>
|
|
643
|
+
<xs:documentation>Pro FO, PFO a profesní schránky je zde příznak ztotožnění s ROB, jinak nil</xs:documentation>
|
|
644
|
+
</xs:annotation>
|
|
645
|
+
</xs:element>
|
|
646
|
+
<xs:element name="dbType" type="tns:tDbType" nillable="true" />
|
|
647
|
+
<xs:element name="ic" type="tns:tIdentificationNumber" nillable="true" />
|
|
648
|
+
<xs:group ref="tns:gPersonName2" />
|
|
649
|
+
<xs:element name="firmName" type="xs:string" nillable="true" />
|
|
650
|
+
<xs:group ref="tns:gBirthInfo" />
|
|
651
|
+
<xs:group ref="tns:gAddressExt2" />
|
|
652
|
+
<xs:element name="nationality" type="xs:string" nillable="true">
|
|
653
|
+
<xs:annotation>
|
|
654
|
+
<xs:documentation>národnost; stát registrace u PO</xs:documentation>
|
|
655
|
+
</xs:annotation>
|
|
656
|
+
</xs:element>
|
|
657
|
+
<xs:element name="dbIdOVM" type="xs:string" nillable="true">
|
|
658
|
+
<xs:annotation>
|
|
659
|
+
<xs:documentation>Identifikátor OVM z Rejstříku OVM</xs:documentation>
|
|
660
|
+
</xs:annotation>
|
|
661
|
+
</xs:element>
|
|
662
|
+
<xs:element name="dbState" type="xs:integer" nillable="true">
|
|
663
|
+
<xs:annotation>
|
|
664
|
+
<xs:documentation>Stav DS (pouze stav=1 znamená aktivní schránka)</xs:documentation>
|
|
665
|
+
</xs:annotation>
|
|
666
|
+
</xs:element>
|
|
667
|
+
<xs:element name="dbOpenAddressing" type="xs:boolean" nillable="true">
|
|
668
|
+
<xs:annotation>
|
|
669
|
+
<xs:documentation>příznak, že ne-OVM DS má aktivováno otevřené adresování §18a</xs:documentation>
|
|
670
|
+
</xs:annotation>
|
|
671
|
+
</xs:element>
|
|
672
|
+
<xs:element name="dbUpperID" type="tns:tIdDb" nillable="true">
|
|
673
|
+
<xs:annotation>
|
|
674
|
+
<xs:documentation>ID nadřízené OVM schránky</xs:documentation>
|
|
675
|
+
</xs:annotation>
|
|
676
|
+
</xs:element>
|
|
677
|
+
</xs:sequence>
|
|
678
|
+
</xs:complexType>
|
|
679
|
+
<xs:complexType name="tDbOwnersArray">
|
|
680
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
681
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt" />
|
|
682
|
+
</xs:sequence>
|
|
683
|
+
</xs:complexType>
|
|
684
|
+
<xs:complexType name="tDbOwnersArray2">
|
|
685
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
686
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt2" />
|
|
687
|
+
</xs:sequence>
|
|
688
|
+
</xs:complexType>
|
|
689
|
+
<xs:complexType name="tDbUsersArray">
|
|
690
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
691
|
+
<xs:element name="dbUserInfo">
|
|
692
|
+
<xs:complexType>
|
|
693
|
+
<xs:complexContent mixed="false">
|
|
694
|
+
<xs:extension base="tns:tDbUserInfoExt">
|
|
695
|
+
<xs:attribute name="AIFOTicket" type="xs:string" />
|
|
696
|
+
</xs:extension>
|
|
697
|
+
</xs:complexContent>
|
|
698
|
+
</xs:complexType>
|
|
699
|
+
</xs:element>
|
|
700
|
+
</xs:sequence>
|
|
701
|
+
</xs:complexType>
|
|
702
|
+
<xs:complexType name="tDbUsersArray2">
|
|
703
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
704
|
+
<xs:element name="dbUserInfo">
|
|
705
|
+
<xs:complexType>
|
|
706
|
+
<xs:complexContent mixed="false">
|
|
707
|
+
<xs:extension base="tns:tDbUserInfoExt2">
|
|
708
|
+
<xs:attribute name="AIFOTicket" type="xs:string" />
|
|
709
|
+
</xs:extension>
|
|
710
|
+
</xs:complexContent>
|
|
711
|
+
</xs:complexType>
|
|
712
|
+
</xs:element>
|
|
713
|
+
</xs:sequence>
|
|
714
|
+
</xs:complexType>
|
|
715
|
+
<xs:complexType name="tFindDBInput">
|
|
716
|
+
<xs:sequence>
|
|
717
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
718
|
+
</xs:sequence>
|
|
719
|
+
</xs:complexType>
|
|
720
|
+
<xs:element name="FindDataBox" type="tns:tFindDBInput" />
|
|
721
|
+
<xs:complexType name="tFindDBOuput">
|
|
722
|
+
<xs:sequence>
|
|
723
|
+
<xs:element name="dbResults" type="tns:tDbOwnersArray" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
724
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
725
|
+
</xs:sequence>
|
|
726
|
+
</xs:complexType>
|
|
727
|
+
<xs:element name="FindDataBoxResponse" type="tns:tFindDBOuput" />
|
|
728
|
+
<xs:complexType name="tFindDBInput2">
|
|
729
|
+
<xs:sequence>
|
|
730
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt2" />
|
|
731
|
+
</xs:sequence>
|
|
732
|
+
</xs:complexType>
|
|
733
|
+
<xs:element name="FindDataBox2" type="tns:tFindDBInput2" />
|
|
734
|
+
<xs:complexType name="tFindDBOuput2">
|
|
735
|
+
<xs:sequence>
|
|
736
|
+
<xs:element name="dbResults" type="tns:tDbOwnersArray2" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
737
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
738
|
+
</xs:sequence>
|
|
739
|
+
</xs:complexType>
|
|
740
|
+
<xs:element name="FindDataBox2Response" type="tns:tFindDBOuput2" />
|
|
741
|
+
<xs:complexType name="tCreateDBInput">
|
|
742
|
+
<xs:sequence>
|
|
743
|
+
<xs:element name="dbOwnerInfo">
|
|
744
|
+
<xs:complexType>
|
|
745
|
+
<xs:complexContent mixed="false">
|
|
746
|
+
<xs:extension base="tns:tDbOwnerInfoExt">
|
|
747
|
+
<xs:attribute name="guid" type="xs:string" />
|
|
748
|
+
<xs:attribute name="formdataid" type="xs:string" />
|
|
749
|
+
<xs:attribute name="identityDocumentNum" type="xs:string" />
|
|
750
|
+
<xs:attribute name="identityDocumentType" type="xs:string" />
|
|
751
|
+
<xs:attribute name="PDZ">
|
|
752
|
+
<xs:annotation>
|
|
753
|
+
<xs:documentation>PDZ=1 - zapne se příjem PDZ</xs:documentation>
|
|
754
|
+
</xs:annotation>
|
|
755
|
+
<xs:simpleType>
|
|
756
|
+
<xs:restriction base="xs:string">
|
|
757
|
+
<xs:maxLength value="1" />
|
|
758
|
+
<xs:minLength value="1" />
|
|
759
|
+
</xs:restriction>
|
|
760
|
+
</xs:simpleType>
|
|
761
|
+
</xs:attribute>
|
|
762
|
+
</xs:extension>
|
|
763
|
+
</xs:complexContent>
|
|
764
|
+
</xs:complexType>
|
|
765
|
+
</xs:element>
|
|
766
|
+
<xs:element name="dbPrimaryUsers" type="tns:tDbUsersArray" />
|
|
767
|
+
<xs:element name="dbFormerNames" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
768
|
+
<xs:element name="dbUpperDBId" type="tns:tIdDb" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
769
|
+
<xs:element name="dbCEOLabel" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
770
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true">
|
|
771
|
+
<xs:annotation>
|
|
772
|
+
<xs:documentation>Příznak pro použití Virtuální obálky - pouze pro CzP</xs:documentation>
|
|
773
|
+
</xs:annotation>
|
|
774
|
+
</xs:element>
|
|
775
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
776
|
+
<xs:annotation>
|
|
777
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
778
|
+
</xs:annotation>
|
|
779
|
+
</xs:element>
|
|
780
|
+
<xs:group ref="tns:gExtApproval" />
|
|
781
|
+
</xs:sequence>
|
|
782
|
+
</xs:complexType>
|
|
783
|
+
<xs:element name="CreateDataBox" type="tns:tCreateDBInput" />
|
|
784
|
+
<xs:complexType name="tCreateDBOutput">
|
|
785
|
+
<xs:sequence>
|
|
786
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="0" maxOccurs="1" nillable="true">
|
|
787
|
+
<xs:annotation>
|
|
788
|
+
<xs:documentation>ID nové DS</xs:documentation>
|
|
789
|
+
</xs:annotation>
|
|
790
|
+
</xs:element>
|
|
791
|
+
<xs:element name="dbUserID" type="tns:tUserID" minOccurs="0" maxOccurs="1" nillable="true">
|
|
792
|
+
<xs:annotation>
|
|
793
|
+
<xs:documentation>pouze pro Czech POINT</xs:documentation>
|
|
794
|
+
</xs:annotation>
|
|
795
|
+
</xs:element>
|
|
796
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true">
|
|
797
|
+
<xs:annotation>
|
|
798
|
+
<xs:documentation>pouze pro Czech POINT</xs:documentation>
|
|
799
|
+
</xs:annotation>
|
|
800
|
+
</xs:element>
|
|
801
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
802
|
+
</xs:sequence>
|
|
803
|
+
</xs:complexType>
|
|
804
|
+
<xs:element name="CreateDataBoxResponse" type="tns:tCreateDBOutput" />
|
|
805
|
+
<xs:complexType name="tCreateDBInput2">
|
|
806
|
+
<xs:sequence>
|
|
807
|
+
<xs:element name="dbOwnerInfo">
|
|
808
|
+
<xs:complexType>
|
|
809
|
+
<xs:complexContent mixed="false">
|
|
810
|
+
<xs:extension base="tns:tDbOwnerInfoExt2">
|
|
811
|
+
<xs:attributeGroup ref="tns:agCzPInfo" />
|
|
812
|
+
<xs:attribute name="formdataid" type="xs:string">
|
|
813
|
+
<xs:annotation>
|
|
814
|
+
<xs:documentation>identifikace formuláře CzP</xs:documentation>
|
|
815
|
+
</xs:annotation>
|
|
816
|
+
</xs:attribute>
|
|
817
|
+
<xs:attribute name="identityDocumentNum" type="xs:string">
|
|
818
|
+
<xs:annotation>
|
|
819
|
+
<xs:documentation>číslo dokladu na CzP</xs:documentation>
|
|
820
|
+
</xs:annotation>
|
|
821
|
+
</xs:attribute>
|
|
822
|
+
<xs:attribute name="identityDocumentType" type="xs:string">
|
|
823
|
+
<xs:annotation>
|
|
824
|
+
<xs:documentation>typ dokladu na CzP</xs:documentation>
|
|
825
|
+
</xs:annotation>
|
|
826
|
+
</xs:attribute>
|
|
827
|
+
<xs:attribute name="PDZ">
|
|
828
|
+
<xs:annotation>
|
|
829
|
+
<xs:documentation>PDZ=1 - zapne se příjem PDZ</xs:documentation>
|
|
830
|
+
</xs:annotation>
|
|
831
|
+
<xs:simpleType>
|
|
832
|
+
<xs:restriction base="xs:string">
|
|
833
|
+
<xs:maxLength value="1" />
|
|
834
|
+
<xs:minLength value="1" />
|
|
835
|
+
</xs:restriction>
|
|
836
|
+
</xs:simpleType>
|
|
837
|
+
</xs:attribute>
|
|
838
|
+
</xs:extension>
|
|
839
|
+
</xs:complexContent>
|
|
840
|
+
</xs:complexType>
|
|
841
|
+
</xs:element>
|
|
842
|
+
<xs:element name="pnLastNameAtBirth" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
843
|
+
<xs:annotation>
|
|
844
|
+
<xs:documentation>Nepovinné rodné příjmení, stále je uvedeno v ZEU jako povinný vstupní údaj pro zřízení DS typu FO a PFO</xs:documentation>
|
|
845
|
+
</xs:annotation>
|
|
846
|
+
</xs:element>
|
|
847
|
+
<xs:element name="notifEmail" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
848
|
+
<xs:annotation>
|
|
849
|
+
<xs:documentation>U schránek s jediným primárním uživatelem zde může být uvedena mailová adresa pro notifikace</xs:documentation>
|
|
850
|
+
</xs:annotation>
|
|
851
|
+
</xs:element>
|
|
852
|
+
<xs:element name="dbPrimaryUsers" type="tns:tDbUsersArray2" />
|
|
853
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true">
|
|
854
|
+
<xs:annotation>
|
|
855
|
+
<xs:documentation>Příznak pro použití Virtuální obálky - pouze pro CzP</xs:documentation>
|
|
856
|
+
</xs:annotation>
|
|
857
|
+
</xs:element>
|
|
858
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
859
|
+
<xs:annotation>
|
|
860
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
861
|
+
</xs:annotation>
|
|
862
|
+
</xs:element>
|
|
863
|
+
<xs:group ref="tns:gExtApproval" />
|
|
864
|
+
</xs:sequence>
|
|
865
|
+
</xs:complexType>
|
|
866
|
+
<xs:element name="CreateDataBox2" type="tns:tCreateDBInput2" />
|
|
867
|
+
<xs:complexType name="tCreateDBOutput2">
|
|
868
|
+
<xs:sequence>
|
|
869
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="0" maxOccurs="1" nillable="true">
|
|
870
|
+
<xs:annotation>
|
|
871
|
+
<xs:documentation>ID nové DS</xs:documentation>
|
|
872
|
+
</xs:annotation>
|
|
873
|
+
</xs:element>
|
|
874
|
+
<xs:element name="dbUserID" type="tns:tUserID" minOccurs="0" maxOccurs="1" nillable="true">
|
|
875
|
+
<xs:annotation>
|
|
876
|
+
<xs:documentation>pouze pro Czech POINT</xs:documentation>
|
|
877
|
+
</xs:annotation>
|
|
878
|
+
</xs:element>
|
|
879
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true">
|
|
880
|
+
<xs:annotation>
|
|
881
|
+
<xs:documentation>pouze pro Czech POINT</xs:documentation>
|
|
882
|
+
</xs:annotation>
|
|
883
|
+
</xs:element>
|
|
884
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
885
|
+
</xs:sequence>
|
|
886
|
+
</xs:complexType>
|
|
887
|
+
<xs:element name="CreateDataBox2Response" type="tns:tCreateDBOutput2" />
|
|
888
|
+
<xs:complexType name="tDeleteDBInput">
|
|
889
|
+
<xs:sequence>
|
|
890
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
891
|
+
<xs:element name="dbOwnerTerminationDate" type="xs:date" />
|
|
892
|
+
<xs:group ref="tns:gExtApproval" />
|
|
893
|
+
</xs:sequence>
|
|
894
|
+
</xs:complexType>
|
|
895
|
+
<xs:element name="DeleteDataBox" type="tns:tDeleteDBInput" />
|
|
896
|
+
<xs:element name="DeleteDataBoxResponse" type="tns:tReqStatusOutput" />
|
|
897
|
+
<xs:complexType name="tDeleteDBInput2">
|
|
898
|
+
<xs:sequence>
|
|
899
|
+
<xs:group ref="tns:gDbIdInupt" />
|
|
900
|
+
<xs:element name="dbOwnerTerminationDate" type="xs:date" nillable="true" />
|
|
901
|
+
<xs:group ref="tns:gExtApproval" />
|
|
902
|
+
</xs:sequence>
|
|
903
|
+
</xs:complexType>
|
|
904
|
+
<xs:element name="DeleteDataBox2" type="tns:tDeleteDBInput2" />
|
|
905
|
+
<xs:element name="DeleteDataBox2Response" type="tns:tReqStatusOutput" />
|
|
906
|
+
<xs:complexType name="tUpdateDBInput2">
|
|
907
|
+
<xs:sequence>
|
|
908
|
+
<xs:group ref="tns:gDbIdInuptAttrs" />
|
|
909
|
+
<xs:element name="dbNewOwnerInfo" type="tns:tDbOwnerInfoExt2" />
|
|
910
|
+
<xs:group ref="tns:gExtApproval" />
|
|
911
|
+
</xs:sequence>
|
|
912
|
+
</xs:complexType>
|
|
913
|
+
<xs:element name="UpdateDataBoxDescr2" type="tns:tUpdateDBInput2" />
|
|
914
|
+
<xs:element name="UpdateDataBoxDescr2Response" type="tns:tReqStatusOutput" />
|
|
915
|
+
<xs:complexType name="tUpdateDBInput">
|
|
916
|
+
<xs:sequence>
|
|
917
|
+
<xs:element name="dbOldOwnerInfo" type="tns:tDbOwnerInfoExt" />
|
|
918
|
+
<xs:element name="dbNewOwnerInfo" type="tns:tDbOwnerInfoExt" />
|
|
919
|
+
<xs:group ref="tns:gExtApproval" />
|
|
920
|
+
</xs:sequence>
|
|
921
|
+
</xs:complexType>
|
|
922
|
+
<xs:element name="UpdateDataBoxDescr" type="tns:tUpdateDBInput" />
|
|
923
|
+
<xs:element name="UpdateDataBoxDescrResponse" type="tns:tReqStatusOutput" />
|
|
924
|
+
<xs:complexType name="tAddDBUserInput">
|
|
925
|
+
<xs:sequence>
|
|
926
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt" />
|
|
927
|
+
<xs:element name="dbUserInfo">
|
|
928
|
+
<xs:complexType>
|
|
929
|
+
<xs:complexContent mixed="false">
|
|
930
|
+
<xs:extension base="tns:tDbUserInfoExt">
|
|
931
|
+
<xs:attribute name="AIFOTicket" type="xs:string" />
|
|
932
|
+
</xs:extension>
|
|
933
|
+
</xs:complexContent>
|
|
934
|
+
</xs:complexType>
|
|
935
|
+
</xs:element>
|
|
936
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1">
|
|
937
|
+
<xs:annotation>
|
|
938
|
+
<xs:documentation>true, pokud se přístupové údaje (pouze pro interní uživatele) nemají posílat, ale má se použít virtuální obálka</xs:documentation>
|
|
939
|
+
</xs:annotation>
|
|
940
|
+
</xs:element>
|
|
941
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
942
|
+
<xs:annotation>
|
|
943
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
944
|
+
</xs:annotation>
|
|
945
|
+
</xs:element>
|
|
946
|
+
<xs:group ref="tns:gExtApproval" />
|
|
947
|
+
</xs:sequence>
|
|
948
|
+
</xs:complexType>
|
|
949
|
+
<xs:element name="AddDataBoxUser" type="tns:tAddDBUserInput" />
|
|
950
|
+
<xs:complexType name="tAddDBUserOutput">
|
|
951
|
+
<xs:sequence>
|
|
952
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="0" maxOccurs="1" nillable="true">
|
|
953
|
+
<xs:annotation>
|
|
954
|
+
<xs:documentation>ID nové DS</xs:documentation>
|
|
955
|
+
</xs:annotation>
|
|
956
|
+
</xs:element>
|
|
957
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
958
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
959
|
+
</xs:sequence>
|
|
960
|
+
</xs:complexType>
|
|
961
|
+
<xs:element name="AddDataBoxUserResponse" type="tns:tAddDBUserOutput" />
|
|
962
|
+
<xs:complexType name="tAddDBUserInput2">
|
|
963
|
+
<xs:sequence>
|
|
964
|
+
<xs:group ref="tns:gDbIdInuptAttrs" />
|
|
965
|
+
<xs:element name="dbUserInfo">
|
|
966
|
+
<xs:complexType>
|
|
967
|
+
<xs:complexContent>
|
|
968
|
+
<xs:extension base="tns:tDbUserInfoExt2">
|
|
969
|
+
<xs:attribute name="AIFOTicket" type="xs:string" />
|
|
970
|
+
</xs:extension>
|
|
971
|
+
</xs:complexContent>
|
|
972
|
+
</xs:complexType>
|
|
973
|
+
</xs:element>
|
|
974
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1">
|
|
975
|
+
<xs:annotation>
|
|
976
|
+
<xs:documentation>true, pokud se přístupové údaje (pouze pro interní uživatele) nemají posílat, ale má se použít virtuální obálka</xs:documentation>
|
|
977
|
+
</xs:annotation>
|
|
978
|
+
</xs:element>
|
|
979
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
980
|
+
<xs:annotation>
|
|
981
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
982
|
+
</xs:annotation>
|
|
983
|
+
</xs:element>
|
|
984
|
+
<xs:group ref="tns:gExtApproval" />
|
|
985
|
+
</xs:sequence>
|
|
986
|
+
</xs:complexType>
|
|
987
|
+
<xs:element name="AddDataBoxUser2" type="tns:tAddDBUserInput2" />
|
|
988
|
+
<xs:complexType name="tAddDBUserOutput2">
|
|
989
|
+
<xs:sequence>
|
|
990
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="0" maxOccurs="1" nillable="true">
|
|
991
|
+
<xs:annotation>
|
|
992
|
+
<xs:documentation>ID nové DS</xs:documentation>
|
|
993
|
+
</xs:annotation>
|
|
994
|
+
</xs:element>
|
|
995
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
996
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
997
|
+
</xs:sequence>
|
|
998
|
+
</xs:complexType>
|
|
999
|
+
<xs:element name="AddDataBoxUser2Response" type="tns:tAddDBUserOutput2" />
|
|
1000
|
+
<xs:complexType name="tDelDBUserInput">
|
|
1001
|
+
<xs:sequence>
|
|
1002
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
1003
|
+
<xs:element name="dbUserInfo" type="tns:tDbUserInfo" />
|
|
1004
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1005
|
+
</xs:sequence>
|
|
1006
|
+
</xs:complexType>
|
|
1007
|
+
<xs:element name="DeleteDataBoxUser" type="tns:tDelDBUserInput" />
|
|
1008
|
+
<xs:element name="DeleteDataBoxUserResponse" type="tns:tReqStatusOutput" />
|
|
1009
|
+
<xs:complexType name="tDelDBUserInput2">
|
|
1010
|
+
<xs:sequence>
|
|
1011
|
+
<xs:group ref="tns:gDbIDDuInpupAttrs" />
|
|
1012
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1013
|
+
</xs:sequence>
|
|
1014
|
+
</xs:complexType>
|
|
1015
|
+
<xs:element name="DeleteDataBoxUser2" type="tns:tDelDBUserInput2" />
|
|
1016
|
+
<xs:element name="DeleteDataBoxUser2Response" type="tns:tReqStatusOutput" />
|
|
1017
|
+
<xs:complexType name="tUpdDBUserInput">
|
|
1018
|
+
<xs:sequence>
|
|
1019
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt" />
|
|
1020
|
+
<xs:element name="dbOldUserInfo" type="tns:tDbUserInfoExt" />
|
|
1021
|
+
<xs:element name="dbNewUserInfo" type="tns:tDbUserInfoExt" />
|
|
1022
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1023
|
+
</xs:sequence>
|
|
1024
|
+
</xs:complexType>
|
|
1025
|
+
<xs:element name="UpdateDataBoxUser" type="tns:tUpdDBUserInput" />
|
|
1026
|
+
<xs:element name="UpdateDataBoxUserResponse" type="tns:tReqStatusOutput" />
|
|
1027
|
+
<xs:complexType name="tUpdDBUserInput2">
|
|
1028
|
+
<xs:sequence>
|
|
1029
|
+
<xs:group ref="tns:gDbIDDuInpupAttrs" />
|
|
1030
|
+
<xs:element name="dbNewUserInfo" type="tns:tDbUserInfoExt2" />
|
|
1031
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1032
|
+
</xs:sequence>
|
|
1033
|
+
</xs:complexType>
|
|
1034
|
+
<xs:element name="UpdateDataBoxUser2" type="tns:tUpdDBUserInput2" />
|
|
1035
|
+
<xs:element name="UpdateDataBoxUser2Response" type="tns:tReqStatusOutput" />
|
|
1036
|
+
<xs:complexType name="tNewAccDataInput">
|
|
1037
|
+
<xs:sequence>
|
|
1038
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
1039
|
+
<xs:element name="dbUserInfo" type="tns:tDbUserInfo" />
|
|
1040
|
+
<xs:element name="dbFeePaid" type="xs:boolean">
|
|
1041
|
+
<xs:annotation>
|
|
1042
|
+
<xs:documentation>true, pokud je zaplacen správní poplatek</xs:documentation>
|
|
1043
|
+
</xs:annotation>
|
|
1044
|
+
</xs:element>
|
|
1045
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1">
|
|
1046
|
+
<xs:annotation>
|
|
1047
|
+
<xs:documentation>true, pokud se přístupové údaje nemají posílat, ale má se použít virtuální obálku</xs:documentation>
|
|
1048
|
+
</xs:annotation>
|
|
1049
|
+
</xs:element>
|
|
1050
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
1051
|
+
<xs:annotation>
|
|
1052
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
1053
|
+
</xs:annotation>
|
|
1054
|
+
</xs:element>
|
|
1055
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1056
|
+
</xs:sequence>
|
|
1057
|
+
</xs:complexType>
|
|
1058
|
+
<xs:element name="NewAccessData" type="tns:tNewAccDataInput" />
|
|
1059
|
+
<xs:complexType name="tNewAccDataOutput">
|
|
1060
|
+
<xs:sequence>
|
|
1061
|
+
<xs:element name="dbUserID" type="tns:tUserID" minOccurs="0" maxOccurs="1" />
|
|
1062
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1063
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1064
|
+
</xs:sequence>
|
|
1065
|
+
</xs:complexType>
|
|
1066
|
+
<xs:element name="NewAccessDataResponse" type="tns:tNewAccDataOutput" />
|
|
1067
|
+
<xs:complexType name="tNewAccDataInput2">
|
|
1068
|
+
<xs:sequence>
|
|
1069
|
+
<xs:group ref="tns:gDbIDDuInpupAttrs" />
|
|
1070
|
+
<xs:element name="dbFeePaid" type="xs:boolean">
|
|
1071
|
+
<xs:annotation>
|
|
1072
|
+
<xs:documentation>true, pokud je zaplacen správní poplatek</xs:documentation>
|
|
1073
|
+
</xs:annotation>
|
|
1074
|
+
</xs:element>
|
|
1075
|
+
<xs:element name="dbVirtual" type="xs:boolean" minOccurs="0" maxOccurs="1">
|
|
1076
|
+
<xs:annotation>
|
|
1077
|
+
<xs:documentation>true, pokud se přístupové údaje nemají posílat, ale má se použít virtuální obálku</xs:documentation>
|
|
1078
|
+
</xs:annotation>
|
|
1079
|
+
</xs:element>
|
|
1080
|
+
<xs:element name="email" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true">
|
|
1081
|
+
<xs:annotation>
|
|
1082
|
+
<xs:documentation>V případě použití virtuální obálky se zde zapíše email, na nějž má přijít odkaz na Aktivační portál</xs:documentation>
|
|
1083
|
+
</xs:annotation>
|
|
1084
|
+
</xs:element>
|
|
1085
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1086
|
+
</xs:sequence>
|
|
1087
|
+
</xs:complexType>
|
|
1088
|
+
<xs:element name="NewAccessData2" type="tns:tNewAccDataInput2" />
|
|
1089
|
+
<xs:complexType name="tNewAccDataOutput2">
|
|
1090
|
+
<xs:sequence>
|
|
1091
|
+
<xs:element name="dbUserID" type="tns:tUserID" minOccurs="0" maxOccurs="1" />
|
|
1092
|
+
<xs:element name="dbAccessDataId" type="tns:tDbAccessDataId" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1093
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1094
|
+
</xs:sequence>
|
|
1095
|
+
</xs:complexType>
|
|
1096
|
+
<xs:element name="NewAccessData2Response" type="tns:tNewAccDataOutput2" />
|
|
1097
|
+
<xs:complexType name="tOwnerInfoInput">
|
|
1098
|
+
<xs:sequence>
|
|
1099
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
1100
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1101
|
+
</xs:sequence>
|
|
1102
|
+
</xs:complexType>
|
|
1103
|
+
<xs:complexType name="tDisableExternallyInput">
|
|
1104
|
+
<xs:sequence>
|
|
1105
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
1106
|
+
<xs:element name="dbOwnerDisableDate" type="xs:date" nillable="true" />
|
|
1107
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1108
|
+
</xs:sequence>
|
|
1109
|
+
</xs:complexType>
|
|
1110
|
+
<xs:element name="DisableDataBoxExternally" type="tns:tDisableExternallyInput" />
|
|
1111
|
+
<xs:element name="DisableDataBoxExternallyResponse" type="tns:tReqStatusOutput" />
|
|
1112
|
+
<xs:complexType name="tDisableExternallyInput2">
|
|
1113
|
+
<xs:sequence>
|
|
1114
|
+
<xs:group ref="tns:gDbIdInuptAttrs" />
|
|
1115
|
+
<xs:element name="dbOwnerDisableDate" type="xs:date" nillable="true" />
|
|
1116
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1117
|
+
</xs:sequence>
|
|
1118
|
+
</xs:complexType>
|
|
1119
|
+
<xs:element name="DisableDataBoxExternally2" type="tns:tDisableExternallyInput2" />
|
|
1120
|
+
<xs:element name="DisableDataBoxExternally2Response" type="tns:tReqStatusOutput" />
|
|
1121
|
+
<xs:element name="DisableOwnDataBox" type="tns:tOwnerInfoInput" />
|
|
1122
|
+
<xs:element name="DisableOwnDataBoxResponse" type="tns:tReqStatusOutput" />
|
|
1123
|
+
<xs:element name="DisableOwnDataBox2" type="tns:tIdDBInputAttrs" />
|
|
1124
|
+
<xs:element name="DisableOwnDataBox2Response" type="tns:tReqStatusOutput" />
|
|
1125
|
+
<xs:element name="EnableOwnDataBox" type="tns:tOwnerInfoInput" />
|
|
1126
|
+
<xs:element name="EnableOwnDataBoxResponse" type="tns:tReqStatusOutput" />
|
|
1127
|
+
<xs:element name="EnableOwnDataBox2" type="tns:tIdDBInputAttrs" />
|
|
1128
|
+
<xs:element name="EnableOwnDataBox2Response" type="tns:tReqStatusOutput" />
|
|
1129
|
+
<xs:element name="GetDataBoxUsers2" type="tns:tIdDBInput" />
|
|
1130
|
+
<xs:complexType name="tGetDBUsers2Output">
|
|
1131
|
+
<xs:sequence>
|
|
1132
|
+
<xs:element name="dbUsers" type="tns:tDbUsersArray2" minOccurs="0" maxOccurs="1" />
|
|
1133
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1134
|
+
</xs:sequence>
|
|
1135
|
+
</xs:complexType>
|
|
1136
|
+
<xs:element name="GetDataBoxUsers2Response" type="tns:tGetDBUsers2Output" />
|
|
1137
|
+
<xs:element name="CheckDataBox" type="tns:tIdDBInput" />
|
|
1138
|
+
<xs:complexType name="tCheckDBOutput">
|
|
1139
|
+
<xs:sequence>
|
|
1140
|
+
<xs:element name="dbState" type="xs:int" minOccurs="0" maxOccurs="1" />
|
|
1141
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1142
|
+
</xs:sequence>
|
|
1143
|
+
</xs:complexType>
|
|
1144
|
+
<xs:element name="CheckDataBoxResponse" type="tns:tCheckDBOutput" />
|
|
1145
|
+
<xs:element name="SetOpenAddressing" type="tns:tIdDBInputAttrs" />
|
|
1146
|
+
<xs:element name="SetOpenAddressingResponse" type="tns:tReqStatusOutput" />
|
|
1147
|
+
<xs:element name="ClearOpenAddressing" type="tns:tIdDBInputAttrs" />
|
|
1148
|
+
<xs:element name="ClearOpenAddressingResponse" type="tns:tReqStatusOutput" />
|
|
1149
|
+
<xs:complexType name="tDummyInput">
|
|
1150
|
+
<xs:sequence>
|
|
1151
|
+
<xs:element name="dbDummy" type="xs:string" />
|
|
1152
|
+
</xs:sequence>
|
|
1153
|
+
</xs:complexType>
|
|
1154
|
+
<xs:element name="GetOwnerInfoFromLogin2" type="tns:tDummyInput" />
|
|
1155
|
+
<xs:element name="GetOwnerInfoFromLogin2Response" type="tns:tGetOwnInfoOutput2" />
|
|
1156
|
+
<xs:complexType name="tGetOwnInfoOutput2">
|
|
1157
|
+
<xs:sequence>
|
|
1158
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfoExt2" />
|
|
1159
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1160
|
+
</xs:sequence>
|
|
1161
|
+
</xs:complexType>
|
|
1162
|
+
<xs:element name="GetUserInfoFromLogin2" type="tns:tDummyInput" />
|
|
1163
|
+
<xs:element name="GetUserInfoFromLogin2Response" type="tns:tGetUserInfoOutput2" />
|
|
1164
|
+
<xs:complexType name="tGetUserInfoOutput2">
|
|
1165
|
+
<xs:sequence>
|
|
1166
|
+
<xs:element name="dbUserInfo" type="tns:tDbUserInfoExt2" minOccurs="0" maxOccurs="1">
|
|
1167
|
+
<xs:annotation>
|
|
1168
|
+
<xs:documentation>informace o uživateli</xs:documentation>
|
|
1169
|
+
</xs:annotation>
|
|
1170
|
+
</xs:element>
|
|
1171
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1172
|
+
</xs:sequence>
|
|
1173
|
+
</xs:complexType>
|
|
1174
|
+
<xs:element name="GetOwnerInfoFromLogin" type="tns:tDummyInput" />
|
|
1175
|
+
<xs:element name="GetOwnerInfoFromLoginResponse" type="tns:tGetOwnInfoOutput" />
|
|
1176
|
+
<xs:complexType name="tGetOwnInfoOutput">
|
|
1177
|
+
<xs:sequence>
|
|
1178
|
+
<xs:element name="dbOwnerInfo" type="tns:tDbOwnerInfo" />
|
|
1179
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1180
|
+
</xs:sequence>
|
|
1181
|
+
</xs:complexType>
|
|
1182
|
+
<xs:element name="GetUserInfoFromLogin" type="tns:tDummyInput" />
|
|
1183
|
+
<xs:element name="GetUserInfoFromLoginResponse" type="tns:tGetUserInfoOutput" />
|
|
1184
|
+
<xs:complexType name="tGetUserInfoOutput">
|
|
1185
|
+
<xs:sequence>
|
|
1186
|
+
<xs:element name="dbUserInfo" type="tns:tDbUserInfo" minOccurs="0" maxOccurs="1">
|
|
1187
|
+
<xs:annotation>
|
|
1188
|
+
<xs:documentation>informace o uživateli</xs:documentation>
|
|
1189
|
+
</xs:annotation>
|
|
1190
|
+
</xs:element>
|
|
1191
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1192
|
+
</xs:sequence>
|
|
1193
|
+
</xs:complexType>
|
|
1194
|
+
<xs:element name="GetPasswordInfo" type="tns:tDummyInput" />
|
|
1195
|
+
<xs:element name="GetPasswordInfoResponse" type="tns:tGetPasswInfoOutput" />
|
|
1196
|
+
<xs:complexType name="tGetPasswInfoOutput">
|
|
1197
|
+
<xs:sequence>
|
|
1198
|
+
<xs:element name="pswExpDate" type="xs:dateTime" minOccurs="0" maxOccurs="1" nillable="true">
|
|
1199
|
+
<xs:annotation>
|
|
1200
|
+
<xs:documentation>datum a čas exiprace hesla</xs:documentation>
|
|
1201
|
+
</xs:annotation>
|
|
1202
|
+
</xs:element>
|
|
1203
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1204
|
+
</xs:sequence>
|
|
1205
|
+
</xs:complexType>
|
|
1206
|
+
<xs:element name="ChangeISDSPassword" type="tns:tChngPasswInput" />
|
|
1207
|
+
<xs:complexType name="tChngPasswInput">
|
|
1208
|
+
<xs:sequence>
|
|
1209
|
+
<xs:element name="dbOldPassword" type="xs:string" minOccurs="1" maxOccurs="1">
|
|
1210
|
+
<xs:annotation>
|
|
1211
|
+
<xs:documentation>původní heslo</xs:documentation>
|
|
1212
|
+
</xs:annotation>
|
|
1213
|
+
</xs:element>
|
|
1214
|
+
<xs:element name="dbNewPassword" type="xs:string" minOccurs="1" maxOccurs="1">
|
|
1215
|
+
<xs:annotation>
|
|
1216
|
+
<xs:documentation>nové heslo</xs:documentation>
|
|
1217
|
+
</xs:annotation>
|
|
1218
|
+
</xs:element>
|
|
1219
|
+
</xs:sequence>
|
|
1220
|
+
</xs:complexType>
|
|
1221
|
+
<xs:element name="ChangeISDSPasswordResponse" type="tns:tReqStatusOutput" />
|
|
1222
|
+
<xs:element name="GetDataBoxList" type="tns:tGetDBListInput" />
|
|
1223
|
+
<xs:complexType name="tGetDBListInput">
|
|
1224
|
+
<xs:sequence>
|
|
1225
|
+
<xs:element name="dblType" type="xs:string" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1226
|
+
<xs:annotation>
|
|
1227
|
+
<xs:documentation>typ souboru s daty</xs:documentation>
|
|
1228
|
+
</xs:annotation>
|
|
1229
|
+
</xs:element>
|
|
1230
|
+
</xs:sequence>
|
|
1231
|
+
</xs:complexType>
|
|
1232
|
+
<xs:element name="GetDataBoxListResponse" type="tns:tGetDBListOutput" />
|
|
1233
|
+
<xs:complexType name="tGetDBListOutput">
|
|
1234
|
+
<xs:sequence>
|
|
1235
|
+
<xs:element name="dblData" type="xs:base64Binary" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1236
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1237
|
+
</xs:sequence>
|
|
1238
|
+
</xs:complexType>
|
|
1239
|
+
<xs:element name="DeleteDataBoxPromptly" type="tns:tDeleteDBPromptlyInput" />
|
|
1240
|
+
<xs:complexType name="tDeleteDBPromptlyInput">
|
|
1241
|
+
<xs:sequence>
|
|
1242
|
+
<xs:group ref="tns:gDbIdInupt" />
|
|
1243
|
+
<xs:group ref="tns:gExtApproval" />
|
|
1244
|
+
</xs:sequence>
|
|
1245
|
+
</xs:complexType>
|
|
1246
|
+
<xs:element name="DeleteDataBoxPromptlyResponse" type="tns:tReqStatusOutput" />
|
|
1247
|
+
<xs:complexType name="tPDZInfoInput">
|
|
1248
|
+
<xs:sequence>
|
|
1249
|
+
<xs:element name="PDZSender" type="tns:tIdDb" />
|
|
1250
|
+
</xs:sequence>
|
|
1251
|
+
</xs:complexType>
|
|
1252
|
+
<xs:element name="PDZInfo" type="tns:tPDZInfoInput" />
|
|
1253
|
+
<xs:complexType name="tPDZRec">
|
|
1254
|
+
<xs:sequence>
|
|
1255
|
+
<xs:element name="PDZType" type="xs:string" minOccurs="1" maxOccurs="1">
|
|
1256
|
+
<xs:annotation>
|
|
1257
|
+
<xs:documentation>Typ PDZ: K - smluvní PDZ, O - odpovědní PDZ, G - globálně dotovaná, E - PDZ z kreditu</xs:documentation>
|
|
1258
|
+
</xs:annotation>
|
|
1259
|
+
</xs:element>
|
|
1260
|
+
<xs:element name="PDZRecip" type="tns:tIdDb" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1261
|
+
<xs:annotation>
|
|
1262
|
+
<xs:documentation>Komu je možno poslat PDZ, nil = všichni adresáti</xs:documentation>
|
|
1263
|
+
</xs:annotation>
|
|
1264
|
+
</xs:element>
|
|
1265
|
+
<xs:element name="PDZPayer" type="tns:tIdDb" minOccurs="1" maxOccurs="1">
|
|
1266
|
+
<xs:annotation>
|
|
1267
|
+
<xs:documentation>Kdo platí za PDZ</xs:documentation>
|
|
1268
|
+
</xs:annotation>
|
|
1269
|
+
</xs:element>
|
|
1270
|
+
<xs:element name="PDZExpire" type="xs:dateTime" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1271
|
+
<xs:annotation>
|
|
1272
|
+
<xs:documentation>Kdy vyprší platnost, nil = neomezené</xs:documentation>
|
|
1273
|
+
</xs:annotation>
|
|
1274
|
+
</xs:element>
|
|
1275
|
+
<xs:element name="PDZCnt" type="xs:nonNegativeInteger" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1276
|
+
<xs:annotation>
|
|
1277
|
+
<xs:documentation>Počet zpráv daného typu, nil = neomezené</xs:documentation>
|
|
1278
|
+
</xs:annotation>
|
|
1279
|
+
</xs:element>
|
|
1280
|
+
<xs:element name="ODZIdent" type="xs:string" nillable="true">
|
|
1281
|
+
<xs:annotation>
|
|
1282
|
+
<xs:documentation>Pouze u ODZ - identifikátor zadaný iniciátorem ODZ</xs:documentation>
|
|
1283
|
+
</xs:annotation>
|
|
1284
|
+
</xs:element>
|
|
1285
|
+
</xs:sequence>
|
|
1286
|
+
</xs:complexType>
|
|
1287
|
+
<xs:complexType name="tPDZRecArray">
|
|
1288
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1289
|
+
<xs:element name="dbPDZRecord" type="tns:tPDZRec" />
|
|
1290
|
+
</xs:sequence>
|
|
1291
|
+
</xs:complexType>
|
|
1292
|
+
<xs:complexType name="tPDZInfoOutput">
|
|
1293
|
+
<xs:sequence>
|
|
1294
|
+
<xs:element name="dbPDZRecords" type="tns:tPDZRecArray" minOccurs="0" />
|
|
1295
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1296
|
+
</xs:sequence>
|
|
1297
|
+
</xs:complexType>
|
|
1298
|
+
<xs:element name="PDZInfoResponse" type="tns:tPDZInfoOutput" />
|
|
1299
|
+
<xs:element name="ChangeBoxesType" type="tns:tChangeDBsTypeInput" />
|
|
1300
|
+
<xs:complexType name="tChangeDBsTypeInput">
|
|
1301
|
+
<xs:sequence>
|
|
1302
|
+
<xs:element name="refNumber" type="xs:string" />
|
|
1303
|
+
<xs:element name="newDBType" type="xs:string" />
|
|
1304
|
+
<xs:element name="IDsFile" type="xs:base64Binary" />
|
|
1305
|
+
</xs:sequence>
|
|
1306
|
+
</xs:complexType>
|
|
1307
|
+
<xs:element name="ChangeBoxesTypeResponse" type="tns:tChangeDBsTypeOutput" />
|
|
1308
|
+
<xs:complexType name="tChangeDBsTypeOutput">
|
|
1309
|
+
<xs:sequence>
|
|
1310
|
+
<xs:element name="changeLogFile" type="xs:base64Binary" minOccurs="0" maxOccurs="1" />
|
|
1311
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1312
|
+
</xs:sequence>
|
|
1313
|
+
</xs:complexType>
|
|
1314
|
+
<xs:complexType name="tChangeLogRow">
|
|
1315
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1316
|
+
<xs:element name="changeLogRow" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1317
|
+
</xs:sequence>
|
|
1318
|
+
</xs:complexType>
|
|
1319
|
+
<xs:element name="DataBoxCreditInfo" type="tns:tDBCreditInfoInput" />
|
|
1320
|
+
<xs:complexType name="tDBCreditInfoInput">
|
|
1321
|
+
<xs:sequence>
|
|
1322
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
1323
|
+
<xs:element name="ciFromDate" type="xs:date" nillable="true" />
|
|
1324
|
+
<xs:element name="ciTodate" type="xs:date" nillable="true" />
|
|
1325
|
+
</xs:sequence>
|
|
1326
|
+
</xs:complexType>
|
|
1327
|
+
<xs:element name="DataBoxCreditInfoResponse" type="tns:tDBCreditInfoOutput" />
|
|
1328
|
+
<xs:complexType name="tDBCreditInfoOutput">
|
|
1329
|
+
<xs:sequence>
|
|
1330
|
+
<xs:element name="currentCredit" type="xs:integer" minOccurs="0" maxOccurs="1" />
|
|
1331
|
+
<xs:element name="notifEmail" type="xs:string" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1332
|
+
<xs:element name="ciRecords" minOccurs="0" maxOccurs="1">
|
|
1333
|
+
<xs:complexType>
|
|
1334
|
+
<xs:sequence>
|
|
1335
|
+
<xs:element name="ciRecord" type="tns:tCiRecord" minOccurs="0" maxOccurs="unbounded" nillable="true" />
|
|
1336
|
+
</xs:sequence>
|
|
1337
|
+
</xs:complexType>
|
|
1338
|
+
</xs:element>
|
|
1339
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1340
|
+
</xs:sequence>
|
|
1341
|
+
</xs:complexType>
|
|
1342
|
+
<xs:complexType name="tCiRecord">
|
|
1343
|
+
<xs:group ref="tns:gCiRecord" />
|
|
1344
|
+
</xs:complexType>
|
|
1345
|
+
<xs:group name="gCiRecord">
|
|
1346
|
+
<xs:sequence>
|
|
1347
|
+
<xs:element name="ciEventTime" type="xs:dateTime" />
|
|
1348
|
+
<xs:element name="ciEventType" type="xs:integer" />
|
|
1349
|
+
<xs:element name="ciCreditChange" type="xs:integer" />
|
|
1350
|
+
<xs:element name="ciCreditAfter" type="xs:integer" />
|
|
1351
|
+
<xs:choice>
|
|
1352
|
+
<xs:element name="ciTransID" type="xs:string">
|
|
1353
|
+
<xs:annotation>
|
|
1354
|
+
<xs:documentation>pro eventType=1 a 2</xs:documentation>
|
|
1355
|
+
</xs:annotation>
|
|
1356
|
+
</xs:element>
|
|
1357
|
+
<xs:sequence>
|
|
1358
|
+
<xs:annotation>
|
|
1359
|
+
<xs:documentation>pro eventType=3</xs:documentation>
|
|
1360
|
+
</xs:annotation>
|
|
1361
|
+
<xs:element name="ciRecipientID" type="tns:tIdDb" />
|
|
1362
|
+
<xs:element name="ciPDZID" type="xs:string" />
|
|
1363
|
+
</xs:sequence>
|
|
1364
|
+
<xs:sequence>
|
|
1365
|
+
<xs:annotation>
|
|
1366
|
+
<xs:documentation>pro eventType=4</xs:documentation>
|
|
1367
|
+
</xs:annotation>
|
|
1368
|
+
<xs:element name="ciNewCapacity" type="xs:integer" />
|
|
1369
|
+
<xs:element name="ciNewFrom" type="xs:date" />
|
|
1370
|
+
<xs:element name="ciNewTo" type="xs:date" />
|
|
1371
|
+
<xs:element name="ciOldCapacity" type="xs:integer" nillable="true" />
|
|
1372
|
+
<xs:element name="ciOldFrom" type="xs:date" nillable="true" />
|
|
1373
|
+
<xs:element name="ciOldTo" type="xs:date" nillable="true" />
|
|
1374
|
+
<xs:element name="ciDoneBy" type="xs:string" nillable="true" />
|
|
1375
|
+
</xs:sequence>
|
|
1376
|
+
</xs:choice>
|
|
1377
|
+
</xs:sequence>
|
|
1378
|
+
</xs:group>
|
|
1379
|
+
<xs:element name="ISDSSearch2" type="tns:tISDSSearchInput" />
|
|
1380
|
+
<xs:complexType name="tISDSSearchInput">
|
|
1381
|
+
<xs:sequence>
|
|
1382
|
+
<xs:element name="searchText" type="xs:string" minOccurs="1" maxOccurs="1" />
|
|
1383
|
+
<xs:element name="searchType" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1384
|
+
<xs:simpleType>
|
|
1385
|
+
<xs:restriction base="xs:string">
|
|
1386
|
+
<xs:enumeration value="GENERAL" />
|
|
1387
|
+
<xs:enumeration value="ADDRESS" />
|
|
1388
|
+
<xs:enumeration value="ICO" />
|
|
1389
|
+
<xs:enumeration value="DBID" />
|
|
1390
|
+
</xs:restriction>
|
|
1391
|
+
</xs:simpleType>
|
|
1392
|
+
</xs:element>
|
|
1393
|
+
<xs:element name="searchScope" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1394
|
+
<xs:simpleType>
|
|
1395
|
+
<xs:restriction base="xs:string">
|
|
1396
|
+
<xs:enumeration value="ALL" />
|
|
1397
|
+
<xs:enumeration value="OVM" />
|
|
1398
|
+
<xs:enumeration value="OVM_MAIN" />
|
|
1399
|
+
<xs:enumeration value="OVM_REQ" />
|
|
1400
|
+
<xs:enumeration value="OVM_NOTAR" />
|
|
1401
|
+
<xs:enumeration value="OVM_EXEKUT" />
|
|
1402
|
+
<xs:enumeration value="OVM_FO" />
|
|
1403
|
+
<xs:enumeration value="OVM_PFO" />
|
|
1404
|
+
<xs:enumeration value="OVM_PO" />
|
|
1405
|
+
<xs:enumeration value="PO" />
|
|
1406
|
+
<xs:enumeration value="PO_ZAK" />
|
|
1407
|
+
<xs:enumeration value="PO_REQ" />
|
|
1408
|
+
<xs:enumeration value="PFO" />
|
|
1409
|
+
<xs:enumeration value="PFO_REQ" />
|
|
1410
|
+
<xs:enumeration value="PFO_ADVOK" />
|
|
1411
|
+
<xs:enumeration value="PFO_INSSPR" />
|
|
1412
|
+
<xs:enumeration value="PFO_DANPOR" />
|
|
1413
|
+
<xs:enumeration value="PFO_AUDITOR" />
|
|
1414
|
+
<xs:enumeration value="PFO_ZNALEC" />
|
|
1415
|
+
<xs:enumeration value="PFO_TLUMOCNIK" />
|
|
1416
|
+
<xs:enumeration value="FO" />
|
|
1417
|
+
</xs:restriction>
|
|
1418
|
+
</xs:simpleType>
|
|
1419
|
+
</xs:element>
|
|
1420
|
+
<xs:element name="page" type="xs:integer" minOccurs="1" maxOccurs="1" nillable="true" />
|
|
1421
|
+
<xs:element name="pageSize" type="xs:integer" minOccurs="1" maxOccurs="1" nillable="true" />
|
|
1422
|
+
<xs:element name="highlighting" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1423
|
+
</xs:sequence>
|
|
1424
|
+
</xs:complexType>
|
|
1425
|
+
<xs:element name="ISDSSearch2Response" type="tns:tISDSSearchOutput" />
|
|
1426
|
+
<xs:complexType name="tISDSSearchOutput">
|
|
1427
|
+
<xs:sequence>
|
|
1428
|
+
<xs:element name="totalCount" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1429
|
+
<xs:element name="currentCount" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1430
|
+
<xs:element name="position" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1431
|
+
<xs:element name="lastPage" type="xs:boolean" minOccurs="0" maxOccurs="1" />
|
|
1432
|
+
<xs:element name="dbResults" type="tns:tdbResultsArray" minOccurs="0" maxOccurs="1" />
|
|
1433
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1434
|
+
</xs:sequence>
|
|
1435
|
+
</xs:complexType>
|
|
1436
|
+
<xs:complexType name="tdbResult">
|
|
1437
|
+
<xs:sequence>
|
|
1438
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
1439
|
+
<xs:element name="dbType" type="tns:tDbType" />
|
|
1440
|
+
<xs:element name="dbName" type="xs:string" />
|
|
1441
|
+
<xs:element name="dbAddress" type="xs:string" />
|
|
1442
|
+
<xs:element name="dbBiDate" type="xs:date" nillable="true" />
|
|
1443
|
+
<xs:element name="dbICO" type="tns:tIdentificationNumber" nillable="true" />
|
|
1444
|
+
<xs:element name="dbEffectiveOVM" type="xs:boolean" />
|
|
1445
|
+
<xs:element name="dbSendOptions">
|
|
1446
|
+
<xs:simpleType>
|
|
1447
|
+
<xs:restriction base="xs:string">
|
|
1448
|
+
<xs:enumeration value="DZ" />
|
|
1449
|
+
<xs:enumeration value="ALL" />
|
|
1450
|
+
<xs:enumeration value="PDZ" />
|
|
1451
|
+
<xs:enumeration value="NONE" />
|
|
1452
|
+
<xs:enumeration value="DISABLED" />
|
|
1453
|
+
</xs:restriction>
|
|
1454
|
+
</xs:simpleType>
|
|
1455
|
+
</xs:element>
|
|
1456
|
+
</xs:sequence>
|
|
1457
|
+
</xs:complexType>
|
|
1458
|
+
<xs:complexType name="tdbResultsArray">
|
|
1459
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1460
|
+
<xs:element name="dbResult" type="tns:tdbResult" />
|
|
1461
|
+
</xs:sequence>
|
|
1462
|
+
</xs:complexType>
|
|
1463
|
+
<xs:element name="ISDSSearch3" type="tns:tISDSSearchInput3" />
|
|
1464
|
+
<xs:complexType name="tISDSSearchInput3">
|
|
1465
|
+
<xs:sequence>
|
|
1466
|
+
<xs:element name="searchText" type="xs:string" minOccurs="1" maxOccurs="1" />
|
|
1467
|
+
<xs:element name="searchType" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1468
|
+
<xs:simpleType>
|
|
1469
|
+
<xs:restriction base="xs:string">
|
|
1470
|
+
<xs:enumeration value="GENERAL" />
|
|
1471
|
+
<xs:enumeration value="ADDRESS" />
|
|
1472
|
+
<xs:enumeration value="ICO" />
|
|
1473
|
+
<xs:enumeration value="IDOVM" />
|
|
1474
|
+
<xs:enumeration value="DBID" />
|
|
1475
|
+
</xs:restriction>
|
|
1476
|
+
</xs:simpleType>
|
|
1477
|
+
</xs:element>
|
|
1478
|
+
<xs:element name="searchScope" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1479
|
+
<xs:simpleType>
|
|
1480
|
+
<xs:restriction base="xs:string">
|
|
1481
|
+
<xs:enumeration value="ALL" />
|
|
1482
|
+
<xs:enumeration value="OVM" />
|
|
1483
|
+
<xs:enumeration value="OVM_MAIN" />
|
|
1484
|
+
<xs:enumeration value="OVM_REQ" />
|
|
1485
|
+
<xs:enumeration value="OVM_NOTAR" />
|
|
1486
|
+
<xs:enumeration value="OVM_EXEKUT" />
|
|
1487
|
+
<xs:enumeration value="OVM_FO" />
|
|
1488
|
+
<xs:enumeration value="OVM_PFO" />
|
|
1489
|
+
<xs:enumeration value="OVM_PO" />
|
|
1490
|
+
<xs:enumeration value="PO" />
|
|
1491
|
+
<xs:enumeration value="PO_ZAK" />
|
|
1492
|
+
<xs:enumeration value="PO_REQ" />
|
|
1493
|
+
<xs:enumeration value="PFO" />
|
|
1494
|
+
<xs:enumeration value="PFO_REQ" />
|
|
1495
|
+
<xs:enumeration value="PFO_ADVOK" />
|
|
1496
|
+
<xs:enumeration value="PFO_INSSPR" />
|
|
1497
|
+
<xs:enumeration value="PFO_DANPOR" />
|
|
1498
|
+
<xs:enumeration value="PFO_AUDITOR" />
|
|
1499
|
+
<xs:enumeration value="PFO_ZNALEC" />
|
|
1500
|
+
<xs:enumeration value="PFO_TLUMOCNIK" />
|
|
1501
|
+
<xs:enumeration value="FO" />
|
|
1502
|
+
</xs:restriction>
|
|
1503
|
+
</xs:simpleType>
|
|
1504
|
+
</xs:element>
|
|
1505
|
+
<xs:element name="page" type="xs:integer" minOccurs="1" maxOccurs="1" nillable="true" />
|
|
1506
|
+
<xs:element name="pageSize" type="xs:integer" minOccurs="1" maxOccurs="1" nillable="true" />
|
|
1507
|
+
<xs:element name="highlighting" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1508
|
+
</xs:sequence>
|
|
1509
|
+
</xs:complexType>
|
|
1510
|
+
<xs:element name="ISDSSearch3Response" type="tns:tISDSSearchOutput2" />
|
|
1511
|
+
<xs:complexType name="tISDSSearchOutput2">
|
|
1512
|
+
<xs:sequence>
|
|
1513
|
+
<xs:element name="totalCount" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1514
|
+
<xs:element name="currentCount" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1515
|
+
<xs:element name="position" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1516
|
+
<xs:element name="lastPage" type="xs:boolean" minOccurs="0" maxOccurs="1" />
|
|
1517
|
+
<xs:element name="dbResults" type="tns:tdbResultsArray2" minOccurs="0" maxOccurs="1" />
|
|
1518
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1519
|
+
</xs:sequence>
|
|
1520
|
+
</xs:complexType>
|
|
1521
|
+
<xs:complexType name="tdbResult2">
|
|
1522
|
+
<xs:sequence>
|
|
1523
|
+
<xs:element name="dbID" type="tns:tIdDb" />
|
|
1524
|
+
<xs:element name="dbType" type="tns:tDbType" />
|
|
1525
|
+
<xs:element name="dbName" type="xs:string" />
|
|
1526
|
+
<xs:element name="dbAddress" type="xs:string" />
|
|
1527
|
+
<xs:element name="dbBiDate" type="xs:date" nillable="true" />
|
|
1528
|
+
<xs:element name="dbICO" type="tns:tIdentificationNumber" nillable="true" />
|
|
1529
|
+
<xs:element name="dbIdOVM" type="xs:string" nillable="true" />
|
|
1530
|
+
<xs:element name="dbSendOptions">
|
|
1531
|
+
<xs:simpleType>
|
|
1532
|
+
<xs:restriction base="xs:string">
|
|
1533
|
+
<xs:enumeration value="DZ" />
|
|
1534
|
+
<xs:enumeration value="ALL" />
|
|
1535
|
+
<xs:enumeration value="PDZ" />
|
|
1536
|
+
<xs:enumeration value="NONE" />
|
|
1537
|
+
<xs:enumeration value="DISABLED" />
|
|
1538
|
+
</xs:restriction>
|
|
1539
|
+
</xs:simpleType>
|
|
1540
|
+
</xs:element>
|
|
1541
|
+
</xs:sequence>
|
|
1542
|
+
</xs:complexType>
|
|
1543
|
+
<xs:complexType name="tdbResultsArray2">
|
|
1544
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1545
|
+
<xs:element name="dbResult" type="tns:tdbResult2" />
|
|
1546
|
+
</xs:sequence>
|
|
1547
|
+
</xs:complexType>
|
|
1548
|
+
<xs:element name="GetDataBoxActivityStatus" type="tns:tGetDBStatusInput" />
|
|
1549
|
+
<xs:complexType name="tGetDBStatusInput">
|
|
1550
|
+
<xs:sequence>
|
|
1551
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="1" maxOccurs="1" nillable="true" />
|
|
1552
|
+
<xs:element name="baFrom" type="xs:dateTime" minOccurs="1" maxOccurs="1" />
|
|
1553
|
+
<xs:element name="baTo" type="xs:dateTime" minOccurs="1" maxOccurs="1" />
|
|
1554
|
+
</xs:sequence>
|
|
1555
|
+
</xs:complexType>
|
|
1556
|
+
<xs:element name="GetDataBoxActivityStatusResponse" type="tns:tGetDBStatusOutput" />
|
|
1557
|
+
<xs:complexType name="tGetDBStatusOutput">
|
|
1558
|
+
<xs:sequence>
|
|
1559
|
+
<xs:element name="dbID" type="tns:tIdDb" minOccurs="0" maxOccurs="1" />
|
|
1560
|
+
<xs:element name="Periods" type="tns:tdbPeriodsArray" minOccurs="0" maxOccurs="1" />
|
|
1561
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" minOccurs="1" maxOccurs="1" />
|
|
1562
|
+
</xs:sequence>
|
|
1563
|
+
</xs:complexType>
|
|
1564
|
+
<xs:complexType name="tdbPeriodsArray">
|
|
1565
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1566
|
+
<xs:element name="Period" type="tns:tdbPeriod" />
|
|
1567
|
+
</xs:sequence>
|
|
1568
|
+
</xs:complexType>
|
|
1569
|
+
<xs:complexType name="tdbPeriod">
|
|
1570
|
+
<xs:sequence>
|
|
1571
|
+
<xs:element name="PeriodFrom" type="xs:dateTime" />
|
|
1572
|
+
<xs:element name="PeriodTo" type="xs:dateTime" />
|
|
1573
|
+
<xs:element name="DbState" type="xs:nonNegativeInteger" />
|
|
1574
|
+
</xs:sequence>
|
|
1575
|
+
</xs:complexType>
|
|
1576
|
+
<xs:element name="FindPersonalDataBox" type="tns:tFindPersonalDBInput" />
|
|
1577
|
+
<xs:complexType name="tFindPersonalDBInput">
|
|
1578
|
+
<xs:sequence>
|
|
1579
|
+
<xs:element name="dbOwnerInfo" type="tns:tdbPersonalOwnerInfo" />
|
|
1580
|
+
</xs:sequence>
|
|
1581
|
+
</xs:complexType>
|
|
1582
|
+
<xs:complexType name="tdbPersonalOwnerInfo">
|
|
1583
|
+
<xs:sequence>
|
|
1584
|
+
<xs:element name="dbID" type="tns:tIdDb" nillable="true" />
|
|
1585
|
+
<xs:element name="aifoIsds" type="xs:boolean" nillable="true" />
|
|
1586
|
+
<xs:element name="pnFirstName" type="xs:string" nillable="true" />
|
|
1587
|
+
<xs:element name="pnMiddleName" type="xs:string" nillable="true" />
|
|
1588
|
+
<xs:element name="pnLastName" type="xs:string" nillable="true" />
|
|
1589
|
+
<xs:element name="biDate" type="xs:date" nillable="true" />
|
|
1590
|
+
<xs:element name="biCity" type="xs:string" nillable="true" />
|
|
1591
|
+
<xs:element name="biCounty" type="xs:string" nillable="true" />
|
|
1592
|
+
<xs:element name="biState" type="xs:string" nillable="true" />
|
|
1593
|
+
<xs:element name="adCode" type="xs:integer" nillable="true" />
|
|
1594
|
+
<xs:element name="adCity" type="xs:string" nillable="true" />
|
|
1595
|
+
<xs:element name="adDistrict" type="xs:string" nillable="true" />
|
|
1596
|
+
<xs:element name="adStreet" type="xs:string" nillable="true" />
|
|
1597
|
+
<xs:element name="adNumberInStreet" type="xs:string" nillable="true" />
|
|
1598
|
+
<xs:element name="adNumberInMunicipality" type="xs:string" nillable="true" />
|
|
1599
|
+
<xs:element name="adZipCode" type="xs:string" nillable="true" />
|
|
1600
|
+
<xs:element name="adState" type="xs:string" nillable="true" />
|
|
1601
|
+
<xs:element name="nationality" type="xs:string" nillable="true" />
|
|
1602
|
+
</xs:sequence>
|
|
1603
|
+
</xs:complexType>
|
|
1604
|
+
<xs:element name="FindPersonalDataBoxResponse" type="tns:tFindPersonalDBOutput" />
|
|
1605
|
+
<xs:complexType name="tFindPersonalDBOutput">
|
|
1606
|
+
<xs:sequence>
|
|
1607
|
+
<xs:element name="dbResults" type="tns:tdbPersOwnersArray" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1608
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1609
|
+
</xs:sequence>
|
|
1610
|
+
</xs:complexType>
|
|
1611
|
+
<xs:complexType name="tdbPersOwnersArray">
|
|
1612
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1613
|
+
<xs:element name="dbOwnerInfo" type="tns:tdbPersonalOwnerInfo" />
|
|
1614
|
+
</xs:sequence>
|
|
1615
|
+
</xs:complexType>
|
|
1616
|
+
<xs:element name="DTInfo" type="tns:tDTInfoInput" />
|
|
1617
|
+
<xs:complexType name="tDTInfoInput">
|
|
1618
|
+
<xs:sequence>
|
|
1619
|
+
<xs:element name="dbId" type="tns:tIdDb" />
|
|
1620
|
+
</xs:sequence>
|
|
1621
|
+
</xs:complexType>
|
|
1622
|
+
<xs:element name="DTInfoResponse" type="tns:tDTInfoOutput" />
|
|
1623
|
+
<xs:complexType name="tDTInfoOutput">
|
|
1624
|
+
<xs:sequence>
|
|
1625
|
+
<xs:element name="ActDTType" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1626
|
+
<xs:element name="ActDTCapacity" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1627
|
+
<xs:element name="ActDTFrom" type="xs:date" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1628
|
+
<xs:element name="ActDTTo" type="xs:date" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1629
|
+
<xs:element name="ActDTCapUsed" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1630
|
+
<xs:element name="FutDTType" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" />
|
|
1631
|
+
<xs:element name="FutDTCapacity" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1632
|
+
<xs:element name="FutDTFrom" type="xs:date" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1633
|
+
<xs:element name="FutDTTo" type="xs:date" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1634
|
+
<xs:element name="FutDTPaid" type="xs:nonNegativeInteger" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1635
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1636
|
+
</xs:sequence>
|
|
1637
|
+
</xs:complexType>
|
|
1638
|
+
<xs:element name="PDZSendInfo" type="tns:tPDZSendInput" />
|
|
1639
|
+
<xs:complexType name="tPDZSendInput">
|
|
1640
|
+
<xs:sequence>
|
|
1641
|
+
<xs:element name="dbId" type="tns:tIdDb" />
|
|
1642
|
+
<xs:element name="PDZType" minOccurs="1" maxOccurs="1" nillable="true">
|
|
1643
|
+
<xs:simpleType>
|
|
1644
|
+
<xs:restriction base="xs:string">
|
|
1645
|
+
<xs:enumeration value="Normal" />
|
|
1646
|
+
<xs:enumeration value="Init" />
|
|
1647
|
+
<xs:enumeration value="VoDZ" />
|
|
1648
|
+
</xs:restriction>
|
|
1649
|
+
</xs:simpleType>
|
|
1650
|
+
</xs:element>
|
|
1651
|
+
</xs:sequence>
|
|
1652
|
+
</xs:complexType>
|
|
1653
|
+
<xs:element name="PDZSendInfoResponse" type="tns:tPDZSendOutput" />
|
|
1654
|
+
<xs:complexType name="tPDZSendOutput">
|
|
1655
|
+
<xs:sequence>
|
|
1656
|
+
<xs:element name="PDZsiResult" type="xs:boolean" minOccurs="0" maxOccurs="1" nillable="true" />
|
|
1657
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" />
|
|
1658
|
+
</xs:sequence>
|
|
1659
|
+
</xs:complexType>
|
|
1660
|
+
<xs:element name="GetConstants">
|
|
1661
|
+
<xs:complexType>
|
|
1662
|
+
<xs:sequence>
|
|
1663
|
+
<xs:element name="constDate" type="xs:date" nillable="true" />
|
|
1664
|
+
</xs:sequence>
|
|
1665
|
+
</xs:complexType>
|
|
1666
|
+
</xs:element>
|
|
1667
|
+
<xs:element name="GetConstantsResponse" type="tns:tGetConstsOutput" />
|
|
1668
|
+
<xs:complexType name="tGetConstsOutput">
|
|
1669
|
+
<xs:sequence>
|
|
1670
|
+
<xs:element name="constRecords" minOccurs="0" maxOccurs="1">
|
|
1671
|
+
<xs:complexType>
|
|
1672
|
+
<xs:sequence minOccurs="0" maxOccurs="unbounded">
|
|
1673
|
+
<xs:element name="constRecord" type="tns:tConstRecord" />
|
|
1674
|
+
</xs:sequence>
|
|
1675
|
+
</xs:complexType>
|
|
1676
|
+
</xs:element>
|
|
1677
|
+
<xs:element name="dbStatus" type="tns:tDbReqStatus" nillable="true" />
|
|
1678
|
+
</xs:sequence>
|
|
1679
|
+
</xs:complexType>
|
|
1680
|
+
<xs:complexType name="tConstRecord">
|
|
1681
|
+
<xs:sequence>
|
|
1682
|
+
<xs:element name="cName" type="xs:string" />
|
|
1683
|
+
<xs:element name="cValue" type="xs:string" />
|
|
1684
|
+
<xs:element name="cFrom" type="xs:date" />
|
|
1685
|
+
<xs:element name="cTo" type="xs:date" />
|
|
1686
|
+
</xs:sequence>
|
|
1687
|
+
</xs:complexType>
|
|
1688
|
+
</xs:schema>
|