money_xml_validator 0.0.1 → 1.0.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.
- checksums.yaml +5 -5
- data/Gemfile.lock +24 -0
- data/README.md +17 -7
- data/lib/money_xml_validator.rb +1 -1
- data/lib/money_xml_validator/money_xsd/README.md +10 -2
- data/lib/money_xml_validator/money_xsd/examples/basic_invoice.xml +56 -0
- data/lib/money_xml_validator/money_xsd/examples/credit_note.xml +58 -0
- data/lib/money_xml_validator/money_xsd/{Dochazka → schemas/Dochazka}/Dochazka.xsd +24 -20
- data/lib/money_xml_validator/money_xsd/{Dochazka → schemas/Dochazka}/Zamestnanci.xsd +13 -7
- data/lib/money_xml_validator/money_xsd/{EPO → schemas/EPO}/EPO_Error.xsd +11 -11
- data/lib/money_xml_validator/money_xsd/{EPO → schemas/EPO}/EPO_Success.xsd +1 -1
- data/lib/money_xml_validator/money_xsd/schemas/Readme.txt +4 -0
- data/lib/money_xml_validator/money_xsd/{_Document.xsd → schemas/_Document.xsd} +35 -51
- data/lib/money_xml_validator/money_xsd/{_Export.xsd → schemas/_Export.xsd} +7 -3
- data/lib/money_xml_validator/money_xsd/schemas/_Import.xsd +176 -0
- data/lib/money_xml_validator/money_xsd/{_Report.xsd → schemas/_Report.xsd} +41 -134
- data/lib/money_xml_validator/money_xsd/schemas/__Comtypes.xsd +742 -0
- data/lib/money_xml_validator/money_xsd/{__Faktura.xsd → schemas/__Faktura.xsd} +577 -566
- data/lib/money_xml_validator/money_xsd/{__Firma.xsd → schemas/__Firma.xsd} +197 -96
- data/lib/money_xml_validator/money_xsd/schemas/__IntDokl.xsd +427 -0
- data/lib/money_xml_validator/money_xsd/{__InvDokl.xsd → schemas/__InvDokl.xsd} +11 -8
- data/lib/money_xml_validator/money_xsd/{__Mzda.xsd → schemas/__Mzda.xsd} +10 -6
- data/lib/money_xml_validator/money_xsd/schemas/__Objedn.xsd +896 -0
- data/lib/money_xml_validator/money_xsd/schemas/__Seznamy.xsd +1755 -0
- data/lib/money_xml_validator/money_xsd/schemas/__SklDokl.xsd +685 -0
- data/lib/money_xml_validator/money_xsd/{__UcDokl.xsd → schemas/__UcDokl.xsd} +1019 -925
- data/lib/money_xml_validator/money_xsd/{__Uhrady.xsd → schemas/__Uhrady.xsd} +92 -92
- data/lib/money_xml_validator/money_xsd/{__Vyroba.xsd → schemas/__Vyroba.xsd} +0 -0
- data/lib/money_xml_validator/money_xsd/{__Zakazka.xsd → schemas/__Zakazka.xsd} +5 -31
- data/lib/money_xml_validator/money_xsd/{__Zamestnanec.xsd → schemas/__Zamestnanec.xsd} +6 -6
- data/lib/money_xml_validator/money_xsd/schemas/__Zasoba.xsd +1319 -0
- data/money_xml_validator.gemspec +1 -1
- metadata +30 -28
- data/lib/money_xml_validator/money_xsd/_Import.xsd +0 -94
- data/lib/money_xml_validator/money_xsd/__Comtypes.xsd +0 -706
- data/lib/money_xml_validator/money_xsd/__IntDokl.xsd +0 -397
- data/lib/money_xml_validator/money_xsd/__Objedn.xsd +0 -865
- data/lib/money_xml_validator/money_xsd/__Seznamy.xsd +0 -1721
- data/lib/money_xml_validator/money_xsd/__SklDokl.xsd +0 -674
- data/lib/money_xml_validator/money_xsd/__Zasoba.xsd +0 -1317
- data/lib/money_xml_validator/money_xsd/all_schemas.zip +0 -0
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
<xs:annotation>
|
|
12
12
|
<xs:documentation>Obecně platí:IMPORT: nová ANO, oprava NE, EXPORT: ANO Podrobnosti pro jednotlivé proměbnné jsou uvedeny přímo u komkrétních tagů</xs:documentation>
|
|
13
13
|
</xs:annotation>
|
|
14
|
-
<xs:
|
|
14
|
+
<xs:all>
|
|
15
15
|
<xs:element name="Doklad" minOccurs="0">
|
|
16
16
|
<xs:annotation>
|
|
17
|
-
<xs:documentation>Číslo dokladu
|
|
17
|
+
<xs:documentation>Číslo dokladu
|
|
18
|
+
IMPORT: nová ANO, oprava NE
|
|
19
|
+
EXPORT: ANO</xs:documentation>
|
|
18
20
|
</xs:annotation>
|
|
19
21
|
<xs:simpleType>
|
|
20
22
|
<xs:restriction base="xs:string">
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
</xs:element>
|
|
25
27
|
<xs:element name="EvCisDokl" minOccurs="0">
|
|
26
28
|
<xs:annotation>
|
|
27
|
-
<xs:documentation>Evidenční číslo daňového dokladu pro
|
|
29
|
+
<xs:documentation>Evidenční číslo daňového dokladu pro Kontrolní hlášení DPH (pouze faktury vydané)
|
|
28
30
|
IMPORT. ANO
|
|
29
31
|
EXPORT: ANO</xs:documentation>
|
|
30
32
|
</xs:annotation>
|
|
@@ -39,7 +41,28 @@
|
|
|
39
41
|
<xs:documentation>Způsob účtování dokladu:
|
|
40
42
|
0 = účtování dokladu proběhne podle nastavení v konfiguraci (default)
|
|
41
43
|
1 = doklad se nezaúčtuje
|
|
42
|
-
|
|
44
|
+
|
|
45
|
+
IMPORT: nová ANO, oprava NE
|
|
46
|
+
EXPORT: ANO</xs:documentation>
|
|
47
|
+
</xs:annotation>
|
|
48
|
+
</xs:element>
|
|
49
|
+
<xs:element name="Storno" type="xs:byte" minOccurs="0">
|
|
50
|
+
<xs:annotation>
|
|
51
|
+
<xs:documentation>Informace o stornu dokladu:
|
|
52
|
+
0 = normální doklad bez vlivu na storno
|
|
53
|
+
1 = stornovaný doklad
|
|
54
|
+
2 = stornující protidoklad
|
|
55
|
+
IMPORT: NE
|
|
56
|
+
EXPORT: ANO</xs:documentation>
|
|
57
|
+
</xs:annotation>
|
|
58
|
+
</xs:element>
|
|
59
|
+
<xs:element name="Del" type="xs:boolean" minOccurs="0">
|
|
60
|
+
<xs:annotation>
|
|
61
|
+
<xs:documentation>Informace o smazaném dokladu:
|
|
62
|
+
0 = normální nesmazaný doklad
|
|
63
|
+
1 = smazaný doklad
|
|
64
|
+
IMPORT: NE
|
|
65
|
+
EXPORT: ANO</xs:documentation>
|
|
43
66
|
</xs:annotation>
|
|
44
67
|
</xs:element>
|
|
45
68
|
<xs:element name="GUID" minOccurs="0">
|
|
@@ -114,6 +137,11 @@
|
|
|
114
137
|
<xs:documentation>Datum skl.pohybu IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
115
138
|
</xs:annotation>
|
|
116
139
|
</xs:element>
|
|
140
|
+
<xs:element name="DobrDUZP" minOccurs="0">
|
|
141
|
+
<xs:annotation>
|
|
142
|
+
<xs:documentation>Datum uskutečnění zdanitelného plnění dobropisovaného dokladu</xs:documentation>
|
|
143
|
+
</xs:annotation>
|
|
144
|
+
</xs:element>
|
|
117
145
|
<xs:element name="KonstSym" minOccurs="0">
|
|
118
146
|
<xs:annotation>
|
|
119
147
|
<xs:documentation> IMPORT: nová ANO, EXPORT: ANO</xs:documentation>
|
|
@@ -166,7 +194,8 @@
|
|
|
166
194
|
</xs:element>
|
|
167
195
|
<xs:element name="PrijatDokl" minOccurs="0">
|
|
168
196
|
<xs:annotation>
|
|
169
|
-
<xs:documentation>Číslo
|
|
197
|
+
<xs:documentation>Číslo přijatého dokladu - pouze faktury přijaté
|
|
198
|
+
IMPORT: nová ANO, EXPORT: ANO</xs:documentation>
|
|
170
199
|
</xs:annotation>
|
|
171
200
|
<xs:simpleType>
|
|
172
201
|
<xs:restriction base="xs:string">
|
|
@@ -222,12 +251,12 @@
|
|
|
222
251
|
<xs:element name="Druh" minOccurs="0">
|
|
223
252
|
<xs:annotation>
|
|
224
253
|
<xs:documentation>Druh faktury:
|
|
225
|
-
N - normální(default)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
L = zálohová-objednávková, F = proforma-objednávková
|
|
254
|
+
N - normální (default)
|
|
255
|
+
L = zálohová
|
|
256
|
+
F = proforma
|
|
229
257
|
D = daňový doklad
|
|
230
258
|
k přijaté platbě
|
|
259
|
+
|
|
231
260
|
IMPORT: nová ANO, EXPORT: ANO</xs:documentation>
|
|
232
261
|
</xs:annotation>
|
|
233
262
|
<xs:simpleType>
|
|
@@ -247,11 +276,6 @@
|
|
|
247
276
|
<xs:documentation>Příznak dobropisu (default=False) IMPORT: nová ANO, EXPORT: ANO</xs:documentation>
|
|
248
277
|
</xs:annotation>
|
|
249
278
|
</xs:element>
|
|
250
|
-
<xs:element name="DobrDUZP" minOccurs="0">
|
|
251
|
-
<xs:annotation>
|
|
252
|
-
<xs:documentation>Datum uskutečnění zdanitelného plnění dobropisovaného dokladu</xs:documentation>
|
|
253
|
-
</xs:annotation>
|
|
254
|
-
</xs:element>
|
|
255
279
|
<xs:element name="ZpDopravy" minOccurs="0">
|
|
256
280
|
<xs:annotation>
|
|
257
281
|
<xs:documentation>Způsob dopravy (pouze FV) IMPORT: nová ANO, EXPORT: ANO</xs:documentation>
|
|
@@ -293,9 +317,21 @@
|
|
|
293
317
|
</xs:restriction>
|
|
294
318
|
</xs:simpleType>
|
|
295
319
|
</xs:element>
|
|
296
|
-
<xs:element name="ZpVypDPH" minOccurs="0">
|
|
320
|
+
<xs:element name="ZpVypDPH" type="xs:byte" minOccurs="0">
|
|
297
321
|
<xs:annotation>
|
|
298
|
-
<xs:documentation>Způsob výpočtu DPH
|
|
322
|
+
<xs:documentation>Způsob výpočtu DPH (1 = matematicky, 2 = koeficient). IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
323
|
+
</xs:annotation>
|
|
324
|
+
</xs:element>
|
|
325
|
+
<xs:element name="SazbaDPH1" type="procentoType" minOccurs="0">
|
|
326
|
+
<xs:annotation>
|
|
327
|
+
<xs:documentation>Snížená sazba DPH IMPORT: ANO
|
|
328
|
+
EXPORT: ANO</xs:documentation>
|
|
329
|
+
</xs:annotation>
|
|
330
|
+
</xs:element>
|
|
331
|
+
<xs:element name="SazbaDPH2" type="procentoType" minOccurs="0">
|
|
332
|
+
<xs:annotation>
|
|
333
|
+
<xs:documentation>Základní sazba DPH IMPORT: ANO
|
|
334
|
+
EXPORT: ANO</xs:documentation>
|
|
299
335
|
</xs:annotation>
|
|
300
336
|
</xs:element>
|
|
301
337
|
<xs:element name="Proplatit" type="castkaType" minOccurs="0">
|
|
@@ -308,31 +344,17 @@
|
|
|
308
344
|
<xs:documentation>Příznak vyúčtování (odpočtu) u zálohových faktur IMPORT: NE, EXPORT: ANO</xs:documentation>
|
|
309
345
|
</xs:annotation>
|
|
310
346
|
</xs:element>
|
|
311
|
-
<xs:element name="
|
|
347
|
+
<xs:element name="SouhrnDPH" type="souhrnDPHType">
|
|
312
348
|
<xs:annotation>
|
|
313
|
-
<xs:documentation>
|
|
349
|
+
<xs:documentation>Doklady v domácí měně: IMPORT: ANO
|
|
314
350
|
EXPORT: ANO</xs:documentation>
|
|
315
351
|
</xs:annotation>
|
|
316
352
|
</xs:element>
|
|
317
|
-
<xs:element name="
|
|
353
|
+
<xs:element name="Celkem" type="castkaType">
|
|
318
354
|
<xs:annotation>
|
|
319
|
-
<xs:documentation>
|
|
320
|
-
EXPORT: ANO</xs:documentation>
|
|
355
|
+
<xs:documentation>Celkiem s DPH (POUZE EXPORT)</xs:documentation>
|
|
321
356
|
</xs:annotation>
|
|
322
357
|
</xs:element>
|
|
323
|
-
<xs:sequence minOccurs="0">
|
|
324
|
-
<xs:element name="SouhrnDPH" type="souhrnDPHType">
|
|
325
|
-
<xs:annotation>
|
|
326
|
-
<xs:documentation>Doklady v domácí měně: IMPORT: ANO
|
|
327
|
-
EXPORT: ANO</xs:documentation>
|
|
328
|
-
</xs:annotation>
|
|
329
|
-
</xs:element>
|
|
330
|
-
<xs:element name="Celkem" type="castkaType">
|
|
331
|
-
<xs:annotation>
|
|
332
|
-
<xs:documentation>Celkiem s DPH (POUZE EXPORT)</xs:documentation>
|
|
333
|
-
</xs:annotation>
|
|
334
|
-
</xs:element>
|
|
335
|
-
</xs:sequence>
|
|
336
358
|
<xs:element name="Valuty" minOccurs="0">
|
|
337
359
|
<xs:annotation>
|
|
338
360
|
<xs:documentation>Doklad v cizí měně
|
|
@@ -340,7 +362,7 @@
|
|
|
340
362
|
EXPORT: ANO</xs:documentation>
|
|
341
363
|
</xs:annotation>
|
|
342
364
|
<xs:complexType>
|
|
343
|
-
<xs:
|
|
365
|
+
<xs:all>
|
|
344
366
|
<xs:element name="Mena" type="menaType">
|
|
345
367
|
<xs:annotation>
|
|
346
368
|
<xs:documentation>Identifikace cizí měny</xs:documentation>
|
|
@@ -358,7 +380,7 @@
|
|
|
358
380
|
<xs:documentation>Celkem s DPH ve valutách (POUZE EXPORT)</xs:documentation>
|
|
359
381
|
</xs:annotation>
|
|
360
382
|
</xs:element>
|
|
361
|
-
</xs:
|
|
383
|
+
</xs:all>
|
|
362
384
|
</xs:complexType>
|
|
363
385
|
</xs:element>
|
|
364
386
|
<xs:element name="Typ" type="zkratkaType" minOccurs="0">
|
|
@@ -396,14 +418,27 @@
|
|
|
396
418
|
<xs:documentation> IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
397
419
|
</xs:annotation>
|
|
398
420
|
</xs:element>
|
|
421
|
+
<xs:element name="DateUpom1" type="xs:date" minOccurs="0">
|
|
422
|
+
<xs:annotation>
|
|
423
|
+
<xs:documentation> IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
424
|
+
</xs:annotation>
|
|
425
|
+
</xs:element>
|
|
426
|
+
<xs:element name="DateUpom2" type="xs:date" minOccurs="0">
|
|
427
|
+
<xs:annotation>
|
|
428
|
+
<xs:documentation>IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
429
|
+
</xs:annotation>
|
|
430
|
+
</xs:element>
|
|
431
|
+
<xs:element name="DateUpomL" type="xs:date" minOccurs="0">
|
|
432
|
+
<xs:annotation>
|
|
433
|
+
<xs:documentation>IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
434
|
+
</xs:annotation>
|
|
435
|
+
</xs:element>
|
|
399
436
|
<xs:element name="TextPredFa" minOccurs="0">
|
|
400
437
|
<xs:annotation>
|
|
401
438
|
<xs:documentation>jen FV:Memo položka: Text před položkami pro tisk IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
402
439
|
</xs:annotation>
|
|
403
440
|
<xs:simpleType>
|
|
404
|
-
<xs:restriction base="xs:string"
|
|
405
|
-
<xs:maxLength value="255"/>
|
|
406
|
-
</xs:restriction>
|
|
441
|
+
<xs:restriction base="xs:string"/>
|
|
407
442
|
</xs:simpleType>
|
|
408
443
|
</xs:element>
|
|
409
444
|
<xs:element name="TextZaFa" minOccurs="0">
|
|
@@ -411,9 +446,7 @@
|
|
|
411
446
|
<xs:documentation>jen FV:Memo položka: Text za položkami pro tisk IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
412
447
|
</xs:annotation>
|
|
413
448
|
<xs:simpleType>
|
|
414
|
-
<xs:restriction base="xs:string"
|
|
415
|
-
<xs:maxLength value="255"/>
|
|
416
|
-
</xs:restriction>
|
|
449
|
+
<xs:restriction base="xs:string"/>
|
|
417
450
|
</xs:simpleType>
|
|
418
451
|
</xs:element>
|
|
419
452
|
<xs:element name="TextPredDL" minOccurs="0">
|
|
@@ -421,9 +454,7 @@
|
|
|
421
454
|
<xs:documentation>jen FV:Memo položka: Text před položkami pro tisk IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
422
455
|
</xs:annotation>
|
|
423
456
|
<xs:simpleType>
|
|
424
|
-
<xs:restriction base="xs:string"
|
|
425
|
-
<xs:maxLength value="255"/>
|
|
426
|
-
</xs:restriction>
|
|
457
|
+
<xs:restriction base="xs:string"/>
|
|
427
458
|
</xs:simpleType>
|
|
428
459
|
</xs:element>
|
|
429
460
|
<xs:element name="TextZaDL" minOccurs="0">
|
|
@@ -431,26 +462,9 @@
|
|
|
431
462
|
<xs:documentation>jen FV:Memo položka: Text za položkami pro tisk IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
432
463
|
</xs:annotation>
|
|
433
464
|
<xs:simpleType>
|
|
434
|
-
<xs:restriction base="xs:string"
|
|
435
|
-
<xs:maxLength value="255"/>
|
|
436
|
-
</xs:restriction>
|
|
465
|
+
<xs:restriction base="xs:string"/>
|
|
437
466
|
</xs:simpleType>
|
|
438
467
|
</xs:element>
|
|
439
|
-
<xs:element name="DateUpom1" type="xs:date" minOccurs="0">
|
|
440
|
-
<xs:annotation>
|
|
441
|
-
<xs:documentation> IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
442
|
-
</xs:annotation>
|
|
443
|
-
</xs:element>
|
|
444
|
-
<xs:element name="DateUpom2" type="xs:date" minOccurs="0">
|
|
445
|
-
<xs:annotation>
|
|
446
|
-
<xs:documentation>IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
447
|
-
</xs:annotation>
|
|
448
|
-
</xs:element>
|
|
449
|
-
<xs:element name="DateUpomL" type="xs:date" minOccurs="0">
|
|
450
|
-
<xs:annotation>
|
|
451
|
-
<xs:documentation>IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
452
|
-
</xs:annotation>
|
|
453
|
-
</xs:element>
|
|
454
468
|
<xs:element name="ValutyProp" type="castkaType" minOccurs="0">
|
|
455
469
|
<xs:annotation>
|
|
456
470
|
<xs:documentation>Zbývá proplatit ve valutách IMPORT: NE, EXPORT: ANO </xs:documentation>
|
|
@@ -567,14 +581,6 @@
|
|
|
567
581
|
<xs:element name="KonecPrij" type="msgFirmaType" minOccurs="0"/>
|
|
568
582
|
<xs:element name="Polozka" type="msgFaktPolozType" minOccurs="0" maxOccurs="unbounded"/>
|
|
569
583
|
<xs:element name="Uhrada" type="messageType" minOccurs="0" maxOccurs="unbounded"/>
|
|
570
|
-
<xs:element name="Data" minOccurs="0">
|
|
571
|
-
<xs:complexType>
|
|
572
|
-
<xs:choice>
|
|
573
|
-
<xs:element name="FaktVyd" type="fakturaType"/>
|
|
574
|
-
<xs:element name="FaktPrij" type="fakturaType"/>
|
|
575
|
-
</xs:choice>
|
|
576
|
-
</xs:complexType>
|
|
577
|
-
</xs:element>
|
|
578
584
|
</xs:sequence>
|
|
579
585
|
<xs:attribute name="Exported" type="xs:boolean" use="optional">
|
|
580
586
|
<xs:annotation>
|
|
@@ -591,507 +597,512 @@
|
|
|
591
597
|
|
|
592
598
|
IMPORT: ANO,
|
|
593
599
|
EXPORT: ANO
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
600
|
+
</xs:documentation>
|
|
601
|
+
</xs:annotation>
|
|
602
|
+
<xs:complexType>
|
|
603
|
+
<xs:all>
|
|
604
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
|
605
|
+
<xs:annotation>
|
|
606
|
+
<xs:documentation>Typ internetového obchodu:
|
|
601
607
|
|
|
602
|
-
|
|
603
|
-
|
|
608
|
+
0 = bez obchodování na internetu
|
|
609
|
+
6 = E-shop konektor
|
|
604
610
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
611
|
+
IMPORT:ANO,
|
|
612
|
+
EXPORT:ANO </xs:documentation>
|
|
613
|
+
</xs:annotation>
|
|
614
|
+
</xs:element>
|
|
615
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
|
616
|
+
<xs:annotation>
|
|
617
|
+
<xs:documentation>Příznak změny faktury v Money nebo v internetovém obchodě
|
|
612
618
|
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
619
|
+
IMPORT:NE,
|
|
620
|
+
EXPORT:ANO </xs:documentation>
|
|
621
|
+
</xs:annotation>
|
|
622
|
+
</xs:element>
|
|
623
|
+
<xs:element name="IN_FakCis" type="xs:long" minOccurs="0">
|
|
624
|
+
<xs:annotation>
|
|
625
|
+
<xs:documentation>ID (číslo) faktury v internetovém obchodě
|
|
620
626
|
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
627
|
+
IMPORT:ANO,
|
|
628
|
+
EXPORT:ANO </xs:documentation>
|
|
629
|
+
</xs:annotation>
|
|
630
|
+
</xs:element>
|
|
631
|
+
<xs:element name="IN_ReqStor" type="xs:boolean" minOccurs="0">
|
|
632
|
+
<xs:annotation>
|
|
633
|
+
<xs:documentation>Požadaek storna faktury v internetovém obchodě
|
|
628
634
|
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
635
|
+
IMPORT:ANO,
|
|
636
|
+
EXPORT:NE</xs:documentation>
|
|
637
|
+
</xs:annotation>
|
|
638
|
+
</xs:element>
|
|
639
|
+
<xs:element name="IN_YesStor" type="xs:boolean" minOccurs="0">
|
|
640
|
+
<xs:annotation>
|
|
641
|
+
<xs:documentation>Potvrzení storna faktury z Money
|
|
636
642
|
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
643
|
+
IMPORT:NE,
|
|
644
|
+
EXPORT:ANO</xs:documentation>
|
|
645
|
+
</xs:annotation>
|
|
646
|
+
</xs:element>
|
|
647
|
+
<xs:element name="IN_ShopID" type="xs:string" minOccurs="0">
|
|
648
|
+
<xs:annotation>
|
|
649
|
+
<xs:documentation>Číslo XML obchodu v notaci "nn" (char*2). Základní prodejna (00) se ukládá jako " " (mezery).
|
|
644
650
|
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
+
EXPORT:ANO, IMPORT:NE (plní program dle importu)</xs:documentation>
|
|
652
|
+
</xs:annotation>
|
|
653
|
+
</xs:element>
|
|
654
|
+
<xs:element name="IN_Poznamk" minOccurs="0">
|
|
655
|
+
<xs:annotation>
|
|
656
|
+
<xs:documentation>Poznámka k faktuře v internetovém obchodě
|
|
651
657
|
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
<xs:
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
<xs:
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
<xs:
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
<xs:
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
<xs:
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
</xs:
|
|
996
|
-
</xs:
|
|
997
|
-
<xs:
|
|
998
|
-
<xs:
|
|
999
|
-
<xs:
|
|
1000
|
-
</xs:
|
|
1001
|
-
</xs:
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
</xs:
|
|
1007
|
-
<xs:
|
|
1008
|
-
<xs:
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
<xs:
|
|
1018
|
-
<xs:
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
<xs:
|
|
1072
|
-
<xs:
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
658
|
+
IMPORT:ANO,
|
|
659
|
+
EXPORT:ANO</xs:documentation>
|
|
660
|
+
</xs:annotation>
|
|
661
|
+
<xs:simpleType>
|
|
662
|
+
<xs:restriction base="xs:string">
|
|
663
|
+
<xs:maxLength value="100"/>
|
|
664
|
+
</xs:restriction>
|
|
665
|
+
</xs:simpleType>
|
|
666
|
+
</xs:element>
|
|
667
|
+
</xs:all>
|
|
668
|
+
</xs:complexType>
|
|
669
|
+
</xs:element>
|
|
670
|
+
<xs:element name="Pojisteno" type="castkaType" minOccurs="0">
|
|
671
|
+
<xs:annotation>
|
|
672
|
+
<xs:documentation>Expedice - pojistné (pouze faktury vydané a pouze SK verze)</xs:documentation>
|
|
673
|
+
</xs:annotation>
|
|
674
|
+
</xs:element>
|
|
675
|
+
<xs:element name="Prepravce" type="prepravceType" minOccurs="0">
|
|
676
|
+
<xs:annotation>
|
|
677
|
+
<xs:documentation>Expedice - přepravce (pouze faktury vydané)</xs:documentation>
|
|
678
|
+
</xs:annotation>
|
|
679
|
+
</xs:element>
|
|
680
|
+
<xs:element name="TypZasillky" type="typZasilkyType" minOccurs="0">
|
|
681
|
+
<xs:annotation>
|
|
682
|
+
<xs:documentation>Expedice - typ zásilky (pouze faktury vydané)</xs:documentation>
|
|
683
|
+
</xs:annotation>
|
|
684
|
+
</xs:element>
|
|
685
|
+
<xs:element name="Prepr_Vyplatne" type="preprDoplnUdajType" minOccurs="0">
|
|
686
|
+
<xs:annotation>
|
|
687
|
+
<xs:documentation>Expedice - doplňkový údaj - výplatné (pouze faktury vydané a pouze SK verze)</xs:documentation>
|
|
688
|
+
</xs:annotation>
|
|
689
|
+
</xs:element>
|
|
690
|
+
<xs:element name="Prepr_UhradaDobirky" type="preprDoplnUdajType" minOccurs="0">
|
|
691
|
+
<xs:annotation>
|
|
692
|
+
<xs:documentation>Expedice - doplňkový údaj - úhrada dobírky (pouze faktury vydané a pouze SK verze)</xs:documentation>
|
|
693
|
+
</xs:annotation>
|
|
694
|
+
</xs:element>
|
|
695
|
+
<xs:element name="Prepr_Trida" type="preprDoplnUdajType" minOccurs="0">
|
|
696
|
+
<xs:annotation>
|
|
697
|
+
<xs:documentation>Expedice - doplňkový údaj - třída (pouze faktury vydané a pouze SK verze)</xs:documentation>
|
|
698
|
+
</xs:annotation>
|
|
699
|
+
</xs:element>
|
|
700
|
+
<xs:element name="Prepr_SeznamSluzeb" minOccurs="0">
|
|
701
|
+
<xs:annotation>
|
|
702
|
+
<xs:documentation>Expedice - doplňkový údaj - seznam služeb (pouze faktury vydané a pouze SK verze)</xs:documentation>
|
|
703
|
+
</xs:annotation>
|
|
704
|
+
<xs:complexType>
|
|
705
|
+
<xs:sequence>
|
|
706
|
+
<xs:element name="Prepr_Sluzba" type="preprDoplnUdajType" maxOccurs="unbounded">
|
|
707
|
+
<xs:annotation>
|
|
708
|
+
<xs:documentation>Doplňkový údaj - služba</xs:documentation>
|
|
709
|
+
</xs:annotation>
|
|
710
|
+
</xs:element>
|
|
711
|
+
</xs:sequence>
|
|
712
|
+
</xs:complexType>
|
|
713
|
+
</xs:element>
|
|
714
|
+
<xs:element name="SeznamPolozek" minOccurs="0">
|
|
715
|
+
<xs:annotation>
|
|
716
|
+
<xs:documentation>Seznam položek normálních faktur</xs:documentation>
|
|
717
|
+
</xs:annotation>
|
|
718
|
+
<xs:complexType>
|
|
719
|
+
<xs:sequence>
|
|
720
|
+
<xs:element name="Polozka" type="polFakturyType" minOccurs="0" maxOccurs="unbounded"/>
|
|
721
|
+
</xs:sequence>
|
|
722
|
+
</xs:complexType>
|
|
723
|
+
</xs:element>
|
|
724
|
+
<xs:element name="SeznamZalPolozek" minOccurs="0">
|
|
725
|
+
<xs:annotation>
|
|
726
|
+
<xs:documentation>Seznam položek zálohových (objednávkových) faktur</xs:documentation>
|
|
727
|
+
</xs:annotation>
|
|
728
|
+
<xs:complexType>
|
|
729
|
+
<xs:sequence>
|
|
730
|
+
<xs:element name="Polozka" type="polObjednType" minOccurs="0" maxOccurs="unbounded"/>
|
|
731
|
+
</xs:sequence>
|
|
732
|
+
</xs:complexType>
|
|
733
|
+
</xs:element>
|
|
734
|
+
<xs:element name="SeznamUhrad" minOccurs="0">
|
|
735
|
+
<xs:annotation>
|
|
736
|
+
<xs:documentation>Seznam úhrad</xs:documentation>
|
|
737
|
+
</xs:annotation>
|
|
738
|
+
<xs:complexType>
|
|
739
|
+
<xs:sequence>
|
|
740
|
+
<xs:element name="Uhrada" type="uhradaType" minOccurs="0" maxOccurs="unbounded"/>
|
|
741
|
+
</xs:sequence>
|
|
742
|
+
</xs:complexType>
|
|
743
|
+
</xs:element>
|
|
744
|
+
<xs:element name="MojeFirma" type="mojeFirmaType" minOccurs="0">
|
|
745
|
+
<xs:annotation>
|
|
746
|
+
<xs:documentation>IMPORT: NE, EXPORT: ANO (pouze u FV se importují údaje Banka, Ucet, KodBanky)</xs:documentation>
|
|
747
|
+
</xs:annotation>
|
|
748
|
+
</xs:element>
|
|
749
|
+
<xs:element name="SeznamNepPlateb" minOccurs="0">
|
|
750
|
+
<xs:annotation>
|
|
751
|
+
<xs:documentation>Seznam nepeněžních plateb na fakturách vydaných (pouze CZ verze)
|
|
752
|
+
Import: ANO, Export ANO</xs:documentation>
|
|
753
|
+
</xs:annotation>
|
|
754
|
+
<xs:complexType>
|
|
755
|
+
<xs:sequence>
|
|
756
|
+
<xs:element name="NepPlatba" type="nepPlatbaType" minOccurs="0" maxOccurs="unbounded"/>
|
|
757
|
+
</xs:sequence>
|
|
758
|
+
</xs:complexType>
|
|
759
|
+
</xs:element>
|
|
760
|
+
<xs:element name="Vlajky" minOccurs="0">
|
|
761
|
+
<xs:complexType>
|
|
762
|
+
<xs:sequence>
|
|
763
|
+
<xs:element name="Global" type="VlajkaType" minOccurs="0"/>
|
|
764
|
+
<xs:element name="User" type="VlajkaType" minOccurs="0"/>
|
|
765
|
+
</xs:sequence>
|
|
766
|
+
</xs:complexType>
|
|
767
|
+
</xs:element>
|
|
768
|
+
<xs:element name="SeznamVazeb" minOccurs="0">
|
|
769
|
+
<xs:annotation>
|
|
770
|
+
<xs:documentation>Sezenam vazebních dokladů</xs:documentation>
|
|
771
|
+
</xs:annotation>
|
|
772
|
+
<xs:complexType>
|
|
773
|
+
<xs:sequence>
|
|
774
|
+
<xs:element name="Vazba" type="vazbaType" maxOccurs="unbounded">
|
|
775
|
+
<xs:annotation>
|
|
776
|
+
<xs:documentation>Vazba</xs:documentation>
|
|
777
|
+
</xs:annotation>
|
|
778
|
+
</xs:element>
|
|
779
|
+
</xs:sequence>
|
|
780
|
+
</xs:complexType>
|
|
781
|
+
</xs:element>
|
|
782
|
+
<xs:element name="Dokumenty" minOccurs="0">
|
|
783
|
+
<xs:annotation>
|
|
784
|
+
<xs:documentation>Seznam připojených dokumentů
|
|
785
|
+
IMPORT: ANO
|
|
786
|
+
EXPORT: NE</xs:documentation>
|
|
787
|
+
</xs:annotation>
|
|
788
|
+
<xs:complexType>
|
|
789
|
+
<xs:sequence>
|
|
790
|
+
<xs:element name="Dokument" type="xs:string" maxOccurs="unbounded">
|
|
791
|
+
<xs:annotation>
|
|
792
|
+
<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>
|
|
793
|
+
</xs:annotation>
|
|
794
|
+
</xs:element>
|
|
795
|
+
</xs:sequence>
|
|
796
|
+
</xs:complexType>
|
|
797
|
+
</xs:element>
|
|
798
|
+
<xs:element name="UzivatelskaPole" type="uzivatelskePoleType" minOccurs="0">
|
|
799
|
+
<xs:annotation>
|
|
800
|
+
<xs:documentation>Seznam uživatelských polí
|
|
801
|
+
IMPORT: ANO
|
|
802
|
+
EXPORT: ANO</xs:documentation>
|
|
803
|
+
</xs:annotation>
|
|
804
|
+
</xs:element>
|
|
805
|
+
</xs:all>
|
|
806
|
+
</xs:complexType>
|
|
807
|
+
<xs:complexType name="polFakturyType">
|
|
808
|
+
<xs:all>
|
|
809
|
+
<xs:element name="Popis" type="popisType" minOccurs="0">
|
|
810
|
+
<xs:annotation>
|
|
811
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
812
|
+
</xs:annotation>
|
|
813
|
+
</xs:element>
|
|
814
|
+
<xs:element name="Poznamka" minOccurs="0">
|
|
815
|
+
<xs:annotation>
|
|
816
|
+
<xs:documentation>Memo položka: IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
817
|
+
</xs:annotation>
|
|
818
|
+
</xs:element>
|
|
819
|
+
<xs:element name="PocetMJ" type="mnozstviType" minOccurs="0">
|
|
820
|
+
<xs:annotation>
|
|
821
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
822
|
+
</xs:annotation>
|
|
823
|
+
</xs:element>
|
|
824
|
+
<xs:element name="SazbaDPH" type="procentoType" minOccurs="0">
|
|
825
|
+
<xs:annotation>
|
|
826
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
827
|
+
</xs:annotation>
|
|
828
|
+
</xs:element>
|
|
829
|
+
<xs:element name="Cena" type="castkaType" minOccurs="0">
|
|
830
|
+
<xs:annotation>
|
|
831
|
+
<xs:documentation>Cena za Mj. Typ ceny určuje proměnná CenaTyp: doklad v domácí měně: IMPORT: ANO, EXPORT: ANO doklad v cizí měně: IMPORT: NE (kalkuluje se z Valuty), EXPORT: ANO </xs:documentation>
|
|
832
|
+
</xs:annotation>
|
|
833
|
+
</xs:element>
|
|
834
|
+
<xs:element name="SouhrnDPH" type="souhrnDPHPolType" minOccurs="0">
|
|
835
|
+
<xs:annotation>
|
|
836
|
+
<xs:documentation>Rozpis částek DPH (POUZE ISDOC EXPORT)</xs:documentation>
|
|
837
|
+
</xs:annotation>
|
|
838
|
+
</xs:element>
|
|
839
|
+
<xs:element name="CenaTyp" minOccurs="0">
|
|
840
|
+
<xs:annotation>
|
|
841
|
+
<xs:documentation>0=bez DPH, 1=s DPH, 2=jen DPH, 3=jen základ, skladové položky pouze hodnoty 0,1 IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
842
|
+
</xs:annotation>
|
|
843
|
+
<xs:simpleType>
|
|
844
|
+
<xs:restriction base="xs:decimal">
|
|
845
|
+
<xs:totalDigits value="3"/>
|
|
846
|
+
<xs:fractionDigits value="0"/>
|
|
847
|
+
<xs:enumeration value="0"/>
|
|
848
|
+
<xs:enumeration value="1"/>
|
|
849
|
+
<xs:enumeration value="2"/>
|
|
850
|
+
<xs:enumeration value="3"/>
|
|
851
|
+
</xs:restriction>
|
|
852
|
+
</xs:simpleType>
|
|
853
|
+
</xs:element>
|
|
854
|
+
<xs:element name="Sleva" type="castkaType" minOccurs="0">
|
|
855
|
+
<xs:annotation>
|
|
856
|
+
<xs:documentation>Sleva na položku</xs:documentation>
|
|
857
|
+
</xs:annotation>
|
|
858
|
+
</xs:element>
|
|
859
|
+
<xs:element name="Cinnost" minOccurs="0">
|
|
860
|
+
<xs:annotation>
|
|
861
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
862
|
+
</xs:annotation>
|
|
863
|
+
<xs:simpleType>
|
|
864
|
+
<xs:restriction base="xs:string">
|
|
865
|
+
<xs:maxLength value="10"/>
|
|
866
|
+
</xs:restriction>
|
|
867
|
+
</xs:simpleType>
|
|
868
|
+
</xs:element>
|
|
869
|
+
<xs:element name="Poradi" type="cisloType" minOccurs="0">
|
|
870
|
+
<xs:annotation>
|
|
871
|
+
<xs:documentation>Pořadí položek při tisku IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
872
|
+
</xs:annotation>
|
|
873
|
+
</xs:element>
|
|
874
|
+
<xs:element name="KodDPH" minOccurs="0">
|
|
875
|
+
<xs:annotation>
|
|
876
|
+
<xs:documentation>Členění DPH IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
877
|
+
</xs:annotation>
|
|
878
|
+
<xs:simpleType>
|
|
879
|
+
<xs:restriction base="xs:string">
|
|
880
|
+
<xs:maxLength value="10"/>
|
|
881
|
+
</xs:restriction>
|
|
882
|
+
</xs:simpleType>
|
|
883
|
+
</xs:element>
|
|
884
|
+
<xs:element name="Stredisko" minOccurs="0">
|
|
885
|
+
<xs:annotation>
|
|
886
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
887
|
+
</xs:annotation>
|
|
888
|
+
<xs:simpleType>
|
|
889
|
+
<xs:restriction base="xs:string">
|
|
890
|
+
<xs:maxLength value="10"/>
|
|
891
|
+
</xs:restriction>
|
|
892
|
+
</xs:simpleType>
|
|
893
|
+
</xs:element>
|
|
894
|
+
<xs:element name="Zakazka" minOccurs="0">
|
|
895
|
+
<xs:annotation>
|
|
896
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
897
|
+
</xs:annotation>
|
|
898
|
+
<xs:simpleType>
|
|
899
|
+
<xs:restriction base="xs:string">
|
|
900
|
+
<xs:maxLength value="10"/>
|
|
901
|
+
</xs:restriction>
|
|
902
|
+
</xs:simpleType>
|
|
903
|
+
</xs:element>
|
|
904
|
+
<xs:element name="Predkontac" minOccurs="0">
|
|
905
|
+
<xs:annotation>
|
|
906
|
+
<xs:documentation>IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
907
|
+
</xs:annotation>
|
|
908
|
+
<xs:simpleType>
|
|
909
|
+
<xs:restriction base="xs:string">
|
|
910
|
+
<xs:maxLength value="10"/>
|
|
911
|
+
</xs:restriction>
|
|
912
|
+
</xs:simpleType>
|
|
913
|
+
</xs:element>
|
|
914
|
+
<xs:element name="Valuty" type="castkaType" minOccurs="0">
|
|
915
|
+
<xs:annotation>
|
|
916
|
+
<xs:documentation>Cena ve valutách u dokladů v cizí měně IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
917
|
+
</xs:annotation>
|
|
918
|
+
</xs:element>
|
|
919
|
+
<xs:element name="NesklPolozka" minOccurs="0">
|
|
920
|
+
<xs:complexType>
|
|
921
|
+
<xs:all>
|
|
922
|
+
<xs:element name="MJ" minOccurs="0">
|
|
923
|
+
<xs:annotation>
|
|
924
|
+
<xs:documentation>Měrná jednotka IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
925
|
+
</xs:annotation>
|
|
926
|
+
<xs:simpleType>
|
|
927
|
+
<xs:restriction base="xs:string">
|
|
928
|
+
<xs:maxLength value="10"/>
|
|
929
|
+
</xs:restriction>
|
|
930
|
+
</xs:simpleType>
|
|
931
|
+
</xs:element>
|
|
932
|
+
<xs:element name="Katalog" minOccurs="0">
|
|
933
|
+
<xs:annotation>
|
|
934
|
+
<xs:documentation>Číslo katalogu IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
935
|
+
</xs:annotation>
|
|
936
|
+
<xs:simpleType>
|
|
937
|
+
<xs:restriction base="xs:string">
|
|
938
|
+
<xs:maxLength value="20"/>
|
|
939
|
+
</xs:restriction>
|
|
940
|
+
</xs:simpleType>
|
|
941
|
+
</xs:element>
|
|
942
|
+
<xs:element name="Zaloha" type="xs:boolean" minOccurs="0">
|
|
943
|
+
<xs:annotation>
|
|
944
|
+
<xs:documentation>Příznak odpočtu zálohy. Default:false, true=položka je typu odpočet zálohy IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
945
|
+
</xs:annotation>
|
|
946
|
+
</xs:element>
|
|
947
|
+
<xs:element name="ZdanZaloha" type="xs:boolean" minOccurs="0">
|
|
948
|
+
<xs:annotation>
|
|
949
|
+
<xs:documentation>Příznak, zda se v případě odpočtu zálohy jedná o zdaněnou zálohu.
|
|
950
|
+
IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
951
|
+
</xs:annotation>
|
|
952
|
+
</xs:element>
|
|
953
|
+
<xs:element name="TypZarDoby" minOccurs="0">
|
|
954
|
+
<xs:annotation>
|
|
955
|
+
<xs:documentation>typ záruční doby: N=není,D=ve dnech,M=v měsících,R=v rocích,S=doživotní IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
956
|
+
</xs:annotation>
|
|
957
|
+
<xs:simpleType>
|
|
958
|
+
<xs:restriction base="xs:string">
|
|
959
|
+
<xs:maxLength value="1"/>
|
|
960
|
+
</xs:restriction>
|
|
961
|
+
</xs:simpleType>
|
|
962
|
+
</xs:element>
|
|
963
|
+
<xs:element name="ZarDoba" minOccurs="0">
|
|
964
|
+
<xs:annotation>
|
|
965
|
+
<xs:documentation>IMPORT: ANO (ignoruje se když TypZarDoby=N,S) EXPORT: ANO </xs:documentation>
|
|
966
|
+
</xs:annotation>
|
|
967
|
+
<xs:simpleType>
|
|
968
|
+
<xs:restriction base="xs:decimal">
|
|
969
|
+
<xs:totalDigits value="5"/>
|
|
970
|
+
<xs:fractionDigits value="0"/>
|
|
971
|
+
</xs:restriction>
|
|
972
|
+
</xs:simpleType>
|
|
973
|
+
</xs:element>
|
|
974
|
+
<xs:element name="Protizapis">
|
|
975
|
+
<xs:annotation>
|
|
976
|
+
<xs:documentation>Příznak pro zaúčtování odpočtu zálohy.TRUE=účtuje se kladnou částkou, FALSE=zápornou částkou.IMPORT:ANO,EXPORT:ANO </xs:documentation>
|
|
977
|
+
</xs:annotation>
|
|
978
|
+
</xs:element>
|
|
979
|
+
<xs:element name="BarCode" minOccurs="0">
|
|
980
|
+
<xs:annotation>
|
|
981
|
+
<xs:documentation>Čarový kód Import: ANO, Export: ANO</xs:documentation>
|
|
982
|
+
</xs:annotation>
|
|
983
|
+
<xs:simpleType>
|
|
984
|
+
<xs:restriction base="xs:string">
|
|
985
|
+
<xs:maxLength value="20"/>
|
|
986
|
+
</xs:restriction>
|
|
987
|
+
</xs:simpleType>
|
|
988
|
+
</xs:element>
|
|
989
|
+
<xs:element name="Zkrat" minOccurs="0">
|
|
990
|
+
<xs:annotation>
|
|
991
|
+
<xs:documentation>Zkratka: IMPORT: ANO, Export: ANO</xs:documentation>
|
|
992
|
+
</xs:annotation>
|
|
993
|
+
<xs:simpleType>
|
|
994
|
+
<xs:restriction base="xs:string">
|
|
995
|
+
<xs:maxLength value="20"/>
|
|
996
|
+
</xs:restriction>
|
|
997
|
+
</xs:simpleType>
|
|
998
|
+
</xs:element>
|
|
999
|
+
<xs:element name="UzivCode" minOccurs="0">
|
|
1000
|
+
<xs:annotation>
|
|
1001
|
+
<xs:documentation>Užívatelský kód (PLU) Import: ANO, Export: ANO</xs:documentation>
|
|
1002
|
+
</xs:annotation>
|
|
1003
|
+
<xs:simpleType>
|
|
1004
|
+
<xs:restriction base="xs:string">
|
|
1005
|
+
<xs:maxLength value="6"/>
|
|
1006
|
+
</xs:restriction>
|
|
1007
|
+
</xs:simpleType>
|
|
1008
|
+
</xs:element>
|
|
1009
|
+
<xs:element name="Hmotnost" minOccurs="0">
|
|
1010
|
+
<xs:annotation>
|
|
1011
|
+
<xs:documentation>Hmotnost Export:ANO, Import:ANO.</xs:documentation>
|
|
1012
|
+
</xs:annotation>
|
|
1013
|
+
<xs:simpleType>
|
|
1014
|
+
<xs:restriction base="xs:float"/>
|
|
1015
|
+
</xs:simpleType>
|
|
1016
|
+
</xs:element>
|
|
1017
|
+
<xs:element name="PlnenoDPH" type="xs:date" minOccurs="0">
|
|
1018
|
+
<xs:annotation>
|
|
1019
|
+
<xs:documentation>Datum zdanitelného plnění DPH odpočtové položky (pouze CZ verze).</xs:documentation>
|
|
1020
|
+
</xs:annotation>
|
|
1021
|
+
</xs:element>
|
|
1022
|
+
<xs:element name="KonecOdpocet" type="xs:boolean" minOccurs="0">
|
|
1023
|
+
<xs:annotation>
|
|
1024
|
+
<xs:documentation>Příznak, zda se jedná o konečný odpočet zálohy.
|
|
1025
|
+
IMPORT: ANO, EXPORT: ANO </xs:documentation>
|
|
1026
|
+
</xs:annotation>
|
|
1027
|
+
</xs:element>
|
|
1028
|
+
<xs:element name="VyrobniCis" minOccurs="0">
|
|
1029
|
+
<xs:annotation>
|
|
1030
|
+
<xs:documentation>Výrobní číslo, Import:ANO, Export: ANO</xs:documentation>
|
|
1031
|
+
</xs:annotation>
|
|
1032
|
+
<xs:simpleType>
|
|
1033
|
+
<xs:restriction base="xs:string">
|
|
1034
|
+
<xs:maxLength value="50"/>
|
|
1035
|
+
</xs:restriction>
|
|
1036
|
+
</xs:simpleType>
|
|
1037
|
+
</xs:element>
|
|
1038
|
+
<xs:element name="DatExp" type="xs:date" minOccurs="0">
|
|
1039
|
+
<xs:annotation>
|
|
1040
|
+
<xs:documentation>Datum exspirace Import: ANO, Export:ANO</xs:documentation>
|
|
1041
|
+
</xs:annotation>
|
|
1042
|
+
</xs:element>
|
|
1043
|
+
<xs:element name="DatNakupu" type="xs:date" minOccurs="0">
|
|
1044
|
+
<xs:annotation>
|
|
1045
|
+
<xs:documentation>Datum nákupu: Import: ANO, Export:ANO</xs:documentation>
|
|
1046
|
+
</xs:annotation>
|
|
1047
|
+
</xs:element>
|
|
1048
|
+
<xs:element name="Dodavatel" type="firmaType" minOccurs="0">
|
|
1049
|
+
<xs:annotation>
|
|
1050
|
+
<xs:documentation>Dodavatel (pouze prodejní objednávky), Export:ANO, Import:ANO</xs:documentation>
|
|
1051
|
+
</xs:annotation>
|
|
1052
|
+
</xs:element>
|
|
1053
|
+
<xs:element name="PredmPln" type="xs:string" minOccurs="0">
|
|
1054
|
+
<xs:annotation>
|
|
1055
|
+
<xs:documentation>Předmět plnění pro režim přenesení daňové povinnosti Import: ANO, Export: ANO</xs:documentation>
|
|
1056
|
+
</xs:annotation>
|
|
1057
|
+
</xs:element>
|
|
1058
|
+
</xs:all>
|
|
1059
|
+
</xs:complexType>
|
|
1060
|
+
</xs:element>
|
|
1061
|
+
<xs:element name="CenaPoSleve" type="xs:boolean" minOccurs="0">
|
|
1062
|
+
<xs:annotation>
|
|
1063
|
+
<xs:documentation>Indikace, zda je cena po slevě</xs:documentation>
|
|
1064
|
+
</xs:annotation>
|
|
1065
|
+
</xs:element>
|
|
1066
|
+
<xs:element name="ZvlRezim" type="xs:byte" minOccurs="0">
|
|
1067
|
+
<xs:annotation>
|
|
1068
|
+
<xs:documentation>Zvláštní režim DPH:
|
|
1069
|
+
0 = neurčeno
|
|
1070
|
+
1 = použité zboží
|
|
1071
|
+
2 = umělecké dílo
|
|
1072
|
+
3 = sběratelský předmět, starožitnost
|
|
1073
|
+
4 = cestovní služba IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
1074
|
+
</xs:annotation>
|
|
1075
|
+
</xs:element>
|
|
1076
|
+
<xs:element name="ZvlDPH" type="procentoType" minOccurs="0">
|
|
1077
|
+
<xs:annotation>
|
|
1078
|
+
<xs:documentation>Sazba DPH pro zvláštní režim
|
|
1079
|
+
IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
1080
|
+
</xs:annotation>
|
|
1081
|
+
</xs:element>
|
|
1082
|
+
<xs:element name="RezimEET" type="xs:byte" minOccurs="0">
|
|
1083
|
+
<xs:annotation>
|
|
1084
|
+
<xs:documentation>Režim EET:
|
|
1085
|
+
0 = neurčeno
|
|
1086
|
+
1 = poukaz
|
|
1087
|
+
2 = vratná záloha
|
|
1088
|
+
IMPORT: ANO, EXPORT: ANO</xs:documentation>
|
|
1089
|
+
</xs:annotation>
|
|
1090
|
+
</xs:element>
|
|
1091
|
+
<xs:element name="SklPolozka" type="polSklDoklType" minOccurs="0"/>
|
|
1092
|
+
<xs:element name="SeznamVazeb" minOccurs="0">
|
|
1093
|
+
<xs:annotation>
|
|
1094
|
+
<xs:documentation>Sezenam vazebních dokladů (pouze u odpočtových položek)</xs:documentation>
|
|
1095
|
+
</xs:annotation>
|
|
1096
|
+
<xs:complexType>
|
|
1097
|
+
<xs:sequence>
|
|
1098
|
+
<xs:element name="Vazba" type="vazbaType">
|
|
1099
|
+
<xs:annotation>
|
|
1100
|
+
<xs:documentation>Vazba</xs:documentation>
|
|
1101
|
+
</xs:annotation>
|
|
1102
|
+
</xs:element>
|
|
1103
|
+
</xs:sequence>
|
|
1104
|
+
</xs:complexType>
|
|
1105
|
+
</xs:element>
|
|
1106
|
+
</xs:all>
|
|
1107
|
+
</xs:complexType>
|
|
1097
1108
|
</xs:schema>
|