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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
3
|
<xs:include schemaLocation="__Comtypes.xsd"/>
|
|
4
4
|
<xs:complexType name="uhradaType">
|
|
5
|
-
<xs:
|
|
5
|
+
<xs:all>
|
|
6
6
|
<xs:element name="DokladUhr" type="doklRefType" minOccurs="0">
|
|
7
7
|
<xs:annotation>
|
|
8
8
|
<xs:documentation>Reference na hradící doklad </xs:documentation>
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
<xs:documentation>Údaje pro úhrady v cizí měně. Údaje jsou vyjádřeny v měně vystavení hrazeného dokladu k datu úhrady. (Pokud je měna hradícího dokladu jiná, údaje jsou přepočteny na tuto měnu)</xs:documentation>
|
|
54
54
|
</xs:annotation>
|
|
55
55
|
<xs:complexType>
|
|
56
|
-
<xs:
|
|
56
|
+
<xs:all>
|
|
57
57
|
<xs:element name="Mena" type="menaType">
|
|
58
58
|
<xs:annotation>
|
|
59
59
|
<xs:documentation>Měna hrazeného dokladu. </xs:documentation>
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
<xs:documentation>Castka úhrady ve valutách </xs:documentation>
|
|
65
65
|
</xs:annotation>
|
|
66
66
|
</xs:element>
|
|
67
|
-
</xs:
|
|
67
|
+
</xs:all>
|
|
68
68
|
</xs:complexType>
|
|
69
69
|
</xs:element>
|
|
70
70
|
<xs:element name="ValutyUhr" minOccurs="0">
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
<xs:documentation>Údaje pro úhrady v cizí měně. Údaje jsou vyjádřeny v měně vystavení hradícího dokladu. </xs:documentation>
|
|
73
73
|
</xs:annotation>
|
|
74
74
|
<xs:complexType>
|
|
75
|
-
<xs:
|
|
75
|
+
<xs:all>
|
|
76
76
|
<xs:element name="Mena" type="menaType">
|
|
77
77
|
<xs:annotation>
|
|
78
78
|
<xs:documentation>Měna hradícího dokladu. </xs:documentation>
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
<xs:documentation>Castka úhrady ve valutách </xs:documentation>
|
|
84
84
|
</xs:annotation>
|
|
85
85
|
</xs:element>
|
|
86
|
-
</xs:
|
|
86
|
+
</xs:all>
|
|
87
87
|
</xs:complexType>
|
|
88
88
|
</xs:element>
|
|
89
89
|
<xs:element name="KurzRozd" minOccurs="0">
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
<xs:documentation>Kurzový rozdíl při úhradě</xs:documentation>
|
|
92
92
|
</xs:annotation>
|
|
93
93
|
<xs:complexType>
|
|
94
|
-
<xs:
|
|
94
|
+
<xs:all>
|
|
95
95
|
<xs:element name="Typ" minOccurs="0">
|
|
96
96
|
<xs:annotation>
|
|
97
97
|
<xs:documentation>Typ kurzového rozdílu:
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
<xs:documentation>Doklad vytvářející kurzový rozdíl</xs:documentation>
|
|
133
133
|
</xs:annotation>
|
|
134
134
|
</xs:element>
|
|
135
|
-
</xs:
|
|
135
|
+
</xs:all>
|
|
136
136
|
</xs:complexType>
|
|
137
137
|
</xs:element>
|
|
138
138
|
<xs:element name="ZpusobUhr" type="xs:byte" minOccurs="0">
|
|
@@ -142,89 +142,89 @@
|
|
|
142
142
|
1 = platba prostřednictvím nepeněžního platidla
|
|
143
143
|
2 = platební kartou
|
|
144
144
|
3 = na dobírku
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
145
|
+
</xs:documentation>
|
|
146
|
+
</xs:annotation>
|
|
147
|
+
</xs:element>
|
|
148
|
+
<xs:element name="Platidlo" minOccurs="0">
|
|
149
|
+
<xs:annotation>
|
|
150
|
+
<xs:documentation>Kód nepeněžního platidla (pouze FV)</xs:documentation>
|
|
151
|
+
</xs:annotation>
|
|
152
|
+
<xs:simpleType>
|
|
153
|
+
<xs:restriction base="xs:string">
|
|
154
|
+
<xs:maxLength value="4"/>
|
|
155
|
+
</xs:restriction>
|
|
156
|
+
</xs:simpleType>
|
|
157
|
+
</xs:element>
|
|
158
|
+
<xs:element name="SeznamPDUhrad" minOccurs="0">
|
|
159
|
+
<xs:annotation>
|
|
160
|
+
<xs:documentation>Seznam úhrad s rozpisem kontrolingových proměnných v daňové evidenci</xs:documentation>
|
|
161
|
+
</xs:annotation>
|
|
162
|
+
<xs:complexType>
|
|
163
|
+
<xs:sequence>
|
|
164
|
+
<xs:element name="Uhrada_PDUhrada" minOccurs="0" maxOccurs="unbounded">
|
|
165
|
+
<xs:complexType>
|
|
166
|
+
<xs:all>
|
|
167
|
+
<xs:element name="Poradi" minOccurs="0">
|
|
168
|
+
<xs:annotation>
|
|
169
|
+
<xs:documentation>Pořadí úhrady</xs:documentation>
|
|
170
|
+
</xs:annotation>
|
|
171
|
+
</xs:element>
|
|
172
|
+
<xs:element name="Kontace" type="zkratkaType" minOccurs="0">
|
|
173
|
+
<xs:annotation>
|
|
174
|
+
<xs:documentation>Zkratka předkontace</xs:documentation>
|
|
175
|
+
</xs:annotation>
|
|
176
|
+
</xs:element>
|
|
177
|
+
<xs:element name="Stredisko" type="zkratkaType" minOccurs="0">
|
|
178
|
+
<xs:annotation>
|
|
179
|
+
<xs:documentation>Zkratka střediska</xs:documentation>
|
|
180
|
+
</xs:annotation>
|
|
181
|
+
</xs:element>
|
|
182
|
+
<xs:element name="Zakazka" type="zkratkaType" minOccurs="0">
|
|
183
|
+
<xs:annotation>
|
|
184
|
+
<xs:documentation>Zkratka zakázky</xs:documentation>
|
|
185
|
+
</xs:annotation>
|
|
186
|
+
</xs:element>
|
|
187
|
+
<xs:element name="Cinnost" type="zkratkaType" minOccurs="0">
|
|
188
|
+
<xs:annotation>
|
|
189
|
+
<xs:documentation>Zkratka činnosti</xs:documentation>
|
|
190
|
+
</xs:annotation>
|
|
191
|
+
</xs:element>
|
|
192
|
+
<xs:element name="Zaklad" type="castkaType" minOccurs="0">
|
|
193
|
+
<xs:annotation>
|
|
194
|
+
<xs:documentation>Částka základu daně</xs:documentation>
|
|
195
|
+
</xs:annotation>
|
|
196
|
+
</xs:element>
|
|
197
|
+
<xs:element name="DPHZS" type="castkaType" minOccurs="0">
|
|
198
|
+
<xs:annotation>
|
|
199
|
+
<xs:documentation>Částka DPH v základní sazbě</xs:documentation>
|
|
200
|
+
</xs:annotation>
|
|
201
|
+
</xs:element>
|
|
202
|
+
<xs:element name="DPHSS" type="castkaType" minOccurs="0">
|
|
203
|
+
<xs:annotation>
|
|
204
|
+
<xs:documentation>Částka DPH ve snížené sazbě</xs:documentation>
|
|
205
|
+
</xs:annotation>
|
|
206
|
+
</xs:element>
|
|
207
|
+
<xs:element name="WLZaklady" type="castkaType" minOccurs="0">
|
|
208
|
+
<xs:annotation>
|
|
209
|
+
<xs:documentation>Kurzový zisk nebo ztráta v základu daně</xs:documentation>
|
|
210
|
+
</xs:annotation>
|
|
211
|
+
</xs:element>
|
|
212
|
+
<xs:element name="WLDPH1" type="castkaType" minOccurs="0">
|
|
213
|
+
<xs:annotation>
|
|
214
|
+
<xs:documentation>Kurzový zisk nebo ztráta ve snížené sazbě DPH</xs:documentation>
|
|
215
|
+
</xs:annotation>
|
|
216
|
+
</xs:element>
|
|
217
|
+
<xs:element name="WLDPH2" type="castkaType" minOccurs="0">
|
|
218
|
+
<xs:annotation>
|
|
219
|
+
<xs:documentation>Kurzový zisk nebo ztráta v základní sazbě DPH</xs:documentation>
|
|
220
|
+
</xs:annotation>
|
|
221
|
+
</xs:element>
|
|
222
|
+
</xs:all>
|
|
223
|
+
</xs:complexType>
|
|
224
|
+
</xs:element>
|
|
225
|
+
</xs:sequence>
|
|
226
|
+
</xs:complexType>
|
|
227
|
+
</xs:element>
|
|
228
|
+
</xs:all>
|
|
229
|
+
</xs:complexType>
|
|
230
230
|
</xs:schema>
|
|
File without changes
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
|
|
3
3
|
<xs:include schemaLocation="__Comtypes.xsd"/>
|
|
4
|
-
<xs:include schemaLocation="
|
|
4
|
+
<xs:include schemaLocation="__Firma.xsd"/>
|
|
5
5
|
<xs:include schemaLocation="__Seznamy.xsd"/>
|
|
6
6
|
<xs:complexType name="zakazkaType">
|
|
7
|
-
<xs:
|
|
7
|
+
<xs:all>
|
|
8
8
|
<xs:element name="Zkrat" type="zkratkaType">
|
|
9
9
|
<xs:annotation>
|
|
10
10
|
<xs:documentation>Klíčová položka pro identifikaci zakázky při importu. IMPORT(nová:ANO,oprava:NE) EXPORT(ANO)</xs:documentation>
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<xs:documentation>Název zakázky. IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
16
16
|
</xs:annotation>
|
|
17
17
|
</xs:element>
|
|
18
|
-
<xs:element name="ObchPrip" type="xs:boolean">
|
|
18
|
+
<xs:element name="ObchPrip" type="xs:boolean" minOccurs="0">
|
|
19
19
|
<xs:annotation>
|
|
20
20
|
<xs:documentation>Obchodní případ ANO/NE IMPORT: ANO, EXPORT:ANO</xs:documentation>
|
|
21
21
|
</xs:annotation>
|
|
@@ -70,19 +70,6 @@
|
|
|
70
70
|
</xs:restriction>
|
|
71
71
|
</xs:simpleType>
|
|
72
72
|
</xs:element>
|
|
73
|
-
<xs:element name="TypZak" minOccurs="0">
|
|
74
|
-
<xs:annotation>
|
|
75
|
-
<xs:documentation>Určuje typ zakázky"V"= výrobní zakázka,"O", nebo prázdná hodnota = obchodní zakázka. Implicitní hodnota při importu je prázdná. IMPORT(nová:ANO,oprava:NE) EXPORT(ANO)</xs:documentation>
|
|
76
|
-
</xs:annotation>
|
|
77
|
-
<xs:simpleType>
|
|
78
|
-
<xs:restriction base="xs:string">
|
|
79
|
-
<xs:minLength value="0"/>
|
|
80
|
-
<xs:maxLength value="1"/>
|
|
81
|
-
<xs:enumeration value="V"/>
|
|
82
|
-
<xs:enumeration value="O"/>
|
|
83
|
-
</xs:restriction>
|
|
84
|
-
</xs:simpleType>
|
|
85
|
-
</xs:element>
|
|
86
73
|
<xs:element name="StavZak" minOccurs="0">
|
|
87
74
|
<xs:annotation>
|
|
88
75
|
<xs:documentation>Stav zakázky B= Předběžná* , P=Plánovaná, U=Uvolněná*, S=Zahájená, K=Předaná, Z=Uzavřená *) - jen výrobní zakázky implicitní hodnota při importu je B(Předběžná) pro výrobní, P(Plánovaná) pro obchodní zakázky.IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO) </xs:documentation>
|
|
@@ -118,24 +105,11 @@
|
|
|
118
105
|
</xs:restriction>
|
|
119
106
|
</xs:simpleType>
|
|
120
107
|
</xs:element>
|
|
121
|
-
<xs:element name="DodOdb" type="
|
|
108
|
+
<xs:element name="DodOdb" type="dokladFirmaType" minOccurs="0">
|
|
122
109
|
<xs:annotation>
|
|
123
110
|
<xs:documentation>Adresa obchodního případu, IMPORT:ANO, ale jen pokud je ObchPrip=True EXPORT:ANO</xs:documentation>
|
|
124
111
|
</xs:annotation>
|
|
125
112
|
</xs:element>
|
|
126
|
-
<xs:element name="SeznamZakazkovyKusovnik" minOccurs="0">
|
|
127
|
-
<xs:annotation>
|
|
128
|
-
<xs:documentation>Obsahuje seznam příslušných zakázkových kusovníků, které se vážou k dané zakázce.
|
|
129
|
-
Pouze u výrobních zakázek
|
|
130
|
-
IMPORT(NE)
|
|
131
|
-
EXPORT (ANO)</xs:documentation>
|
|
132
|
-
</xs:annotation>
|
|
133
|
-
<xs:complexType>
|
|
134
|
-
<xs:sequence>
|
|
135
|
-
<xs:element name="ZakazkovyKusovnik" type="kusovnikType" maxOccurs="unbounded"/>
|
|
136
|
-
</xs:sequence>
|
|
137
|
-
</xs:complexType>
|
|
138
|
-
</xs:element>
|
|
139
113
|
<xs:element name="Vlajky" minOccurs="0">
|
|
140
114
|
<xs:complexType>
|
|
141
115
|
<xs:sequence>
|
|
@@ -160,6 +134,6 @@
|
|
|
160
134
|
</xs:sequence>
|
|
161
135
|
</xs:complexType>
|
|
162
136
|
</xs:element>
|
|
163
|
-
</xs:
|
|
137
|
+
</xs:all>
|
|
164
138
|
</xs:complexType>
|
|
165
139
|
</xs:schema>
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<xs:annotation>
|
|
6
6
|
<xs:documentation>Specifikace zaměstnance</xs:documentation>
|
|
7
7
|
</xs:annotation>
|
|
8
|
-
<xs:
|
|
8
|
+
<xs:all>
|
|
9
9
|
<xs:element name="OsCislo">
|
|
10
10
|
<xs:annotation>
|
|
11
11
|
<xs:documentation>Osobní číslo</xs:documentation>
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
</xs:sequence>
|
|
61
61
|
</xs:complexType>
|
|
62
62
|
</xs:element>
|
|
63
|
-
</xs:
|
|
63
|
+
</xs:all>
|
|
64
64
|
</xs:complexType>
|
|
65
65
|
<xs:complexType name="mzdoveObdobiType">
|
|
66
|
-
<xs:
|
|
66
|
+
<xs:all>
|
|
67
67
|
<xs:element name="Mesic">
|
|
68
68
|
<xs:annotation>
|
|
69
69
|
<xs:documentation>Měsíc</xs:documentation>
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<xs:documentation>Pracovní poměr</xs:documentation>
|
|
103
103
|
</xs:annotation>
|
|
104
104
|
<xs:complexType>
|
|
105
|
-
<xs:
|
|
105
|
+
<xs:all>
|
|
106
106
|
<xs:element name="Zkrat">
|
|
107
107
|
<xs:annotation>
|
|
108
108
|
<xs:documentation>Zkratka pracovního poměru</xs:documentation>
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
<xs:documentation>Poznámka</xs:documentation>
|
|
138
138
|
</xs:annotation>
|
|
139
139
|
</xs:element>
|
|
140
|
-
</xs:
|
|
140
|
+
</xs:all>
|
|
141
141
|
</xs:complexType>
|
|
142
142
|
</xs:element>
|
|
143
|
-
</xs:
|
|
143
|
+
</xs:all>
|
|
144
144
|
</xs:complexType>
|
|
145
145
|
</xs:schema>
|
|
@@ -0,0 +1,1319 @@
|
|
|
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:include schemaLocation="__Firma.xsd"/>
|
|
5
|
+
<xs:include schemaLocation="__Seznamy.xsd"/>
|
|
6
|
+
<xs:complexType name="zasobaType">
|
|
7
|
+
<xs:sequence>
|
|
8
|
+
<xs:element name="konfigurace" type="konfigurace" minOccurs="0"/>
|
|
9
|
+
<xs:element name="StavZasoby" type="stavZasobyType" minOccurs="0">
|
|
10
|
+
<xs:annotation>
|
|
11
|
+
<xs:documentation>Neimportuje se</xs:documentation>
|
|
12
|
+
</xs:annotation>
|
|
13
|
+
</xs:element>
|
|
14
|
+
<xs:element name="Nak_Cena" type="castkaType" minOccurs="0">
|
|
15
|
+
<xs:annotation>
|
|
16
|
+
<xs:documentation>Neimportuje se</xs:documentation>
|
|
17
|
+
</xs:annotation>
|
|
18
|
+
</xs:element>
|
|
19
|
+
<xs:element name="Posl_N_Cen" type="castkaType" minOccurs="0"/>
|
|
20
|
+
<xs:element name="Posl_Nak" type="xs:date" minOccurs="0">
|
|
21
|
+
<xs:annotation>
|
|
22
|
+
<xs:documentation>Neimportuje se</xs:documentation>
|
|
23
|
+
</xs:annotation>
|
|
24
|
+
</xs:element>
|
|
25
|
+
<xs:element name="Posl_Prod" type="xs:date" minOccurs="0">
|
|
26
|
+
<xs:annotation>
|
|
27
|
+
<xs:documentation>Neimportuje se</xs:documentation>
|
|
28
|
+
</xs:annotation>
|
|
29
|
+
</xs:element>
|
|
30
|
+
<xs:element name="Pozn" minOccurs="0">
|
|
31
|
+
<xs:annotation>
|
|
32
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
33
|
+
</xs:annotation>
|
|
34
|
+
</xs:element>
|
|
35
|
+
<xs:element name="SklUcet" type="ucetType" minOccurs="0">
|
|
36
|
+
<xs:annotation>
|
|
37
|
+
<xs:documentation>Primární účet zásoby IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
</xs:element>
|
|
40
|
+
<xs:element name="WWWPopis" minOccurs="0">
|
|
41
|
+
<xs:annotation>
|
|
42
|
+
<xs:documentation>Popis pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
43
|
+
</xs:annotation>
|
|
44
|
+
</xs:element>
|
|
45
|
+
<xs:element name="WWWPopis2" minOccurs="0">
|
|
46
|
+
<xs:annotation>
|
|
47
|
+
<xs:documentation>Podrobný popis IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
48
|
+
</xs:annotation>
|
|
49
|
+
</xs:element>
|
|
50
|
+
<xs:element name="Vyrobce" type="popisType" minOccurs="0">
|
|
51
|
+
<xs:annotation>
|
|
52
|
+
<xs:documentation>Popis výrobce zásoby pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
53
|
+
</xs:annotation>
|
|
54
|
+
</xs:element>
|
|
55
|
+
<xs:element name="Sleva" type="xs:float" minOccurs="0">
|
|
56
|
+
<xs:annotation>
|
|
57
|
+
<xs:documentation>Sleva pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
58
|
+
</xs:annotation>
|
|
59
|
+
</xs:element>
|
|
60
|
+
<xs:element name="Novinka" type="xs:boolean" minOccurs="0">
|
|
61
|
+
<xs:annotation>
|
|
62
|
+
<xs:documentation>Příznak novinky pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
63
|
+
</xs:annotation>
|
|
64
|
+
</xs:element>
|
|
65
|
+
<xs:element name="Pripravuje" type="xs:boolean" minOccurs="0">
|
|
66
|
+
<xs:annotation>
|
|
67
|
+
<xs:documentation>Příznak pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
68
|
+
</xs:annotation>
|
|
69
|
+
</xs:element>
|
|
70
|
+
<xs:element name="Vyprodej" type="xs:boolean" minOccurs="0">
|
|
71
|
+
<xs:annotation>
|
|
72
|
+
<xs:documentation>Příznak pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
73
|
+
</xs:annotation>
|
|
74
|
+
</xs:element>
|
|
75
|
+
<xs:element name="ZakazProde" type="xs:boolean" minOccurs="0">
|
|
76
|
+
<xs:annotation>
|
|
77
|
+
<xs:documentation>Příznak pro el.obchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
78
|
+
</xs:annotation>
|
|
79
|
+
</xs:element>
|
|
80
|
+
<xs:element name="NazPodskup" type="popisType" minOccurs="0">
|
|
81
|
+
<xs:annotation>
|
|
82
|
+
<xs:documentation>Poskupina pro el.obchod IMPORT(NE) EXPORT(ANO)</xs:documentation>
|
|
83
|
+
</xs:annotation>
|
|
84
|
+
</xs:element>
|
|
85
|
+
<xs:element name="Nomenklatu" minOccurs="0">
|
|
86
|
+
<xs:annotation>
|
|
87
|
+
<xs:documentation>Poskupina pro el.obchod Vltava IMPORT(NE) EXPORT(ANO)</xs:documentation>
|
|
88
|
+
</xs:annotation>
|
|
89
|
+
<xs:simpleType>
|
|
90
|
+
<xs:restriction base="xs:string">
|
|
91
|
+
<xs:maxLength value="20"/>
|
|
92
|
+
</xs:restriction>
|
|
93
|
+
</xs:simpleType>
|
|
94
|
+
</xs:element>
|
|
95
|
+
<xs:element name="URL_Zbozi" minOccurs="0">
|
|
96
|
+
<xs:annotation>
|
|
97
|
+
<xs:documentation>el.obchod Vltava IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
98
|
+
</xs:annotation>
|
|
99
|
+
<xs:simpleType>
|
|
100
|
+
<xs:restriction base="xs:string">
|
|
101
|
+
<xs:maxLength value="200"/>
|
|
102
|
+
</xs:restriction>
|
|
103
|
+
</xs:simpleType>
|
|
104
|
+
</xs:element>
|
|
105
|
+
<xs:element name="VSleva" type="xs:boolean" minOccurs="0">
|
|
106
|
+
<xs:annotation>
|
|
107
|
+
<xs:documentation> Příznak slevy el.obchod Vltava IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
108
|
+
</xs:annotation>
|
|
109
|
+
</xs:element>
|
|
110
|
+
<xs:element name="VAkce" type="xs:boolean" minOccurs="0">
|
|
111
|
+
<xs:annotation>
|
|
112
|
+
<xs:documentation>Příznak akce el.obchod Vltava IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
113
|
+
</xs:annotation>
|
|
114
|
+
</xs:element>
|
|
115
|
+
<xs:element name="VNovinka" type="xs:boolean" minOccurs="0">
|
|
116
|
+
<xs:annotation>
|
|
117
|
+
<xs:documentation>Příznak novinky el.obchod Vltava IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
118
|
+
</xs:annotation>
|
|
119
|
+
</xs:element>
|
|
120
|
+
<xs:element name="PrvaStrana" type="xs:boolean" minOccurs="0">
|
|
121
|
+
<xs:annotation>
|
|
122
|
+
<xs:documentation> el.obchod MůjObchod IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
123
|
+
</xs:annotation>
|
|
124
|
+
</xs:element>
|
|
125
|
+
<xs:element name="PlatnostDo" type="xs:date" minOccurs="0">
|
|
126
|
+
<xs:annotation>
|
|
127
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
128
|
+
</xs:annotation>
|
|
129
|
+
</xs:element>
|
|
130
|
+
<xs:element name="UcPohyb" type="uctyPohybuType" minOccurs="0">
|
|
131
|
+
<xs:annotation>
|
|
132
|
+
<xs:documentation>Protiúčty pro skladové pohyby podle druhu skl.dokladu IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
133
|
+
</xs:annotation>
|
|
134
|
+
</xs:element>
|
|
135
|
+
<xs:element name="UcVyrobkV" type="ucetType" minOccurs="0">
|
|
136
|
+
<xs:annotation>
|
|
137
|
+
<xs:documentation>Účet Výrobky-výroba (pouze pro výrobky) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
138
|
+
</xs:annotation>
|
|
139
|
+
</xs:element>
|
|
140
|
+
<xs:element name="DatInv" type="xs:date" minOccurs="0">
|
|
141
|
+
<xs:annotation>
|
|
142
|
+
<xs:documentation>Datum načtení evidenčního stavu zásoby při poslední inventuře
|
|
143
|
+
IMPORT: Ne
|
|
144
|
+
EXPORT: Ano</xs:documentation>
|
|
145
|
+
</xs:annotation>
|
|
146
|
+
</xs:element>
|
|
147
|
+
<xs:element name="MnInv" type="mnozstviType" minOccurs="0">
|
|
148
|
+
<xs:annotation>
|
|
149
|
+
<xs:documentation>Inventurní (fyzické) množství zásoby na skladě zjištěné při poslední inventuře
|
|
150
|
+
IMPORT: Ne
|
|
151
|
+
EXPORT: Ano</xs:documentation>
|
|
152
|
+
</xs:annotation>
|
|
153
|
+
</xs:element>
|
|
154
|
+
<xs:element name="eshop" type="eshopZasobaType" minOccurs="0">
|
|
155
|
+
<xs:annotation>
|
|
156
|
+
<xs:documentation>Určeno pouze pro zásoby XML elektronického obchodu.
|
|
157
|
+
EXPORT:ANO IMPORT:NE</xs:documentation>
|
|
158
|
+
</xs:annotation>
|
|
159
|
+
</xs:element>
|
|
160
|
+
<xs:element name="KmKarta" type="kmKartaType" minOccurs="0"/>
|
|
161
|
+
<xs:element name="Sklad" type="skladType" minOccurs="0">
|
|
162
|
+
<xs:annotation>
|
|
163
|
+
<xs:documentation>Sklad zásoby IMPORT(NE) EXPORT(ANO)</xs:documentation>
|
|
164
|
+
</xs:annotation>
|
|
165
|
+
</xs:element>
|
|
166
|
+
<xs:element name="Skupina" type="skupinaZasobType" minOccurs="0">
|
|
167
|
+
<xs:annotation>
|
|
168
|
+
<xs:documentation>Skladová skupina IMPORT(nová:NE*,oprava:NE) EXPORT(ANO) *) není-li identifikována, založí se skupina "nedef"</xs:documentation>
|
|
169
|
+
</xs:annotation>
|
|
170
|
+
</xs:element>
|
|
171
|
+
<xs:element name="Posl_Dod" type="firmaType" minOccurs="0">
|
|
172
|
+
<xs:annotation>
|
|
173
|
+
<xs:documentation>neimportuje se </xs:documentation>
|
|
174
|
+
</xs:annotation>
|
|
175
|
+
</xs:element>
|
|
176
|
+
<xs:element name="PC" minOccurs="0" maxOccurs="10">
|
|
177
|
+
<xs:annotation>
|
|
178
|
+
<xs:documentation>Pokud u prodejni ceny neni cenova hladina, jedna se o zakladni prodejni cenu</xs:documentation>
|
|
179
|
+
</xs:annotation>
|
|
180
|
+
<xs:complexType>
|
|
181
|
+
<xs:complexContent>
|
|
182
|
+
<xs:extension base="prodejniCenaType">
|
|
183
|
+
<xs:sequence>
|
|
184
|
+
<xs:annotation>
|
|
185
|
+
<xs:documentation>ZC=základní cenová hladina, CH=cenová hladina, </xs:documentation>
|
|
186
|
+
</xs:annotation>
|
|
187
|
+
<xs:element name="Hladina" type="cenovaHladinaType" minOccurs="0"/>
|
|
188
|
+
<xs:element name="DealerSkupina" minOccurs="0">
|
|
189
|
+
<xs:annotation>
|
|
190
|
+
<xs:documentation>Dealerská skupina.
|
|
191
|
+
Určeno pouze pro zásoby XML elektronického obchodu.
|
|
192
|
+
EXPORT:ANO IMPORT:NE</xs:documentation>
|
|
193
|
+
</xs:annotation>
|
|
194
|
+
</xs:element>
|
|
195
|
+
<xs:element name="SDPH" type="xs:boolean" minOccurs="0"/>
|
|
196
|
+
<xs:element name="Zaok" minOccurs="0">
|
|
197
|
+
<xs:annotation>
|
|
198
|
+
<xs:documentation>Typ zaokrouhlení: N=žádné(default), H=setiny, D=desetiny, K=jednotky, P=desítky, R=stovky, S=tis., T=desettis.</xs:documentation>
|
|
199
|
+
</xs:annotation>
|
|
200
|
+
<xs:simpleType>
|
|
201
|
+
<xs:restriction base="xs:string">
|
|
202
|
+
<xs:maxLength value="1"/>
|
|
203
|
+
</xs:restriction>
|
|
204
|
+
</xs:simpleType>
|
|
205
|
+
</xs:element>
|
|
206
|
+
<xs:element name="ZpusobZao" minOccurs="0">
|
|
207
|
+
<xs:annotation>
|
|
208
|
+
<xs:documentation>Způsob zaokrouhlení: H=nahoru, D=dolů, M=matematicky(default)</xs:documentation>
|
|
209
|
+
</xs:annotation>
|
|
210
|
+
<xs:simpleType>
|
|
211
|
+
<xs:restriction base="xs:string">
|
|
212
|
+
<xs:maxLength value="1"/>
|
|
213
|
+
</xs:restriction>
|
|
214
|
+
</xs:simpleType>
|
|
215
|
+
</xs:element>
|
|
216
|
+
<xs:element name="Mena" type="menaType" minOccurs="0"/>
|
|
217
|
+
<xs:element name="VypPrCeny" minOccurs="0">
|
|
218
|
+
<xs:annotation>
|
|
219
|
+
<xs:documentation>Výpočet prodejní ceny: V-vlastní (default pro ZC) K-z kmenové karty, S-ze skupiny, C -z cenové hladiny (platí jen pro CH, default pro CH)</xs:documentation>
|
|
220
|
+
</xs:annotation>
|
|
221
|
+
<xs:simpleType>
|
|
222
|
+
<xs:restriction base="xs:string">
|
|
223
|
+
<xs:maxLength value="1"/>
|
|
224
|
+
</xs:restriction>
|
|
225
|
+
</xs:simpleType>
|
|
226
|
+
</xs:element>
|
|
227
|
+
<xs:element name="VychA" type="xs:string" minOccurs="0">
|
|
228
|
+
<xs:annotation>
|
|
229
|
+
<xs:documentation>Výchozí cena pro výpočet ceny1.: Z*=zákl.prodejní, N=nákupní(default), S=skladová *) jen u CH</xs:documentation>
|
|
230
|
+
</xs:annotation>
|
|
231
|
+
</xs:element>
|
|
232
|
+
<xs:element name="ZpusobZmA" minOccurs="0">
|
|
233
|
+
<xs:annotation>
|
|
234
|
+
<xs:documentation>Způsob změny (podle hodnoty VychA): S=sleva(povoleno pro 1,Z), M=marže(default) a R=rabat (povoleno pro N,S)</xs:documentation>
|
|
235
|
+
</xs:annotation>
|
|
236
|
+
<xs:simpleType>
|
|
237
|
+
<xs:restriction base="xs:string">
|
|
238
|
+
<xs:maxLength value="1"/>
|
|
239
|
+
</xs:restriction>
|
|
240
|
+
</xs:simpleType>
|
|
241
|
+
</xs:element>
|
|
242
|
+
<xs:element name="VychB" minOccurs="0">
|
|
243
|
+
<xs:annotation>
|
|
244
|
+
<xs:documentation>Výchozí cena pro výpočet cen 2-5.: 1=první prodejní(default),Z*=zákl.prodejní, N=nákupní, S=skladová (* pouze u CH </xs:documentation>
|
|
245
|
+
</xs:annotation>
|
|
246
|
+
<xs:simpleType>
|
|
247
|
+
<xs:restriction base="xs:string">
|
|
248
|
+
<xs:maxLength value="1"/>
|
|
249
|
+
</xs:restriction>
|
|
250
|
+
</xs:simpleType>
|
|
251
|
+
</xs:element>
|
|
252
|
+
<xs:element name="ZpusobZmB" minOccurs="0">
|
|
253
|
+
<xs:annotation>
|
|
254
|
+
<xs:documentation>Způsob změny (podle hodnoty VychB): S=sleva(default)(povoleno pro 1,Z), M=marže a R=rabat (povoleno pro N,S)</xs:documentation>
|
|
255
|
+
</xs:annotation>
|
|
256
|
+
<xs:simpleType>
|
|
257
|
+
<xs:restriction base="xs:string">
|
|
258
|
+
<xs:maxLength value="1"/>
|
|
259
|
+
</xs:restriction>
|
|
260
|
+
</xs:simpleType>
|
|
261
|
+
</xs:element>
|
|
262
|
+
<xs:element name="Cena1" type="cenaType" minOccurs="0">
|
|
263
|
+
<xs:annotation>
|
|
264
|
+
<xs:documentation>Limit zde nema smysl (pouze kvuli kompatibilite typu), hodnota se ignoruje.</xs:documentation>
|
|
265
|
+
</xs:annotation>
|
|
266
|
+
</xs:element>
|
|
267
|
+
<xs:element name="Cena2" type="cenaType" minOccurs="0"/>
|
|
268
|
+
<xs:element name="Cena3" type="cenaType" minOccurs="0"/>
|
|
269
|
+
<xs:element name="Cena4" type="cenaType" minOccurs="0"/>
|
|
270
|
+
<xs:element name="Cena5" type="cenaType" minOccurs="0"/>
|
|
271
|
+
</xs:sequence>
|
|
272
|
+
</xs:extension>
|
|
273
|
+
</xs:complexContent>
|
|
274
|
+
</xs:complexType>
|
|
275
|
+
</xs:element>
|
|
276
|
+
<xs:element name="SeznamAlternativ" minOccurs="0">
|
|
277
|
+
<xs:annotation>
|
|
278
|
+
<xs:documentation>Seznam alternativ za zásobu
|
|
279
|
+
EXPORT: ANO
|
|
280
|
+
IMPORT: NE</xs:documentation>
|
|
281
|
+
</xs:annotation>
|
|
282
|
+
<xs:complexType>
|
|
283
|
+
<xs:sequence>
|
|
284
|
+
<xs:element name="Alternativa" type="alternativaPrislusenstviType" maxOccurs="unbounded">
|
|
285
|
+
<xs:annotation>
|
|
286
|
+
<xs:documentation>Alternativa za zásobu</xs:documentation>
|
|
287
|
+
</xs:annotation>
|
|
288
|
+
</xs:element>
|
|
289
|
+
</xs:sequence>
|
|
290
|
+
</xs:complexType>
|
|
291
|
+
</xs:element>
|
|
292
|
+
<xs:element name="SeznamPrislusenstvi" minOccurs="0">
|
|
293
|
+
<xs:annotation>
|
|
294
|
+
<xs:documentation>Seznam příslušenství k zásobě
|
|
295
|
+
EXPORT: ANO
|
|
296
|
+
IMPORT: NE</xs:documentation>
|
|
297
|
+
</xs:annotation>
|
|
298
|
+
<xs:complexType>
|
|
299
|
+
<xs:sequence>
|
|
300
|
+
<xs:element name="Prislusenstvi" type="alternativaPrislusenstviType" maxOccurs="unbounded">
|
|
301
|
+
<xs:annotation>
|
|
302
|
+
<xs:documentation>Příslušenství k zásobě</xs:documentation>
|
|
303
|
+
</xs:annotation>
|
|
304
|
+
</xs:element>
|
|
305
|
+
</xs:sequence>
|
|
306
|
+
</xs:complexType>
|
|
307
|
+
</xs:element>
|
|
308
|
+
<xs:element name="Vlajky" minOccurs="0">
|
|
309
|
+
<xs:annotation>
|
|
310
|
+
<xs:documentation>Seznam vlajek</xs:documentation>
|
|
311
|
+
</xs:annotation>
|
|
312
|
+
<xs:complexType>
|
|
313
|
+
<xs:sequence>
|
|
314
|
+
<xs:element name="Global" type="VlajkaType" minOccurs="0"/>
|
|
315
|
+
<xs:element name="User" type="VlajkaType" minOccurs="0"/>
|
|
316
|
+
</xs:sequence>
|
|
317
|
+
</xs:complexType>
|
|
318
|
+
</xs:element>
|
|
319
|
+
<xs:element name="Dokumenty" minOccurs="0">
|
|
320
|
+
<xs:annotation>
|
|
321
|
+
<xs:documentation>Seznam připojených dokumentů
|
|
322
|
+
IMPORT: ANO
|
|
323
|
+
EXPORT: NE</xs:documentation>
|
|
324
|
+
</xs:annotation>
|
|
325
|
+
<xs:complexType>
|
|
326
|
+
<xs:sequence>
|
|
327
|
+
<xs:element name="Dokument" type="xs:string" maxOccurs="unbounded">
|
|
328
|
+
<xs:annotation>
|
|
329
|
+
<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>
|
|
330
|
+
</xs:annotation>
|
|
331
|
+
</xs:element>
|
|
332
|
+
</xs:sequence>
|
|
333
|
+
</xs:complexType>
|
|
334
|
+
</xs:element>
|
|
335
|
+
<xs:element name="UzivatelskaPole" type="uzivatelskePoleType" minOccurs="0">
|
|
336
|
+
<xs:annotation>
|
|
337
|
+
<xs:documentation>Seznam uživatelských polí
|
|
338
|
+
IMPORT: ANO
|
|
339
|
+
EXPORT: ANO</xs:documentation>
|
|
340
|
+
</xs:annotation>
|
|
341
|
+
</xs:element>
|
|
342
|
+
</xs:sequence>
|
|
343
|
+
</xs:complexType>
|
|
344
|
+
<xs:complexType name="kmKartaType">
|
|
345
|
+
<xs:all>
|
|
346
|
+
<xs:element name="Popis" type="popisType" minOccurs="0">
|
|
347
|
+
<xs:annotation>
|
|
348
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
349
|
+
</xs:annotation>
|
|
350
|
+
</xs:element>
|
|
351
|
+
<xs:element name="Zkrat" minOccurs="0">
|
|
352
|
+
<xs:annotation>
|
|
353
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
354
|
+
</xs:annotation>
|
|
355
|
+
<xs:simpleType>
|
|
356
|
+
<xs:restriction base="xs:string">
|
|
357
|
+
<xs:maxLength value="20"/>
|
|
358
|
+
</xs:restriction>
|
|
359
|
+
</xs:simpleType>
|
|
360
|
+
</xs:element>
|
|
361
|
+
<xs:element name="Pozn" minOccurs="0">
|
|
362
|
+
<xs:annotation>
|
|
363
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
364
|
+
</xs:annotation>
|
|
365
|
+
</xs:element>
|
|
366
|
+
<xs:element name="MJ" minOccurs="0">
|
|
367
|
+
<xs:annotation>
|
|
368
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
369
|
+
</xs:annotation>
|
|
370
|
+
<xs:simpleType>
|
|
371
|
+
<xs:restriction base="xs:string">
|
|
372
|
+
<xs:maxLength value="10"/>
|
|
373
|
+
</xs:restriction>
|
|
374
|
+
</xs:simpleType>
|
|
375
|
+
</xs:element>
|
|
376
|
+
<xs:element name="UzivCode" minOccurs="0">
|
|
377
|
+
<xs:annotation>
|
|
378
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
379
|
+
</xs:annotation>
|
|
380
|
+
<xs:simpleType>
|
|
381
|
+
<xs:restriction base="xs:string">
|
|
382
|
+
<xs:maxLength value="6"/>
|
|
383
|
+
</xs:restriction>
|
|
384
|
+
</xs:simpleType>
|
|
385
|
+
</xs:element>
|
|
386
|
+
<xs:element name="GUID" minOccurs="0">
|
|
387
|
+
<xs:annotation>
|
|
388
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
389
|
+
</xs:annotation>
|
|
390
|
+
<xs:simpleType>
|
|
391
|
+
<xs:restriction base="xs:string">
|
|
392
|
+
<xs:maxLength value="38"/>
|
|
393
|
+
</xs:restriction>
|
|
394
|
+
</xs:simpleType>
|
|
395
|
+
</xs:element>
|
|
396
|
+
<xs:element name="Katalog" minOccurs="0">
|
|
397
|
+
<xs:annotation>
|
|
398
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
399
|
+
</xs:annotation>
|
|
400
|
+
<xs:simpleType>
|
|
401
|
+
<xs:restriction base="xs:string">
|
|
402
|
+
<xs:maxLength value="20"/>
|
|
403
|
+
</xs:restriction>
|
|
404
|
+
</xs:simpleType>
|
|
405
|
+
</xs:element>
|
|
406
|
+
<xs:element name="BarCode" minOccurs="0">
|
|
407
|
+
<xs:annotation>
|
|
408
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
409
|
+
</xs:annotation>
|
|
410
|
+
<xs:simpleType>
|
|
411
|
+
<xs:restriction base="xs:string">
|
|
412
|
+
<xs:maxLength value="20"/>
|
|
413
|
+
</xs:restriction>
|
|
414
|
+
</xs:simpleType>
|
|
415
|
+
</xs:element>
|
|
416
|
+
<xs:element name="BCTyp" minOccurs="0">
|
|
417
|
+
<xs:annotation>
|
|
418
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)
|
|
419
|
+
E1 = EAN 13
|
|
420
|
+
E8 = EAN 8
|
|
421
|
+
UP = UPC A
|
|
422
|
+
UE = UPC E
|
|
423
|
+
39 = CODE 39
|
|
424
|
+
2S = 2/5 INDUSTRIAL
|
|
425
|
+
2I = 2/5 INTERLEAVED
|
|
426
|
+
2M = 2/5 MATRIX
|
|
427
|
+
93 = CODE 93
|
|
428
|
+
12 = CODE 128
|
|
429
|
+
O = OSTATNÍ
|
|
430
|
+
N = NETISKNOUT
|
|
431
|
+
</xs:documentation>
|
|
432
|
+
</xs:annotation>
|
|
433
|
+
<xs:simpleType>
|
|
434
|
+
<xs:restriction base="xs:string">
|
|
435
|
+
<xs:maxLength value="2"/>
|
|
436
|
+
<xs:enumeration value="E1"/>
|
|
437
|
+
<xs:enumeration value="E8"/>
|
|
438
|
+
<xs:enumeration value="UP"/>
|
|
439
|
+
<xs:enumeration value="UE"/>
|
|
440
|
+
<xs:enumeration value="39"/>
|
|
441
|
+
<xs:enumeration value="2S"/>
|
|
442
|
+
<xs:enumeration value="2I"/>
|
|
443
|
+
<xs:enumeration value="2M"/>
|
|
444
|
+
<xs:enumeration value="93"/>
|
|
445
|
+
<xs:enumeration value="12"/>
|
|
446
|
+
<xs:enumeration value="CB"/>
|
|
447
|
+
<xs:enumeration value="O"/>
|
|
448
|
+
<xs:enumeration value="N"/>
|
|
449
|
+
</xs:restriction>
|
|
450
|
+
</xs:simpleType>
|
|
451
|
+
</xs:element>
|
|
452
|
+
<xs:element name="TypZarDoby" minOccurs="0">
|
|
453
|
+
<xs:annotation>
|
|
454
|
+
<xs:documentation>D=denní, M=měsíční, R=roční, S= stálá, N=není uvedeno IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
455
|
+
</xs:annotation>
|
|
456
|
+
<xs:simpleType>
|
|
457
|
+
<xs:restriction base="xs:string">
|
|
458
|
+
<xs:maxLength value="1"/>
|
|
459
|
+
<xs:enumeration value="N"/>
|
|
460
|
+
<xs:enumeration value="D"/>
|
|
461
|
+
<xs:enumeration value="M"/>
|
|
462
|
+
<xs:enumeration value="R"/>
|
|
463
|
+
<xs:enumeration value="S"/>
|
|
464
|
+
</xs:restriction>
|
|
465
|
+
</xs:simpleType>
|
|
466
|
+
</xs:element>
|
|
467
|
+
<xs:element name="ZarDoba" minOccurs="0">
|
|
468
|
+
<xs:annotation>
|
|
469
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
470
|
+
</xs:annotation>
|
|
471
|
+
<xs:simpleType>
|
|
472
|
+
<xs:restriction base="xs:decimal">
|
|
473
|
+
<xs:totalDigits value="5"/>
|
|
474
|
+
<xs:fractionDigits value="0"/>
|
|
475
|
+
</xs:restriction>
|
|
476
|
+
</xs:simpleType>
|
|
477
|
+
</xs:element>
|
|
478
|
+
<xs:element name="ZbozKuch" type="xs:boolean" minOccurs="0">
|
|
479
|
+
<xs:annotation>
|
|
480
|
+
<xs:documentation>Zboží pro kuchyň</xs:documentation>
|
|
481
|
+
</xs:annotation>
|
|
482
|
+
</xs:element>
|
|
483
|
+
<xs:element name="EvVyrCis" type="xs:boolean" minOccurs="0">
|
|
484
|
+
<xs:annotation>
|
|
485
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:NE) EXPORT(ANO)</xs:documentation>
|
|
486
|
+
</xs:annotation>
|
|
487
|
+
</xs:element>
|
|
488
|
+
<xs:element name="DesMist" minOccurs="0">
|
|
489
|
+
<xs:annotation>
|
|
490
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:NE) EXPORT(ANO)</xs:documentation>
|
|
491
|
+
</xs:annotation>
|
|
492
|
+
<xs:simpleType>
|
|
493
|
+
<xs:restriction base="xs:decimal">
|
|
494
|
+
<xs:totalDigits value="3"/>
|
|
495
|
+
<xs:fractionDigits value="0"/>
|
|
496
|
+
</xs:restriction>
|
|
497
|
+
</xs:simpleType>
|
|
498
|
+
</xs:element>
|
|
499
|
+
<xs:element name="Obrazek" minOccurs="0">
|
|
500
|
+
<xs:annotation>
|
|
501
|
+
<xs:documentation>Cesta k souboru obrazku (maly) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
502
|
+
</xs:annotation>
|
|
503
|
+
<xs:simpleType>
|
|
504
|
+
<xs:restriction base="xs:string">
|
|
505
|
+
<xs:maxLength value="255"/>
|
|
506
|
+
</xs:restriction>
|
|
507
|
+
</xs:simpleType>
|
|
508
|
+
</xs:element>
|
|
509
|
+
<xs:element name="Obrazek2" minOccurs="0">
|
|
510
|
+
<xs:annotation>
|
|
511
|
+
<xs:documentation>Cesta k souboru obrazku(velky) - pouze u el.obchodu IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
512
|
+
</xs:annotation>
|
|
513
|
+
<xs:simpleType>
|
|
514
|
+
<xs:restriction base="xs:string">
|
|
515
|
+
<xs:maxLength value="255"/>
|
|
516
|
+
</xs:restriction>
|
|
517
|
+
</xs:simpleType>
|
|
518
|
+
</xs:element>
|
|
519
|
+
<xs:element name="konfigurace" type="konfigurace" minOccurs="0"/>
|
|
520
|
+
<xs:element name="definiceCeny" type="definiceCeny" minOccurs="0"/>
|
|
521
|
+
<xs:element name="Ceny" type="vycetType" minOccurs="0">
|
|
522
|
+
<xs:annotation>
|
|
523
|
+
<xs:documentation>Přednastavení seznamu prodejních cen pro zásoby (nové) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
524
|
+
</xs:annotation>
|
|
525
|
+
</xs:element>
|
|
526
|
+
<xs:element name="Nastav" type="xs:boolean" minOccurs="0">
|
|
527
|
+
<xs:annotation>
|
|
528
|
+
<xs:documentation>Přebírat přednastavení ze skl.skupiny IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
529
|
+
</xs:annotation>
|
|
530
|
+
</xs:element>
|
|
531
|
+
<xs:element name="Popis1" type="popisType" minOccurs="0">
|
|
532
|
+
<xs:annotation>
|
|
533
|
+
<xs:documentation>Rozšířený popis - Popis IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
534
|
+
</xs:annotation>
|
|
535
|
+
</xs:element>
|
|
536
|
+
<xs:element name="Pozn1" minOccurs="0">
|
|
537
|
+
<xs:annotation>
|
|
538
|
+
<xs:documentation>Rozšířený popis - Poznámka IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
539
|
+
</xs:annotation>
|
|
540
|
+
</xs:element>
|
|
541
|
+
<xs:element name="Popis2" type="popisType" minOccurs="0">
|
|
542
|
+
<xs:annotation>
|
|
543
|
+
<xs:documentation>Rozšířený popis - Popis IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
544
|
+
</xs:annotation>
|
|
545
|
+
</xs:element>
|
|
546
|
+
<xs:element name="Pozn2" minOccurs="0">
|
|
547
|
+
<xs:annotation>
|
|
548
|
+
<xs:documentation>ozšířený popis - Poznámka IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
549
|
+
</xs:annotation>
|
|
550
|
+
</xs:element>
|
|
551
|
+
<xs:element name="Popis3" type="popisType" minOccurs="0">
|
|
552
|
+
<xs:annotation>
|
|
553
|
+
<xs:documentation>Rozšířený popis - Popis IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
554
|
+
</xs:annotation>
|
|
555
|
+
</xs:element>
|
|
556
|
+
<xs:element name="Pozn3" minOccurs="0">
|
|
557
|
+
<xs:annotation>
|
|
558
|
+
<xs:documentation>ozšířený popis - Poznámka IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
559
|
+
</xs:annotation>
|
|
560
|
+
</xs:element>
|
|
561
|
+
<xs:element name="Hmotnost" minOccurs="0">
|
|
562
|
+
<xs:annotation>
|
|
563
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
564
|
+
</xs:annotation>
|
|
565
|
+
<xs:simpleType>
|
|
566
|
+
<xs:restriction base="xs:decimal">
|
|
567
|
+
<xs:totalDigits value="15"/>
|
|
568
|
+
<xs:fractionDigits value="4"/>
|
|
569
|
+
</xs:restriction>
|
|
570
|
+
</xs:simpleType>
|
|
571
|
+
</xs:element>
|
|
572
|
+
<xs:element name="Objem" minOccurs="0">
|
|
573
|
+
<xs:annotation>
|
|
574
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
575
|
+
</xs:annotation>
|
|
576
|
+
<xs:simpleType>
|
|
577
|
+
<xs:restriction base="xs:decimal">
|
|
578
|
+
<xs:totalDigits value="15"/>
|
|
579
|
+
<xs:fractionDigits value="4"/>
|
|
580
|
+
</xs:restriction>
|
|
581
|
+
</xs:simpleType>
|
|
582
|
+
</xs:element>
|
|
583
|
+
<xs:element name="KodKN" type="xs:string" minOccurs="0">
|
|
584
|
+
<xs:annotation>
|
|
585
|
+
<xs:documentation>Kód kombinované nomenklatury. Hodnota potřebná pro Intrastat. Pole je volně editovatelné.</xs:documentation>
|
|
586
|
+
</xs:annotation>
|
|
587
|
+
</xs:element>
|
|
588
|
+
<xs:element name="PredmPln" type="xs:string" minOccurs="0">
|
|
589
|
+
<xs:annotation>
|
|
590
|
+
<xs:documentation>Předmět plnění režim přenesení daňové povinnosti. Pole je volně editovatelné.</xs:documentation>
|
|
591
|
+
</xs:annotation>
|
|
592
|
+
</xs:element>
|
|
593
|
+
<xs:element name="KodStatu" type="xs:string" minOccurs="0">
|
|
594
|
+
<xs:annotation>
|
|
595
|
+
<xs:documentation>Kód země původu. Hodnota potřebná pro Intrastat. Pole je volně editovatelné.</xs:documentation>
|
|
596
|
+
</xs:annotation>
|
|
597
|
+
</xs:element>
|
|
598
|
+
<xs:element name="TypKarty" minOccurs="0">
|
|
599
|
+
<xs:annotation>
|
|
600
|
+
<xs:documentation>default hodnota:
|
|
601
|
+
neobsahuje slozeni - jednoducha
|
|
602
|
+
obsahuje slozeni - sada IMPORT(nová:ANO,oprava:NE) EXPORT(ANO)</xs:documentation>
|
|
603
|
+
</xs:annotation>
|
|
604
|
+
<xs:simpleType>
|
|
605
|
+
<xs:restriction base="xs:string">
|
|
606
|
+
<xs:enumeration value="jednoducha"/>
|
|
607
|
+
<xs:enumeration value="sluzba"/>
|
|
608
|
+
<xs:enumeration value="sada"/>
|
|
609
|
+
<xs:enumeration value="komplet"/>
|
|
610
|
+
<xs:enumeration value="vyrobek"/>
|
|
611
|
+
</xs:restriction>
|
|
612
|
+
</xs:simpleType>
|
|
613
|
+
</xs:element>
|
|
614
|
+
<xs:element name="iDoklPol" minOccurs="0">
|
|
615
|
+
<xs:annotation>
|
|
616
|
+
<xs:documentation>Pouze pro interní potřebu (iDoklad)</xs:documentation>
|
|
617
|
+
</xs:annotation>
|
|
618
|
+
</xs:element>
|
|
619
|
+
<xs:element name="iDoklAgend" minOccurs="0">
|
|
620
|
+
<xs:annotation>
|
|
621
|
+
<xs:documentation>Pouze pro interní potřebu (iDoklad)</xs:documentation>
|
|
622
|
+
</xs:annotation>
|
|
623
|
+
</xs:element>
|
|
624
|
+
<xs:element name="Slozeni" minOccurs="0">
|
|
625
|
+
<xs:annotation>
|
|
626
|
+
<xs:documentation>Složení kmenové karty</xs:documentation>
|
|
627
|
+
</xs:annotation>
|
|
628
|
+
<xs:complexType>
|
|
629
|
+
<xs:sequence>
|
|
630
|
+
<xs:element name="Komponenta" type="komponentaType" maxOccurs="unbounded"/>
|
|
631
|
+
</xs:sequence>
|
|
632
|
+
</xs:complexType>
|
|
633
|
+
</xs:element>
|
|
634
|
+
<xs:element name="SeznamParametruKarty" minOccurs="0">
|
|
635
|
+
<xs:annotation>
|
|
636
|
+
<xs:documentation>Seznam parametrů karty
|
|
637
|
+
EXPORT: ANO
|
|
638
|
+
IMPORT: NE</xs:documentation>
|
|
639
|
+
</xs:annotation>
|
|
640
|
+
<xs:complexType>
|
|
641
|
+
<xs:sequence>
|
|
642
|
+
<xs:element name="ParametrKarty" type="parametrKartaType" maxOccurs="unbounded">
|
|
643
|
+
<xs:annotation>
|
|
644
|
+
<xs:documentation>Parametr karty</xs:documentation>
|
|
645
|
+
</xs:annotation>
|
|
646
|
+
</xs:element>
|
|
647
|
+
</xs:sequence>
|
|
648
|
+
</xs:complexType>
|
|
649
|
+
</xs:element>
|
|
650
|
+
<xs:element name="Dokumenty" minOccurs="0">
|
|
651
|
+
<xs:annotation>
|
|
652
|
+
<xs:documentation>Seznam připojených dokumentů
|
|
653
|
+
IMPORT: ANO
|
|
654
|
+
EXPORT: NE</xs:documentation>
|
|
655
|
+
</xs:annotation>
|
|
656
|
+
<xs:complexType>
|
|
657
|
+
<xs:sequence>
|
|
658
|
+
<xs:element name="Dokument" type="xs:string" maxOccurs="unbounded">
|
|
659
|
+
<xs:annotation>
|
|
660
|
+
<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>
|
|
661
|
+
</xs:annotation>
|
|
662
|
+
</xs:element>
|
|
663
|
+
</xs:sequence>
|
|
664
|
+
</xs:complexType>
|
|
665
|
+
</xs:element>
|
|
666
|
+
</xs:all>
|
|
667
|
+
</xs:complexType>
|
|
668
|
+
<xs:complexType name="skladType">
|
|
669
|
+
<xs:sequence>
|
|
670
|
+
<xs:element name="Nazev" type="popisType"/>
|
|
671
|
+
<xs:element name="KodSkladu" minOccurs="0">
|
|
672
|
+
<xs:simpleType>
|
|
673
|
+
<xs:restriction base="xs:string">
|
|
674
|
+
<xs:maxLength value="20"/>
|
|
675
|
+
</xs:restriction>
|
|
676
|
+
</xs:simpleType>
|
|
677
|
+
</xs:element>
|
|
678
|
+
<xs:element name="GUID" minOccurs="0">
|
|
679
|
+
<xs:simpleType>
|
|
680
|
+
<xs:restriction base="xs:string">
|
|
681
|
+
<xs:maxLength value="38"/>
|
|
682
|
+
</xs:restriction>
|
|
683
|
+
</xs:simpleType>
|
|
684
|
+
</xs:element>
|
|
685
|
+
<xs:element name="CenikSklad" type="xs:boolean"/>
|
|
686
|
+
<xs:element name="PlatnoOd" type="xs:date" minOccurs="0"/>
|
|
687
|
+
<xs:element name="PlatnoDo" type="xs:date" minOccurs="0"/>
|
|
688
|
+
<xs:element name="Minus" type="xs:boolean" minOccurs="0"/>
|
|
689
|
+
<xs:element name="Neupoz" type="xs:boolean" minOccurs="0"/>
|
|
690
|
+
<xs:element name="Vyber_cen" minOccurs="0">
|
|
691
|
+
<xs:simpleType>
|
|
692
|
+
<xs:restriction base="xs:string">
|
|
693
|
+
<xs:maxLength value="1"/>
|
|
694
|
+
</xs:restriction>
|
|
695
|
+
</xs:simpleType>
|
|
696
|
+
</xs:element>
|
|
697
|
+
<xs:element name="Vyber_dod" minOccurs="0">
|
|
698
|
+
<xs:simpleType>
|
|
699
|
+
<xs:restriction base="xs:string">
|
|
700
|
+
<xs:maxLength value="1"/>
|
|
701
|
+
</xs:restriction>
|
|
702
|
+
</xs:simpleType>
|
|
703
|
+
</xs:element>
|
|
704
|
+
<xs:element name="Zpusob" minOccurs="0">
|
|
705
|
+
<xs:simpleType>
|
|
706
|
+
<xs:restriction base="xs:string">
|
|
707
|
+
<xs:maxLength value="1"/>
|
|
708
|
+
</xs:restriction>
|
|
709
|
+
</xs:simpleType>
|
|
710
|
+
</xs:element>
|
|
711
|
+
<xs:element name="ProdCenyD" type="xs:boolean" minOccurs="0"/>
|
|
712
|
+
<xs:element name="Prepocet" minOccurs="0">
|
|
713
|
+
<xs:simpleType>
|
|
714
|
+
<xs:restriction base="xs:string">
|
|
715
|
+
<xs:maxLength value="1"/>
|
|
716
|
+
</xs:restriction>
|
|
717
|
+
</xs:simpleType>
|
|
718
|
+
</xs:element>
|
|
719
|
+
<xs:element name="konfigurace" type="konfigurace" minOccurs="0"/>
|
|
720
|
+
<xs:element name="definiceCeny" type="definiceCeny" minOccurs="0"/>
|
|
721
|
+
<xs:element name="Ceny" type="vycetType" minOccurs="0"/>
|
|
722
|
+
<xs:element name="UcPohybM" type="uctyPohybuType" minOccurs="0"/>
|
|
723
|
+
<xs:element name="UcPohybZ" type="uctyPohybuType" minOccurs="0"/>
|
|
724
|
+
<xs:element name="UcPohybV" type="uctyPohybuType" minOccurs="0"/>
|
|
725
|
+
<xs:element name="UcVyrobkVV" type="ucetType" minOccurs="0"/>
|
|
726
|
+
<xs:element name="ProdejkVz" minOccurs="0">
|
|
727
|
+
<xs:simpleType>
|
|
728
|
+
<xs:restriction base="xs:string">
|
|
729
|
+
<xs:maxLength value="1"/>
|
|
730
|
+
</xs:restriction>
|
|
731
|
+
</xs:simpleType>
|
|
732
|
+
</xs:element>
|
|
733
|
+
<xs:element name="VDodLstVz" minOccurs="0">
|
|
734
|
+
<xs:simpleType>
|
|
735
|
+
<xs:restriction base="xs:string">
|
|
736
|
+
<xs:maxLength value="1"/>
|
|
737
|
+
</xs:restriction>
|
|
738
|
+
</xs:simpleType>
|
|
739
|
+
</xs:element>
|
|
740
|
+
<xs:element name="PDodLstVz" minOccurs="0">
|
|
741
|
+
<xs:simpleType>
|
|
742
|
+
<xs:restriction base="xs:string">
|
|
743
|
+
<xs:maxLength value="1"/>
|
|
744
|
+
</xs:restriction>
|
|
745
|
+
</xs:simpleType>
|
|
746
|
+
</xs:element>
|
|
747
|
+
</xs:sequence>
|
|
748
|
+
</xs:complexType>
|
|
749
|
+
<xs:complexType name="konfigurace">
|
|
750
|
+
<xs:all>
|
|
751
|
+
<xs:element name="Druh_zas" minOccurs="0">
|
|
752
|
+
<xs:annotation>
|
|
753
|
+
<xs:documentation>M=materiál, Z=zboží, V=výrobek, O=ostatní *) u SLUZBY nelze opravovat IMPORT(nová:ANO,oprava:ANO*) EXPORT(ANO)</xs:documentation>
|
|
754
|
+
</xs:annotation>
|
|
755
|
+
<xs:simpleType>
|
|
756
|
+
<xs:restriction base="xs:string">
|
|
757
|
+
<xs:maxLength value="1"/>
|
|
758
|
+
<xs:enumeration value="M"/>
|
|
759
|
+
<xs:enumeration value="Z"/>
|
|
760
|
+
<xs:enumeration value="V"/>
|
|
761
|
+
<xs:enumeration value="O"/>
|
|
762
|
+
</xs:restriction>
|
|
763
|
+
</xs:simpleType>
|
|
764
|
+
</xs:element>
|
|
765
|
+
<xs:element name="Cinnosti" type="vycetType" minOccurs="0">
|
|
766
|
+
<xs:annotation>
|
|
767
|
+
<xs:documentation>Seznam činností
|
|
768
|
+
IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
769
|
+
</xs:annotation>
|
|
770
|
+
</xs:element>
|
|
771
|
+
<xs:element name="ZvlRezim" type="xs:byte" minOccurs="0">
|
|
772
|
+
<xs:annotation>
|
|
773
|
+
<xs:documentation>Zvláštní režim DPH:
|
|
774
|
+
0 = neurčeno
|
|
775
|
+
1 = použité zboží
|
|
776
|
+
2 = umělecké dílo
|
|
777
|
+
3 = sběratelský předmět, starožitnost
|
|
778
|
+
4 = cestovní služba IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
779
|
+
</xs:annotation>
|
|
780
|
+
</xs:element>
|
|
781
|
+
<xs:element name="ZvlDPH" type="procentoType" minOccurs="0">
|
|
782
|
+
<xs:annotation>
|
|
783
|
+
<xs:documentation>Sazba DPH pro zvláštní režim
|
|
784
|
+
IMPORT(nová:ANO,oprava:ANO)</xs:documentation>
|
|
785
|
+
</xs:annotation>
|
|
786
|
+
</xs:element>
|
|
787
|
+
<xs:element name="RezimEET" type="xs:byte" minOccurs="0">
|
|
788
|
+
<xs:annotation>
|
|
789
|
+
<xs:documentation>Režim EET:
|
|
790
|
+
0 = neurčeno
|
|
791
|
+
1 = poukaz
|
|
792
|
+
2 = vratná záloha IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
793
|
+
</xs:annotation>
|
|
794
|
+
</xs:element>
|
|
795
|
+
<xs:element name="SDPH_Nakup" type="procentoType" minOccurs="0">
|
|
796
|
+
<xs:annotation>
|
|
797
|
+
<xs:documentation>Sazba DPH pro nákup
|
|
798
|
+
IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
799
|
+
</xs:annotation>
|
|
800
|
+
</xs:element>
|
|
801
|
+
<xs:element name="SDPH_Prod" type="procentoType" minOccurs="0">
|
|
802
|
+
<xs:annotation>
|
|
803
|
+
<xs:documentation>Sazba DPH pro prodej
|
|
804
|
+
IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
805
|
+
</xs:annotation>
|
|
806
|
+
</xs:element>
|
|
807
|
+
<xs:element name="Ev_Min" type="xs:boolean" minOccurs="0">
|
|
808
|
+
<xs:annotation>
|
|
809
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
810
|
+
</xs:annotation>
|
|
811
|
+
</xs:element>
|
|
812
|
+
<xs:element name="Ev_Max" type="xs:boolean" minOccurs="0">
|
|
813
|
+
<xs:annotation>
|
|
814
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
815
|
+
</xs:annotation>
|
|
816
|
+
</xs:element>
|
|
817
|
+
<xs:element name="Minimum" type="mnozstviType" minOccurs="0">
|
|
818
|
+
<xs:annotation>
|
|
819
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
820
|
+
</xs:annotation>
|
|
821
|
+
</xs:element>
|
|
822
|
+
<xs:element name="Maximum" type="mnozstviType" minOccurs="0">
|
|
823
|
+
<xs:annotation>
|
|
824
|
+
<xs:documentation>IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
825
|
+
</xs:annotation>
|
|
826
|
+
</xs:element>
|
|
827
|
+
<xs:element name="UcPrJNakup" type="zkratkaType" minOccurs="0">
|
|
828
|
+
<xs:annotation>
|
|
829
|
+
<xs:documentation>Předkontace pro nákup (jed.úč) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
830
|
+
</xs:annotation>
|
|
831
|
+
</xs:element>
|
|
832
|
+
<xs:element name="UcPrJProde" type="zkratkaType" minOccurs="0">
|
|
833
|
+
<xs:annotation>
|
|
834
|
+
<xs:documentation>Předkontace pro prodej (jed.úč) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
835
|
+
</xs:annotation>
|
|
836
|
+
</xs:element>
|
|
837
|
+
<xs:element name="UcPrPNakup" type="zkratkaType" minOccurs="0">
|
|
838
|
+
<xs:annotation>
|
|
839
|
+
<xs:documentation>Předkontace pro nákup (pod.úč) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
840
|
+
</xs:annotation>
|
|
841
|
+
</xs:element>
|
|
842
|
+
<xs:element name="UcPrPProde" type="zkratkaType" minOccurs="0">
|
|
843
|
+
<xs:annotation>
|
|
844
|
+
<xs:documentation>Předkontace pro prodej (pod.úč) IMPORT(nová:ANO,oprava:ANO) EXPORT(ANO)</xs:documentation>
|
|
845
|
+
</xs:annotation>
|
|
846
|
+
</xs:element>
|
|
847
|
+
</xs:all>
|
|
848
|
+
</xs:complexType>
|
|
849
|
+
<xs:complexType name="definiceCeny">
|
|
850
|
+
<xs:all>
|
|
851
|
+
<xs:element name="SDPH" type="xs:boolean" minOccurs="0"/>
|
|
852
|
+
<xs:element name="Zaok" minOccurs="0">
|
|
853
|
+
<xs:simpleType>
|
|
854
|
+
<xs:restriction base="xs:string">
|
|
855
|
+
<xs:maxLength value="1"/>
|
|
856
|
+
</xs:restriction>
|
|
857
|
+
</xs:simpleType>
|
|
858
|
+
</xs:element>
|
|
859
|
+
<xs:element name="ZpusobZao" minOccurs="0">
|
|
860
|
+
<xs:annotation>
|
|
861
|
+
<xs:documentation>Způsob zaokrouhlení: H=nahoru, D=dolů, M=matematicky(default)</xs:documentation>
|
|
862
|
+
</xs:annotation>
|
|
863
|
+
<xs:simpleType>
|
|
864
|
+
<xs:restriction base="xs:string">
|
|
865
|
+
<xs:maxLength value="1"/>
|
|
866
|
+
<xs:enumeration value="H"/>
|
|
867
|
+
<xs:enumeration value="D"/>
|
|
868
|
+
<xs:enumeration value="M"/>
|
|
869
|
+
</xs:restriction>
|
|
870
|
+
</xs:simpleType>
|
|
871
|
+
</xs:element>
|
|
872
|
+
<xs:element name="VychA" type="xs:string" minOccurs="0">
|
|
873
|
+
<xs:annotation>
|
|
874
|
+
<xs:documentation>Výchozí cena pro výpočet ceny1.: Z*=zákl.prodejní, N=nákupní(default), S=skladová *) jen u CH</xs:documentation>
|
|
875
|
+
</xs:annotation>
|
|
876
|
+
</xs:element>
|
|
877
|
+
<xs:element name="ZpusobZmA" minOccurs="0">
|
|
878
|
+
<xs:annotation>
|
|
879
|
+
<xs:documentation>Způsob změny (podle hodnoty VychA): S=sleva(povoleno pro 1,Z), M=marže(default) a R=rabat (povoleno pro N,S)</xs:documentation>
|
|
880
|
+
</xs:annotation>
|
|
881
|
+
<xs:simpleType>
|
|
882
|
+
<xs:restriction base="xs:string">
|
|
883
|
+
<xs:maxLength value="1"/>
|
|
884
|
+
</xs:restriction>
|
|
885
|
+
</xs:simpleType>
|
|
886
|
+
</xs:element>
|
|
887
|
+
<xs:element name="VychB" minOccurs="0">
|
|
888
|
+
<xs:annotation>
|
|
889
|
+
<xs:documentation>Výchozí cena pro výpočet cen 2-5.: 1=první prodejní(default),Z*=zákl.prodejní, N=nákupní, S=skladová (* pouze u CH </xs:documentation>
|
|
890
|
+
</xs:annotation>
|
|
891
|
+
<xs:simpleType>
|
|
892
|
+
<xs:restriction base="xs:string">
|
|
893
|
+
<xs:maxLength value="1"/>
|
|
894
|
+
</xs:restriction>
|
|
895
|
+
</xs:simpleType>
|
|
896
|
+
</xs:element>
|
|
897
|
+
<xs:element name="ZpusobZmB" minOccurs="0">
|
|
898
|
+
<xs:annotation>
|
|
899
|
+
<xs:documentation>Způsob změny (podle hodnoty VychB): S=sleva(default)(povoleno pro 1,Z), M=marže a R=rabat (povoleno pro N,S)</xs:documentation>
|
|
900
|
+
</xs:annotation>
|
|
901
|
+
<xs:simpleType>
|
|
902
|
+
<xs:restriction base="xs:string">
|
|
903
|
+
<xs:maxLength value="1"/>
|
|
904
|
+
</xs:restriction>
|
|
905
|
+
</xs:simpleType>
|
|
906
|
+
</xs:element>
|
|
907
|
+
<xs:element name="Sleva1" type="slevaType" minOccurs="0">
|
|
908
|
+
<xs:annotation>
|
|
909
|
+
<xs:documentation>procento slevy pro cenu 1. Limit zde nema smysl (pouze kvuli kompatibilite typu), hodnota se ignoruje.</xs:documentation>
|
|
910
|
+
</xs:annotation>
|
|
911
|
+
</xs:element>
|
|
912
|
+
<xs:element name="Sleva2" type="slevaType" minOccurs="0"/>
|
|
913
|
+
<xs:element name="Sleva3" type="slevaType" minOccurs="0"/>
|
|
914
|
+
<xs:element name="Sleva4" type="slevaType" minOccurs="0"/>
|
|
915
|
+
<xs:element name="Sleva5" type="slevaType" minOccurs="0"/>
|
|
916
|
+
</xs:all>
|
|
917
|
+
</xs:complexType>
|
|
918
|
+
<xs:complexType name="slevaType">
|
|
919
|
+
<xs:all>
|
|
920
|
+
<xs:element name="Limit" type="mnozstviType" minOccurs="0"/>
|
|
921
|
+
<xs:element name="Sleva" type="procentoType"/>
|
|
922
|
+
</xs:all>
|
|
923
|
+
</xs:complexType>
|
|
924
|
+
<xs:complexType name="uctyPohybuType">
|
|
925
|
+
<xs:all>
|
|
926
|
+
<xs:element name="UcProdejk" type="ucetType" minOccurs="0"/>
|
|
927
|
+
<xs:element name="UcPrijemk" type="ucetType" minOccurs="0"/>
|
|
928
|
+
<xs:element name="UcVydejky" type="ucetType" minOccurs="0"/>
|
|
929
|
+
<xs:element name="UcVyrobky" type="ucetType" minOccurs="0"/>
|
|
930
|
+
<xs:element name="UcVDodLst" type="ucetType" minOccurs="0"/>
|
|
931
|
+
<xs:element name="UcPDodLst" type="ucetType" minOccurs="0"/>
|
|
932
|
+
<xs:element name="UcManko" type="ucetType" minOccurs="0"/>
|
|
933
|
+
<xs:element name="UcPreb" type="ucetType" minOccurs="0"/>
|
|
934
|
+
</xs:all>
|
|
935
|
+
</xs:complexType>
|
|
936
|
+
<xs:complexType name="cenovaHladinaType">
|
|
937
|
+
<xs:sequence>
|
|
938
|
+
<xs:element name="Zkrat" type="zkratkaType">
|
|
939
|
+
<xs:annotation>
|
|
940
|
+
<xs:documentation>Zkratka cenové hladiny</xs:documentation>
|
|
941
|
+
</xs:annotation>
|
|
942
|
+
</xs:element>
|
|
943
|
+
<xs:element name="Nazev" type="popisType" minOccurs="0">
|
|
944
|
+
<xs:annotation>
|
|
945
|
+
<xs:documentation>Název cenové hladiny</xs:documentation>
|
|
946
|
+
</xs:annotation>
|
|
947
|
+
</xs:element>
|
|
948
|
+
<xs:element name="Pozn" minOccurs="0">
|
|
949
|
+
<xs:annotation>
|
|
950
|
+
<xs:documentation>Poznámka</xs:documentation>
|
|
951
|
+
</xs:annotation>
|
|
952
|
+
</xs:element>
|
|
953
|
+
<xs:element name="Mena" type="menaType" minOccurs="0">
|
|
954
|
+
<xs:annotation>
|
|
955
|
+
<xs:documentation>Měna cenové hladiny</xs:documentation>
|
|
956
|
+
</xs:annotation>
|
|
957
|
+
</xs:element>
|
|
958
|
+
<xs:element name="Skup" type="xs:boolean" minOccurs="0"/>
|
|
959
|
+
<xs:element name="Ceny" type="vycetType" minOccurs="0"/>
|
|
960
|
+
<xs:element name="definiceCeny" type="definiceCeny" minOccurs="0"/>
|
|
961
|
+
</xs:sequence>
|
|
962
|
+
</xs:complexType>
|
|
963
|
+
<xs:complexType name="prodejniCenaType"/>
|
|
964
|
+
<xs:complexType name="cenaType">
|
|
965
|
+
<xs:all>
|
|
966
|
+
<xs:element name="Limit" type="mnozstviType" minOccurs="0"/>
|
|
967
|
+
<xs:element name="Cena" type="castkaType"/>
|
|
968
|
+
<xs:element name="Sleva" type="procentoType" minOccurs="0">
|
|
969
|
+
<xs:annotation>
|
|
970
|
+
<xs:documentation>Požadované procento pro kalkulaci ceny. </xs:documentation>
|
|
971
|
+
</xs:annotation>
|
|
972
|
+
</xs:element>
|
|
973
|
+
</xs:all>
|
|
974
|
+
</xs:complexType>
|
|
975
|
+
<xs:complexType name="skupinaZasobType">
|
|
976
|
+
<xs:all>
|
|
977
|
+
<xs:element name="Zkratka" type="zkratkaType">
|
|
978
|
+
<xs:annotation>
|
|
979
|
+
<xs:documentation>Zkratka skladové skupiny</xs:documentation>
|
|
980
|
+
</xs:annotation>
|
|
981
|
+
</xs:element>
|
|
982
|
+
<xs:element name="Nazev" type="popisType" minOccurs="0">
|
|
983
|
+
<xs:annotation>
|
|
984
|
+
<xs:documentation>Název skladové skupiny</xs:documentation>
|
|
985
|
+
</xs:annotation>
|
|
986
|
+
</xs:element>
|
|
987
|
+
<xs:element name="Poznamka" minOccurs="0">
|
|
988
|
+
<xs:annotation>
|
|
989
|
+
<xs:documentation>Poznámka</xs:documentation>
|
|
990
|
+
</xs:annotation>
|
|
991
|
+
</xs:element>
|
|
992
|
+
<xs:element name="Zkratka0" type="zkratkaType" minOccurs="0">
|
|
993
|
+
<xs:annotation>
|
|
994
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
995
|
+
</xs:annotation>
|
|
996
|
+
</xs:element>
|
|
997
|
+
<xs:element name="Zkratka1" minOccurs="0">
|
|
998
|
+
<xs:annotation>
|
|
999
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1000
|
+
</xs:annotation>
|
|
1001
|
+
</xs:element>
|
|
1002
|
+
<xs:element name="Zkratka2" minOccurs="0">
|
|
1003
|
+
<xs:annotation>
|
|
1004
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1005
|
+
</xs:annotation>
|
|
1006
|
+
</xs:element>
|
|
1007
|
+
<xs:element name="Zkratka3" minOccurs="0">
|
|
1008
|
+
<xs:annotation>
|
|
1009
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1010
|
+
</xs:annotation>
|
|
1011
|
+
</xs:element>
|
|
1012
|
+
<xs:element name="Zkratka4" minOccurs="0">
|
|
1013
|
+
<xs:annotation>
|
|
1014
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1015
|
+
</xs:annotation>
|
|
1016
|
+
</xs:element>
|
|
1017
|
+
<xs:element name="Zkratka5" minOccurs="0">
|
|
1018
|
+
<xs:annotation>
|
|
1019
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1020
|
+
</xs:annotation>
|
|
1021
|
+
</xs:element>
|
|
1022
|
+
<xs:element name="Zkratka6" minOccurs="0">
|
|
1023
|
+
<xs:annotation>
|
|
1024
|
+
<xs:documentation>Zkratka nadřízené skladové skupiny</xs:documentation>
|
|
1025
|
+
</xs:annotation>
|
|
1026
|
+
</xs:element>
|
|
1027
|
+
<xs:element name="konfigurace" type="konfigurace" minOccurs="0"/>
|
|
1028
|
+
<xs:element name="definiceCeny" type="definiceCeny" minOccurs="0"/>
|
|
1029
|
+
<xs:element name="Ceny" type="vycetType" minOccurs="0"/>
|
|
1030
|
+
<xs:element name="NastSklad" type="xs:boolean" minOccurs="0"/>
|
|
1031
|
+
<xs:element name="CisSkupVPL" minOccurs="0">
|
|
1032
|
+
<xs:simpleType>
|
|
1033
|
+
<xs:restriction base="xs:string">
|
|
1034
|
+
<xs:maxLength value="3"/>
|
|
1035
|
+
</xs:restriction>
|
|
1036
|
+
</xs:simpleType>
|
|
1037
|
+
</xs:element>
|
|
1038
|
+
<xs:element name="IN_CisOdde" minOccurs="0">
|
|
1039
|
+
<xs:simpleType>
|
|
1040
|
+
<xs:restriction base="xs:decimal">
|
|
1041
|
+
<xs:totalDigits value="6"/>
|
|
1042
|
+
<xs:fractionDigits value="0"/>
|
|
1043
|
+
</xs:restriction>
|
|
1044
|
+
</xs:simpleType>
|
|
1045
|
+
</xs:element>
|
|
1046
|
+
<xs:element name="UcPohybM" type="uctyPohybuType" minOccurs="0"/>
|
|
1047
|
+
<xs:element name="UcPohybZ" type="uctyPohybuType" minOccurs="0"/>
|
|
1048
|
+
<xs:element name="UcPohybV" type="uctyPohybuType" minOccurs="0"/>
|
|
1049
|
+
<xs:element name="UcVyrobkVV" type="ucetType" minOccurs="0"/>
|
|
1050
|
+
<xs:element name="ProdejkVz" minOccurs="0">
|
|
1051
|
+
<xs:simpleType>
|
|
1052
|
+
<xs:restriction base="xs:string">
|
|
1053
|
+
<xs:maxLength value="1"/>
|
|
1054
|
+
</xs:restriction>
|
|
1055
|
+
</xs:simpleType>
|
|
1056
|
+
</xs:element>
|
|
1057
|
+
<xs:element name="VDodLstVz" minOccurs="0">
|
|
1058
|
+
<xs:simpleType>
|
|
1059
|
+
<xs:restriction base="xs:string">
|
|
1060
|
+
<xs:maxLength value="1"/>
|
|
1061
|
+
</xs:restriction>
|
|
1062
|
+
</xs:simpleType>
|
|
1063
|
+
</xs:element>
|
|
1064
|
+
<xs:element name="PDodLstVz" minOccurs="0">
|
|
1065
|
+
<xs:simpleType>
|
|
1066
|
+
<xs:restriction base="xs:string">
|
|
1067
|
+
<xs:maxLength value="1"/>
|
|
1068
|
+
</xs:restriction>
|
|
1069
|
+
</xs:simpleType>
|
|
1070
|
+
</xs:element>
|
|
1071
|
+
</xs:all>
|
|
1072
|
+
</xs:complexType>
|
|
1073
|
+
<xs:complexType name="stavZasobyType">
|
|
1074
|
+
<xs:all>
|
|
1075
|
+
<xs:element name="Zasoba" type="mnozstviType" minOccurs="0">
|
|
1076
|
+
<xs:annotation>
|
|
1077
|
+
<xs:documentation>aktuální stav zásoby</xs:documentation>
|
|
1078
|
+
</xs:annotation>
|
|
1079
|
+
</xs:element>
|
|
1080
|
+
<xs:element name="Rezervace" type="mnozstviType" minOccurs="0">
|
|
1081
|
+
<xs:annotation>
|
|
1082
|
+
<xs:documentation>zásoba rezervováno (možný výdej)</xs:documentation>
|
|
1083
|
+
</xs:annotation>
|
|
1084
|
+
</xs:element>
|
|
1085
|
+
<xs:element name="Objednano" type="mnozstviType" minOccurs="0">
|
|
1086
|
+
<xs:annotation>
|
|
1087
|
+
<xs:documentation>zásoba objednáno (možný příjem)</xs:documentation>
|
|
1088
|
+
</xs:annotation>
|
|
1089
|
+
</xs:element>
|
|
1090
|
+
</xs:all>
|
|
1091
|
+
</xs:complexType>
|
|
1092
|
+
<xs:complexType name="komponentaType">
|
|
1093
|
+
<xs:all>
|
|
1094
|
+
<xs:element name="PocMJ" type="mnozstviType" minOccurs="0">
|
|
1095
|
+
<xs:annotation>
|
|
1096
|
+
<xs:documentation>default = 1
|
|
1097
|
+
U alternativ vždy rovno 1.</xs:documentation>
|
|
1098
|
+
</xs:annotation>
|
|
1099
|
+
</xs:element>
|
|
1100
|
+
<xs:element name="StavZasoby" type="stavZasobyType" minOccurs="0">
|
|
1101
|
+
<xs:annotation>
|
|
1102
|
+
<xs:documentation>Neimportuje se</xs:documentation>
|
|
1103
|
+
</xs:annotation>
|
|
1104
|
+
</xs:element>
|
|
1105
|
+
<xs:element name="KmKarta" type="kmKartaType"/>
|
|
1106
|
+
<xs:element name="Sklad" type="skladType"/>
|
|
1107
|
+
</xs:all>
|
|
1108
|
+
<xs:attribute name="Poradi" type="celeCisloType" use="optional">
|
|
1109
|
+
<xs:annotation>
|
|
1110
|
+
<xs:documentation/>
|
|
1111
|
+
</xs:annotation>
|
|
1112
|
+
</xs:attribute>
|
|
1113
|
+
</xs:complexType>
|
|
1114
|
+
<xs:complexType name="vyrobniCisloType">
|
|
1115
|
+
<xs:all>
|
|
1116
|
+
<xs:element name="VyrobniCis" type="popisType" minOccurs="0"/>
|
|
1117
|
+
<xs:element name="DatumVyrob" type="xs:date" minOccurs="0"/>
|
|
1118
|
+
<xs:element name="CarovyKod" minOccurs="0">
|
|
1119
|
+
<xs:simpleType>
|
|
1120
|
+
<xs:restriction base="xs:string">
|
|
1121
|
+
<xs:maxLength value="20"/>
|
|
1122
|
+
</xs:restriction>
|
|
1123
|
+
</xs:simpleType>
|
|
1124
|
+
</xs:element>
|
|
1125
|
+
</xs:all>
|
|
1126
|
+
</xs:complexType>
|
|
1127
|
+
<xs:complexType name="eshopZasobaType">
|
|
1128
|
+
<xs:annotation>
|
|
1129
|
+
<xs:documentation>EXPORT:ANO exportuje se pouze exportem určeným pro XML el. obch.dům IMPORT:NE</xs:documentation>
|
|
1130
|
+
</xs:annotation>
|
|
1131
|
+
<xs:sequence>
|
|
1132
|
+
<xs:element name="IN_Export" type="xs:unsignedByte">
|
|
1133
|
+
<xs:annotation>
|
|
1134
|
+
<xs:documentation>Číslo typu elektronického obchodu</xs:documentation>
|
|
1135
|
+
</xs:annotation>
|
|
1136
|
+
</xs:element>
|
|
1137
|
+
<xs:element name="IN_Changed" type="xs:boolean" minOccurs="0">
|
|
1138
|
+
<xs:annotation>
|
|
1139
|
+
<xs:documentation>Příznak změny zásoby. Exportem se ruší.</xs:documentation>
|
|
1140
|
+
</xs:annotation>
|
|
1141
|
+
</xs:element>
|
|
1142
|
+
<xs:element name="IN_Deleted" type="xs:boolean" minOccurs="0">
|
|
1143
|
+
<xs:annotation>
|
|
1144
|
+
<xs:documentation>Příznak odstranění zásoby z el.obchodu. Exportem se ruší.</xs:documentation>
|
|
1145
|
+
</xs:annotation>
|
|
1146
|
+
</xs:element>
|
|
1147
|
+
<xs:element name="CisKarty" type="xs:long">
|
|
1148
|
+
<xs:annotation>
|
|
1149
|
+
<xs:documentation>Číslo kmenové karty zásoby (Exportuje se pro potřeby eShopů, které tyto údaje používají jako identifikační)</xs:documentation>
|
|
1150
|
+
</xs:annotation>
|
|
1151
|
+
</xs:element>
|
|
1152
|
+
<xs:element name="CisSkladu" type="xs:long">
|
|
1153
|
+
<xs:annotation>
|
|
1154
|
+
<xs:documentation>Číslo skladu zásoby (Exportuje se pro potřeby eShopů, které tyto údaje používají jako identifikační)</xs:documentation>
|
|
1155
|
+
</xs:annotation>
|
|
1156
|
+
</xs:element>
|
|
1157
|
+
<xs:element name="eSkup" type="ekategorieZasobaType" maxOccurs="unbounded">
|
|
1158
|
+
<xs:annotation>
|
|
1159
|
+
<xs:documentation>Zařazení do hiearchických kategorií (skupin) zásob pro elektronické obchodování</xs:documentation>
|
|
1160
|
+
</xs:annotation>
|
|
1161
|
+
</xs:element>
|
|
1162
|
+
</xs:sequence>
|
|
1163
|
+
</xs:complexType>
|
|
1164
|
+
<xs:complexType name="ekategorieZasobaType">
|
|
1165
|
+
<xs:all>
|
|
1166
|
+
<xs:element name="ID" type="xs:unsignedLong">
|
|
1167
|
+
<xs:annotation>
|
|
1168
|
+
<xs:documentation>Číslo kategorie</xs:documentation>
|
|
1169
|
+
</xs:annotation>
|
|
1170
|
+
</xs:element>
|
|
1171
|
+
<xs:element name="Name">
|
|
1172
|
+
<xs:annotation>
|
|
1173
|
+
<xs:documentation>Název kategorie</xs:documentation>
|
|
1174
|
+
</xs:annotation>
|
|
1175
|
+
<xs:simpleType>
|
|
1176
|
+
<xs:restriction base="xs:string">
|
|
1177
|
+
<xs:maxLength value="50"/>
|
|
1178
|
+
</xs:restriction>
|
|
1179
|
+
</xs:simpleType>
|
|
1180
|
+
</xs:element>
|
|
1181
|
+
<xs:element name="Descript">
|
|
1182
|
+
<xs:annotation>
|
|
1183
|
+
<xs:documentation>Kód kategorie
|
|
1184
|
+
|
|
1185
|
+
Export: pouze XML elektronický obchod</xs:documentation>
|
|
1186
|
+
</xs:annotation>
|
|
1187
|
+
<xs:simpleType>
|
|
1188
|
+
<xs:restriction base="xs:string">
|
|
1189
|
+
<xs:maxLength value="50"/>
|
|
1190
|
+
</xs:restriction>
|
|
1191
|
+
</xs:simpleType>
|
|
1192
|
+
</xs:element>
|
|
1193
|
+
<xs:element name="Poznamka">
|
|
1194
|
+
<xs:annotation>
|
|
1195
|
+
<xs:documentation>Poznámka kategorie</xs:documentation>
|
|
1196
|
+
</xs:annotation>
|
|
1197
|
+
<xs:simpleType>
|
|
1198
|
+
<xs:restriction base="xs:string">
|
|
1199
|
+
<xs:maxLength value="255"/>
|
|
1200
|
+
</xs:restriction>
|
|
1201
|
+
</xs:simpleType>
|
|
1202
|
+
</xs:element>
|
|
1203
|
+
<xs:element name="Changed" type="xs:boolean">
|
|
1204
|
+
<xs:annotation>
|
|
1205
|
+
<xs:documentation>Příznak změny kategorie</xs:documentation>
|
|
1206
|
+
</xs:annotation>
|
|
1207
|
+
</xs:element>
|
|
1208
|
+
<xs:element name="Public" type="xs:boolean" minOccurs="0">
|
|
1209
|
+
<xs:annotation>
|
|
1210
|
+
<xs:documentation>Příznak publikování vazby zásoba-kategorie. Exportuje se pouze u e-skupiny (kategorie), do které zásoba přímo patří. Jde o kalkulovaný příznak, zda se zásoba v dané katagorii má publikovat (takže jde o kombinaci příznaků Public nadřízených kategoriií a zásoby samotné) . 0 = zásoba v kategorii nemá být publikována, 1 = zásoba v kategorii má být publikována.
|
|
1211
|
+
|
|
1212
|
+
Export: ANO
|
|
1213
|
+
Import: NE
|
|
1214
|
+
|
|
1215
|
+
Poznámka: Zásoba, která nemá být publikována, se expotuje pouze ve změnovém režimu.</xs:documentation>
|
|
1216
|
+
</xs:annotation>
|
|
1217
|
+
</xs:element>
|
|
1218
|
+
<xs:element name="Parent" type="ekategorieZasobaType" minOccurs="0">
|
|
1219
|
+
<xs:annotation>
|
|
1220
|
+
<xs:documentation>Nadřízená kategorie</xs:documentation>
|
|
1221
|
+
</xs:annotation>
|
|
1222
|
+
</xs:element>
|
|
1223
|
+
</xs:all>
|
|
1224
|
+
</xs:complexType>
|
|
1225
|
+
<xs:complexType name="dodavkaType">
|
|
1226
|
+
<xs:all>
|
|
1227
|
+
<xs:element name="Oznaceni" minOccurs="0">
|
|
1228
|
+
<xs:simpleType>
|
|
1229
|
+
<xs:restriction base="xs:string">
|
|
1230
|
+
<xs:maxLength value="20"/>
|
|
1231
|
+
</xs:restriction>
|
|
1232
|
+
</xs:simpleType>
|
|
1233
|
+
</xs:element>
|
|
1234
|
+
<xs:element name="DatExp" type="xs:date" minOccurs="0"/>
|
|
1235
|
+
<xs:element name="PocetMJ" type="mnozstviType" minOccurs="0"/>
|
|
1236
|
+
<xs:element name="Cena" type="castkaType" minOccurs="0"/>
|
|
1237
|
+
</xs:all>
|
|
1238
|
+
</xs:complexType>
|
|
1239
|
+
<xs:complexType name="parametrKartaType">
|
|
1240
|
+
<xs:annotation>
|
|
1241
|
+
<xs:documentation>Definice parametru přiřazeného kmenové kartě</xs:documentation>
|
|
1242
|
+
</xs:annotation>
|
|
1243
|
+
<xs:all>
|
|
1244
|
+
<xs:element name="Parametr" type="parametrType">
|
|
1245
|
+
<xs:annotation>
|
|
1246
|
+
<xs:documentation>Identifikace parametru</xs:documentation>
|
|
1247
|
+
</xs:annotation>
|
|
1248
|
+
</xs:element>
|
|
1249
|
+
<xs:element name="Poradi" type="cisloType">
|
|
1250
|
+
<xs:annotation>
|
|
1251
|
+
<xs:documentation>Pořadí parametru na kartě</xs:documentation>
|
|
1252
|
+
</xs:annotation>
|
|
1253
|
+
</xs:element>
|
|
1254
|
+
<xs:element name="Value" type="xs:string">
|
|
1255
|
+
<xs:annotation>
|
|
1256
|
+
<xs:documentation>Hodnota parametru</xs:documentation>
|
|
1257
|
+
</xs:annotation>
|
|
1258
|
+
</xs:element>
|
|
1259
|
+
</xs:all>
|
|
1260
|
+
</xs:complexType>
|
|
1261
|
+
<xs:complexType name="alternativaPrislusenstviType">
|
|
1262
|
+
<xs:annotation>
|
|
1263
|
+
<xs:documentation>Definice alternativy nebo příslušenství přiřazených k zásobě</xs:documentation>
|
|
1264
|
+
</xs:annotation>
|
|
1265
|
+
<xs:all>
|
|
1266
|
+
<xs:element name="Popis" minOccurs="0">
|
|
1267
|
+
<xs:annotation>
|
|
1268
|
+
<xs:documentation>Popis alternativy (příslušenství)</xs:documentation>
|
|
1269
|
+
</xs:annotation>
|
|
1270
|
+
<xs:simpleType>
|
|
1271
|
+
<xs:restriction base="xs:string">
|
|
1272
|
+
<xs:maxLength value="50"/>
|
|
1273
|
+
</xs:restriction>
|
|
1274
|
+
</xs:simpleType>
|
|
1275
|
+
</xs:element>
|
|
1276
|
+
<xs:element name="PocMJ" type="mnozstviType">
|
|
1277
|
+
<xs:annotation>
|
|
1278
|
+
<xs:documentation>U alternativ vždy rovno 1.</xs:documentation>
|
|
1279
|
+
</xs:annotation>
|
|
1280
|
+
</xs:element>
|
|
1281
|
+
<xs:element name="Poradi" type="cisloType">
|
|
1282
|
+
<xs:annotation>
|
|
1283
|
+
<xs:documentation>Pořadí alternativy (příslušenství)</xs:documentation>
|
|
1284
|
+
</xs:annotation>
|
|
1285
|
+
</xs:element>
|
|
1286
|
+
<xs:element name="DruhKomp" minOccurs="0">
|
|
1287
|
+
<xs:annotation>
|
|
1288
|
+
<xs:documentation>Druh alternativy:
|
|
1289
|
+
A = normální alternativa
|
|
1290
|
+
N = náhrada
|
|
1291
|
+
|
|
1292
|
+
U příslušenství se neuvádí.</xs:documentation>
|
|
1293
|
+
</xs:annotation>
|
|
1294
|
+
<xs:simpleType>
|
|
1295
|
+
<xs:restriction base="xs:string">
|
|
1296
|
+
<xs:maxLength value="1"/>
|
|
1297
|
+
<xs:enumeration value="A"/>
|
|
1298
|
+
<xs:enumeration value="N"/>
|
|
1299
|
+
</xs:restriction>
|
|
1300
|
+
</xs:simpleType>
|
|
1301
|
+
</xs:element>
|
|
1302
|
+
<xs:element name="Symetric">
|
|
1303
|
+
<xs:annotation>
|
|
1304
|
+
<xs:documentation>Příznak oboustranné vazby
|
|
1305
|
+
|
|
1306
|
+
U příslušenství vždy 0.</xs:documentation>
|
|
1307
|
+
</xs:annotation>
|
|
1308
|
+
<xs:simpleType>
|
|
1309
|
+
<xs:restriction base="xs:boolean">
|
|
1310
|
+
<xs:pattern value="0"/>
|
|
1311
|
+
<xs:pattern value="1"/>
|
|
1312
|
+
</xs:restriction>
|
|
1313
|
+
</xs:simpleType>
|
|
1314
|
+
</xs:element>
|
|
1315
|
+
<xs:element name="KmKarta" type="kmKartaType"/>
|
|
1316
|
+
<xs:element name="Sklad" type="skladType"/>
|
|
1317
|
+
</xs:all>
|
|
1318
|
+
</xs:complexType>
|
|
1319
|
+
</xs:schema>
|