money_xml_validator 0.0.1
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.
- checksums.yaml +7 -0
- data/.gitignore +12 -0
- data/.gitmodules +3 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/Gemfile +6 -0
- data/LICENSE.txt +21 -0
- data/README.md +39 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/lib/money_xml_validator.rb +18 -0
- data/lib/money_xml_validator/money_xsd/Dochazka/Dochazka.xsd +295 -0
- data/lib/money_xml_validator/money_xsd/Dochazka/Zamestnanci.xsd +202 -0
- data/lib/money_xml_validator/money_xsd/EPO/EPO_Error.xsd +61 -0
- data/lib/money_xml_validator/money_xsd/EPO/EPO_Success.xsd +183 -0
- data/lib/money_xml_validator/money_xsd/README.md +5 -0
- data/lib/money_xml_validator/money_xsd/_Document.xsd +912 -0
- data/lib/money_xml_validator/money_xsd/_Export.xsd +45 -0
- data/lib/money_xml_validator/money_xsd/_Import.xsd +94 -0
- data/lib/money_xml_validator/money_xsd/_Report.xsd +793 -0
- data/lib/money_xml_validator/money_xsd/__Comtypes.xsd +706 -0
- data/lib/money_xml_validator/money_xsd/__Faktura.xsd +1097 -0
- data/lib/money_xml_validator/money_xsd/__Firma.xsd +1705 -0
- data/lib/money_xml_validator/money_xsd/__IntDokl.xsd +397 -0
- data/lib/money_xml_validator/money_xsd/__InvDokl.xsd +150 -0
- data/lib/money_xml_validator/money_xsd/__Mzda.xsd +240 -0
- data/lib/money_xml_validator/money_xsd/__Objedn.xsd +865 -0
- data/lib/money_xml_validator/money_xsd/__Seznamy.xsd +1721 -0
- data/lib/money_xml_validator/money_xsd/__SklDokl.xsd +674 -0
- data/lib/money_xml_validator/money_xsd/__UcDokl.xsd +1869 -0
- data/lib/money_xml_validator/money_xsd/__Uhrady.xsd +230 -0
- data/lib/money_xml_validator/money_xsd/__Vyroba.xsd +193 -0
- data/lib/money_xml_validator/money_xsd/__Zakazka.xsd +165 -0
- data/lib/money_xml_validator/money_xsd/__Zamestnanec.xsd +145 -0
- data/lib/money_xml_validator/money_xsd/__Zasoba.xsd +1317 -0
- data/lib/money_xml_validator/money_xsd/all_schemas.zip +0 -0
- data/money_xml_validator.gemspec +25 -0
- metadata +123 -0
@@ -0,0 +1,1705 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
3
|
+
<xs:include schemaLocation="__Comtypes.xsd"/>
|
4
|
+
<xs:complexType name="firmaType">
|
5
|
+
<xs:annotation>
|
6
|
+
<xs:documentation>Specifikace adresy v adresáři firem</xs:documentation>
|
7
|
+
</xs:annotation>
|
8
|
+
<xs:sequence>
|
9
|
+
<xs:element name="GUID" minOccurs="0">
|
10
|
+
<xs:annotation>
|
11
|
+
<xs:documentation>IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
12
|
+
</xs:annotation>
|
13
|
+
<xs:simpleType>
|
14
|
+
<xs:restriction base="xs:string">
|
15
|
+
<xs:maxLength value="38"/>
|
16
|
+
</xs:restriction>
|
17
|
+
</xs:simpleType>
|
18
|
+
</xs:element>
|
19
|
+
<xs:element name="Nazev" minOccurs="0">
|
20
|
+
<xs:annotation>
|
21
|
+
<xs:documentation>Název - provozovna
|
22
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO </xs:documentation>
|
23
|
+
</xs:annotation>
|
24
|
+
<xs:simpleType>
|
25
|
+
<xs:restriction base="xs:string">
|
26
|
+
<xs:maxLength value="50"/>
|
27
|
+
</xs:restriction>
|
28
|
+
</xs:simpleType>
|
29
|
+
</xs:element>
|
30
|
+
<xs:element name="SkupinaID" type="cisloType" minOccurs="0">
|
31
|
+
<xs:annotation>
|
32
|
+
<xs:documentation>Vnitřní identifigace skupiny IMPORT: nová NE, oprava NE,EXPORT: NE</xs:documentation>
|
33
|
+
</xs:annotation>
|
34
|
+
</xs:element>
|
35
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
36
|
+
<xs:annotation>
|
37
|
+
<xs:documentation>Adresa provozovny IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
38
|
+
</xs:annotation>
|
39
|
+
</xs:element>
|
40
|
+
<xs:element name="ObchNazev" minOccurs="0">
|
41
|
+
<xs:annotation>
|
42
|
+
<xs:documentation>Název - obchodní jméno
|
43
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
44
|
+
</xs:annotation>
|
45
|
+
<xs:simpleType>
|
46
|
+
<xs:restriction base="xs:string">
|
47
|
+
<xs:maxLength value="50"/>
|
48
|
+
</xs:restriction>
|
49
|
+
</xs:simpleType>
|
50
|
+
</xs:element>
|
51
|
+
<xs:element name="ObchAdresa" type="adresaType" minOccurs="0">
|
52
|
+
<xs:annotation>
|
53
|
+
<xs:documentation>Obchodní adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
54
|
+
</xs:annotation>
|
55
|
+
</xs:element>
|
56
|
+
<xs:element name="FaktNazev" minOccurs="0">
|
57
|
+
<xs:annotation>
|
58
|
+
<xs:documentation>Název - fakturační adersa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
59
|
+
</xs:annotation>
|
60
|
+
<xs:simpleType>
|
61
|
+
<xs:restriction base="xs:string">
|
62
|
+
<xs:maxLength value="50"/>
|
63
|
+
</xs:restriction>
|
64
|
+
</xs:simpleType>
|
65
|
+
</xs:element>
|
66
|
+
<xs:element name="FaktAdresa" type="adresaType" minOccurs="0">
|
67
|
+
<xs:annotation>
|
68
|
+
<xs:documentation>Fakturační adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
69
|
+
</xs:annotation>
|
70
|
+
</xs:element>
|
71
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
72
|
+
<xs:annotation>
|
73
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
74
|
+
</xs:annotation>
|
75
|
+
</xs:element>
|
76
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
77
|
+
<xs:annotation>
|
78
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
79
|
+
</xs:annotation>
|
80
|
+
</xs:element>
|
81
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
82
|
+
<xs:annotation>
|
83
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
84
|
+
</xs:annotation>
|
85
|
+
</xs:element>
|
86
|
+
<xs:element name="EMail" minOccurs="0">
|
87
|
+
<xs:annotation>
|
88
|
+
<xs:documentation>E-Mailové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
89
|
+
</xs:annotation>
|
90
|
+
<xs:simpleType>
|
91
|
+
<xs:restriction base="xs:string">
|
92
|
+
<xs:maxLength value="50"/>
|
93
|
+
</xs:restriction>
|
94
|
+
</xs:simpleType>
|
95
|
+
</xs:element>
|
96
|
+
<xs:element name="WWW" minOccurs="0">
|
97
|
+
<xs:annotation>
|
98
|
+
<xs:documentation>Adersa webové stránky firmy IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
99
|
+
</xs:annotation>
|
100
|
+
<xs:simpleType>
|
101
|
+
<xs:restriction base="xs:string">
|
102
|
+
<xs:maxLength value="50"/>
|
103
|
+
</xs:restriction>
|
104
|
+
</xs:simpleType>
|
105
|
+
</xs:element>
|
106
|
+
<xs:element name="Spojeni" minOccurs="0">
|
107
|
+
<xs:annotation>
|
108
|
+
<xs:documentation>Ostatní informace ke spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
109
|
+
</xs:annotation>
|
110
|
+
<xs:simpleType>
|
111
|
+
<xs:restriction base="xs:string">
|
112
|
+
<xs:maxLength value="255"/>
|
113
|
+
</xs:restriction>
|
114
|
+
</xs:simpleType>
|
115
|
+
</xs:element>
|
116
|
+
<xs:element name="ICO" minOccurs="0">
|
117
|
+
<xs:annotation>
|
118
|
+
<xs:documentation>IČO IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
119
|
+
</xs:annotation>
|
120
|
+
<xs:simpleType>
|
121
|
+
<xs:restriction base="xs:string">
|
122
|
+
<xs:maxLength value="10"/>
|
123
|
+
</xs:restriction>
|
124
|
+
</xs:simpleType>
|
125
|
+
</xs:element>
|
126
|
+
<xs:element name="DIC" minOccurs="0">
|
127
|
+
<xs:annotation>
|
128
|
+
<xs:documentation>CZ: DIČ SK: IČDPH : IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
129
|
+
</xs:annotation>
|
130
|
+
<xs:simpleType>
|
131
|
+
<xs:restriction base="xs:string">
|
132
|
+
<xs:maxLength value="20"/>
|
133
|
+
</xs:restriction>
|
134
|
+
</xs:simpleType>
|
135
|
+
</xs:element>
|
136
|
+
<xs:element name="DICSK" minOccurs="0">
|
137
|
+
<xs:annotation>
|
138
|
+
<xs:documentation>Pouze SK verze: DIČ IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
139
|
+
</xs:annotation>
|
140
|
+
<xs:simpleType>
|
141
|
+
<xs:restriction base="xs:string">
|
142
|
+
<xs:maxLength value="20"/>
|
143
|
+
</xs:restriction>
|
144
|
+
</xs:simpleType>
|
145
|
+
</xs:element>
|
146
|
+
<xs:element name="PlatceDPH" type="xs:boolean" minOccurs="0">
|
147
|
+
<xs:annotation>
|
148
|
+
<xs:documentation>Příznak jestli je firma plátcem DPH IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
149
|
+
</xs:annotation>
|
150
|
+
</xs:element>
|
151
|
+
<xs:element name="FyzOsoba" type="xs:boolean" minOccurs="0">
|
152
|
+
<xs:annotation>
|
153
|
+
<xs:documentation>Příznak jestli je firma fyzická osoba IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
154
|
+
</xs:annotation>
|
155
|
+
</xs:element>
|
156
|
+
<xs:element name="KodDanUr" minOccurs="0">
|
157
|
+
<xs:annotation>
|
158
|
+
<xs:documentation>Kód DÚ IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
159
|
+
</xs:annotation>
|
160
|
+
<xs:simpleType>
|
161
|
+
<xs:restriction base="xs:string">
|
162
|
+
<xs:maxLength value="4"/>
|
163
|
+
</xs:restriction>
|
164
|
+
</xs:simpleType>
|
165
|
+
</xs:element>
|
166
|
+
<xs:element name="Banka" minOccurs="0">
|
167
|
+
<xs:annotation>
|
168
|
+
<xs:documentation>Název banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
169
|
+
</xs:annotation>
|
170
|
+
<xs:simpleType>
|
171
|
+
<xs:restriction base="xs:string">
|
172
|
+
<xs:maxLength value="50"/>
|
173
|
+
</xs:restriction>
|
174
|
+
</xs:simpleType>
|
175
|
+
</xs:element>
|
176
|
+
<xs:element name="Ucet" minOccurs="0">
|
177
|
+
<xs:annotation>
|
178
|
+
<xs:documentation>Účet bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
179
|
+
</xs:annotation>
|
180
|
+
<xs:simpleType>
|
181
|
+
<xs:restriction base="xs:string">
|
182
|
+
<xs:maxLength value="24"/>
|
183
|
+
</xs:restriction>
|
184
|
+
</xs:simpleType>
|
185
|
+
</xs:element>
|
186
|
+
<xs:element name="KodBanky" minOccurs="0">
|
187
|
+
<xs:annotation>
|
188
|
+
<xs:documentation>Kód banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
189
|
+
</xs:annotation>
|
190
|
+
<xs:simpleType>
|
191
|
+
<xs:restriction base="xs:string">
|
192
|
+
<xs:maxLength value="8"/>
|
193
|
+
</xs:restriction>
|
194
|
+
</xs:simpleType>
|
195
|
+
</xs:element>
|
196
|
+
<xs:element name="VSymb" minOccurs="0">
|
197
|
+
<xs:annotation>
|
198
|
+
<xs:documentation>Variabilní symbol
|
199
|
+
bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
200
|
+
</xs:annotation>
|
201
|
+
</xs:element>
|
202
|
+
<xs:element name="SpecSym" minOccurs="0">
|
203
|
+
<xs:annotation>
|
204
|
+
<xs:documentation>Specifický symbol bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
205
|
+
</xs:annotation>
|
206
|
+
<xs:simpleType>
|
207
|
+
<xs:restriction base="xs:string">
|
208
|
+
<xs:maxLength value="10"/>
|
209
|
+
</xs:restriction>
|
210
|
+
</xs:simpleType>
|
211
|
+
</xs:element>
|
212
|
+
<xs:element name="Cinnosti" type="vycetType" minOccurs="0">
|
213
|
+
<xs:annotation>
|
214
|
+
<xs:documentation>Zkratky činností IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
215
|
+
</xs:annotation>
|
216
|
+
</xs:element>
|
217
|
+
<xs:element name="AdrKlice" type="vycetType" minOccurs="0">
|
218
|
+
<xs:annotation>
|
219
|
+
<xs:documentation>Zkratky adresních klíčů IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
220
|
+
</xs:annotation>
|
221
|
+
</xs:element>
|
222
|
+
<xs:element name="Ceny" type="vycetType" minOccurs="0">
|
223
|
+
<xs:annotation>
|
224
|
+
<xs:documentation>Zkratky cenových hladin IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
225
|
+
</xs:annotation>
|
226
|
+
</xs:element>
|
227
|
+
<xs:element name="Ceniky" minOccurs="0">
|
228
|
+
<xs:annotation>
|
229
|
+
<xs:documentation>Zkratky ceníků
|
230
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
231
|
+
</xs:annotation>
|
232
|
+
</xs:element>
|
233
|
+
<xs:element name="Kredit" type="xs:boolean" minOccurs="0">
|
234
|
+
<xs:annotation>
|
235
|
+
<xs:documentation>Příznak uplatnění kreditu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
236
|
+
</xs:annotation>
|
237
|
+
</xs:element>
|
238
|
+
<xs:element name="KreditVal" type="castkaType" minOccurs="0">
|
239
|
+
<xs:annotation>
|
240
|
+
<xs:documentation>Hodnota kreditu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
241
|
+
</xs:annotation>
|
242
|
+
</xs:element>
|
243
|
+
<xs:element name="SplatPoh" type="xs:boolean" minOccurs="0">
|
244
|
+
<xs:annotation>
|
245
|
+
<xs:documentation>Příznak uplatňování splatnosti pohledávek IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
246
|
+
</xs:annotation>
|
247
|
+
</xs:element>
|
248
|
+
<xs:element name="SplatZav" type="xs:boolean" minOccurs="0">
|
249
|
+
<xs:annotation>
|
250
|
+
<xs:documentation>Příznak uplatňování splatnosti závazků IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
251
|
+
</xs:annotation>
|
252
|
+
</xs:element>
|
253
|
+
<xs:element name="SplPohDni" minOccurs="0">
|
254
|
+
<xs:annotation>
|
255
|
+
<xs:documentation>Splatnost pohledávek po dni IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
256
|
+
</xs:annotation>
|
257
|
+
<xs:simpleType>
|
258
|
+
<xs:restriction base="xs:decimal">
|
259
|
+
<xs:totalDigits value="6"/>
|
260
|
+
<xs:fractionDigits value="0"/>
|
261
|
+
</xs:restriction>
|
262
|
+
</xs:simpleType>
|
263
|
+
</xs:element>
|
264
|
+
<xs:element name="SplZavDni" minOccurs="0">
|
265
|
+
<xs:annotation>
|
266
|
+
<xs:documentation>Splatnost závazků po dni IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
267
|
+
</xs:annotation>
|
268
|
+
<xs:simpleType>
|
269
|
+
<xs:restriction base="xs:decimal">
|
270
|
+
<xs:totalDigits value="6"/>
|
271
|
+
<xs:fractionDigits value="0"/>
|
272
|
+
</xs:restriction>
|
273
|
+
</xs:simpleType>
|
274
|
+
</xs:element>
|
275
|
+
<xs:element name="Sleva" minOccurs="0">
|
276
|
+
<xs:annotation>
|
277
|
+
<xs:documentation>Procentuální výše slevy IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
278
|
+
</xs:annotation>
|
279
|
+
<xs:simpleType>
|
280
|
+
<xs:restriction base="xs:decimal">
|
281
|
+
<xs:totalDigits value="15"/>
|
282
|
+
<xs:fractionDigits value="4"/>
|
283
|
+
</xs:restriction>
|
284
|
+
</xs:simpleType>
|
285
|
+
</xs:element>
|
286
|
+
<xs:element name="FlagSleva" type="xs:boolean" minOccurs="0">
|
287
|
+
<xs:annotation>
|
288
|
+
<xs:documentation>Příznak jestli uplatňovat slevu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
289
|
+
</xs:annotation>
|
290
|
+
</xs:element>
|
291
|
+
<xs:element name="Mail" type="xs:boolean" minOccurs="0">
|
292
|
+
<xs:annotation>
|
293
|
+
<xs:documentation>Příznak jestli posílat poštu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
294
|
+
</xs:annotation>
|
295
|
+
</xs:element>
|
296
|
+
<xs:element name="Zprava" minOccurs="0">
|
297
|
+
<xs:annotation>
|
298
|
+
<xs:documentation>Zpráva IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
299
|
+
</xs:annotation>
|
300
|
+
<xs:simpleType>
|
301
|
+
<xs:restriction base="xs:string">
|
302
|
+
<xs:maxLength value="255"/>
|
303
|
+
</xs:restriction>
|
304
|
+
</xs:simpleType>
|
305
|
+
</xs:element>
|
306
|
+
<xs:element name="Poznamka" minOccurs="0">
|
307
|
+
<xs:annotation>
|
308
|
+
<xs:documentation>Poznámka IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
309
|
+
</xs:annotation>
|
310
|
+
</xs:element>
|
311
|
+
<xs:element name="KodPartn" minOccurs="0">
|
312
|
+
<xs:annotation>
|
313
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava NE, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
314
|
+
</xs:annotation>
|
315
|
+
<xs:simpleType>
|
316
|
+
<xs:restriction base="xs:string">
|
317
|
+
<xs:maxLength value="20"/>
|
318
|
+
</xs:restriction>
|
319
|
+
</xs:simpleType>
|
320
|
+
</xs:element>
|
321
|
+
<xs:element name="ISDOC" minOccurs="0">
|
322
|
+
<xs:annotation>
|
323
|
+
<xs:documentation>Údaje pro potřeby elektronické fakturace ISDOC</xs:documentation>
|
324
|
+
</xs:annotation>
|
325
|
+
<xs:complexType>
|
326
|
+
<xs:attribute name="OznacDok" use="optional">
|
327
|
+
<xs:annotation>
|
328
|
+
<xs:documentation>Označení dokumentu, kterým dal příjemce vystaviteli souhlas s elektronickou formou faktury</xs:documentation>
|
329
|
+
</xs:annotation>
|
330
|
+
</xs:attribute>
|
331
|
+
<xs:attribute name="IdZboziKupujici" use="optional"/>
|
332
|
+
<xs:attribute name="Katalog" use="optional"/>
|
333
|
+
<xs:attribute name="UzivCode" use="optional"/>
|
334
|
+
</xs:complexType>
|
335
|
+
</xs:element>
|
336
|
+
<xs:element name="eshop" minOccurs="0">
|
337
|
+
<xs:annotation>
|
338
|
+
<xs:documentation>Pouze pro adresy určené pro XML el.obchod. EXPORT: ANO, IMPORT: ANO</xs:documentation>
|
339
|
+
</xs:annotation>
|
340
|
+
<xs:complexType>
|
341
|
+
<xs:sequence>
|
342
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
343
|
+
<xs:annotation>
|
344
|
+
<xs:documentation>číslo typu el.obchodu</xs:documentation>
|
345
|
+
</xs:annotation>
|
346
|
+
</xs:element>
|
347
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
348
|
+
<xs:annotation>
|
349
|
+
<xs:documentation>příznak změny, při importu = true jen u nových adres. EXPORT: ANO, po exportu se nastaví na false IMPORT: ANO, </xs:documentation>
|
350
|
+
</xs:annotation>
|
351
|
+
</xs:element>
|
352
|
+
<xs:element name="IN_Id" type="xs:long" minOccurs="0">
|
353
|
+
<xs:annotation>
|
354
|
+
<xs:documentation>ID adresy na el.obchodu, EXPORT: ANO, IMPORT:ANO</xs:documentation>
|
355
|
+
</xs:annotation>
|
356
|
+
</xs:element>
|
357
|
+
<xs:element name="IN_Jmeno" minOccurs="0">
|
358
|
+
<xs:annotation>
|
359
|
+
<xs:documentation>Jméno uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
360
|
+
</xs:annotation>
|
361
|
+
<xs:simpleType>
|
362
|
+
<xs:restriction base="xs:string">
|
363
|
+
<xs:maxLength value="25"/>
|
364
|
+
</xs:restriction>
|
365
|
+
</xs:simpleType>
|
366
|
+
</xs:element>
|
367
|
+
<xs:element name="IN_Heslo" minOccurs="0">
|
368
|
+
<xs:annotation>
|
369
|
+
<xs:documentation>Heslo uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
370
|
+
</xs:annotation>
|
371
|
+
<xs:simpleType>
|
372
|
+
<xs:restriction base="xs:string">
|
373
|
+
<xs:maxLength value="10"/>
|
374
|
+
</xs:restriction>
|
375
|
+
</xs:simpleType>
|
376
|
+
</xs:element>
|
377
|
+
<xs:element name="IN_Dealer" type="xs:boolean" minOccurs="0">
|
378
|
+
<xs:annotation>
|
379
|
+
<xs:documentation>příznak dealera, vylučuje nastavení příznaku IN_Soukrom EXPORT:ANO, IMPORT:NE</xs:documentation>
|
380
|
+
</xs:annotation>
|
381
|
+
</xs:element>
|
382
|
+
<xs:element name="IN_DSkup" minOccurs="0">
|
383
|
+
<xs:annotation>
|
384
|
+
<xs:documentation>Cenová hladina dealera EXPORT:ANO, IMPORT:NE</xs:documentation>
|
385
|
+
</xs:annotation>
|
386
|
+
<xs:simpleType>
|
387
|
+
<xs:restriction base="xs:string">
|
388
|
+
<xs:maxLength value="1"/>
|
389
|
+
</xs:restriction>
|
390
|
+
</xs:simpleType>
|
391
|
+
</xs:element>
|
392
|
+
<xs:element name="IN_IndSlev" type="xs:integer" minOccurs="0">
|
393
|
+
<xs:annotation>
|
394
|
+
<xs:documentation>Sleva EXPORT:ANO, IMPORT:NE</xs:documentation>
|
395
|
+
</xs:annotation>
|
396
|
+
</xs:element>
|
397
|
+
<xs:element name="IN_Soukrom" type="xs:boolean" minOccurs="0">
|
398
|
+
<xs:annotation>
|
399
|
+
<xs:documentation>Příznak soukromé osoby, vylučuje příznak IN_Dealer EXPORT:ANO, IMPORT:NE</xs:documentation>
|
400
|
+
</xs:annotation>
|
401
|
+
</xs:element>
|
402
|
+
<xs:element name="IN_DSkupZkratka" type="xs:string" minOccurs="0">
|
403
|
+
<xs:annotation>
|
404
|
+
<xs:documentation>Zkratka cenové hladiny dealera EXPORT:ano, IMPORT: NE</xs:documentation>
|
405
|
+
</xs:annotation>
|
406
|
+
</xs:element>
|
407
|
+
</xs:sequence>
|
408
|
+
</xs:complexType>
|
409
|
+
</xs:element>
|
410
|
+
<xs:element name="Osoba" type="osobaType" minOccurs="0" maxOccurs="unbounded"/>
|
411
|
+
<xs:element name="SeznamBankSpojeni" minOccurs="0">
|
412
|
+
<xs:complexType>
|
413
|
+
<xs:sequence>
|
414
|
+
<xs:element name="BankSpojeni" type="bankSpojeniType" minOccurs="0" maxOccurs="unbounded"/>
|
415
|
+
</xs:sequence>
|
416
|
+
</xs:complexType>
|
417
|
+
</xs:element>
|
418
|
+
<xs:element name="Skupina" type="skupinaFiremType" minOccurs="0"/>
|
419
|
+
<xs:element name="Vlajky" minOccurs="0">
|
420
|
+
<xs:complexType>
|
421
|
+
<xs:sequence>
|
422
|
+
<xs:element name="Global" type="VlajkaType" minOccurs="0"/>
|
423
|
+
<xs:element name="User" type="VlajkaType" minOccurs="0"/>
|
424
|
+
</xs:sequence>
|
425
|
+
</xs:complexType>
|
426
|
+
</xs:element>
|
427
|
+
<xs:element name="Dokumenty" minOccurs="0">
|
428
|
+
<xs:annotation>
|
429
|
+
<xs:documentation>Seznam připojených dokumentů
|
430
|
+
IMPORT: ANO
|
431
|
+
EXPORT: NE</xs:documentation>
|
432
|
+
</xs:annotation>
|
433
|
+
<xs:complexType>
|
434
|
+
<xs:sequence>
|
435
|
+
<xs:element name="Dokument" type="xs:string" maxOccurs="unbounded">
|
436
|
+
<xs:annotation>
|
437
|
+
<xs:documentation>Jméno souboru (bez cesty). Soubor se musí nacházet ve stejném adresáři (ZIP souboru) jako importovaný XML dokument.</xs:documentation>
|
438
|
+
</xs:annotation>
|
439
|
+
</xs:element>
|
440
|
+
</xs:sequence>
|
441
|
+
</xs:complexType>
|
442
|
+
</xs:element>
|
443
|
+
</xs:sequence>
|
444
|
+
</xs:complexType>
|
445
|
+
<xs:complexType name="dokladFirmaType">
|
446
|
+
<xs:annotation>
|
447
|
+
<xs:documentation>Specifikace adresy dodavatele nebo odběratele na dokladu</xs:documentation>
|
448
|
+
</xs:annotation>
|
449
|
+
<xs:sequence>
|
450
|
+
<xs:element name="ObchNazev" minOccurs="0">
|
451
|
+
<xs:annotation>
|
452
|
+
<xs:documentation>Název - obchodní jméno
|
453
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
454
|
+
</xs:annotation>
|
455
|
+
<xs:simpleType>
|
456
|
+
<xs:restriction base="xs:string">
|
457
|
+
<xs:maxLength value="50"/>
|
458
|
+
</xs:restriction>
|
459
|
+
</xs:simpleType>
|
460
|
+
</xs:element>
|
461
|
+
<xs:element name="ObchAdresa" type="adresaType" minOccurs="0">
|
462
|
+
<xs:annotation>
|
463
|
+
<xs:documentation>Obchodní adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
464
|
+
</xs:annotation>
|
465
|
+
</xs:element>
|
466
|
+
<xs:element name="FaktNazev" minOccurs="0">
|
467
|
+
<xs:annotation>
|
468
|
+
<xs:documentation>Název - fakturační adersa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
469
|
+
</xs:annotation>
|
470
|
+
<xs:simpleType>
|
471
|
+
<xs:restriction base="xs:string">
|
472
|
+
<xs:maxLength value="50"/>
|
473
|
+
</xs:restriction>
|
474
|
+
</xs:simpleType>
|
475
|
+
</xs:element>
|
476
|
+
<xs:element name="ICO" minOccurs="0">
|
477
|
+
<xs:annotation>
|
478
|
+
<xs:documentation>IČO IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
479
|
+
</xs:annotation>
|
480
|
+
<xs:simpleType>
|
481
|
+
<xs:restriction base="xs:string">
|
482
|
+
<xs:maxLength value="10"/>
|
483
|
+
</xs:restriction>
|
484
|
+
</xs:simpleType>
|
485
|
+
</xs:element>
|
486
|
+
<xs:element name="DIC" minOccurs="0">
|
487
|
+
<xs:annotation>
|
488
|
+
<xs:documentation>CZ: DIČ SK: IČDPH : IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
489
|
+
</xs:annotation>
|
490
|
+
<xs:simpleType>
|
491
|
+
<xs:restriction base="xs:string">
|
492
|
+
<xs:maxLength value="20"/>
|
493
|
+
</xs:restriction>
|
494
|
+
</xs:simpleType>
|
495
|
+
</xs:element>
|
496
|
+
<xs:element name="DICSK" minOccurs="0">
|
497
|
+
<xs:annotation>
|
498
|
+
<xs:documentation>Pouze SK verze: DIČ IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
499
|
+
</xs:annotation>
|
500
|
+
<xs:simpleType>
|
501
|
+
<xs:restriction base="xs:string">
|
502
|
+
<xs:maxLength value="20"/>
|
503
|
+
</xs:restriction>
|
504
|
+
</xs:simpleType>
|
505
|
+
</xs:element>
|
506
|
+
<xs:element name="FaktAdresa" type="adresaType" minOccurs="0">
|
507
|
+
<xs:annotation>
|
508
|
+
<xs:documentation>Fakturační adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
509
|
+
</xs:annotation>
|
510
|
+
</xs:element>
|
511
|
+
<xs:element name="GUID" minOccurs="0">
|
512
|
+
<xs:annotation>
|
513
|
+
<xs:documentation>IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
514
|
+
</xs:annotation>
|
515
|
+
<xs:simpleType>
|
516
|
+
<xs:restriction base="xs:string">
|
517
|
+
<xs:maxLength value="38"/>
|
518
|
+
</xs:restriction>
|
519
|
+
</xs:simpleType>
|
520
|
+
</xs:element>
|
521
|
+
<xs:element name="Nazev" minOccurs="0">
|
522
|
+
<xs:annotation>
|
523
|
+
<xs:documentation>Název - provozovna
|
524
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO </xs:documentation>
|
525
|
+
</xs:annotation>
|
526
|
+
<xs:simpleType>
|
527
|
+
<xs:restriction base="xs:string">
|
528
|
+
<xs:maxLength value="50"/>
|
529
|
+
</xs:restriction>
|
530
|
+
</xs:simpleType>
|
531
|
+
</xs:element>
|
532
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
533
|
+
<xs:annotation>
|
534
|
+
<xs:documentation>Adresa provozovny IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
535
|
+
</xs:annotation>
|
536
|
+
</xs:element>
|
537
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
538
|
+
<xs:annotation>
|
539
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
540
|
+
</xs:annotation>
|
541
|
+
</xs:element>
|
542
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
543
|
+
<xs:annotation>
|
544
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
545
|
+
</xs:annotation>
|
546
|
+
</xs:element>
|
547
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
548
|
+
<xs:annotation>
|
549
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
550
|
+
</xs:annotation>
|
551
|
+
</xs:element>
|
552
|
+
<xs:element name="EMail" minOccurs="0">
|
553
|
+
<xs:annotation>
|
554
|
+
<xs:documentation>E-Mailové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
555
|
+
</xs:annotation>
|
556
|
+
<xs:simpleType>
|
557
|
+
<xs:restriction base="xs:string">
|
558
|
+
<xs:maxLength value="50"/>
|
559
|
+
</xs:restriction>
|
560
|
+
</xs:simpleType>
|
561
|
+
</xs:element>
|
562
|
+
<xs:element name="WWW" minOccurs="0">
|
563
|
+
<xs:annotation>
|
564
|
+
<xs:documentation>Adersa webové stránky firmy IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
565
|
+
</xs:annotation>
|
566
|
+
<xs:simpleType>
|
567
|
+
<xs:restriction base="xs:string">
|
568
|
+
<xs:maxLength value="50"/>
|
569
|
+
</xs:restriction>
|
570
|
+
</xs:simpleType>
|
571
|
+
</xs:element>
|
572
|
+
<xs:element name="PlatceDPH" type="xs:boolean" minOccurs="0">
|
573
|
+
<xs:annotation>
|
574
|
+
<xs:documentation>Příznak jestli je firma plátcem DPH IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
575
|
+
</xs:annotation>
|
576
|
+
</xs:element>
|
577
|
+
<xs:element name="FyzOsoba" type="xs:boolean" minOccurs="0">
|
578
|
+
<xs:annotation>
|
579
|
+
<xs:documentation>Příznak jestli je firma fyzická osoba IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
580
|
+
</xs:annotation>
|
581
|
+
</xs:element>
|
582
|
+
<xs:element name="Banka" minOccurs="0">
|
583
|
+
<xs:annotation>
|
584
|
+
<xs:documentation>Název banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
585
|
+
</xs:annotation>
|
586
|
+
<xs:simpleType>
|
587
|
+
<xs:restriction base="xs:string">
|
588
|
+
<xs:maxLength value="50"/>
|
589
|
+
</xs:restriction>
|
590
|
+
</xs:simpleType>
|
591
|
+
</xs:element>
|
592
|
+
<xs:element name="Ucet" minOccurs="0">
|
593
|
+
<xs:annotation>
|
594
|
+
<xs:documentation>Účet bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
595
|
+
</xs:annotation>
|
596
|
+
<xs:simpleType>
|
597
|
+
<xs:restriction base="xs:string">
|
598
|
+
<xs:maxLength value="24"/>
|
599
|
+
</xs:restriction>
|
600
|
+
</xs:simpleType>
|
601
|
+
</xs:element>
|
602
|
+
<xs:element name="KodBanky" minOccurs="0">
|
603
|
+
<xs:annotation>
|
604
|
+
<xs:documentation>Kód banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
605
|
+
</xs:annotation>
|
606
|
+
<xs:simpleType>
|
607
|
+
<xs:restriction base="xs:string">
|
608
|
+
<xs:maxLength value="8"/>
|
609
|
+
</xs:restriction>
|
610
|
+
</xs:simpleType>
|
611
|
+
</xs:element>
|
612
|
+
<xs:element name="VSymb" minOccurs="0">
|
613
|
+
<xs:annotation>
|
614
|
+
<xs:documentation>Variabilní symbol
|
615
|
+
bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
616
|
+
</xs:annotation>
|
617
|
+
</xs:element>
|
618
|
+
<xs:element name="SpecSym" minOccurs="0">
|
619
|
+
<xs:annotation>
|
620
|
+
<xs:documentation>Specifický symbol bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
621
|
+
</xs:annotation>
|
622
|
+
<xs:simpleType>
|
623
|
+
<xs:restriction base="xs:string">
|
624
|
+
<xs:maxLength value="10"/>
|
625
|
+
</xs:restriction>
|
626
|
+
</xs:simpleType>
|
627
|
+
</xs:element>
|
628
|
+
<xs:element name="KodPartn" minOccurs="0">
|
629
|
+
<xs:annotation>
|
630
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava NE, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
631
|
+
</xs:annotation>
|
632
|
+
<xs:simpleType>
|
633
|
+
<xs:restriction base="xs:string">
|
634
|
+
<xs:maxLength value="20"/>
|
635
|
+
</xs:restriction>
|
636
|
+
</xs:simpleType>
|
637
|
+
</xs:element>
|
638
|
+
<xs:element name="ISDOC" minOccurs="0">
|
639
|
+
<xs:annotation>
|
640
|
+
<xs:documentation>Údaje pro potřeby elektronické fakturace ISDOC.</xs:documentation>
|
641
|
+
</xs:annotation>
|
642
|
+
<xs:complexType>
|
643
|
+
<xs:attribute name="OznacDok" use="optional">
|
644
|
+
<xs:annotation>
|
645
|
+
<xs:documentation>Označení dokumentu, kterým dal příjemce vystaviteli souhlas s elektronickou formou faktury</xs:documentation>
|
646
|
+
</xs:annotation>
|
647
|
+
</xs:attribute>
|
648
|
+
<xs:attribute name="IdZboziKupujici" use="optional"/>
|
649
|
+
<xs:attribute name="IdZboziProdejce1" use="optional"/>
|
650
|
+
<xs:attribute name="IdZboziProdejce2" use="optional"/>
|
651
|
+
<xs:attribute name="IdZboziProdejce3" use="optional"/>
|
652
|
+
<xs:attribute name="Katalog" use="optional"/>
|
653
|
+
<xs:attribute name="UzivCode" use="optional"/>
|
654
|
+
</xs:complexType>
|
655
|
+
</xs:element>
|
656
|
+
<xs:element name="eshop" minOccurs="0">
|
657
|
+
<xs:annotation>
|
658
|
+
<xs:documentation>Pouze pro adresy určené pro XML el.obchod. EXPORT: ANO, IMPORT: ANO</xs:documentation>
|
659
|
+
</xs:annotation>
|
660
|
+
<xs:complexType>
|
661
|
+
<xs:sequence>
|
662
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
663
|
+
<xs:annotation>
|
664
|
+
<xs:documentation>číslo typu el.obchodu</xs:documentation>
|
665
|
+
</xs:annotation>
|
666
|
+
</xs:element>
|
667
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
668
|
+
<xs:annotation>
|
669
|
+
<xs:documentation>příznak změny, při importu = true jen u nových adres. EXPORT: ANO, po exportu se nastaví na false IMPORT: ANO, </xs:documentation>
|
670
|
+
</xs:annotation>
|
671
|
+
</xs:element>
|
672
|
+
<xs:element name="IN_Id" type="xs:long" minOccurs="0">
|
673
|
+
<xs:annotation>
|
674
|
+
<xs:documentation>ID adresy na el.obchodu, EXPORT: ANO, IMPORT:ANO</xs:documentation>
|
675
|
+
</xs:annotation>
|
676
|
+
</xs:element>
|
677
|
+
<xs:element name="IN_Jmeno" minOccurs="0">
|
678
|
+
<xs:annotation>
|
679
|
+
<xs:documentation>Jméno uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
680
|
+
</xs:annotation>
|
681
|
+
<xs:simpleType>
|
682
|
+
<xs:restriction base="xs:string">
|
683
|
+
<xs:maxLength value="25"/>
|
684
|
+
</xs:restriction>
|
685
|
+
</xs:simpleType>
|
686
|
+
</xs:element>
|
687
|
+
<xs:element name="IN_Heslo" minOccurs="0">
|
688
|
+
<xs:annotation>
|
689
|
+
<xs:documentation>Heslo uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
690
|
+
</xs:annotation>
|
691
|
+
<xs:simpleType>
|
692
|
+
<xs:restriction base="xs:string">
|
693
|
+
<xs:maxLength value="10"/>
|
694
|
+
</xs:restriction>
|
695
|
+
</xs:simpleType>
|
696
|
+
</xs:element>
|
697
|
+
<xs:element name="IN_Dealer" type="xs:boolean" minOccurs="0">
|
698
|
+
<xs:annotation>
|
699
|
+
<xs:documentation>příznak dealera, vylučuje nastavení příznaku IN_Soukrom EXPORT:ANO, IMPORT:NE</xs:documentation>
|
700
|
+
</xs:annotation>
|
701
|
+
</xs:element>
|
702
|
+
<xs:element name="IN_DSkup" minOccurs="0">
|
703
|
+
<xs:annotation>
|
704
|
+
<xs:documentation>Cenová hladina dealera EXPORT:ANO, IMPORT:NE</xs:documentation>
|
705
|
+
</xs:annotation>
|
706
|
+
<xs:simpleType>
|
707
|
+
<xs:restriction base="xs:string">
|
708
|
+
<xs:maxLength value="1"/>
|
709
|
+
</xs:restriction>
|
710
|
+
</xs:simpleType>
|
711
|
+
</xs:element>
|
712
|
+
<xs:element name="IN_IndSlev" type="xs:integer" minOccurs="0">
|
713
|
+
<xs:annotation>
|
714
|
+
<xs:documentation>Sleva EXPORT:ANO, IMPORT:NE</xs:documentation>
|
715
|
+
</xs:annotation>
|
716
|
+
</xs:element>
|
717
|
+
<xs:element name="IN_Soukrom" type="xs:boolean" minOccurs="0">
|
718
|
+
<xs:annotation>
|
719
|
+
<xs:documentation>Příznak soukromé osoby, vylučuje příznak IN_Dealer EXPORT:ANO, IMPORT:NE</xs:documentation>
|
720
|
+
</xs:annotation>
|
721
|
+
</xs:element>
|
722
|
+
<xs:element name="IN_DSkupZkratka" type="xs:string" minOccurs="0">
|
723
|
+
<xs:annotation>
|
724
|
+
<xs:documentation>Zkratka cenové hladiny dealera EXPORT:ano, IMPORT: NE</xs:documentation>
|
725
|
+
</xs:annotation>
|
726
|
+
</xs:element>
|
727
|
+
</xs:sequence>
|
728
|
+
</xs:complexType>
|
729
|
+
</xs:element>
|
730
|
+
</xs:sequence>
|
731
|
+
</xs:complexType>
|
732
|
+
<xs:complexType name="skDokladFirmaType">
|
733
|
+
<xs:annotation>
|
734
|
+
<xs:documentation>Specifikace adresy dodavatele nebo odběratele na skladovém dokladu</xs:documentation>
|
735
|
+
</xs:annotation>
|
736
|
+
<xs:sequence>
|
737
|
+
<xs:element name="ObchNazev" minOccurs="0">
|
738
|
+
<xs:annotation>
|
739
|
+
<xs:documentation>Název - obchodní jméno
|
740
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
741
|
+
</xs:annotation>
|
742
|
+
<xs:simpleType>
|
743
|
+
<xs:restriction base="xs:string">
|
744
|
+
<xs:maxLength value="50"/>
|
745
|
+
</xs:restriction>
|
746
|
+
</xs:simpleType>
|
747
|
+
</xs:element>
|
748
|
+
<xs:element name="ObchAdresa" type="adresaType" minOccurs="0">
|
749
|
+
<xs:annotation>
|
750
|
+
<xs:documentation>Obchodní adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
751
|
+
</xs:annotation>
|
752
|
+
</xs:element>
|
753
|
+
<xs:element name="FaktNazev" minOccurs="0">
|
754
|
+
<xs:annotation>
|
755
|
+
<xs:documentation>Název - fakturační adersa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
756
|
+
</xs:annotation>
|
757
|
+
<xs:simpleType>
|
758
|
+
<xs:restriction base="xs:string">
|
759
|
+
<xs:maxLength value="50"/>
|
760
|
+
</xs:restriction>
|
761
|
+
</xs:simpleType>
|
762
|
+
</xs:element>
|
763
|
+
<xs:element name="FaktAdresa" type="adresaType" minOccurs="0">
|
764
|
+
<xs:annotation>
|
765
|
+
<xs:documentation>Fakturační adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
766
|
+
</xs:annotation>
|
767
|
+
</xs:element>
|
768
|
+
<xs:element name="ICO" minOccurs="0">
|
769
|
+
<xs:annotation>
|
770
|
+
<xs:documentation>IČO IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
771
|
+
</xs:annotation>
|
772
|
+
<xs:simpleType>
|
773
|
+
<xs:restriction base="xs:string">
|
774
|
+
<xs:maxLength value="10"/>
|
775
|
+
</xs:restriction>
|
776
|
+
</xs:simpleType>
|
777
|
+
</xs:element>
|
778
|
+
<xs:element name="DIC" minOccurs="0">
|
779
|
+
<xs:annotation>
|
780
|
+
<xs:documentation>CZ: DIČ SK: IČDPH : IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
781
|
+
</xs:annotation>
|
782
|
+
<xs:simpleType>
|
783
|
+
<xs:restriction base="xs:string">
|
784
|
+
<xs:maxLength value="20"/>
|
785
|
+
</xs:restriction>
|
786
|
+
</xs:simpleType>
|
787
|
+
</xs:element>
|
788
|
+
<xs:element name="DICSK" minOccurs="0">
|
789
|
+
<xs:annotation>
|
790
|
+
<xs:documentation>Pouze SK verze: DIČ IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
791
|
+
</xs:annotation>
|
792
|
+
<xs:simpleType>
|
793
|
+
<xs:restriction base="xs:string">
|
794
|
+
<xs:maxLength value="20"/>
|
795
|
+
</xs:restriction>
|
796
|
+
</xs:simpleType>
|
797
|
+
</xs:element>
|
798
|
+
<xs:element name="GUID" minOccurs="0">
|
799
|
+
<xs:annotation>
|
800
|
+
<xs:documentation>IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
801
|
+
</xs:annotation>
|
802
|
+
<xs:simpleType>
|
803
|
+
<xs:restriction base="xs:string">
|
804
|
+
<xs:maxLength value="38"/>
|
805
|
+
</xs:restriction>
|
806
|
+
</xs:simpleType>
|
807
|
+
</xs:element>
|
808
|
+
<xs:element name="Nazev" minOccurs="0">
|
809
|
+
<xs:annotation>
|
810
|
+
<xs:documentation>Název - provozovna
|
811
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO </xs:documentation>
|
812
|
+
</xs:annotation>
|
813
|
+
<xs:simpleType>
|
814
|
+
<xs:restriction base="xs:string">
|
815
|
+
<xs:maxLength value="50"/>
|
816
|
+
</xs:restriction>
|
817
|
+
</xs:simpleType>
|
818
|
+
</xs:element>
|
819
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
820
|
+
<xs:annotation>
|
821
|
+
<xs:documentation>Adresa provozovny IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
822
|
+
</xs:annotation>
|
823
|
+
</xs:element>
|
824
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
825
|
+
<xs:annotation>
|
826
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
827
|
+
</xs:annotation>
|
828
|
+
</xs:element>
|
829
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
830
|
+
<xs:annotation>
|
831
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
832
|
+
</xs:annotation>
|
833
|
+
</xs:element>
|
834
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
835
|
+
<xs:annotation>
|
836
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
837
|
+
</xs:annotation>
|
838
|
+
</xs:element>
|
839
|
+
<xs:element name="EMail" minOccurs="0">
|
840
|
+
<xs:annotation>
|
841
|
+
<xs:documentation>E-Mailové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
842
|
+
</xs:annotation>
|
843
|
+
<xs:simpleType>
|
844
|
+
<xs:restriction base="xs:string">
|
845
|
+
<xs:maxLength value="50"/>
|
846
|
+
</xs:restriction>
|
847
|
+
</xs:simpleType>
|
848
|
+
</xs:element>
|
849
|
+
<xs:element name="WWW" minOccurs="0">
|
850
|
+
<xs:annotation>
|
851
|
+
<xs:documentation>Adersa webové stránky firmy IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
852
|
+
</xs:annotation>
|
853
|
+
<xs:simpleType>
|
854
|
+
<xs:restriction base="xs:string">
|
855
|
+
<xs:maxLength value="50"/>
|
856
|
+
</xs:restriction>
|
857
|
+
</xs:simpleType>
|
858
|
+
</xs:element>
|
859
|
+
<xs:element name="PlatceDPH" type="xs:boolean" minOccurs="0">
|
860
|
+
<xs:annotation>
|
861
|
+
<xs:documentation>Příznak jestli je firma plátcem DPH IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
862
|
+
</xs:annotation>
|
863
|
+
</xs:element>
|
864
|
+
<xs:element name="FyzOsoba" type="xs:boolean" minOccurs="0">
|
865
|
+
<xs:annotation>
|
866
|
+
<xs:documentation>Příznak jestli je firma fyzická osoba IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
867
|
+
</xs:annotation>
|
868
|
+
</xs:element>
|
869
|
+
<xs:element name="Banka" minOccurs="0">
|
870
|
+
<xs:annotation>
|
871
|
+
<xs:documentation>Název banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
872
|
+
</xs:annotation>
|
873
|
+
<xs:simpleType>
|
874
|
+
<xs:restriction base="xs:string">
|
875
|
+
<xs:maxLength value="50"/>
|
876
|
+
</xs:restriction>
|
877
|
+
</xs:simpleType>
|
878
|
+
</xs:element>
|
879
|
+
<xs:element name="Ucet" minOccurs="0">
|
880
|
+
<xs:annotation>
|
881
|
+
<xs:documentation>Účet bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
882
|
+
</xs:annotation>
|
883
|
+
<xs:simpleType>
|
884
|
+
<xs:restriction base="xs:string">
|
885
|
+
<xs:maxLength value="24"/>
|
886
|
+
</xs:restriction>
|
887
|
+
</xs:simpleType>
|
888
|
+
</xs:element>
|
889
|
+
<xs:element name="KodBanky" minOccurs="0">
|
890
|
+
<xs:annotation>
|
891
|
+
<xs:documentation>Kód banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
892
|
+
</xs:annotation>
|
893
|
+
<xs:simpleType>
|
894
|
+
<xs:restriction base="xs:string">
|
895
|
+
<xs:maxLength value="8"/>
|
896
|
+
</xs:restriction>
|
897
|
+
</xs:simpleType>
|
898
|
+
</xs:element>
|
899
|
+
<xs:element name="VSymb" minOccurs="0">
|
900
|
+
<xs:annotation>
|
901
|
+
<xs:documentation>Variabilní symbol
|
902
|
+
bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
903
|
+
</xs:annotation>
|
904
|
+
</xs:element>
|
905
|
+
<xs:element name="SpecSym" minOccurs="0">
|
906
|
+
<xs:annotation>
|
907
|
+
<xs:documentation>Specifický symbol bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
908
|
+
</xs:annotation>
|
909
|
+
<xs:simpleType>
|
910
|
+
<xs:restriction base="xs:string">
|
911
|
+
<xs:maxLength value="10"/>
|
912
|
+
</xs:restriction>
|
913
|
+
</xs:simpleType>
|
914
|
+
</xs:element>
|
915
|
+
<xs:element name="KodPartn" minOccurs="0">
|
916
|
+
<xs:annotation>
|
917
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava NE, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
918
|
+
</xs:annotation>
|
919
|
+
<xs:simpleType>
|
920
|
+
<xs:restriction base="xs:string">
|
921
|
+
<xs:maxLength value="20"/>
|
922
|
+
</xs:restriction>
|
923
|
+
</xs:simpleType>
|
924
|
+
</xs:element>
|
925
|
+
<xs:element name="eshop" minOccurs="0">
|
926
|
+
<xs:annotation>
|
927
|
+
<xs:documentation>Pouze pro adresy určené pro XML el.obchod. EXPORT: ANO, IMPORT: ANO</xs:documentation>
|
928
|
+
</xs:annotation>
|
929
|
+
<xs:complexType>
|
930
|
+
<xs:sequence>
|
931
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
932
|
+
<xs:annotation>
|
933
|
+
<xs:documentation>číslo typu el.obchodu</xs:documentation>
|
934
|
+
</xs:annotation>
|
935
|
+
</xs:element>
|
936
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
937
|
+
<xs:annotation>
|
938
|
+
<xs:documentation>příznak změny, při importu = true jen u nových adres. EXPORT: ANO, po exportu se nastaví na false IMPORT: ANO, </xs:documentation>
|
939
|
+
</xs:annotation>
|
940
|
+
</xs:element>
|
941
|
+
<xs:element name="IN_Id" type="xs:long" minOccurs="0">
|
942
|
+
<xs:annotation>
|
943
|
+
<xs:documentation>ID adresy na el.obchodu, EXPORT: ANO, IMPORT:ANO</xs:documentation>
|
944
|
+
</xs:annotation>
|
945
|
+
</xs:element>
|
946
|
+
<xs:element name="IN_Jmeno" minOccurs="0">
|
947
|
+
<xs:annotation>
|
948
|
+
<xs:documentation>Jméno uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
949
|
+
</xs:annotation>
|
950
|
+
<xs:simpleType>
|
951
|
+
<xs:restriction base="xs:string">
|
952
|
+
<xs:maxLength value="25"/>
|
953
|
+
</xs:restriction>
|
954
|
+
</xs:simpleType>
|
955
|
+
</xs:element>
|
956
|
+
<xs:element name="IN_Heslo" minOccurs="0">
|
957
|
+
<xs:annotation>
|
958
|
+
<xs:documentation>Heslo uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
959
|
+
</xs:annotation>
|
960
|
+
<xs:simpleType>
|
961
|
+
<xs:restriction base="xs:string">
|
962
|
+
<xs:maxLength value="10"/>
|
963
|
+
</xs:restriction>
|
964
|
+
</xs:simpleType>
|
965
|
+
</xs:element>
|
966
|
+
<xs:element name="IN_Dealer" type="xs:boolean" minOccurs="0">
|
967
|
+
<xs:annotation>
|
968
|
+
<xs:documentation>příznak dealera, vylučuje nastavení příznaku IN_Soukrom EXPORT:ANO, IMPORT:NE</xs:documentation>
|
969
|
+
</xs:annotation>
|
970
|
+
</xs:element>
|
971
|
+
<xs:element name="IN_DSkup" minOccurs="0">
|
972
|
+
<xs:annotation>
|
973
|
+
<xs:documentation>Cenová hladina dealera EXPORT:ANO, IMPORT:NE</xs:documentation>
|
974
|
+
</xs:annotation>
|
975
|
+
<xs:simpleType>
|
976
|
+
<xs:restriction base="xs:string">
|
977
|
+
<xs:maxLength value="1"/>
|
978
|
+
</xs:restriction>
|
979
|
+
</xs:simpleType>
|
980
|
+
</xs:element>
|
981
|
+
<xs:element name="IN_IndSlev" type="xs:integer" minOccurs="0">
|
982
|
+
<xs:annotation>
|
983
|
+
<xs:documentation>Sleva EXPORT:ANO, IMPORT:NE</xs:documentation>
|
984
|
+
</xs:annotation>
|
985
|
+
</xs:element>
|
986
|
+
<xs:element name="IN_Soukrom" type="xs:boolean" minOccurs="0">
|
987
|
+
<xs:annotation>
|
988
|
+
<xs:documentation>Příznak soukromé osoby, vylučuje příznak IN_Dealer EXPORT:ANO, IMPORT:NE</xs:documentation>
|
989
|
+
</xs:annotation>
|
990
|
+
</xs:element>
|
991
|
+
<xs:element name="IN_DSkupZkratka" type="xs:string" minOccurs="0">
|
992
|
+
<xs:annotation>
|
993
|
+
<xs:documentation>Zkratka cenové hladiny dealera EXPORT:ano, IMPORT: NE</xs:documentation>
|
994
|
+
</xs:annotation>
|
995
|
+
</xs:element>
|
996
|
+
</xs:sequence>
|
997
|
+
</xs:complexType>
|
998
|
+
</xs:element>
|
999
|
+
</xs:sequence>
|
1000
|
+
</xs:complexType>
|
1001
|
+
<xs:complexType name="konecPrijFirmaType">
|
1002
|
+
<xs:annotation>
|
1003
|
+
<xs:documentation>Specifikace adresy konečného příjemce na dokladu</xs:documentation>
|
1004
|
+
</xs:annotation>
|
1005
|
+
<xs:sequence>
|
1006
|
+
<xs:element name="Nazev" minOccurs="0">
|
1007
|
+
<xs:annotation>
|
1008
|
+
<xs:documentation>Název - provozovna
|
1009
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO </xs:documentation>
|
1010
|
+
</xs:annotation>
|
1011
|
+
<xs:simpleType>
|
1012
|
+
<xs:restriction base="xs:string">
|
1013
|
+
<xs:maxLength value="50"/>
|
1014
|
+
</xs:restriction>
|
1015
|
+
</xs:simpleType>
|
1016
|
+
</xs:element>
|
1017
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
1018
|
+
<xs:annotation>
|
1019
|
+
<xs:documentation>Adresa provozovny IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1020
|
+
</xs:annotation>
|
1021
|
+
</xs:element>
|
1022
|
+
<xs:element name="GUID" minOccurs="0">
|
1023
|
+
<xs:annotation>
|
1024
|
+
<xs:documentation>IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1025
|
+
</xs:annotation>
|
1026
|
+
<xs:simpleType>
|
1027
|
+
<xs:restriction base="xs:string">
|
1028
|
+
<xs:maxLength value="38"/>
|
1029
|
+
</xs:restriction>
|
1030
|
+
</xs:simpleType>
|
1031
|
+
</xs:element>
|
1032
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
1033
|
+
<xs:annotation>
|
1034
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1035
|
+
</xs:annotation>
|
1036
|
+
</xs:element>
|
1037
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
1038
|
+
<xs:annotation>
|
1039
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1040
|
+
</xs:annotation>
|
1041
|
+
</xs:element>
|
1042
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
1043
|
+
<xs:annotation>
|
1044
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1045
|
+
</xs:annotation>
|
1046
|
+
</xs:element>
|
1047
|
+
<xs:element name="EMail" minOccurs="0">
|
1048
|
+
<xs:annotation>
|
1049
|
+
<xs:documentation>E-Mailové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1050
|
+
</xs:annotation>
|
1051
|
+
<xs:simpleType>
|
1052
|
+
<xs:restriction base="xs:string">
|
1053
|
+
<xs:maxLength value="50"/>
|
1054
|
+
</xs:restriction>
|
1055
|
+
</xs:simpleType>
|
1056
|
+
</xs:element>
|
1057
|
+
<xs:element name="WWW" minOccurs="0">
|
1058
|
+
<xs:annotation>
|
1059
|
+
<xs:documentation>Adersa webové stránky firmy IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1060
|
+
</xs:annotation>
|
1061
|
+
<xs:simpleType>
|
1062
|
+
<xs:restriction base="xs:string">
|
1063
|
+
<xs:maxLength value="50"/>
|
1064
|
+
</xs:restriction>
|
1065
|
+
</xs:simpleType>
|
1066
|
+
</xs:element>
|
1067
|
+
<xs:element name="ICO" minOccurs="0">
|
1068
|
+
<xs:annotation>
|
1069
|
+
<xs:documentation>IČO IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1070
|
+
</xs:annotation>
|
1071
|
+
<xs:simpleType>
|
1072
|
+
<xs:restriction base="xs:string">
|
1073
|
+
<xs:maxLength value="10"/>
|
1074
|
+
</xs:restriction>
|
1075
|
+
</xs:simpleType>
|
1076
|
+
</xs:element>
|
1077
|
+
<xs:element name="DIC" minOccurs="0">
|
1078
|
+
<xs:annotation>
|
1079
|
+
<xs:documentation>CZ: DIČ SK: IČDPH : IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1080
|
+
</xs:annotation>
|
1081
|
+
<xs:simpleType>
|
1082
|
+
<xs:restriction base="xs:string">
|
1083
|
+
<xs:maxLength value="20"/>
|
1084
|
+
</xs:restriction>
|
1085
|
+
</xs:simpleType>
|
1086
|
+
</xs:element>
|
1087
|
+
<xs:element name="DICSK" minOccurs="0">
|
1088
|
+
<xs:annotation>
|
1089
|
+
<xs:documentation>Pouze SK verze: DIČ IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1090
|
+
</xs:annotation>
|
1091
|
+
<xs:simpleType>
|
1092
|
+
<xs:restriction base="xs:string">
|
1093
|
+
<xs:maxLength value="20"/>
|
1094
|
+
</xs:restriction>
|
1095
|
+
</xs:simpleType>
|
1096
|
+
</xs:element>
|
1097
|
+
<xs:element name="PlatceDPH" type="xs:boolean" minOccurs="0">
|
1098
|
+
<xs:annotation>
|
1099
|
+
<xs:documentation>Příznak jestli je firma plátcem DPH IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1100
|
+
</xs:annotation>
|
1101
|
+
</xs:element>
|
1102
|
+
<xs:element name="FyzOsoba" type="xs:boolean" minOccurs="0">
|
1103
|
+
<xs:annotation>
|
1104
|
+
<xs:documentation>Příznak jestli je firma fyzická osoba IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1105
|
+
</xs:annotation>
|
1106
|
+
</xs:element>
|
1107
|
+
<xs:element name="Banka" minOccurs="0">
|
1108
|
+
<xs:annotation>
|
1109
|
+
<xs:documentation>Název banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1110
|
+
</xs:annotation>
|
1111
|
+
<xs:simpleType>
|
1112
|
+
<xs:restriction base="xs:string">
|
1113
|
+
<xs:maxLength value="50"/>
|
1114
|
+
</xs:restriction>
|
1115
|
+
</xs:simpleType>
|
1116
|
+
</xs:element>
|
1117
|
+
<xs:element name="Ucet" minOccurs="0">
|
1118
|
+
<xs:annotation>
|
1119
|
+
<xs:documentation>Účet bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1120
|
+
</xs:annotation>
|
1121
|
+
<xs:simpleType>
|
1122
|
+
<xs:restriction base="xs:string">
|
1123
|
+
<xs:maxLength value="24"/>
|
1124
|
+
</xs:restriction>
|
1125
|
+
</xs:simpleType>
|
1126
|
+
</xs:element>
|
1127
|
+
<xs:element name="KodBanky" minOccurs="0">
|
1128
|
+
<xs:annotation>
|
1129
|
+
<xs:documentation>Kód banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1130
|
+
</xs:annotation>
|
1131
|
+
<xs:simpleType>
|
1132
|
+
<xs:restriction base="xs:string">
|
1133
|
+
<xs:maxLength value="8"/>
|
1134
|
+
</xs:restriction>
|
1135
|
+
</xs:simpleType>
|
1136
|
+
</xs:element>
|
1137
|
+
<xs:element name="VSymb" minOccurs="0">
|
1138
|
+
<xs:annotation>
|
1139
|
+
<xs:documentation>Variabilní symbol
|
1140
|
+
bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1141
|
+
</xs:annotation>
|
1142
|
+
</xs:element>
|
1143
|
+
<xs:element name="SpecSym" minOccurs="0">
|
1144
|
+
<xs:annotation>
|
1145
|
+
<xs:documentation>Specifický symbol bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1146
|
+
</xs:annotation>
|
1147
|
+
<xs:simpleType>
|
1148
|
+
<xs:restriction base="xs:string">
|
1149
|
+
<xs:maxLength value="10"/>
|
1150
|
+
</xs:restriction>
|
1151
|
+
</xs:simpleType>
|
1152
|
+
</xs:element>
|
1153
|
+
<xs:element name="KodPartn" minOccurs="0">
|
1154
|
+
<xs:annotation>
|
1155
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava NE, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1156
|
+
</xs:annotation>
|
1157
|
+
<xs:simpleType>
|
1158
|
+
<xs:restriction base="xs:string">
|
1159
|
+
<xs:maxLength value="20"/>
|
1160
|
+
</xs:restriction>
|
1161
|
+
</xs:simpleType>
|
1162
|
+
</xs:element>
|
1163
|
+
<xs:element name="eshop" minOccurs="0">
|
1164
|
+
<xs:annotation>
|
1165
|
+
<xs:documentation>Pouze pro adresy určené pro XML el.obchod. EXPORT: ANO, IMPORT: ANO</xs:documentation>
|
1166
|
+
</xs:annotation>
|
1167
|
+
<xs:complexType>
|
1168
|
+
<xs:sequence>
|
1169
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
1170
|
+
<xs:annotation>
|
1171
|
+
<xs:documentation>číslo typu el.obchodu</xs:documentation>
|
1172
|
+
</xs:annotation>
|
1173
|
+
</xs:element>
|
1174
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
1175
|
+
<xs:annotation>
|
1176
|
+
<xs:documentation>příznak změny, při importu = true jen u nových adres. EXPORT: ANO, po exportu se nastaví na false IMPORT: ANO, </xs:documentation>
|
1177
|
+
</xs:annotation>
|
1178
|
+
</xs:element>
|
1179
|
+
<xs:element name="IN_Id" type="xs:long" minOccurs="0">
|
1180
|
+
<xs:annotation>
|
1181
|
+
<xs:documentation>ID adresy na el.obchodu, EXPORT: ANO, IMPORT:ANO</xs:documentation>
|
1182
|
+
</xs:annotation>
|
1183
|
+
</xs:element>
|
1184
|
+
<xs:element name="IN_Jmeno" minOccurs="0">
|
1185
|
+
<xs:annotation>
|
1186
|
+
<xs:documentation>Jméno uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
1187
|
+
</xs:annotation>
|
1188
|
+
<xs:simpleType>
|
1189
|
+
<xs:restriction base="xs:string">
|
1190
|
+
<xs:maxLength value="25"/>
|
1191
|
+
</xs:restriction>
|
1192
|
+
</xs:simpleType>
|
1193
|
+
</xs:element>
|
1194
|
+
<xs:element name="IN_Heslo" minOccurs="0">
|
1195
|
+
<xs:annotation>
|
1196
|
+
<xs:documentation>Heslo uživatele na el.obchodu EXPORT:ANO, IMPORT:ANO</xs:documentation>
|
1197
|
+
</xs:annotation>
|
1198
|
+
<xs:simpleType>
|
1199
|
+
<xs:restriction base="xs:string">
|
1200
|
+
<xs:maxLength value="10"/>
|
1201
|
+
</xs:restriction>
|
1202
|
+
</xs:simpleType>
|
1203
|
+
</xs:element>
|
1204
|
+
<xs:element name="IN_Dealer" type="xs:boolean" minOccurs="0">
|
1205
|
+
<xs:annotation>
|
1206
|
+
<xs:documentation>příznak dealera, vylučuje nastavení příznaku IN_Soukrom EXPORT:ANO, IMPORT:NE</xs:documentation>
|
1207
|
+
</xs:annotation>
|
1208
|
+
</xs:element>
|
1209
|
+
<xs:element name="IN_DSkup" minOccurs="0">
|
1210
|
+
<xs:annotation>
|
1211
|
+
<xs:documentation>Cenová hladina dealera EXPORT:ANO, IMPORT:NE</xs:documentation>
|
1212
|
+
</xs:annotation>
|
1213
|
+
<xs:simpleType>
|
1214
|
+
<xs:restriction base="xs:string">
|
1215
|
+
<xs:maxLength value="1"/>
|
1216
|
+
</xs:restriction>
|
1217
|
+
</xs:simpleType>
|
1218
|
+
</xs:element>
|
1219
|
+
<xs:element name="IN_IndSlev" type="xs:integer" minOccurs="0">
|
1220
|
+
<xs:annotation>
|
1221
|
+
<xs:documentation>Sleva EXPORT:ANO, IMPORT:NE</xs:documentation>
|
1222
|
+
</xs:annotation>
|
1223
|
+
</xs:element>
|
1224
|
+
<xs:element name="IN_Soukrom" type="xs:boolean" minOccurs="0">
|
1225
|
+
<xs:annotation>
|
1226
|
+
<xs:documentation>Příznak soukromé osoby, vylučuje příznak IN_Dealer EXPORT:ANO, IMPORT:NE</xs:documentation>
|
1227
|
+
</xs:annotation>
|
1228
|
+
</xs:element>
|
1229
|
+
<xs:element name="IN_DSkupZkratka" type="xs:string" minOccurs="0">
|
1230
|
+
<xs:annotation>
|
1231
|
+
<xs:documentation>Zkratka cenové hladiny dealera EXPORT:ano, IMPORT: NE</xs:documentation>
|
1232
|
+
</xs:annotation>
|
1233
|
+
</xs:element>
|
1234
|
+
</xs:sequence>
|
1235
|
+
</xs:complexType>
|
1236
|
+
</xs:element>
|
1237
|
+
</xs:sequence>
|
1238
|
+
</xs:complexType>
|
1239
|
+
<xs:complexType name="mojeFirmaType">
|
1240
|
+
<xs:annotation>
|
1241
|
+
<xs:documentation>Specifikace domácí adresy v konfiguraci agendy</xs:documentation>
|
1242
|
+
</xs:annotation>
|
1243
|
+
<xs:sequence>
|
1244
|
+
<xs:element name="Nazev" minOccurs="0">
|
1245
|
+
<xs:annotation>
|
1246
|
+
<xs:documentation>Název - provozovna
|
1247
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO </xs:documentation>
|
1248
|
+
</xs:annotation>
|
1249
|
+
<xs:simpleType>
|
1250
|
+
<xs:restriction base="xs:string">
|
1251
|
+
<xs:maxLength value="50"/>
|
1252
|
+
</xs:restriction>
|
1253
|
+
</xs:simpleType>
|
1254
|
+
</xs:element>
|
1255
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
1256
|
+
<xs:annotation>
|
1257
|
+
<xs:documentation>Adresa provozovny IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1258
|
+
</xs:annotation>
|
1259
|
+
</xs:element>
|
1260
|
+
<xs:element name="ObchNazev" minOccurs="0">
|
1261
|
+
<xs:annotation>
|
1262
|
+
<xs:documentation>Název - obchodní jméno
|
1263
|
+
IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1264
|
+
</xs:annotation>
|
1265
|
+
<xs:simpleType>
|
1266
|
+
<xs:restriction base="xs:string">
|
1267
|
+
<xs:maxLength value="50"/>
|
1268
|
+
</xs:restriction>
|
1269
|
+
</xs:simpleType>
|
1270
|
+
</xs:element>
|
1271
|
+
<xs:element name="ObchAdresa" type="adresaType" minOccurs="0">
|
1272
|
+
<xs:annotation>
|
1273
|
+
<xs:documentation>Obchodní adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1274
|
+
</xs:annotation>
|
1275
|
+
</xs:element>
|
1276
|
+
<xs:element name="FaktNazev" minOccurs="0">
|
1277
|
+
<xs:annotation>
|
1278
|
+
<xs:documentation>Název - fakturační adersa IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1279
|
+
</xs:annotation>
|
1280
|
+
<xs:simpleType>
|
1281
|
+
<xs:restriction base="xs:string">
|
1282
|
+
<xs:maxLength value="50"/>
|
1283
|
+
</xs:restriction>
|
1284
|
+
</xs:simpleType>
|
1285
|
+
</xs:element>
|
1286
|
+
<xs:element name="FaktAdresa" type="adresaType" minOccurs="0">
|
1287
|
+
<xs:annotation>
|
1288
|
+
<xs:documentation>Fakturační adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1289
|
+
</xs:annotation>
|
1290
|
+
</xs:element>
|
1291
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
1292
|
+
<xs:annotation>
|
1293
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1294
|
+
</xs:annotation>
|
1295
|
+
</xs:element>
|
1296
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
1297
|
+
<xs:annotation>
|
1298
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1299
|
+
</xs:annotation>
|
1300
|
+
</xs:element>
|
1301
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
1302
|
+
<xs:annotation>
|
1303
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1304
|
+
</xs:annotation>
|
1305
|
+
</xs:element>
|
1306
|
+
<xs:element name="EMail" minOccurs="0">
|
1307
|
+
<xs:annotation>
|
1308
|
+
<xs:documentation>E-Mailové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1309
|
+
</xs:annotation>
|
1310
|
+
<xs:simpleType>
|
1311
|
+
<xs:restriction base="xs:string">
|
1312
|
+
<xs:maxLength value="50"/>
|
1313
|
+
</xs:restriction>
|
1314
|
+
</xs:simpleType>
|
1315
|
+
</xs:element>
|
1316
|
+
<xs:element name="WWW" minOccurs="0">
|
1317
|
+
<xs:annotation>
|
1318
|
+
<xs:documentation>Adersa webové stránky firmy IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1319
|
+
</xs:annotation>
|
1320
|
+
<xs:simpleType>
|
1321
|
+
<xs:restriction base="xs:string">
|
1322
|
+
<xs:maxLength value="50"/>
|
1323
|
+
</xs:restriction>
|
1324
|
+
</xs:simpleType>
|
1325
|
+
</xs:element>
|
1326
|
+
<xs:element name="ICO" minOccurs="0">
|
1327
|
+
<xs:annotation>
|
1328
|
+
<xs:documentation>IČO IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1329
|
+
</xs:annotation>
|
1330
|
+
<xs:simpleType>
|
1331
|
+
<xs:restriction base="xs:string">
|
1332
|
+
<xs:maxLength value="10"/>
|
1333
|
+
</xs:restriction>
|
1334
|
+
</xs:simpleType>
|
1335
|
+
</xs:element>
|
1336
|
+
<xs:element name="DIC" minOccurs="0">
|
1337
|
+
<xs:annotation>
|
1338
|
+
<xs:documentation>CZ: DIČ SK: IČDPH : IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1339
|
+
</xs:annotation>
|
1340
|
+
<xs:simpleType>
|
1341
|
+
<xs:restriction base="xs:string">
|
1342
|
+
<xs:maxLength value="20"/>
|
1343
|
+
</xs:restriction>
|
1344
|
+
</xs:simpleType>
|
1345
|
+
</xs:element>
|
1346
|
+
<xs:element name="DICSK" minOccurs="0">
|
1347
|
+
<xs:annotation>
|
1348
|
+
<xs:documentation>Pouze SK verze: DIČ IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1349
|
+
</xs:annotation>
|
1350
|
+
<xs:simpleType>
|
1351
|
+
<xs:restriction base="xs:string">
|
1352
|
+
<xs:maxLength value="20"/>
|
1353
|
+
</xs:restriction>
|
1354
|
+
</xs:simpleType>
|
1355
|
+
</xs:element>
|
1356
|
+
<xs:element name="Banka" minOccurs="0">
|
1357
|
+
<xs:annotation>
|
1358
|
+
<xs:documentation>Název banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1359
|
+
</xs:annotation>
|
1360
|
+
<xs:simpleType>
|
1361
|
+
<xs:restriction base="xs:string">
|
1362
|
+
<xs:maxLength value="50"/>
|
1363
|
+
</xs:restriction>
|
1364
|
+
</xs:simpleType>
|
1365
|
+
</xs:element>
|
1366
|
+
<xs:element name="Ucet" minOccurs="0">
|
1367
|
+
<xs:annotation>
|
1368
|
+
<xs:documentation>Účet bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1369
|
+
</xs:annotation>
|
1370
|
+
<xs:simpleType>
|
1371
|
+
<xs:restriction base="xs:string">
|
1372
|
+
<xs:maxLength value="24"/>
|
1373
|
+
</xs:restriction>
|
1374
|
+
</xs:simpleType>
|
1375
|
+
</xs:element>
|
1376
|
+
<xs:element name="KodBanky" minOccurs="0">
|
1377
|
+
<xs:annotation>
|
1378
|
+
<xs:documentation>Kód banky bankovního spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1379
|
+
</xs:annotation>
|
1380
|
+
<xs:simpleType>
|
1381
|
+
<xs:restriction base="xs:string">
|
1382
|
+
<xs:maxLength value="8"/>
|
1383
|
+
</xs:restriction>
|
1384
|
+
</xs:simpleType>
|
1385
|
+
</xs:element>
|
1386
|
+
<xs:element name="KodPartn" minOccurs="0">
|
1387
|
+
<xs:annotation>
|
1388
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava NE, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1389
|
+
</xs:annotation>
|
1390
|
+
<xs:simpleType>
|
1391
|
+
<xs:restriction base="xs:string">
|
1392
|
+
<xs:maxLength value="20"/>
|
1393
|
+
</xs:restriction>
|
1394
|
+
</xs:simpleType>
|
1395
|
+
</xs:element>
|
1396
|
+
<xs:element name="FyzOsoba" type="xs:boolean" minOccurs="0">
|
1397
|
+
<xs:annotation>
|
1398
|
+
<xs:documentation>Příznak jestli je firma fyzická osoba IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1399
|
+
</xs:annotation>
|
1400
|
+
</xs:element>
|
1401
|
+
<xs:element name="MenaSymb" minOccurs="0">
|
1402
|
+
<xs:annotation>
|
1403
|
+
<xs:documentation>Symbol domácí měny</xs:documentation>
|
1404
|
+
</xs:annotation>
|
1405
|
+
<xs:simpleType>
|
1406
|
+
<xs:restriction base="xs:string">
|
1407
|
+
<xs:maxLength value="3"/>
|
1408
|
+
</xs:restriction>
|
1409
|
+
</xs:simpleType>
|
1410
|
+
</xs:element>
|
1411
|
+
<xs:element name="MenaKod" minOccurs="0">
|
1412
|
+
<xs:annotation>
|
1413
|
+
<xs:documentation>ISO kód domácí měny</xs:documentation>
|
1414
|
+
</xs:annotation>
|
1415
|
+
<xs:simpleType>
|
1416
|
+
<xs:restriction base="xs:string">
|
1417
|
+
<xs:maxLength value="3"/>
|
1418
|
+
</xs:restriction>
|
1419
|
+
</xs:simpleType>
|
1420
|
+
</xs:element>
|
1421
|
+
</xs:sequence>
|
1422
|
+
</xs:complexType>
|
1423
|
+
<xs:complexType name="osobaType">
|
1424
|
+
<xs:sequence>
|
1425
|
+
<xs:element name="Osloveni" minOccurs="0">
|
1426
|
+
<xs:annotation>
|
1427
|
+
<xs:documentation>Oslovení IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1428
|
+
</xs:annotation>
|
1429
|
+
<xs:simpleType>
|
1430
|
+
<xs:restriction base="xs:string">
|
1431
|
+
<xs:maxLength value="20"/>
|
1432
|
+
</xs:restriction>
|
1433
|
+
</xs:simpleType>
|
1434
|
+
</xs:element>
|
1435
|
+
<xs:element name="TitulPred" minOccurs="0">
|
1436
|
+
<xs:annotation>
|
1437
|
+
<xs:documentation>Titul před jménemIMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1438
|
+
</xs:annotation>
|
1439
|
+
<xs:simpleType>
|
1440
|
+
<xs:restriction base="xs:string">
|
1441
|
+
<xs:maxLength value="15"/>
|
1442
|
+
</xs:restriction>
|
1443
|
+
</xs:simpleType>
|
1444
|
+
</xs:element>
|
1445
|
+
<xs:element name="TitulZa" minOccurs="0">
|
1446
|
+
<xs:annotation>
|
1447
|
+
<xs:documentation>Titul za jménem IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1448
|
+
</xs:annotation>
|
1449
|
+
<xs:simpleType>
|
1450
|
+
<xs:restriction base="xs:string">
|
1451
|
+
<xs:maxLength value="20"/>
|
1452
|
+
</xs:restriction>
|
1453
|
+
</xs:simpleType>
|
1454
|
+
</xs:element>
|
1455
|
+
<xs:element name="Jmeno" minOccurs="0">
|
1456
|
+
<xs:annotation>
|
1457
|
+
<xs:documentation>Jméno IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1458
|
+
</xs:annotation>
|
1459
|
+
<xs:simpleType>
|
1460
|
+
<xs:restriction base="xs:string">
|
1461
|
+
<xs:maxLength value="20"/>
|
1462
|
+
</xs:restriction>
|
1463
|
+
</xs:simpleType>
|
1464
|
+
</xs:element>
|
1465
|
+
<xs:element name="Prijmeni" minOccurs="0">
|
1466
|
+
<xs:annotation>
|
1467
|
+
<xs:documentation>Příjmení IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1468
|
+
</xs:annotation>
|
1469
|
+
<xs:simpleType>
|
1470
|
+
<xs:restriction base="xs:string">
|
1471
|
+
<xs:maxLength value="30"/>
|
1472
|
+
</xs:restriction>
|
1473
|
+
</xs:simpleType>
|
1474
|
+
</xs:element>
|
1475
|
+
<xs:element name="DatNar" type="xs:date" minOccurs="0">
|
1476
|
+
<xs:annotation>
|
1477
|
+
<xs:documentation>Datum narození
|
1478
|
+
IMPORT: nová ANO, oprava ANO,
|
1479
|
+
ExportEmbedded: NE,
|
1480
|
+
ExportStandalone: ANO</xs:documentation>
|
1481
|
+
</xs:annotation>
|
1482
|
+
</xs:element>
|
1483
|
+
<xs:element name="Pohlavi" type="xs:boolean" minOccurs="0">
|
1484
|
+
<xs:annotation>
|
1485
|
+
<xs:documentation>Pohlaví (muž - 1, žena - 0) IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1486
|
+
</xs:annotation>
|
1487
|
+
</xs:element>
|
1488
|
+
<xs:element name="Funkce" minOccurs="0">
|
1489
|
+
<xs:annotation>
|
1490
|
+
<xs:documentation>Funkce ve firmě IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1491
|
+
</xs:annotation>
|
1492
|
+
<xs:simpleType>
|
1493
|
+
<xs:restriction base="xs:string">
|
1494
|
+
<xs:maxLength value="35"/>
|
1495
|
+
</xs:restriction>
|
1496
|
+
</xs:simpleType>
|
1497
|
+
</xs:element>
|
1498
|
+
<xs:element name="Adresa" type="adresaType" minOccurs="0">
|
1499
|
+
<xs:annotation>
|
1500
|
+
<xs:documentation>Privátní adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1501
|
+
</xs:annotation>
|
1502
|
+
</xs:element>
|
1503
|
+
<xs:element name="Tel" type="telefonType" minOccurs="0">
|
1504
|
+
<xs:annotation>
|
1505
|
+
<xs:documentation>Telefonní spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1506
|
+
</xs:annotation>
|
1507
|
+
</xs:element>
|
1508
|
+
<xs:element name="Fax" type="telefonType" minOccurs="0">
|
1509
|
+
<xs:annotation>
|
1510
|
+
<xs:documentation>Faxové spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1511
|
+
</xs:annotation>
|
1512
|
+
</xs:element>
|
1513
|
+
<xs:element name="Mobil" type="telefonType" minOccurs="0">
|
1514
|
+
<xs:annotation>
|
1515
|
+
<xs:documentation>Číslo na mobilní telefon - ignoruje se tag Klap IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1516
|
+
</xs:annotation>
|
1517
|
+
</xs:element>
|
1518
|
+
<xs:element name="Spojeni" minOccurs="0">
|
1519
|
+
<xs:annotation>
|
1520
|
+
<xs:documentation>Ostatní informace ke spojení IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1521
|
+
</xs:annotation>
|
1522
|
+
<xs:simpleType>
|
1523
|
+
<xs:restriction base="xs:string">
|
1524
|
+
<xs:maxLength value="255"/>
|
1525
|
+
</xs:restriction>
|
1526
|
+
</xs:simpleType>
|
1527
|
+
</xs:element>
|
1528
|
+
<xs:element name="EMail" minOccurs="0">
|
1529
|
+
<xs:annotation>
|
1530
|
+
<xs:documentation>E-Mailová adresa IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1531
|
+
</xs:annotation>
|
1532
|
+
<xs:simpleType>
|
1533
|
+
<xs:restriction base="xs:string">
|
1534
|
+
<xs:maxLength value="50"/>
|
1535
|
+
</xs:restriction>
|
1536
|
+
</xs:simpleType>
|
1537
|
+
</xs:element>
|
1538
|
+
<xs:element name="Mail" type="xs:boolean" minOccurs="0">
|
1539
|
+
<xs:annotation>
|
1540
|
+
<xs:documentation>Příznak jestli posílat poštu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: NE</xs:documentation>
|
1541
|
+
</xs:annotation>
|
1542
|
+
</xs:element>
|
1543
|
+
<xs:element name="MailDatum" type="xs:date" minOccurs="0">
|
1544
|
+
<xs:annotation>
|
1545
|
+
<xs:documentation>Datum posledního mailu IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: NE</xs:documentation>
|
1546
|
+
</xs:annotation>
|
1547
|
+
</xs:element>
|
1548
|
+
<xs:element name="Pozn" minOccurs="0">
|
1549
|
+
<xs:annotation>
|
1550
|
+
<xs:documentation>Poznámka IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1551
|
+
</xs:annotation>
|
1552
|
+
</xs:element>
|
1553
|
+
<xs:element name="KodPartn" minOccurs="0">
|
1554
|
+
<xs:annotation>
|
1555
|
+
<xs:documentation>Kód partnera IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1556
|
+
</xs:annotation>
|
1557
|
+
<xs:simpleType>
|
1558
|
+
<xs:restriction base="xs:string">
|
1559
|
+
<xs:maxLength value="20"/>
|
1560
|
+
</xs:restriction>
|
1561
|
+
</xs:simpleType>
|
1562
|
+
</xs:element>
|
1563
|
+
<xs:element name="GUID" minOccurs="0">
|
1564
|
+
<xs:annotation>
|
1565
|
+
<xs:documentation>GUID osoby MPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1566
|
+
</xs:annotation>
|
1567
|
+
</xs:element>
|
1568
|
+
<xs:element name="Jednatel" type="xs:boolean" minOccurs="0">
|
1569
|
+
<xs:annotation>
|
1570
|
+
<xs:documentation>Příznak toho, zda se jedná o jednatele (může jím být max. jedna kont.osoba) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
1571
|
+
</xs:annotation>
|
1572
|
+
</xs:element>
|
1573
|
+
</xs:sequence>
|
1574
|
+
</xs:complexType>
|
1575
|
+
<xs:complexType name="adresaType">
|
1576
|
+
<xs:sequence>
|
1577
|
+
<xs:element name="Ulice" minOccurs="0">
|
1578
|
+
<xs:simpleType>
|
1579
|
+
<xs:restriction base="xs:string">
|
1580
|
+
<xs:maxLength value="50"/>
|
1581
|
+
</xs:restriction>
|
1582
|
+
</xs:simpleType>
|
1583
|
+
</xs:element>
|
1584
|
+
<xs:element name="Misto" minOccurs="0">
|
1585
|
+
<xs:simpleType>
|
1586
|
+
<xs:restriction base="xs:string">
|
1587
|
+
<xs:maxLength value="40"/>
|
1588
|
+
</xs:restriction>
|
1589
|
+
</xs:simpleType>
|
1590
|
+
</xs:element>
|
1591
|
+
<xs:element name="PSC" minOccurs="0">
|
1592
|
+
<xs:simpleType>
|
1593
|
+
<xs:restriction base="xs:string">
|
1594
|
+
<xs:maxLength value="10"/>
|
1595
|
+
</xs:restriction>
|
1596
|
+
</xs:simpleType>
|
1597
|
+
</xs:element>
|
1598
|
+
<xs:element name="Stat" minOccurs="0">
|
1599
|
+
<xs:simpleType>
|
1600
|
+
<xs:restriction base="xs:string">
|
1601
|
+
<xs:maxLength value="20"/>
|
1602
|
+
</xs:restriction>
|
1603
|
+
</xs:simpleType>
|
1604
|
+
</xs:element>
|
1605
|
+
<xs:element name="KodStatu" minOccurs="0">
|
1606
|
+
<xs:annotation>
|
1607
|
+
<xs:documentation>Dvouznakový Kód státu podle ISO 3166-1</xs:documentation>
|
1608
|
+
</xs:annotation>
|
1609
|
+
<xs:simpleType>
|
1610
|
+
<xs:restriction base="xs:string">
|
1611
|
+
<xs:length value="2"/>
|
1612
|
+
</xs:restriction>
|
1613
|
+
</xs:simpleType>
|
1614
|
+
</xs:element>
|
1615
|
+
</xs:sequence>
|
1616
|
+
</xs:complexType>
|
1617
|
+
<xs:complexType name="telefonType">
|
1618
|
+
<xs:sequence>
|
1619
|
+
<xs:element name="Pred" minOccurs="0">
|
1620
|
+
<xs:simpleType>
|
1621
|
+
<xs:restriction base="xs:string">
|
1622
|
+
<xs:maxLength value="10"/>
|
1623
|
+
</xs:restriction>
|
1624
|
+
</xs:simpleType>
|
1625
|
+
</xs:element>
|
1626
|
+
<xs:element name="Cislo" minOccurs="0">
|
1627
|
+
<xs:simpleType>
|
1628
|
+
<xs:restriction base="xs:string">
|
1629
|
+
<xs:maxLength value="20"/>
|
1630
|
+
</xs:restriction>
|
1631
|
+
</xs:simpleType>
|
1632
|
+
</xs:element>
|
1633
|
+
<xs:element name="Klap" minOccurs="0">
|
1634
|
+
<xs:simpleType>
|
1635
|
+
<xs:restriction base="xs:string">
|
1636
|
+
<xs:maxLength value="5"/>
|
1637
|
+
</xs:restriction>
|
1638
|
+
</xs:simpleType>
|
1639
|
+
</xs:element>
|
1640
|
+
</xs:sequence>
|
1641
|
+
</xs:complexType>
|
1642
|
+
<xs:complexType name="skupinaFiremType">
|
1643
|
+
<xs:sequence>
|
1644
|
+
<xs:element name="Zkratka" type="zkratkaType">
|
1645
|
+
<xs:annotation>
|
1646
|
+
<xs:documentation>Zkratka skupiny IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1647
|
+
</xs:annotation>
|
1648
|
+
</xs:element>
|
1649
|
+
<xs:element name="Nazev" type="popisType" minOccurs="0">
|
1650
|
+
<xs:annotation>
|
1651
|
+
<xs:documentation>Název skupiny IMPORT: nová ANO, oprava ANO, ExportEmbedded: ANO, ExportStandalone: ANO</xs:documentation>
|
1652
|
+
</xs:annotation>
|
1653
|
+
</xs:element>
|
1654
|
+
<xs:element name="Poznamka" minOccurs="0">
|
1655
|
+
<xs:annotation>
|
1656
|
+
<xs:documentation>Poznámka IMPORT: nová ANO, oprava ANO, ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1657
|
+
</xs:annotation>
|
1658
|
+
</xs:element>
|
1659
|
+
</xs:sequence>
|
1660
|
+
</xs:complexType>
|
1661
|
+
<xs:complexType name="bankSpojeniType">
|
1662
|
+
<xs:sequence>
|
1663
|
+
<xs:element name="Ucet" minOccurs="0">
|
1664
|
+
<xs:annotation>
|
1665
|
+
<xs:documentation>Účet bankovního spojení ExportEmbedded: NE ExportStandalone: ANO</xs:documentation>
|
1666
|
+
</xs:annotation>
|
1667
|
+
<xs:simpleType>
|
1668
|
+
<xs:restriction base="xs:string">
|
1669
|
+
<xs:maxLength value="24"/>
|
1670
|
+
</xs:restriction>
|
1671
|
+
</xs:simpleType>
|
1672
|
+
</xs:element>
|
1673
|
+
<xs:element name="KodBanky" minOccurs="0">
|
1674
|
+
<xs:annotation>
|
1675
|
+
<xs:documentation>Kód banky bankovního spojení ExportEmbedded: NE, ExportStandalone: ANO</xs:documentation>
|
1676
|
+
</xs:annotation>
|
1677
|
+
<xs:simpleType>
|
1678
|
+
<xs:restriction base="xs:string">
|
1679
|
+
<xs:maxLength value="8"/>
|
1680
|
+
</xs:restriction>
|
1681
|
+
</xs:simpleType>
|
1682
|
+
</xs:element>
|
1683
|
+
<xs:element name="Mena" minOccurs="0">
|
1684
|
+
<xs:annotation>
|
1685
|
+
<xs:documentation>Měna účtu. ExportEmbedded:NE, ExportStandalone:ANO</xs:documentation>
|
1686
|
+
</xs:annotation>
|
1687
|
+
<xs:simpleType>
|
1688
|
+
<xs:restriction base="xs:string">
|
1689
|
+
<xs:maxLength value="4"/>
|
1690
|
+
</xs:restriction>
|
1691
|
+
</xs:simpleType>
|
1692
|
+
</xs:element>
|
1693
|
+
<xs:element name="Ucel" minOccurs="0">
|
1694
|
+
<xs:annotation>
|
1695
|
+
<xs:documentation>Účel účtu, info editované userem. ExportEmbedded:NE,ExportStandalone:ANO</xs:documentation>
|
1696
|
+
</xs:annotation>
|
1697
|
+
<xs:simpleType>
|
1698
|
+
<xs:restriction base="xs:string">
|
1699
|
+
<xs:maxLength value="20"/>
|
1700
|
+
</xs:restriction>
|
1701
|
+
</xs:simpleType>
|
1702
|
+
</xs:element>
|
1703
|
+
</xs:sequence>
|
1704
|
+
</xs:complexType>
|
1705
|
+
</xs:schema>
|