editx 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +2 -0
- data/README.markdown +33 -0
- data/lib/editx.rb +78 -0
- data/lib/editx/order.rb +116 -0
- data/lib/editx/order/date_coded.rb +13 -0
- data/lib/editx/order/discount_detail.rb +18 -0
- data/lib/editx/order/discount_part.rb +14 -0
- data/lib/editx/order/item_detail.rb +33 -0
- data/lib/editx/order/message.rb +18 -0
- data/lib/editx/order/order_item_qualifier_coded.rb +14 -0
- data/lib/editx/order/party.rb +12 -0
- data/lib/editx/order/price.rb +16 -0
- data/lib/editx/order/product_id.rb +15 -0
- data/lib/editx/order/reference_coded.rb +15 -0
- data/lib/editx/order/returns_condition_coded.rb +14 -0
- data/lib/editx/order/returns_conditions.rb +19 -0
- data/schemas/editx_codelists.xsd +1753 -0
- data/schemas/order_1_1.xsd +475 -0
- data/schemas/order_1_2.xsd +487 -0
- data/spec/order_spec.rb +97 -0
- data/spec/sample_data_spec.rb +37 -0
- metadata +103 -0
@@ -0,0 +1,1753 @@
|
|
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:simpleType name="AcknowledgementStatusCode">
|
4
|
+
<xs:restriction base="xs:string">
|
5
|
+
<xs:enumeration value="Accepted"/>
|
6
|
+
<xs:enumeration value="AcceptedDelayed"/>
|
7
|
+
<xs:enumeration value="XMLErrors"/>
|
8
|
+
<xs:enumeration value="SchemaErrors"/>
|
9
|
+
<xs:enumeration value="PayloadErrors"/>
|
10
|
+
<xs:enumeration value="InvalidDocument"/>
|
11
|
+
<xs:enumeration value="OutOfSequence"/>
|
12
|
+
</xs:restriction>
|
13
|
+
</xs:simpleType>
|
14
|
+
<xs:simpleType name="ASNDateQualifierCode">
|
15
|
+
<xs:restriction base="xs:string">
|
16
|
+
<xs:enumeration value="DeliveryDateLatest"/>
|
17
|
+
<xs:enumeration value="Shipped"/>
|
18
|
+
</xs:restriction>
|
19
|
+
</xs:simpleType>
|
20
|
+
<xs:simpleType name="ASNItemReferenceTypeCode">
|
21
|
+
<xs:restriction base="xs:string">
|
22
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
23
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
24
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
25
|
+
<xs:enumeration value="ContractReference"/>
|
26
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
27
|
+
<xs:enumeration value="RepOrderReference"/>
|
28
|
+
</xs:restriction>
|
29
|
+
</xs:simpleType>
|
30
|
+
<xs:simpleType name="ASNMeasureTypeCode">
|
31
|
+
<xs:restriction base="xs:string">
|
32
|
+
<xs:enumeration value="Height"/>
|
33
|
+
<xs:enumeration value="Width"/>
|
34
|
+
<xs:enumeration value="Depth"/>
|
35
|
+
<xs:enumeration value="TotalGrossWeight"/>
|
36
|
+
</xs:restriction>
|
37
|
+
</xs:simpleType>
|
38
|
+
<xs:simpleType name="ASNMeasureTypeCodeLinear">
|
39
|
+
<xs:restriction base="xs:string">
|
40
|
+
<xs:enumeration value="Height"/>
|
41
|
+
<xs:enumeration value="Width"/>
|
42
|
+
<xs:enumeration value="Depth"/>
|
43
|
+
</xs:restriction>
|
44
|
+
</xs:simpleType>
|
45
|
+
<xs:simpleType name="ASNMeasureTypeCodeWeight">
|
46
|
+
<xs:restriction base="xs:string">
|
47
|
+
<xs:enumeration value="TotalGrossWeight"/>
|
48
|
+
</xs:restriction>
|
49
|
+
</xs:simpleType>
|
50
|
+
<xs:simpleType name="AvailabilityCodeTypeCode">
|
51
|
+
<xs:restriction base="xs:string">
|
52
|
+
<xs:enumeration value="Seller"/>
|
53
|
+
<xs:enumeration value="EDItEURAlpha"/>
|
54
|
+
<xs:enumeration value="EDItEURNumeric"/>
|
55
|
+
<xs:enumeration value="MNR"/>
|
56
|
+
</xs:restriction>
|
57
|
+
</xs:simpleType>
|
58
|
+
<xs:simpleType name="BatchBonusTypeCode">
|
59
|
+
<xs:restriction base="xs:string">
|
60
|
+
<xs:maxLength value="3"/>
|
61
|
+
</xs:restriction>
|
62
|
+
</xs:simpleType>
|
63
|
+
<xs:simpleType name="CarrierNameCodeTypeCode">
|
64
|
+
<xs:restriction base="xs:string">
|
65
|
+
<xs:enumeration value="EDItEUR"/>
|
66
|
+
<xs:enumeration value="Seller"/>
|
67
|
+
<xs:enumeration value="Buyer"/>
|
68
|
+
<xs:enumeration value="DE"/>
|
69
|
+
<xs:enumeration value="GB"/>
|
70
|
+
<xs:enumeration value="NO"/>
|
71
|
+
<xs:enumeration value="SE"/>
|
72
|
+
<xs:enumeration value="US"/>
|
73
|
+
</xs:restriction>
|
74
|
+
</xs:simpleType>
|
75
|
+
<xs:simpleType name="CDFInvoicePartyIDAgencyCode">
|
76
|
+
<xs:restriction base="xs:string">
|
77
|
+
<xs:enumeration value="GLN"/>
|
78
|
+
<xs:enumeration value="SAN"/>
|
79
|
+
<xs:enumeration value="VKNR"/>
|
80
|
+
<xs:enumeration value="NBSN"/>
|
81
|
+
<xs:enumeration value="SellersAccountNumber"/>
|
82
|
+
</xs:restriction>
|
83
|
+
</xs:simpleType>
|
84
|
+
<xs:simpleType name="CDFOrderItemReferenceTypeCode">
|
85
|
+
<xs:restriction base="xs:string">
|
86
|
+
<xs:enumeration value="ContractReference"/>
|
87
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
88
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
89
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
90
|
+
<xs:enumeration value="BuyersReservationReference"/>
|
91
|
+
</xs:restriction>
|
92
|
+
</xs:simpleType>
|
93
|
+
<xs:simpleType name="CDFOrderPriceQualifierCode">
|
94
|
+
<xs:restriction base="xs:string">
|
95
|
+
<xs:enumeration value="FixedRPIncludingTax"/>
|
96
|
+
<xs:enumeration value="FixedRPExcludingTax"/>
|
97
|
+
<xs:enumeration value="SRPIncludingTax"/>
|
98
|
+
<xs:enumeration value="SRPExcludingTax"/>
|
99
|
+
<xs:enumeration value="UnitCostExcludingTax"/>
|
100
|
+
<xs:enumeration value="SpecifiedPriceIncludingTax"/>
|
101
|
+
<xs:enumeration value="SpecifiedPriceExcludingTax"/>
|
102
|
+
</xs:restriction>
|
103
|
+
</xs:simpleType>
|
104
|
+
<xs:simpleType name="CDFOrderReferenceTypeCode">
|
105
|
+
<xs:restriction base="xs:string">
|
106
|
+
<xs:enumeration value="ContractReference"/>
|
107
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
108
|
+
<xs:enumeration value="RepOrderReference"/>
|
109
|
+
<xs:enumeration value="CDFInvoiceReference"/>
|
110
|
+
</xs:restriction>
|
111
|
+
</xs:simpleType>
|
112
|
+
<xs:simpleType name="CDFOrderResponseItemReferenceTypeCode">
|
113
|
+
<xs:restriction base="xs:string">
|
114
|
+
<xs:enumeration value="ContractReference"/>
|
115
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
116
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
117
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
118
|
+
<xs:enumeration value="BuyersReservationReference"/>
|
119
|
+
</xs:restriction>
|
120
|
+
</xs:simpleType>
|
121
|
+
<xs:simpleType name="CDFOrderResponseReferenceTypeCode">
|
122
|
+
<xs:restriction base="xs:string">
|
123
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
124
|
+
<xs:enumeration value="ContractReference"/>
|
125
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
126
|
+
<xs:enumeration value="RepOrderReference"/>
|
127
|
+
<xs:enumeration value="CDFInvoiceReference"/>
|
128
|
+
</xs:restriction>
|
129
|
+
</xs:simpleType>
|
130
|
+
<xs:simpleType name="ClassOfSaleCode">
|
131
|
+
<xs:restriction base="xs:string">
|
132
|
+
<xs:pattern value="[0-9][1-9]"/>
|
133
|
+
</xs:restriction>
|
134
|
+
</xs:simpleType>
|
135
|
+
<xs:simpleType name="CommunicationTypeCode">
|
136
|
+
<xs:restriction base="xs:string">
|
137
|
+
<xs:enumeration value="FixedPhone"/>
|
138
|
+
<xs:enumeration value="MobilePhone"/>
|
139
|
+
<xs:enumeration value="Fax"/>
|
140
|
+
<xs:enumeration value="Email"/>
|
141
|
+
<xs:enumeration value="URL"/>
|
142
|
+
<xs:enumeration value="Phone"/>
|
143
|
+
</xs:restriction>
|
144
|
+
</xs:simpleType>
|
145
|
+
<xs:simpleType name="ContactRoleCode">
|
146
|
+
<xs:restriction base="xs:string">
|
147
|
+
<xs:enumeration value="SellerRepresentative"/>
|
148
|
+
</xs:restriction>
|
149
|
+
</xs:simpleType>
|
150
|
+
<xs:simpleType name="CorporateIDAgencyCode">
|
151
|
+
<xs:restriction base="xs:string"/>
|
152
|
+
</xs:simpleType>
|
153
|
+
<xs:simpleType name="CorporateNameIDAgencyCode">
|
154
|
+
<xs:restriction base="xs:string"/>
|
155
|
+
</xs:simpleType>
|
156
|
+
<xs:simpleType name="CorporateNameTypeCode">
|
157
|
+
<xs:restriction base="xs:string"/>
|
158
|
+
</xs:simpleType>
|
159
|
+
<xs:simpleType name="CouponType">
|
160
|
+
<xs:restriction base="xs:string">
|
161
|
+
<xs:pattern value="(0[1-9])|([1-9][0-9])"/>
|
162
|
+
</xs:restriction>
|
163
|
+
</xs:simpleType>
|
164
|
+
<xs:simpleType name="CountryCode">
|
165
|
+
<xs:restriction base="xs:string">
|
166
|
+
<xs:enumeration value="AD"/>
|
167
|
+
<xs:enumeration value="AE"/>
|
168
|
+
<xs:enumeration value="AF"/>
|
169
|
+
<xs:enumeration value="AG"/>
|
170
|
+
<xs:enumeration value="AI"/>
|
171
|
+
<xs:enumeration value="AL"/>
|
172
|
+
<xs:enumeration value="AM"/>
|
173
|
+
<xs:enumeration value="AN"/>
|
174
|
+
<xs:enumeration value="AO"/>
|
175
|
+
<xs:enumeration value="AQ"/>
|
176
|
+
<xs:enumeration value="AR"/>
|
177
|
+
<xs:enumeration value="AS"/>
|
178
|
+
<xs:enumeration value="AT"/>
|
179
|
+
<xs:enumeration value="AU"/>
|
180
|
+
<xs:enumeration value="AW"/>
|
181
|
+
<xs:enumeration value="AX"/>
|
182
|
+
<xs:enumeration value="AZ"/>
|
183
|
+
<xs:enumeration value="BA"/>
|
184
|
+
<xs:enumeration value="BB"/>
|
185
|
+
<xs:enumeration value="BD"/>
|
186
|
+
<xs:enumeration value="BE"/>
|
187
|
+
<xs:enumeration value="BF"/>
|
188
|
+
<xs:enumeration value="BG"/>
|
189
|
+
<xs:enumeration value="BH"/>
|
190
|
+
<xs:enumeration value="BI"/>
|
191
|
+
<xs:enumeration value="BJ"/>
|
192
|
+
<xs:enumeration value="BM"/>
|
193
|
+
<xs:enumeration value="BN"/>
|
194
|
+
<xs:enumeration value="BO"/>
|
195
|
+
<xs:enumeration value="BR"/>
|
196
|
+
<xs:enumeration value="BS"/>
|
197
|
+
<xs:enumeration value="BT"/>
|
198
|
+
<xs:enumeration value="BV"/>
|
199
|
+
<xs:enumeration value="BW"/>
|
200
|
+
<xs:enumeration value="BY"/>
|
201
|
+
<xs:enumeration value="BZ"/>
|
202
|
+
<xs:enumeration value="CA"/>
|
203
|
+
<xs:enumeration value="CC"/>
|
204
|
+
<xs:enumeration value="CD"/>
|
205
|
+
<xs:enumeration value="CF"/>
|
206
|
+
<xs:enumeration value="CG"/>
|
207
|
+
<xs:enumeration value="CH"/>
|
208
|
+
<xs:enumeration value="CI"/>
|
209
|
+
<xs:enumeration value="CK"/>
|
210
|
+
<xs:enumeration value="CL"/>
|
211
|
+
<xs:enumeration value="CM"/>
|
212
|
+
<xs:enumeration value="CN"/>
|
213
|
+
<xs:enumeration value="CO"/>
|
214
|
+
<xs:enumeration value="CR"/>
|
215
|
+
<xs:enumeration value="CS"/>
|
216
|
+
<xs:enumeration value="CU"/>
|
217
|
+
<xs:enumeration value="CV"/>
|
218
|
+
<xs:enumeration value="CX"/>
|
219
|
+
<xs:enumeration value="CY"/>
|
220
|
+
<xs:enumeration value="CZ"/>
|
221
|
+
<xs:enumeration value="DE"/>
|
222
|
+
<xs:enumeration value="DJ"/>
|
223
|
+
<xs:enumeration value="DK"/>
|
224
|
+
<xs:enumeration value="DM"/>
|
225
|
+
<xs:enumeration value="DO"/>
|
226
|
+
<xs:enumeration value="DZ"/>
|
227
|
+
<xs:enumeration value="EC"/>
|
228
|
+
<xs:enumeration value="EE"/>
|
229
|
+
<xs:enumeration value="EG"/>
|
230
|
+
<xs:enumeration value="EH"/>
|
231
|
+
<xs:enumeration value="ER"/>
|
232
|
+
<xs:enumeration value="ES"/>
|
233
|
+
<xs:enumeration value="ET"/>
|
234
|
+
<xs:enumeration value="FI"/>
|
235
|
+
<xs:enumeration value="FJ"/>
|
236
|
+
<xs:enumeration value="FK"/>
|
237
|
+
<xs:enumeration value="FM"/>
|
238
|
+
<xs:enumeration value="FO"/>
|
239
|
+
<xs:enumeration value="FR"/>
|
240
|
+
<xs:enumeration value="GA"/>
|
241
|
+
<xs:enumeration value="GB"/>
|
242
|
+
<xs:enumeration value="GD"/>
|
243
|
+
<xs:enumeration value="GE"/>
|
244
|
+
<xs:enumeration value="GF"/>
|
245
|
+
<xs:enumeration value="GH"/>
|
246
|
+
<xs:enumeration value="GI"/>
|
247
|
+
<xs:enumeration value="GL"/>
|
248
|
+
<xs:enumeration value="GM"/>
|
249
|
+
<xs:enumeration value="GN"/>
|
250
|
+
<xs:enumeration value="GP"/>
|
251
|
+
<xs:enumeration value="GQ"/>
|
252
|
+
<xs:enumeration value="GR"/>
|
253
|
+
<xs:enumeration value="GS"/>
|
254
|
+
<xs:enumeration value="GT"/>
|
255
|
+
<xs:enumeration value="GU"/>
|
256
|
+
<xs:enumeration value="GW"/>
|
257
|
+
<xs:enumeration value="GY"/>
|
258
|
+
<xs:enumeration value="HK"/>
|
259
|
+
<xs:enumeration value="HM"/>
|
260
|
+
<xs:enumeration value="HN"/>
|
261
|
+
<xs:enumeration value="HR"/>
|
262
|
+
<xs:enumeration value="HT"/>
|
263
|
+
<xs:enumeration value="HU"/>
|
264
|
+
<xs:enumeration value="ID"/>
|
265
|
+
<xs:enumeration value="IE"/>
|
266
|
+
<xs:enumeration value="IL"/>
|
267
|
+
<xs:enumeration value="IN"/>
|
268
|
+
<xs:enumeration value="IO"/>
|
269
|
+
<xs:enumeration value="IQ"/>
|
270
|
+
<xs:enumeration value="IR"/>
|
271
|
+
<xs:enumeration value="IS"/>
|
272
|
+
<xs:enumeration value="IT"/>
|
273
|
+
<xs:enumeration value="JM"/>
|
274
|
+
<xs:enumeration value="JO"/>
|
275
|
+
<xs:enumeration value="JP"/>
|
276
|
+
<xs:enumeration value="KE"/>
|
277
|
+
<xs:enumeration value="KG"/>
|
278
|
+
<xs:enumeration value="KH"/>
|
279
|
+
<xs:enumeration value="KI"/>
|
280
|
+
<xs:enumeration value="KM"/>
|
281
|
+
<xs:enumeration value="KN"/>
|
282
|
+
<xs:enumeration value="KP"/>
|
283
|
+
<xs:enumeration value="KR"/>
|
284
|
+
<xs:enumeration value="KW"/>
|
285
|
+
<xs:enumeration value="KY"/>
|
286
|
+
<xs:enumeration value="KZ"/>
|
287
|
+
<xs:enumeration value="LA"/>
|
288
|
+
<xs:enumeration value="LB"/>
|
289
|
+
<xs:enumeration value="LC"/>
|
290
|
+
<xs:enumeration value="LI"/>
|
291
|
+
<xs:enumeration value="LK"/>
|
292
|
+
<xs:enumeration value="LR"/>
|
293
|
+
<xs:enumeration value="LS"/>
|
294
|
+
<xs:enumeration value="LT"/>
|
295
|
+
<xs:enumeration value="LU"/>
|
296
|
+
<xs:enumeration value="LV"/>
|
297
|
+
<xs:enumeration value="LY"/>
|
298
|
+
<xs:enumeration value="MA"/>
|
299
|
+
<xs:enumeration value="MC"/>
|
300
|
+
<xs:enumeration value="MD"/>
|
301
|
+
<xs:enumeration value="MG"/>
|
302
|
+
<xs:enumeration value="MH"/>
|
303
|
+
<xs:enumeration value="MK"/>
|
304
|
+
<xs:enumeration value="ML"/>
|
305
|
+
<xs:enumeration value="MM"/>
|
306
|
+
<xs:enumeration value="MN"/>
|
307
|
+
<xs:enumeration value="MO"/>
|
308
|
+
<xs:enumeration value="MP"/>
|
309
|
+
<xs:enumeration value="MQ"/>
|
310
|
+
<xs:enumeration value="MR"/>
|
311
|
+
<xs:enumeration value="MS"/>
|
312
|
+
<xs:enumeration value="MT"/>
|
313
|
+
<xs:enumeration value="MU"/>
|
314
|
+
<xs:enumeration value="MV"/>
|
315
|
+
<xs:enumeration value="MW"/>
|
316
|
+
<xs:enumeration value="MX"/>
|
317
|
+
<xs:enumeration value="MY"/>
|
318
|
+
<xs:enumeration value="MZ"/>
|
319
|
+
<xs:enumeration value="NA"/>
|
320
|
+
<xs:enumeration value="NC"/>
|
321
|
+
<xs:enumeration value="NE"/>
|
322
|
+
<xs:enumeration value="NF"/>
|
323
|
+
<xs:enumeration value="NG"/>
|
324
|
+
<xs:enumeration value="NI"/>
|
325
|
+
<xs:enumeration value="NL"/>
|
326
|
+
<xs:enumeration value="NO"/>
|
327
|
+
<xs:enumeration value="NP"/>
|
328
|
+
<xs:enumeration value="NR"/>
|
329
|
+
<xs:enumeration value="NU"/>
|
330
|
+
<xs:enumeration value="NZ"/>
|
331
|
+
<xs:enumeration value="OM"/>
|
332
|
+
<xs:enumeration value="PA"/>
|
333
|
+
<xs:enumeration value="PE"/>
|
334
|
+
<xs:enumeration value="PF"/>
|
335
|
+
<xs:enumeration value="PG"/>
|
336
|
+
<xs:enumeration value="PH"/>
|
337
|
+
<xs:enumeration value="PK"/>
|
338
|
+
<xs:enumeration value="PL"/>
|
339
|
+
<xs:enumeration value="PM"/>
|
340
|
+
<xs:enumeration value="PN"/>
|
341
|
+
<xs:enumeration value="PR"/>
|
342
|
+
<xs:enumeration value="PS"/>
|
343
|
+
<xs:enumeration value="PT"/>
|
344
|
+
<xs:enumeration value="PW"/>
|
345
|
+
<xs:enumeration value="PY"/>
|
346
|
+
<xs:enumeration value="QA"/>
|
347
|
+
<xs:enumeration value="RE"/>
|
348
|
+
<xs:enumeration value="RO"/>
|
349
|
+
<xs:enumeration value="RU"/>
|
350
|
+
<xs:enumeration value="RW"/>
|
351
|
+
<xs:enumeration value="SA"/>
|
352
|
+
<xs:enumeration value="SB"/>
|
353
|
+
<xs:enumeration value="SC"/>
|
354
|
+
<xs:enumeration value="SD"/>
|
355
|
+
<xs:enumeration value="SE"/>
|
356
|
+
<xs:enumeration value="SG"/>
|
357
|
+
<xs:enumeration value="SH"/>
|
358
|
+
<xs:enumeration value="SI"/>
|
359
|
+
<xs:enumeration value="SJ"/>
|
360
|
+
<xs:enumeration value="SK"/>
|
361
|
+
<xs:enumeration value="SL"/>
|
362
|
+
<xs:enumeration value="SM"/>
|
363
|
+
<xs:enumeration value="SN"/>
|
364
|
+
<xs:enumeration value="SO"/>
|
365
|
+
<xs:enumeration value="SR"/>
|
366
|
+
<xs:enumeration value="ST"/>
|
367
|
+
<xs:enumeration value="SV"/>
|
368
|
+
<xs:enumeration value="SY"/>
|
369
|
+
<xs:enumeration value="SZ"/>
|
370
|
+
<xs:enumeration value="TC"/>
|
371
|
+
<xs:enumeration value="TD"/>
|
372
|
+
<xs:enumeration value="TF"/>
|
373
|
+
<xs:enumeration value="TG"/>
|
374
|
+
<xs:enumeration value="TH"/>
|
375
|
+
<xs:enumeration value="TJ"/>
|
376
|
+
<xs:enumeration value="TK"/>
|
377
|
+
<xs:enumeration value="TL"/>
|
378
|
+
<xs:enumeration value="TM"/>
|
379
|
+
<xs:enumeration value="TN"/>
|
380
|
+
<xs:enumeration value="TO"/>
|
381
|
+
<xs:enumeration value="TR"/>
|
382
|
+
<xs:enumeration value="TT"/>
|
383
|
+
<xs:enumeration value="TV"/>
|
384
|
+
<xs:enumeration value="TW"/>
|
385
|
+
<xs:enumeration value="TZ"/>
|
386
|
+
<xs:enumeration value="UA"/>
|
387
|
+
<xs:enumeration value="UG"/>
|
388
|
+
<xs:enumeration value="UM"/>
|
389
|
+
<xs:enumeration value="US"/>
|
390
|
+
<xs:enumeration value="UY"/>
|
391
|
+
<xs:enumeration value="UZ"/>
|
392
|
+
<xs:enumeration value="VA"/>
|
393
|
+
<xs:enumeration value="VC"/>
|
394
|
+
<xs:enumeration value="VE"/>
|
395
|
+
<xs:enumeration value="VG"/>
|
396
|
+
<xs:enumeration value="VI"/>
|
397
|
+
<xs:enumeration value="VN"/>
|
398
|
+
<xs:enumeration value="VU"/>
|
399
|
+
<xs:enumeration value="WF"/>
|
400
|
+
<xs:enumeration value="WS"/>
|
401
|
+
<xs:enumeration value="YE"/>
|
402
|
+
<xs:enumeration value="YT"/>
|
403
|
+
<xs:enumeration value="YU"/>
|
404
|
+
<xs:enumeration value="ZA"/>
|
405
|
+
<xs:enumeration value="ZM"/>
|
406
|
+
<xs:enumeration value="ZW"/>
|
407
|
+
</xs:restriction>
|
408
|
+
</xs:simpleType>
|
409
|
+
<xs:simpleType name="CountrySubEntityCode">
|
410
|
+
<xs:restriction base="xs:string"/>
|
411
|
+
</xs:simpleType>
|
412
|
+
<xs:simpleType name="CurrencyCode">
|
413
|
+
<xs:restriction base="xs:string">
|
414
|
+
<xs:enumeration value="AFA"/>
|
415
|
+
<xs:enumeration value="DZD"/>
|
416
|
+
<xs:enumeration value="ADF"/>
|
417
|
+
<xs:enumeration value="ADP"/>
|
418
|
+
<xs:enumeration value="ARP"/>
|
419
|
+
<xs:enumeration value="ARS"/>
|
420
|
+
<xs:enumeration value="ARA"/>
|
421
|
+
<xs:enumeration value="AMD"/>
|
422
|
+
<xs:enumeration value="AWF"/>
|
423
|
+
<xs:enumeration value="AUD"/>
|
424
|
+
<xs:enumeration value="ATS"/>
|
425
|
+
<xs:enumeration value="AZM"/>
|
426
|
+
<xs:enumeration value="BSD"/>
|
427
|
+
<xs:enumeration value="BHD"/>
|
428
|
+
<xs:enumeration value="BDT"/>
|
429
|
+
<xs:enumeration value="BBD"/>
|
430
|
+
<xs:enumeration value="BYB"/>
|
431
|
+
<xs:enumeration value="BEF"/>
|
432
|
+
<xs:enumeration value="BZD"/>
|
433
|
+
<xs:enumeration value="BMD"/>
|
434
|
+
<xs:enumeration value="BTN"/>
|
435
|
+
<xs:enumeration value="BOB"/>
|
436
|
+
<xs:enumeration value="BAK"/>
|
437
|
+
<xs:enumeration value="BWP"/>
|
438
|
+
<xs:enumeration value="BRL"/>
|
439
|
+
<xs:enumeration value="BND"/>
|
440
|
+
<xs:enumeration value="BGL"/>
|
441
|
+
<xs:enumeration value="BIF"/>
|
442
|
+
<xs:enumeration value="KHR"/>
|
443
|
+
<xs:enumeration value="CAD"/>
|
444
|
+
<xs:enumeration value="CVE"/>
|
445
|
+
<xs:enumeration value="KYD"/>
|
446
|
+
<xs:enumeration value="XOF"/>
|
447
|
+
<xs:enumeration value="XAF"/>
|
448
|
+
<xs:enumeration value="XPF"/>
|
449
|
+
<xs:enumeration value="CLP"/>
|
450
|
+
<xs:enumeration value="CLF"/>
|
451
|
+
<xs:enumeration value="CNY"/>
|
452
|
+
<xs:enumeration value="COP"/>
|
453
|
+
<xs:enumeration value="KMF"/>
|
454
|
+
<xs:enumeration value="CRC"/>
|
455
|
+
<xs:enumeration value="HRK"/>
|
456
|
+
<xs:enumeration value="CUP"/>
|
457
|
+
<xs:enumeration value="CYP"/>
|
458
|
+
<xs:enumeration value="CZK"/>
|
459
|
+
<xs:enumeration value="DKK"/>
|
460
|
+
<xs:enumeration value="DEM"/>
|
461
|
+
<xs:enumeration value="BAD"/>
|
462
|
+
<xs:enumeration value="DJF"/>
|
463
|
+
<xs:enumeration value="DOP"/>
|
464
|
+
<xs:enumeration value="XCD"/>
|
465
|
+
<xs:enumeration value="ECS"/>
|
466
|
+
<xs:enumeration value="EGP"/>
|
467
|
+
<xs:enumeration value="SVC"/>
|
468
|
+
<xs:enumeration value="ERN"/>
|
469
|
+
<xs:enumeration value="EEK"/>
|
470
|
+
<xs:enumeration value="ETB"/>
|
471
|
+
<xs:enumeration value="EUR"/>
|
472
|
+
<xs:enumeration value="XEU"/>
|
473
|
+
<xs:enumeration value="FKP"/>
|
474
|
+
<xs:enumeration value="FJD"/>
|
475
|
+
<xs:enumeration value="ZAL"/>
|
476
|
+
<xs:enumeration value="FIM"/>
|
477
|
+
<xs:enumeration value="FRF"/>
|
478
|
+
<xs:enumeration value="GMD"/>
|
479
|
+
<xs:enumeration value="GEL"/>
|
480
|
+
<xs:enumeration value="GHC"/>
|
481
|
+
<xs:enumeration value="GIP"/>
|
482
|
+
<xs:enumeration value="XAU"/>
|
483
|
+
<xs:enumeration value="GRD"/>
|
484
|
+
<xs:enumeration value="GTQ"/>
|
485
|
+
<xs:enumeration value="GNF"/>
|
486
|
+
<xs:enumeration value="GWP"/>
|
487
|
+
<xs:enumeration value="GYD"/>
|
488
|
+
<xs:enumeration value="HTG"/>
|
489
|
+
<xs:enumeration value="HNL"/>
|
490
|
+
<xs:enumeration value="HKD"/>
|
491
|
+
<xs:enumeration value="HUF"/>
|
492
|
+
<xs:enumeration value="ISK"/>
|
493
|
+
<xs:enumeration value="INR"/>
|
494
|
+
<xs:enumeration value="IDR"/>
|
495
|
+
<xs:enumeration value="IRA"/>
|
496
|
+
<xs:enumeration value="IRR"/>
|
497
|
+
<xs:enumeration value="IQD"/>
|
498
|
+
<xs:enumeration value="IEP"/>
|
499
|
+
<xs:enumeration value="ILS"/>
|
500
|
+
<xs:enumeration value="ITL"/>
|
501
|
+
<xs:enumeration value="JMD"/>
|
502
|
+
<xs:enumeration value="JPY"/>
|
503
|
+
<xs:enumeration value="JOD"/>
|
504
|
+
<xs:enumeration value="KZT"/>
|
505
|
+
<xs:enumeration value="KES"/>
|
506
|
+
<xs:enumeration value="KWD"/>
|
507
|
+
<xs:enumeration value="AOR"/>
|
508
|
+
<xs:enumeration value="KGS"/>
|
509
|
+
<xs:enumeration value="LAK"/>
|
510
|
+
<xs:enumeration value="LVL"/>
|
511
|
+
<xs:enumeration value="LBP"/>
|
512
|
+
<xs:enumeration value="ALL"/>
|
513
|
+
<xs:enumeration value="LSL"/>
|
514
|
+
<xs:enumeration value="LRD"/>
|
515
|
+
<xs:enumeration value="LYD"/>
|
516
|
+
<xs:enumeration value="LTL"/>
|
517
|
+
<xs:enumeration value="LUF"/>
|
518
|
+
<xs:enumeration value="MOP"/>
|
519
|
+
<xs:enumeration value="MKD"/>
|
520
|
+
<xs:enumeration value="MGF"/>
|
521
|
+
<xs:enumeration value="MWK"/>
|
522
|
+
<xs:enumeration value="MYR"/>
|
523
|
+
<xs:enumeration value="MVR"/>
|
524
|
+
<xs:enumeration value="MTL"/>
|
525
|
+
<xs:enumeration value="MRO"/>
|
526
|
+
<xs:enumeration value="MUR"/>
|
527
|
+
<xs:enumeration value="MXN"/>
|
528
|
+
<xs:enumeration value="MDL"/>
|
529
|
+
<xs:enumeration value="MNT"/>
|
530
|
+
<xs:enumeration value="MAD"/>
|
531
|
+
<xs:enumeration value="MZM"/>
|
532
|
+
<xs:enumeration value="BOV"/>
|
533
|
+
<xs:enumeration value="MMK"/>
|
534
|
+
<xs:enumeration value="NAD"/>
|
535
|
+
<xs:enumeration value="NPR"/>
|
536
|
+
<xs:enumeration value="ANG"/>
|
537
|
+
<xs:enumeration value="AWG"/>
|
538
|
+
<xs:enumeration value="NLG"/>
|
539
|
+
<xs:enumeration value="AON"/>
|
540
|
+
<xs:enumeration value="TWD"/>
|
541
|
+
<xs:enumeration value="ZRN"/>
|
542
|
+
<xs:enumeration value="NZD"/>
|
543
|
+
<xs:enumeration value="NIO"/>
|
544
|
+
<xs:enumeration value="NGN"/>
|
545
|
+
<xs:enumeration value="KPW"/>
|
546
|
+
<xs:enumeration value="NOK"/>
|
547
|
+
<xs:enumeration value="PKR"/>
|
548
|
+
<xs:enumeration value="PAB"/>
|
549
|
+
<xs:enumeration value="PGK"/>
|
550
|
+
<xs:enumeration value="PYG"/>
|
551
|
+
<xs:enumeration value="PEN"/>
|
552
|
+
<xs:enumeration value="PHP"/>
|
553
|
+
<xs:enumeration value="PLN"/>
|
554
|
+
<xs:enumeration value="PLZ"/>
|
555
|
+
<xs:enumeration value="PTE"/>
|
556
|
+
<xs:enumeration value="GBP"/>
|
557
|
+
<xs:enumeration value="QAR"/>
|
558
|
+
<xs:enumeration value="OMR"/>
|
559
|
+
<xs:enumeration value="ROL"/>
|
560
|
+
<xs:enumeration value="RUR"/>
|
561
|
+
<xs:enumeration value="RWF"/>
|
562
|
+
<xs:enumeration value="WST"/>
|
563
|
+
<xs:enumeration value="STD"/>
|
564
|
+
<xs:enumeration value="SAR"/>
|
565
|
+
<xs:enumeration value="SBL"/>
|
566
|
+
<xs:enumeration value="SCR"/>
|
567
|
+
<xs:enumeration value="SLL"/>
|
568
|
+
<xs:enumeration value="SGD"/>
|
569
|
+
<xs:enumeration value="SKK"/>
|
570
|
+
<xs:enumeration value="SIT"/>
|
571
|
+
<xs:enumeration value="SBD"/>
|
572
|
+
<xs:enumeration value="SOS"/>
|
573
|
+
<xs:enumeration value="ZAR"/>
|
574
|
+
<xs:enumeration value="KRW"/>
|
575
|
+
<xs:enumeration value="ESP"/>
|
576
|
+
<xs:enumeration value="LKR"/>
|
577
|
+
<xs:enumeration value="SHP"/>
|
578
|
+
<xs:enumeration value="SDA"/>
|
579
|
+
<xs:enumeration value="SDD"/>
|
580
|
+
<xs:enumeration value="SDP"/>
|
581
|
+
<xs:enumeration value="SRG"/>
|
582
|
+
<xs:enumeration value="SZL"/>
|
583
|
+
<xs:enumeration value="SEK"/>
|
584
|
+
<xs:enumeration value="CHF"/>
|
585
|
+
<xs:enumeration value="SYP"/>
|
586
|
+
<xs:enumeration value="TJR"/>
|
587
|
+
<xs:enumeration value="TZS"/>
|
588
|
+
<xs:enumeration value="THB"/>
|
589
|
+
<xs:enumeration value="TPE"/>
|
590
|
+
<xs:enumeration value="TOP"/>
|
591
|
+
<xs:enumeration value="TTD"/>
|
592
|
+
<xs:enumeration value="TND"/>
|
593
|
+
<xs:enumeration value="TRL"/>
|
594
|
+
<xs:enumeration value="TMM"/>
|
595
|
+
<xs:enumeration value="USD"/>
|
596
|
+
<xs:enumeration value="AED"/>
|
597
|
+
<xs:enumeration value="UGX"/>
|
598
|
+
<xs:enumeration value="UAH"/>
|
599
|
+
<xs:enumeration value="ECV"/>
|
600
|
+
<xs:enumeration value="UYU"/>
|
601
|
+
<xs:enumeration value="USN"/>
|
602
|
+
<xs:enumeration value="UZS"/>
|
603
|
+
<xs:enumeration value="VUV"/>
|
604
|
+
<xs:enumeration value="VEB"/>
|
605
|
+
<xs:enumeration value="VND"/>
|
606
|
+
<xs:enumeration value="YER"/>
|
607
|
+
<xs:enumeration value="YUN"/>
|
608
|
+
<xs:enumeration value="ZMK"/>
|
609
|
+
<xs:enumeration value="ZWD"/>
|
610
|
+
</xs:restriction>
|
611
|
+
</xs:simpleType>
|
612
|
+
<xs:simpleType name="CurrencyQualifierCode">
|
613
|
+
<xs:restriction base="xs:string">
|
614
|
+
<xs:enumeration value="PricingCurrency"/>
|
615
|
+
</xs:restriction>
|
616
|
+
</xs:simpleType>
|
617
|
+
<xs:simpleType name="DeliveryTimeCode">
|
618
|
+
<xs:restriction base="xs:string">
|
619
|
+
<xs:enumeration value="NextDay"/>
|
620
|
+
<xs:enumeration value="NextDayBy10am"/>
|
621
|
+
<xs:enumeration value="2Day"/>
|
622
|
+
<xs:enumeration value="2DayByNoon"/>
|
623
|
+
<xs:enumeration value="3Day"/>
|
624
|
+
<xs:enumeration value="3To5Day"/>
|
625
|
+
<xs:enumeration value="3To7Day"/>
|
626
|
+
</xs:restriction>
|
627
|
+
</xs:simpleType>
|
628
|
+
<xs:simpleType name="DimensionCode">
|
629
|
+
<xs:restriction base="xs:string">
|
630
|
+
<xs:enumeration value="Height"/>
|
631
|
+
<xs:enumeration value="Width"/>
|
632
|
+
<xs:enumeration value="Depth"/>
|
633
|
+
<xs:enumeration value="TotalGrossWeight"/>
|
634
|
+
</xs:restriction>
|
635
|
+
</xs:simpleType>
|
636
|
+
<xs:simpleType name="DiscountCodeTypeCode">
|
637
|
+
<xs:restriction base="xs:string">
|
638
|
+
<xs:enumeration value="Seller"/>
|
639
|
+
<xs:enumeration value="Buyer"/>
|
640
|
+
<xs:enumeration value="AU"/>
|
641
|
+
<xs:enumeration value="DE"/>
|
642
|
+
<xs:enumeration value="GB"/>
|
643
|
+
<xs:enumeration value="NO"/>
|
644
|
+
<xs:enumeration value="SE"/>
|
645
|
+
<xs:enumeration value="US"/>
|
646
|
+
</xs:restriction>
|
647
|
+
</xs:simpleType>
|
648
|
+
<xs:simpleType name="DocumentTypeCode">
|
649
|
+
<xs:restriction base="xs:string">
|
650
|
+
<xs:enumeration value="Order"/>
|
651
|
+
<xs:enumeration value="OrderCancelation"/>
|
652
|
+
<xs:enumeration value="OrderResponse"/>
|
653
|
+
<xs:enumeration value="OrderStatusEnquiry"/>
|
654
|
+
<xs:enumeration value="OrderStatusReport"/>
|
655
|
+
<xs:enumeration value="StockEnquiry"/>
|
656
|
+
<xs:enumeration value="StockReport"/>
|
657
|
+
<xs:enumeration value="AdvanceShipNotice"/>
|
658
|
+
<xs:enumeration value="Invoice"/>
|
659
|
+
<xs:enumeration value="ReturnsRequest"/>
|
660
|
+
<xs:enumeration value="ReturnsResponse"/>
|
661
|
+
<xs:enumeration value="CDFOrder"/>
|
662
|
+
<xs:enumeration value="CDFOrderResponse"/>
|
663
|
+
<xs:enumeration value="LibraryOrder"/>
|
664
|
+
<xs:enumeration value="LibraryShipNotice"/>
|
665
|
+
</xs:restriction>
|
666
|
+
</xs:simpleType>
|
667
|
+
<xs:simpleType name="EnquiryStatusCode">
|
668
|
+
<xs:restriction base="xs:string">
|
669
|
+
<xs:enumeration value="Successful"/>
|
670
|
+
<xs:enumeration value="RequestInvalid"/>
|
671
|
+
<xs:enumeration value="SystemUnavailable"/>
|
672
|
+
<xs:enumeration value="AccountInvalid"/>
|
673
|
+
</xs:restriction>
|
674
|
+
</xs:simpleType>
|
675
|
+
<xs:simpleType name="FillTermsCode">
|
676
|
+
<xs:restriction base="xs:string">
|
677
|
+
<xs:enumeration value="FillAllOrKillAll"/>
|
678
|
+
<xs:enumeration value="FillAllOrBackorderAll"/>
|
679
|
+
<xs:enumeration value="FillPartKillRemainder"/>
|
680
|
+
<xs:enumeration value="FillPartKillRemainderUnlessNYP"/>
|
681
|
+
<xs:enumeration value="FillPartBackorderRemainder"/>
|
682
|
+
<xs:enumeration value="FillPartBackorderRemainderShipAsAvailable"/>
|
683
|
+
</xs:restriction>
|
684
|
+
</xs:simpleType>
|
685
|
+
<xs:simpleType name="GenderCode">
|
686
|
+
<xs:restriction base="xs:string">
|
687
|
+
<xs:enumeration value="Male"/>
|
688
|
+
<xs:enumeration value="Female"/>
|
689
|
+
</xs:restriction>
|
690
|
+
</xs:simpleType>
|
691
|
+
<xs:simpleType name="GiftWrapType">
|
692
|
+
<xs:restriction base="xs:string">
|
693
|
+
<xs:pattern value="(0[1-9])|([1-9][0-9])"/>
|
694
|
+
</xs:restriction>
|
695
|
+
</xs:simpleType>
|
696
|
+
<xs:simpleType name="IncludeCode">
|
697
|
+
<xs:restriction base="xs:string">
|
698
|
+
<xs:enumeration value="Biblio"/>
|
699
|
+
<xs:enumeration value="Price"/>
|
700
|
+
</xs:restriction>
|
701
|
+
</xs:simpleType>
|
702
|
+
<xs:simpleType name="InsertType">
|
703
|
+
<xs:restriction base="xs:string">
|
704
|
+
<xs:pattern value="(0[1-9])|([1-9][0-9])"/>
|
705
|
+
</xs:restriction>
|
706
|
+
</xs:simpleType>
|
707
|
+
<xs:simpleType name="InvoiceAdditionalAllowanceTypeCode">
|
708
|
+
<xs:restriction base="xs:string">
|
709
|
+
<xs:enumeration value="GiftCertificate"/>
|
710
|
+
<xs:enumeration value="Coupon"/>
|
711
|
+
<xs:enumeration value="Other"/>
|
712
|
+
</xs:restriction>
|
713
|
+
</xs:simpleType>
|
714
|
+
<xs:simpleType name="InvoiceAdditionalAllowanceReferenceTypeCode">
|
715
|
+
<xs:restriction base="xs:string"/>
|
716
|
+
</xs:simpleType>
|
717
|
+
<xs:simpleType name="InvoiceAdditionalChargeTypeCode">
|
718
|
+
<xs:restriction base="xs:string">
|
719
|
+
<xs:enumeration value="Shipping"/>
|
720
|
+
<xs:enumeration value="GiftWrapping"/>
|
721
|
+
<xs:enumeration value="Other"/>
|
722
|
+
</xs:restriction>
|
723
|
+
</xs:simpleType>
|
724
|
+
<xs:simpleType name="InvoiceAdditionalChargeReferenceTypeCode">
|
725
|
+
<xs:restriction base="xs:string"/>
|
726
|
+
</xs:simpleType>
|
727
|
+
<xs:simpleType name="InvoiceDateQualifierCode">
|
728
|
+
<xs:restriction base="xs:string">
|
729
|
+
<xs:enumeration value="MeterDate"/>
|
730
|
+
<xs:enumeration value="TaxPointDate"/>
|
731
|
+
</xs:restriction>
|
732
|
+
</xs:simpleType>
|
733
|
+
<xs:simpleType name="InvoiceDocumentTypeCode">
|
734
|
+
<xs:restriction base="xs:string">
|
735
|
+
<xs:enumeration value="Invoice"/>
|
736
|
+
<xs:enumeration value="CopyInvoice"/>
|
737
|
+
</xs:restriction>
|
738
|
+
</xs:simpleType>
|
739
|
+
<xs:simpleType name="InvoiceInstructionsCode">
|
740
|
+
<xs:restriction base="xs:string">
|
741
|
+
<xs:enumeration value="InvoiceSeparately"/>
|
742
|
+
<xs:enumeration value="InvoiceCombined"/>
|
743
|
+
</xs:restriction>
|
744
|
+
</xs:simpleType>
|
745
|
+
<xs:simpleType name="InvoiceItemAdditionalAllowanceTypeCode">
|
746
|
+
<xs:restriction base="xs:string">
|
747
|
+
<xs:enumeration value="GiftCertificate"/>
|
748
|
+
<xs:enumeration value="Coupon"/>
|
749
|
+
<xs:enumeration value="Other"/>
|
750
|
+
</xs:restriction>
|
751
|
+
</xs:simpleType>
|
752
|
+
<xs:simpleType name="InvoiceItemAdditionalAllowanceReferenceTypeCode">
|
753
|
+
<xs:restriction base="xs:string"/>
|
754
|
+
</xs:simpleType>
|
755
|
+
<xs:simpleType name="InvoiceItemAdditionalChargeTypeCode">
|
756
|
+
<xs:restriction base="xs:string">
|
757
|
+
<xs:enumeration value="Shipping"/>
|
758
|
+
<xs:enumeration value="GiftWrapping"/>
|
759
|
+
<xs:enumeration value="Other"/>
|
760
|
+
</xs:restriction>
|
761
|
+
</xs:simpleType>
|
762
|
+
<xs:simpleType name="InvoiceItemAdditionalChargeReferenceTypeCode">
|
763
|
+
<xs:restriction base="xs:string"/>
|
764
|
+
</xs:simpleType>
|
765
|
+
<xs:simpleType name="InvoiceItemReferenceTypeCode">
|
766
|
+
<xs:restriction base="xs:string">
|
767
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
768
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
769
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
770
|
+
<xs:enumeration value="CustomerReservationReference"/>
|
771
|
+
<xs:enumeration value="ContractReference"/>
|
772
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
773
|
+
<xs:enumeration value="SuppliersOrderReference"/>
|
774
|
+
<xs:enumeration value="RepOrderReference"/>
|
775
|
+
</xs:restriction>
|
776
|
+
</xs:simpleType>
|
777
|
+
<xs:simpleType name="InvoiceOrderAdditionalAllowanceTypeCode">
|
778
|
+
<xs:restriction base="xs:string"/>
|
779
|
+
</xs:simpleType>
|
780
|
+
<xs:simpleType name="InvoiceOrderAdditionalAllowanceReferenceTypeCode">
|
781
|
+
<xs:restriction base="xs:string"/>
|
782
|
+
</xs:simpleType>
|
783
|
+
<xs:simpleType name="InvoiceOrderAdditionalChargeTypeCode">
|
784
|
+
<xs:restriction base="xs:string"/>
|
785
|
+
</xs:simpleType>
|
786
|
+
<xs:simpleType name="InvoiceOrderAdditionalChargeReferenceTypeCode">
|
787
|
+
<xs:restriction base="xs:string"/>
|
788
|
+
</xs:simpleType>
|
789
|
+
<xs:simpleType name="InvoiceOrderReferenceTypeCode">
|
790
|
+
<xs:restriction base="xs:string">
|
791
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
792
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
793
|
+
<xs:enumeration value="ContractReference"/>
|
794
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
795
|
+
<xs:enumeration value="RepOrderReference"/>
|
796
|
+
<xs:enumeration value="SellersOrderReference"/>
|
797
|
+
</xs:restriction>
|
798
|
+
</xs:simpleType>
|
799
|
+
<xs:simpleType name="InvoiceReferenceTypeCode">
|
800
|
+
<xs:restriction base="xs:string">
|
801
|
+
<xs:enumeration value="BOLReference"/>
|
802
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
803
|
+
<xs:enumeration value="CarrierTrackingReference"/>
|
804
|
+
<xs:enumeration value="ASNReference"/>
|
805
|
+
<xs:enumeration value="SSCC-18"/>
|
806
|
+
</xs:restriction>
|
807
|
+
</xs:simpleType>
|
808
|
+
<xs:simpleType name="ItemAllowanceBasisCode">
|
809
|
+
<xs:restriction base="xs:string">
|
810
|
+
<xs:enumeration value="OffListPrice"/>
|
811
|
+
<xs:enumeration value="OffSoldPrice"/>
|
812
|
+
</xs:restriction>
|
813
|
+
</xs:simpleType>
|
814
|
+
<xs:simpleType name="ItemCharacteristicCode">
|
815
|
+
<xs:restriction base="xs:string">
|
816
|
+
<xs:enumeration value="PromotionalOrPOSItem"/>
|
817
|
+
</xs:restriction>
|
818
|
+
</xs:simpleType>
|
819
|
+
<xs:simpleType name="ItemFillTermsCode">
|
820
|
+
<xs:restriction base="xs:string">
|
821
|
+
<xs:enumeration value="FillAllOrKillAll"/>
|
822
|
+
<xs:enumeration value="FillAllOrBackorderAll"/>
|
823
|
+
<xs:enumeration value="FillPartKillRemainder"/>
|
824
|
+
<xs:enumeration value="FillPartBackorderRemainder"/>
|
825
|
+
<xs:enumeration value="FillPartBackorderRemainderShipAsAvailable"/>
|
826
|
+
</xs:restriction>
|
827
|
+
</xs:simpleType>
|
828
|
+
<xs:simpleType name="LibraryBuyerPartyIDAgencyCode">
|
829
|
+
<xs:restriction base="xs:string">
|
830
|
+
<xs:enumeration value="GLN"/>
|
831
|
+
<xs:enumeration value="SAN"/>
|
832
|
+
<xs:enumeration value="VKNR"/>
|
833
|
+
<xs:enumeration value="VendorAssignedID"/>
|
834
|
+
</xs:restriction>
|
835
|
+
</xs:simpleType>
|
836
|
+
<xs:simpleType name="LibraryCataloguingFormatCode">
|
837
|
+
<xs:restriction base="xs:string">
|
838
|
+
<xs:enumeration value="MARC21ISO2709"/>
|
839
|
+
<xs:enumeration value="MARC21XML"/>
|
840
|
+
<xs:enumeration value="NORMARCISO2709"/>
|
841
|
+
<xs:enumeration value="NORMARCXML"/>
|
842
|
+
<xs:enumeration value="danMARCISO2709"/>
|
843
|
+
<xs:enumeration value="danMARCXML"/>
|
844
|
+
<xs:enumeration value="MODS"/>
|
845
|
+
<xs:enumeration value="DublinCore"/>
|
846
|
+
</xs:restriction>
|
847
|
+
</xs:simpleType>
|
848
|
+
<xs:simpleType name="LibraryCataloguingSupplyCode">
|
849
|
+
<xs:restriction base="xs:string">
|
850
|
+
<xs:enumeration value="WithOrderResponse"/>
|
851
|
+
<xs:enumeration value="WithASN"/>
|
852
|
+
<xs:enumeration value="WithInvoice"/>
|
853
|
+
</xs:restriction>
|
854
|
+
</xs:simpleType>
|
855
|
+
<xs:simpleType name="LibraryFillTermsCode">
|
856
|
+
<xs:restriction base="xs:string">
|
857
|
+
<xs:enumeration value="FillAllOrKillAll"/>
|
858
|
+
<xs:enumeration value="FillAllOrBackorderAll"/>
|
859
|
+
<xs:enumeration value="FillPartKillRemainder"/>
|
860
|
+
<xs:enumeration value="FillPartKillRemainderUnlessNYP"/>
|
861
|
+
<xs:enumeration value="FillPartBackorderRemainder"/>
|
862
|
+
<xs:enumeration value="FillPartBackorderRemainderShipAsAvailable"/>
|
863
|
+
</xs:restriction>
|
864
|
+
</xs:simpleType>
|
865
|
+
<xs:simpleType name="LibraryInvoiceCopyDetailReferenceTypeCode">
|
866
|
+
<xs:restriction base="xs:string">
|
867
|
+
<xs:enumeration value="BuyersOrderLineCopyReference"/>
|
868
|
+
<xs:enumeration value="VendorsOrderLineCopyReference"/>
|
869
|
+
</xs:restriction>
|
870
|
+
</xs:simpleType>
|
871
|
+
<xs:simpleType name="LibraryInvoiceInstructionsCode">
|
872
|
+
<xs:restriction base="xs:string">
|
873
|
+
<xs:enumeration value="InvoiceSeparately"/>
|
874
|
+
<xs:enumeration value="InvoiceCombined"/>
|
875
|
+
<xs:enumeration value="InvoiceByFund"/>
|
876
|
+
<xs:enumeration value="InvoiceProcessingSeparately"/>
|
877
|
+
</xs:restriction>
|
878
|
+
</xs:simpleType>
|
879
|
+
<xs:simpleType name="LibraryInvoiceItemReferenceTypeCode">
|
880
|
+
<xs:restriction base="xs:string">
|
881
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
882
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
883
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
884
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
885
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
886
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
887
|
+
<xs:enumeration value="LibraryShipNoticeReference"/>
|
888
|
+
<xs:enumeration value="LibraryShipNoticeLineReference"/>
|
889
|
+
<xs:enumeration value="CatalogItemReference"/>
|
890
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
891
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
892
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
893
|
+
</xs:restriction>
|
894
|
+
</xs:simpleType>
|
895
|
+
<xs:simpleType name="LibraryInvoiceOrderReferenceTypeCode">
|
896
|
+
<xs:restriction base="xs:string">
|
897
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
898
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
899
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
900
|
+
</xs:restriction>
|
901
|
+
</xs:simpleType>
|
902
|
+
<xs:simpleType name="LibraryInvoiceProcessingPriceQualifierCode">
|
903
|
+
<xs:restriction base="xs:string">
|
904
|
+
<xs:enumeration value="UnitCostIncludingTax"/>
|
905
|
+
<xs:enumeration value="UnitCostExcludingTax"/>
|
906
|
+
</xs:restriction>
|
907
|
+
</xs:simpleType>
|
908
|
+
<xs:simpleType name="LibraryInvoiceReferenceTypeCode">
|
909
|
+
<xs:restriction base="xs:string">
|
910
|
+
<xs:enumeration value="BOLReference"/>
|
911
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
912
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
913
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
914
|
+
<xs:enumeration value="CarrierTrackingReference"/>
|
915
|
+
<xs:enumeration value="LibraryShipNoticeReference"/>
|
916
|
+
<xs:enumeration value="SSCC-18"/>
|
917
|
+
</xs:restriction>
|
918
|
+
</xs:simpleType>
|
919
|
+
<xs:simpleType name="LibraryInvoiceTypeCode">
|
920
|
+
<xs:restriction base="xs:string">
|
921
|
+
<xs:enumeration value="GoodsAndProcessing"/>
|
922
|
+
<xs:enumeration value="GoodsOnly"/>
|
923
|
+
<xs:enumeration value="ProcessingOnly"/>
|
924
|
+
</xs:restriction>
|
925
|
+
</xs:simpleType>
|
926
|
+
<xs:simpleType name="LibraryItemFillTermsCode">
|
927
|
+
<xs:restriction base="xs:string">
|
928
|
+
<xs:enumeration value="FillAllOrKillAll"/>
|
929
|
+
<xs:enumeration value="FillAllOrBackorderAll"/>
|
930
|
+
<xs:enumeration value="FillPartKillRemainder"/>
|
931
|
+
<xs:enumeration value="FillPartBackorderRemainder"/>
|
932
|
+
<xs:enumeration value="FillPartBackorderRemainderShipAsAvailable"/>
|
933
|
+
</xs:restriction>
|
934
|
+
</xs:simpleType>
|
935
|
+
<xs:simpleType name="LibraryItemInvoiceInstructionsCode">
|
936
|
+
<xs:restriction base="xs:string">
|
937
|
+
<xs:enumeration value="InvoiceSeparately"/>
|
938
|
+
<xs:enumeration value="InvoiceProcessingSeparately"/>
|
939
|
+
</xs:restriction>
|
940
|
+
</xs:simpleType>
|
941
|
+
<xs:simpleType name="LibraryOrderDateQualifierCode">
|
942
|
+
<xs:restriction base="xs:string">
|
943
|
+
<xs:enumeration value="DoNotShipBefore"/>
|
944
|
+
<xs:enumeration value="CancelIfNotShippedBy"/>
|
945
|
+
<xs:enumeration value="CancelIfNotShippedByUnlessNYP"/>
|
946
|
+
<xs:enumeration value="FillAllAvailableBy"/>
|
947
|
+
</xs:restriction>
|
948
|
+
</xs:simpleType>
|
949
|
+
<xs:simpleType name="LibraryOrderItemReferenceTypeCode">
|
950
|
+
<xs:restriction base="xs:string">
|
951
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
952
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
953
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
954
|
+
<xs:enumeration value="CatalogItemReference"/>
|
955
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
956
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
957
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
958
|
+
</xs:restriction>
|
959
|
+
</xs:simpleType>
|
960
|
+
<xs:simpleType name="LibraryOrderMessageTypeCode">
|
961
|
+
<xs:restriction base="xs:string">
|
962
|
+
<xs:pattern value="0[1-9]|[1-9][0-9]"/>
|
963
|
+
</xs:restriction>
|
964
|
+
</xs:simpleType>
|
965
|
+
<xs:simpleType name="LibraryOrderPredefinedMessageCode">
|
966
|
+
<xs:restriction base="xs:string">
|
967
|
+
<xs:pattern value="\d\d"/>
|
968
|
+
</xs:restriction>
|
969
|
+
</xs:simpleType>
|
970
|
+
<xs:simpleType name="LibraryOrderPriceQualifierCode">
|
971
|
+
<xs:restriction base="xs:string">
|
972
|
+
<xs:enumeration value="FixedRPIncludingTax"/>
|
973
|
+
<xs:enumeration value="FixedRPExcludingTax"/>
|
974
|
+
<xs:enumeration value="SRPIncludingTax"/>
|
975
|
+
<xs:enumeration value="SRPExcludingTax"/>
|
976
|
+
<xs:enumeration value="UnitCostIncludingTax"/>
|
977
|
+
<xs:enumeration value="UnitCostExcludingTax"/>
|
978
|
+
</xs:restriction>
|
979
|
+
</xs:simpleType>
|
980
|
+
<xs:simpleType name="LibraryOrderProcessingInstructionCode">
|
981
|
+
<xs:restriction base="xs:string">
|
982
|
+
<xs:enumeration value="NoProcessing"/>
|
983
|
+
<xs:enumeration value="AppliedCopyNumber"/>
|
984
|
+
<xs:enumeration value="AppliedCopyNumberFrom"/>
|
985
|
+
<xs:enumeration value="AppliedCopyNumberTo"/>
|
986
|
+
<xs:enumeration value="NoAppliedCopyNumber"/>
|
987
|
+
<xs:enumeration value="BarcodeNumber"/>
|
988
|
+
<xs:enumeration value="BarcodeNumberFrom"/>
|
989
|
+
<xs:enumeration value="BarcodeNumberTo"/>
|
990
|
+
<xs:enumeration value="NoBarcode"/>
|
991
|
+
<xs:enumeration value="SecurityDevice"/>
|
992
|
+
<xs:enumeration value="NoSecurityDevice"/>
|
993
|
+
<xs:enumeration value="Jacket"/>
|
994
|
+
<xs:enumeration value="NoJacket"/>
|
995
|
+
<xs:enumeration value="SpineLabel"/>
|
996
|
+
<xs:enumeration value="NoSpineLabel"/>
|
997
|
+
<xs:enumeration value="SpineLabelString"/>
|
998
|
+
<xs:enumeration value="Pocket"/>
|
999
|
+
<xs:enumeration value="NoPocket"/>
|
1000
|
+
<xs:enumeration value="CirculationCard"/>
|
1001
|
+
<xs:enumeration value="NoCirculationCard"/>
|
1002
|
+
<xs:enumeration value="DateDueSlip"/>
|
1003
|
+
<xs:enumeration value="NoDateDueSlip"/>
|
1004
|
+
<xs:enumeration value="Binding"/>
|
1005
|
+
<xs:enumeration value="NoBinding"/>
|
1006
|
+
<xs:enumeration value="Stamp"/>
|
1007
|
+
<xs:enumeration value="NoStamp"/>
|
1008
|
+
<xs:enumeration value="Embossing"/>
|
1009
|
+
<xs:enumeration value="NoEmbossing"/>
|
1010
|
+
<xs:enumeration value="RFIDChip"/>
|
1011
|
+
<xs:enumeration value="NoRFIDChip"/>
|
1012
|
+
<xs:enumeration value="AudioPackaging"/>
|
1013
|
+
<xs:enumeration value="NoAudioPackaging"/>
|
1014
|
+
<xs:enumeration value="Classification"/>
|
1015
|
+
<xs:enumeration value="NoClassification"/>
|
1016
|
+
<xs:enumeration value="Catalog"/>
|
1017
|
+
<xs:enumeration value="NoCatalog"/>
|
1018
|
+
<xs:enumeration value="Laminate"/>
|
1019
|
+
<xs:enumeration value="NoLaminate"/>
|
1020
|
+
<xs:enumeration value="SewnFlexi"/>
|
1021
|
+
<xs:enumeration value="NoSewnFlexi"/>
|
1022
|
+
<xs:enumeration value="CaseBind"/>
|
1023
|
+
<xs:enumeration value="NoCaseBind"/>
|
1024
|
+
<xs:enumeration value="BindingAsSupplied"/>
|
1025
|
+
<xs:enumeration value="SeparateInstructions"/>
|
1026
|
+
</xs:restriction>
|
1027
|
+
</xs:simpleType>
|
1028
|
+
<xs:simpleType name="LibraryOrderReferenceTypeCode">
|
1029
|
+
<xs:restriction base="xs:string">
|
1030
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1031
|
+
</xs:restriction>
|
1032
|
+
</xs:simpleType>
|
1033
|
+
<xs:simpleType name="LibraryOrderResponseItemReferenceTypeCode">
|
1034
|
+
<xs:restriction base="xs:string">
|
1035
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1036
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
1037
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1038
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
1039
|
+
<xs:enumeration value="CatalogItemReference"/>
|
1040
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1041
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
1042
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
1043
|
+
</xs:restriction>
|
1044
|
+
</xs:simpleType>
|
1045
|
+
<xs:simpleType name="LibraryOrderResponseReferenceTypeCode">
|
1046
|
+
<xs:restriction base="xs:string">
|
1047
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1048
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1049
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1050
|
+
</xs:restriction>
|
1051
|
+
</xs:simpleType>
|
1052
|
+
<xs:simpleType name="LibraryOrderStatusEnquiryItemReferenceTypeCode">
|
1053
|
+
<xs:restriction base="xs:string">
|
1054
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1055
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1056
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1057
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
1058
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1059
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
1060
|
+
<xs:enumeration value="CatalogItemReference"/>
|
1061
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1062
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
1063
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
1064
|
+
</xs:restriction>
|
1065
|
+
</xs:simpleType>
|
1066
|
+
<xs:simpleType name="LibraryOrderStatusEnquiryReferenceTypeCode">
|
1067
|
+
<xs:restriction base="xs:string">
|
1068
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1069
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1070
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1071
|
+
</xs:restriction>
|
1072
|
+
</xs:simpleType>
|
1073
|
+
<xs:simpleType name="LibraryOrderStatusReportItemReferenceTypeCode">
|
1074
|
+
<xs:restriction base="xs:string">
|
1075
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1076
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1077
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
1078
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1079
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
1080
|
+
<xs:enumeration value="CatalogItemReference"/>
|
1081
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1082
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
1083
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
1084
|
+
</xs:restriction>
|
1085
|
+
</xs:simpleType>
|
1086
|
+
<xs:simpleType name="LibraryOrderStatusReportReferenceTypeCode">
|
1087
|
+
<xs:restriction base="xs:string">
|
1088
|
+
<xs:enumeration value="OrderStatusEnquiryReference"/>
|
1089
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1090
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1091
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1092
|
+
</xs:restriction>
|
1093
|
+
</xs:simpleType>
|
1094
|
+
<xs:simpleType name="LibraryOrderTypeCode">
|
1095
|
+
<xs:restriction base="xs:string">
|
1096
|
+
<xs:enumeration value="Order"/>
|
1097
|
+
<xs:enumeration value="ApprovalOrder"/>
|
1098
|
+
<xs:enumeration value="ConfirmationOrder"/>
|
1099
|
+
</xs:restriction>
|
1100
|
+
</xs:simpleType>
|
1101
|
+
<xs:simpleType name="LibraryOtherBuyerPartyIDAgencyCode">
|
1102
|
+
<xs:restriction base="xs:string">
|
1103
|
+
<xs:enumeration value="GLN"/>
|
1104
|
+
<xs:enumeration value="SAN"/>
|
1105
|
+
<xs:enumeration value="VKNR"/>
|
1106
|
+
<xs:enumeration value="TaxRegistrationNumber"/>
|
1107
|
+
<xs:enumeration value="VATRegistrationNumber"/>
|
1108
|
+
<xs:enumeration value="BAGNR"/>
|
1109
|
+
<xs:enumeration value="BuyerAssignedID"/>
|
1110
|
+
<xs:enumeration value="SANSuffix"/>
|
1111
|
+
</xs:restriction>
|
1112
|
+
</xs:simpleType>
|
1113
|
+
<xs:simpleType name="LibraryOtherSellerPartyIDAgencyCode">
|
1114
|
+
<xs:restriction base="xs:string">
|
1115
|
+
<xs:enumeration value="GLN"/>
|
1116
|
+
<xs:enumeration value="SAN"/>
|
1117
|
+
<xs:enumeration value="VKNR"/>
|
1118
|
+
<xs:enumeration value="TaxRegistrationNumber"/>
|
1119
|
+
<xs:enumeration value="VATRegistrationNumber"/>
|
1120
|
+
<xs:enumeration value="BAGNR"/>
|
1121
|
+
<xs:enumeration value="VendorAssignedID"/>
|
1122
|
+
</xs:restriction>
|
1123
|
+
</xs:simpleType>
|
1124
|
+
<xs:simpleType name="LibraryQuotationDateQualifierCode">
|
1125
|
+
<xs:restriction base="xs:string">
|
1126
|
+
<xs:enumeration value="DoNotShipBefore"/>
|
1127
|
+
<xs:enumeration value="CancelIfNotShippedBy"/>
|
1128
|
+
<xs:enumeration value="CancelIfNotShippedByUnlessNYP"/>
|
1129
|
+
<xs:enumeration value="ExpiresOn"/>
|
1130
|
+
<xs:enumeration value="FillAllAvailableBy"/>
|
1131
|
+
</xs:restriction>
|
1132
|
+
</xs:simpleType>
|
1133
|
+
<xs:simpleType name="LibraryQuotationItemReferenceTypeCode">
|
1134
|
+
<xs:restriction base="xs:string">
|
1135
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1136
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
1137
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
1138
|
+
<xs:enumeration value="CatalogItemReference"/>
|
1139
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1140
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
1141
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
1142
|
+
</xs:restriction>
|
1143
|
+
</xs:simpleType>
|
1144
|
+
<xs:simpleType name="LibraryQuotationReferenceTypeCode">
|
1145
|
+
<xs:restriction base="xs:string">
|
1146
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1147
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1148
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1149
|
+
</xs:restriction>
|
1150
|
+
</xs:simpleType>
|
1151
|
+
<xs:simpleType name="LibraryQuotationTypeCode">
|
1152
|
+
<xs:restriction base="xs:string">
|
1153
|
+
<xs:enumeration value="CustomerFirmOrder"/>
|
1154
|
+
<xs:enumeration value="CustomerProposedOrder"/>
|
1155
|
+
<xs:enumeration value="Quotation"/>
|
1156
|
+
<xs:enumeration value="SupplierFirmOrder"/>
|
1157
|
+
<xs:enumeration value="SupplierProposedOrder"/>
|
1158
|
+
</xs:restriction>
|
1159
|
+
</xs:simpleType>
|
1160
|
+
<xs:simpleType name="LibrarySellerPartyIDAgencyCode">
|
1161
|
+
<xs:restriction base="xs:string">
|
1162
|
+
<xs:enumeration value="GLN"/>
|
1163
|
+
<xs:enumeration value="SAN"/>
|
1164
|
+
<xs:enumeration value="VKNR"/>
|
1165
|
+
<xs:enumeration value="BuyerAssignedID"/>
|
1166
|
+
</xs:restriction>
|
1167
|
+
</xs:simpleType>
|
1168
|
+
<xs:simpleType name="LibraryShippingInstructionsCode">
|
1169
|
+
<xs:restriction base="xs:string">
|
1170
|
+
<xs:enumeration value="ShipSeparately"/>
|
1171
|
+
<xs:enumeration value="ShipCombined"/>
|
1172
|
+
</xs:restriction>
|
1173
|
+
</xs:simpleType>
|
1174
|
+
<xs:simpleType name="LibrarySNItemReferenceTypeCode">
|
1175
|
+
<xs:restriction base="xs:string">
|
1176
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1177
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1178
|
+
<xs:enumeration value="VendorsOrderReference"/>
|
1179
|
+
<xs:enumeration value="VendorsOrderLineReference"/>
|
1180
|
+
<xs:enumeration value="VendorsQuotationReference"/>
|
1181
|
+
<xs:enumeration value="VendorsQuotationLineReference"/>
|
1182
|
+
<xs:enumeration value="CatalogItemReference"/>
|
1183
|
+
<xs:enumeration value="AuthorizationForExpenseReference"/>
|
1184
|
+
<xs:enumeration value="BuyersInternalVendorReference"/>
|
1185
|
+
<xs:enumeration value="LibraryNewTitleListReference"/>
|
1186
|
+
</xs:restriction>
|
1187
|
+
</xs:simpleType>
|
1188
|
+
<xs:simpleType name="LibrarySubjectSchemeIdentifierCode">
|
1189
|
+
<xs:restriction base="xs:string">
|
1190
|
+
<xs:enumeration value="DDC"/>
|
1191
|
+
<xs:enumeration value="AbridgedDDC"/>
|
1192
|
+
<xs:enumeration value="DDK"/>
|
1193
|
+
<xs:enumeration value="DK5"/>
|
1194
|
+
<xs:enumeration value="LCClassNumber"/>
|
1195
|
+
<xs:enumeration value="UDC"/>
|
1196
|
+
</xs:restriction>
|
1197
|
+
</xs:simpleType>
|
1198
|
+
<xs:simpleType name="LocationIDAgencyCode">
|
1199
|
+
<xs:restriction base="xs:string">
|
1200
|
+
<xs:enumeration value="Proprietary"/>
|
1201
|
+
<xs:enumeration value="GLN"/>
|
1202
|
+
<xs:enumeration value="SAN"/>
|
1203
|
+
</xs:restriction>
|
1204
|
+
</xs:simpleType>
|
1205
|
+
<xs:simpleType name="LocationTypeCode">
|
1206
|
+
<xs:restriction base="xs:string"/>
|
1207
|
+
</xs:simpleType>
|
1208
|
+
<xs:simpleType name="MessageTypeCode">
|
1209
|
+
<xs:restriction base="xs:string">
|
1210
|
+
<xs:pattern value="(0[1-9])|([1-9][0-9])"/>
|
1211
|
+
</xs:restriction>
|
1212
|
+
</xs:simpleType>
|
1213
|
+
<xs:simpleType name="OrderDateQualifierCode">
|
1214
|
+
<xs:restriction base="xs:string">
|
1215
|
+
<xs:enumeration value="CancelIfNotShippedBy"/>
|
1216
|
+
<xs:enumeration value="CancelIfNotShippedByUnlessNYP"/>
|
1217
|
+
<xs:enumeration value="FillAllAvailableBy"/>
|
1218
|
+
<xs:enumeration value="DoNotShipBefore"/>
|
1219
|
+
</xs:restriction>
|
1220
|
+
</xs:simpleType>
|
1221
|
+
<xs:simpleType name="OrderItemQualifierCodeTypeCode">
|
1222
|
+
<xs:restriction base="xs:string">
|
1223
|
+
<xs:enumeration value="Seller"/>
|
1224
|
+
<xs:enumeration value="Buyer"/>
|
1225
|
+
<xs:enumeration value="AU"/>
|
1226
|
+
<xs:enumeration value="DE"/>
|
1227
|
+
<xs:enumeration value="GB"/>
|
1228
|
+
<xs:enumeration value="NO"/>
|
1229
|
+
<xs:enumeration value="SE"/>
|
1230
|
+
<xs:enumeration value="US"/>
|
1231
|
+
</xs:restriction>
|
1232
|
+
</xs:simpleType>
|
1233
|
+
<xs:simpleType name="OrderItemReferenceTypeCode">
|
1234
|
+
<xs:restriction base="xs:string">
|
1235
|
+
<xs:enumeration value="ContractReference"/>
|
1236
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1237
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1238
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
1239
|
+
</xs:restriction>
|
1240
|
+
</xs:simpleType>
|
1241
|
+
<xs:simpleType name="OrderItemSellerPartyIDAgencyCode">
|
1242
|
+
<xs:restriction base="xs:string">
|
1243
|
+
<xs:enumeration value="TeleOrdering"/>
|
1244
|
+
</xs:restriction>
|
1245
|
+
</xs:simpleType>
|
1246
|
+
<xs:simpleType name="OrderLineStatusCodeTypeCode">
|
1247
|
+
<xs:restriction base="xs:string">
|
1248
|
+
<xs:enumeration value="Sender"/>
|
1249
|
+
<xs:enumeration value="EDItEUR"/>
|
1250
|
+
</xs:restriction>
|
1251
|
+
</xs:simpleType>
|
1252
|
+
<xs:simpleType name="OrderPriceQualifierCode">
|
1253
|
+
<xs:restriction base="xs:string">
|
1254
|
+
<xs:enumeration value="FixedRPIncludingTax"/>
|
1255
|
+
<xs:enumeration value="FixedRPExcludingTax"/>
|
1256
|
+
<xs:enumeration value="SRPIncludingTax"/>
|
1257
|
+
<xs:enumeration value="SRPExcludingTax"/>
|
1258
|
+
<xs:enumeration value="UnitCostIncludingTax"/>
|
1259
|
+
<xs:enumeration value="UnitCostExcludingTax"/>
|
1260
|
+
<xs:enumeration value="TradePriceIncludingTax"/>
|
1261
|
+
<xs:enumeration value="TradePriceExcludingTax"/>
|
1262
|
+
</xs:restriction>
|
1263
|
+
</xs:simpleType>
|
1264
|
+
<xs:simpleType name="OrderQualifierCodeTypeCode">
|
1265
|
+
<xs:restriction base="xs:string">
|
1266
|
+
<xs:enumeration value="Seller"/>
|
1267
|
+
<xs:enumeration value="Buyer"/>
|
1268
|
+
<xs:enumeration value="AU"/>
|
1269
|
+
<xs:enumeration value="DE"/>
|
1270
|
+
<xs:enumeration value="GB"/>
|
1271
|
+
<xs:enumeration value="NO"/>
|
1272
|
+
<xs:enumeration value="SE"/>
|
1273
|
+
<xs:enumeration value="US"/>
|
1274
|
+
</xs:restriction>
|
1275
|
+
</xs:simpleType>
|
1276
|
+
<xs:simpleType name="OrderReferenceTypeCode">
|
1277
|
+
<xs:restriction base="xs:string">
|
1278
|
+
<xs:enumeration value="ContractReference"/>
|
1279
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1280
|
+
<xs:enumeration value="RepOrderReference"/>
|
1281
|
+
</xs:restriction>
|
1282
|
+
</xs:simpleType>
|
1283
|
+
<xs:simpleType name="OrderResponseItemReferenceTypeCode">
|
1284
|
+
<xs:restriction base="xs:string">
|
1285
|
+
<xs:enumeration value="ContractReference"/>
|
1286
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1287
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1288
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
1289
|
+
</xs:restriction>
|
1290
|
+
</xs:simpleType>
|
1291
|
+
<xs:simpleType name="OrderResponseReferenceTypeCode">
|
1292
|
+
<xs:restriction base="xs:string">
|
1293
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1294
|
+
<xs:enumeration value="ContractReference"/>
|
1295
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1296
|
+
<xs:enumeration value="RepOrderReference"/>
|
1297
|
+
</xs:restriction>
|
1298
|
+
</xs:simpleType>
|
1299
|
+
<xs:simpleType name="OrderResponseTypeCode">
|
1300
|
+
<xs:restriction base="xs:string">
|
1301
|
+
<xs:enumeration value="NoDetail"/>
|
1302
|
+
<xs:enumeration value="AllLines"/>
|
1303
|
+
<xs:enumeration value="ExceptionsOnly"/>
|
1304
|
+
</xs:restriction>
|
1305
|
+
</xs:simpleType>
|
1306
|
+
<xs:simpleType name="OrderStatusCode">
|
1307
|
+
<xs:restriction base="xs:string">
|
1308
|
+
<xs:enumeration value="AcceptedShipping"/>
|
1309
|
+
<xs:enumeration value="AcceptedBackordered"/>
|
1310
|
+
<xs:enumeration value="AcceptedSeeDetail"/>
|
1311
|
+
<xs:enumeration value="CanceledSeeDetail"/>
|
1312
|
+
<xs:enumeration value="AcceptedSeeMessage"/>
|
1313
|
+
<xs:enumeration value="CanceledSeeMessage"/>
|
1314
|
+
</xs:restriction>
|
1315
|
+
</xs:simpleType>
|
1316
|
+
<xs:simpleType name="OrderStatusEnquiryItemReferenceTypeCode">
|
1317
|
+
<xs:restriction base="xs:string">
|
1318
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1319
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1320
|
+
<xs:enumeration value="RepOrderReference"/>
|
1321
|
+
</xs:restriction>
|
1322
|
+
</xs:simpleType>
|
1323
|
+
<xs:simpleType name="OrderStatusEnquiryReferenceTypeCode">
|
1324
|
+
<xs:restriction base="xs:string">
|
1325
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1326
|
+
<xs:enumeration value="RepOrderReference"/>
|
1327
|
+
</xs:restriction>
|
1328
|
+
</xs:simpleType>
|
1329
|
+
<xs:simpleType name="OrderStatusEnquiryRequestTypeCode">
|
1330
|
+
<xs:restriction base="xs:string">
|
1331
|
+
<xs:enumeration value="WholeOrder"/>
|
1332
|
+
<xs:enumeration value="ListedItems"/>
|
1333
|
+
</xs:restriction>
|
1334
|
+
</xs:simpleType>
|
1335
|
+
<xs:simpleType name="OrderStatusReportItemReferenceTypeCode">
|
1336
|
+
<xs:restriction base="xs:string">
|
1337
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1338
|
+
<xs:enumeration value="BuyersOrderLineReference"/>
|
1339
|
+
<xs:enumeration value="ContractReference"/>
|
1340
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1341
|
+
<xs:enumeration value="CustomerOrderReference"/>
|
1342
|
+
<xs:enumeration value="RepOrderReference"/>
|
1343
|
+
</xs:restriction>
|
1344
|
+
</xs:simpleType>
|
1345
|
+
<xs:simpleType name="OrderStatusReportReferenceTypeCode">
|
1346
|
+
<xs:restriction base="xs:string">
|
1347
|
+
<xs:enumeration value="BuyersOrderReference"/>
|
1348
|
+
<xs:enumeration value="OrderStatusEnquiryReference"/>
|
1349
|
+
<xs:enumeration value="ContractReference"/>
|
1350
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1351
|
+
<xs:enumeration value="RepOrderReference"/>
|
1352
|
+
</xs:restriction>
|
1353
|
+
</xs:simpleType>
|
1354
|
+
<xs:simpleType name="OtherPartyIDAgencyCode">
|
1355
|
+
<xs:restriction base="xs:string">
|
1356
|
+
<xs:enumeration value="TaxRegistrationNumber"/>
|
1357
|
+
<xs:enumeration value="VATRegistrationNumber"/>
|
1358
|
+
<xs:enumeration value="SellersAccountNumber"/>
|
1359
|
+
<xs:enumeration value="GLN"/>
|
1360
|
+
<xs:enumeration value="SAN"/>
|
1361
|
+
<xs:enumeration value="VKNR"/>
|
1362
|
+
<xs:enumeration value="NBSN"/>
|
1363
|
+
<xs:enumeration value="BAGNR"/>
|
1364
|
+
</xs:restriction>
|
1365
|
+
</xs:simpleType>
|
1366
|
+
<xs:simpleType name="PackageMarkTypeCode">
|
1367
|
+
<xs:restriction base="xs:string">
|
1368
|
+
<xs:enumeration value="SSCC-18"/>
|
1369
|
+
<xs:enumeration value="CarrierTrackingNumber"/>
|
1370
|
+
</xs:restriction>
|
1371
|
+
</xs:simpleType>
|
1372
|
+
<xs:simpleType name="PackageTypeCodeTypeCode">
|
1373
|
+
<xs:restriction base="xs:string">
|
1374
|
+
<xs:enumeration value="EDItEUR"/>
|
1375
|
+
<xs:enumeration value="DE"/>
|
1376
|
+
<xs:enumeration value="GB"/>
|
1377
|
+
<xs:enumeration value="NO"/>
|
1378
|
+
<xs:enumeration value="SE"/>
|
1379
|
+
<xs:enumeration value="US"/>
|
1380
|
+
</xs:restriction>
|
1381
|
+
</xs:simpleType>
|
1382
|
+
<xs:simpleType name="PackingSlipType">
|
1383
|
+
<xs:restriction base="xs:string">
|
1384
|
+
<xs:pattern value="(0[1-9])|([1-9][0-9])"/>
|
1385
|
+
</xs:restriction>
|
1386
|
+
</xs:simpleType>
|
1387
|
+
<xs:simpleType name="PartyIDAgencyCode">
|
1388
|
+
<xs:restriction base="xs:string">
|
1389
|
+
<xs:enumeration value="GLN"/>
|
1390
|
+
<xs:enumeration value="SAN"/>
|
1391
|
+
<xs:enumeration value="VKNR"/>
|
1392
|
+
<xs:enumeration value="NBSN"/>
|
1393
|
+
<xs:enumeration value="SellersAccountNumber"/>
|
1394
|
+
</xs:restriction>
|
1395
|
+
</xs:simpleType>
|
1396
|
+
<xs:simpleType name="PaymentTermsCodeTypeCode">
|
1397
|
+
<xs:restriction base="xs:string">
|
1398
|
+
<xs:enumeration value="Seller"/>
|
1399
|
+
<xs:enumeration value="Buyer"/>
|
1400
|
+
<xs:enumeration value="AU"/>
|
1401
|
+
<xs:enumeration value="DE"/>
|
1402
|
+
<xs:enumeration value="GB"/>
|
1403
|
+
<xs:enumeration value="NO"/>
|
1404
|
+
<xs:enumeration value="SE"/>
|
1405
|
+
<xs:enumeration value="US"/>
|
1406
|
+
</xs:restriction>
|
1407
|
+
</xs:simpleType>
|
1408
|
+
<xs:simpleType name="PersonAssociationTypeCode">
|
1409
|
+
<xs:restriction base="xs:string"/>
|
1410
|
+
</xs:simpleType>
|
1411
|
+
<xs:simpleType name="PersonIDAgencyCode">
|
1412
|
+
<xs:restriction base="xs:string"/>
|
1413
|
+
</xs:simpleType>
|
1414
|
+
<xs:simpleType name="PersonNameIDAgencyCode">
|
1415
|
+
<xs:restriction base="xs:string"/>
|
1416
|
+
</xs:simpleType>
|
1417
|
+
<xs:simpleType name="PersonNameTypeCode">
|
1418
|
+
<xs:restriction base="xs:string"/>
|
1419
|
+
</xs:simpleType>
|
1420
|
+
<xs:simpleType name="ProductFormCode">
|
1421
|
+
<xs:restriction base="xs:string">
|
1422
|
+
<xs:enumeration value="00"/>
|
1423
|
+
<xs:enumeration value="AA"/>
|
1424
|
+
<xs:enumeration value="AB"/>
|
1425
|
+
<xs:enumeration value="AC"/>
|
1426
|
+
<xs:enumeration value="AD"/>
|
1427
|
+
<xs:enumeration value="AE"/>
|
1428
|
+
<xs:enumeration value="AF"/>
|
1429
|
+
<xs:enumeration value="AG"/>
|
1430
|
+
<xs:enumeration value="AH"/>
|
1431
|
+
<xs:enumeration value="AI"/>
|
1432
|
+
<xs:enumeration value="AJ"/>
|
1433
|
+
<xs:enumeration value="AZ"/>
|
1434
|
+
<xs:enumeration value="BA"/>
|
1435
|
+
<xs:enumeration value="BB"/>
|
1436
|
+
<xs:enumeration value="BC"/>
|
1437
|
+
<xs:enumeration value="BD"/>
|
1438
|
+
<xs:enumeration value="BE"/>
|
1439
|
+
<xs:enumeration value="BF"/>
|
1440
|
+
<xs:enumeration value="BG"/>
|
1441
|
+
<xs:enumeration value="BH"/>
|
1442
|
+
<xs:enumeration value="BI"/>
|
1443
|
+
<xs:enumeration value="BJ"/>
|
1444
|
+
<xs:enumeration value="BK"/>
|
1445
|
+
<xs:enumeration value="BL"/>
|
1446
|
+
<xs:enumeration value="BM"/>
|
1447
|
+
<xs:enumeration value="BN"/>
|
1448
|
+
<xs:enumeration value="BO"/>
|
1449
|
+
<xs:enumeration value="BZ"/>
|
1450
|
+
<xs:enumeration value="CA"/>
|
1451
|
+
<xs:enumeration value="CB"/>
|
1452
|
+
<xs:enumeration value="CC"/>
|
1453
|
+
<xs:enumeration value="CD"/>
|
1454
|
+
<xs:enumeration value="CE"/>
|
1455
|
+
<xs:enumeration value="CZ"/>
|
1456
|
+
<xs:enumeration value="DA"/>
|
1457
|
+
<xs:enumeration value="DB"/>
|
1458
|
+
<xs:enumeration value="DC"/>
|
1459
|
+
<xs:enumeration value="DD"/>
|
1460
|
+
<xs:enumeration value="DE"/>
|
1461
|
+
<xs:enumeration value="DF"/>
|
1462
|
+
<xs:enumeration value="DG"/>
|
1463
|
+
<xs:enumeration value="DH"/>
|
1464
|
+
<xs:enumeration value="DI"/>
|
1465
|
+
<xs:enumeration value="DJ"/>
|
1466
|
+
<xs:enumeration value="DK"/>
|
1467
|
+
<xs:enumeration value="DL"/>
|
1468
|
+
<xs:enumeration value="DM"/>
|
1469
|
+
<xs:enumeration value="DZ"/>
|
1470
|
+
<xs:enumeration value="FA"/>
|
1471
|
+
<xs:enumeration value="FB"/>
|
1472
|
+
<xs:enumeration value="FC"/>
|
1473
|
+
<xs:enumeration value="FD"/>
|
1474
|
+
<xs:enumeration value="FE"/>
|
1475
|
+
<xs:enumeration value="FF"/>
|
1476
|
+
<xs:enumeration value="FZ"/>
|
1477
|
+
<xs:enumeration value="MA"/>
|
1478
|
+
<xs:enumeration value="MB"/>
|
1479
|
+
<xs:enumeration value="MC"/>
|
1480
|
+
<xs:enumeration value="MZ"/>
|
1481
|
+
<xs:enumeration value="PA"/>
|
1482
|
+
<xs:enumeration value="PB"/>
|
1483
|
+
<xs:enumeration value="PC"/>
|
1484
|
+
<xs:enumeration value="PD"/>
|
1485
|
+
<xs:enumeration value="PE"/>
|
1486
|
+
<xs:enumeration value="PF"/>
|
1487
|
+
<xs:enumeration value="PG"/>
|
1488
|
+
<xs:enumeration value="PH"/>
|
1489
|
+
<xs:enumeration value="PI"/>
|
1490
|
+
<xs:enumeration value="PJ"/>
|
1491
|
+
<xs:enumeration value="PK"/>
|
1492
|
+
<xs:enumeration value="PL"/>
|
1493
|
+
<xs:enumeration value="PM"/>
|
1494
|
+
<xs:enumeration value="PN"/>
|
1495
|
+
<xs:enumeration value="PO"/>
|
1496
|
+
<xs:enumeration value="PP"/>
|
1497
|
+
<xs:enumeration value="PQ"/>
|
1498
|
+
<xs:enumeration value="PZ"/>
|
1499
|
+
<xs:enumeration value="VA"/>
|
1500
|
+
<xs:enumeration value="VB"/>
|
1501
|
+
<xs:enumeration value="VC"/>
|
1502
|
+
<xs:enumeration value="VD"/>
|
1503
|
+
<xs:enumeration value="VE"/>
|
1504
|
+
<xs:enumeration value="VF"/>
|
1505
|
+
<xs:enumeration value="VG"/>
|
1506
|
+
<xs:enumeration value="VH"/>
|
1507
|
+
<xs:enumeration value="VI"/>
|
1508
|
+
<xs:enumeration value="VJ"/>
|
1509
|
+
<xs:enumeration value="VK"/>
|
1510
|
+
<xs:enumeration value="VL"/>
|
1511
|
+
<xs:enumeration value="VM"/>
|
1512
|
+
<xs:enumeration value="VZ"/>
|
1513
|
+
<xs:enumeration value="WW"/>
|
1514
|
+
<xs:enumeration value="WX"/>
|
1515
|
+
<xs:enumeration value="XA"/>
|
1516
|
+
<xs:enumeration value="XB"/>
|
1517
|
+
<xs:enumeration value="XC"/>
|
1518
|
+
<xs:enumeration value="XD"/>
|
1519
|
+
<xs:enumeration value="XE"/>
|
1520
|
+
<xs:enumeration value="XF"/>
|
1521
|
+
<xs:enumeration value="XG"/>
|
1522
|
+
<xs:enumeration value="XH"/>
|
1523
|
+
<xs:enumeration value="XI"/>
|
1524
|
+
<xs:enumeration value="XJ"/>
|
1525
|
+
<xs:enumeration value="XK"/>
|
1526
|
+
<xs:enumeration value="XL"/>
|
1527
|
+
<xs:enumeration value="XZ"/>
|
1528
|
+
<xs:enumeration value="ZA"/>
|
1529
|
+
<xs:enumeration value="ZB"/>
|
1530
|
+
<xs:enumeration value="ZC"/>
|
1531
|
+
<xs:enumeration value="ZD"/>
|
1532
|
+
<xs:enumeration value="ZE"/>
|
1533
|
+
<xs:enumeration value="ZF"/>
|
1534
|
+
<xs:enumeration value="ZZ"/>
|
1535
|
+
</xs:restriction>
|
1536
|
+
</xs:simpleType>
|
1537
|
+
<xs:simpleType name="ProductIDAgencyCode">
|
1538
|
+
<xs:restriction base="xs:string">
|
1539
|
+
<xs:enumeration value="EAN13"/>
|
1540
|
+
<xs:enumeration value="GTIN14"/>
|
1541
|
+
<xs:enumeration value="ISBN"/>
|
1542
|
+
<xs:enumeration value="ISMN"/>
|
1543
|
+
<xs:enumeration value="SKU"/>
|
1544
|
+
<xs:enumeration value="UPC"/>
|
1545
|
+
<xs:enumeration value="Seller"/>
|
1546
|
+
<xs:enumeration value="Buyer"/>
|
1547
|
+
<xs:enumeration value="Proprietary"/>
|
1548
|
+
</xs:restriction>
|
1549
|
+
</xs:simpleType>
|
1550
|
+
<xs:simpleType name="PurposeCode">
|
1551
|
+
<xs:restriction base="xs:string">
|
1552
|
+
<xs:enumeration value="Duplicate"/>
|
1553
|
+
<xs:enumeration value="Original"/>
|
1554
|
+
<xs:enumeration value="Test"/>
|
1555
|
+
</xs:restriction>
|
1556
|
+
</xs:simpleType>
|
1557
|
+
<xs:simpleType name="ReturnsConditionCodeTypeCode">
|
1558
|
+
<xs:restriction base="xs:string">
|
1559
|
+
<xs:enumeration value="Seller"/>
|
1560
|
+
<xs:enumeration value="Buyer"/>
|
1561
|
+
<xs:enumeration value="AU"/>
|
1562
|
+
<xs:enumeration value="DE"/>
|
1563
|
+
<xs:enumeration value="GB"/>
|
1564
|
+
<xs:enumeration value="NO"/>
|
1565
|
+
<xs:enumeration value="SE"/>
|
1566
|
+
<xs:enumeration value="US"/>
|
1567
|
+
</xs:restriction>
|
1568
|
+
</xs:simpleType>
|
1569
|
+
<xs:simpleType name="ReturnsInstructionCode">
|
1570
|
+
<xs:restriction base="xs:string">
|
1571
|
+
<xs:enumeration value="A01"/>
|
1572
|
+
<xs:enumeration value="A02"/>
|
1573
|
+
<xs:enumeration value="A03"/>
|
1574
|
+
<xs:enumeration value="A10"/>
|
1575
|
+
<xs:enumeration value="A11"/>
|
1576
|
+
</xs:restriction>
|
1577
|
+
</xs:simpleType>
|
1578
|
+
<xs:simpleType name="ReturnsInstructionCodeTypeCode">
|
1579
|
+
<xs:restriction base="xs:string"/>
|
1580
|
+
</xs:simpleType>
|
1581
|
+
<xs:simpleType name="ReturnsReasonCode">
|
1582
|
+
<xs:restriction base="xs:string">
|
1583
|
+
<xs:enumeration value="B00"/>
|
1584
|
+
<xs:enumeration value="B10"/>
|
1585
|
+
<xs:enumeration value="B11"/>
|
1586
|
+
<xs:enumeration value="B20"/>
|
1587
|
+
<xs:enumeration value="B21"/>
|
1588
|
+
<xs:enumeration value="B30"/>
|
1589
|
+
<xs:enumeration value="B31"/>
|
1590
|
+
<xs:enumeration value="B90"/>
|
1591
|
+
<xs:enumeration value="B91"/>
|
1592
|
+
</xs:restriction>
|
1593
|
+
</xs:simpleType>
|
1594
|
+
<xs:simpleType name="ReturnsReasonCodeTypeCode">
|
1595
|
+
<xs:restriction base="xs:string"/>
|
1596
|
+
</xs:simpleType>
|
1597
|
+
<xs:simpleType name="ReturnsRefusalCode">
|
1598
|
+
<xs:restriction base="xs:string">
|
1599
|
+
<xs:enumeration value="R01"/>
|
1600
|
+
<xs:enumeration value="R02"/>
|
1601
|
+
<xs:enumeration value="R03"/>
|
1602
|
+
<xs:enumeration value="R04"/>
|
1603
|
+
<xs:enumeration value="R05"/>
|
1604
|
+
<xs:enumeration value="R06"/>
|
1605
|
+
<xs:enumeration value="R07"/>
|
1606
|
+
<xs:enumeration value="R08"/>
|
1607
|
+
<xs:enumeration value="R09"/>
|
1608
|
+
<xs:enumeration value="R10"/>
|
1609
|
+
<xs:enumeration value="R11"/>
|
1610
|
+
<xs:enumeration value="R12"/>
|
1611
|
+
<xs:enumeration value="R13"/>
|
1612
|
+
<xs:enumeration value="R99"/>
|
1613
|
+
</xs:restriction>
|
1614
|
+
</xs:simpleType>
|
1615
|
+
<xs:simpleType name="ReturnsRefusalCodeTypeCode">
|
1616
|
+
<xs:restriction base="xs:string"/>
|
1617
|
+
</xs:simpleType>
|
1618
|
+
<xs:simpleType name="ReturnsRequestDamageCode">
|
1619
|
+
<xs:restriction base="xs:string">
|
1620
|
+
<xs:enumeration value="C01"/>
|
1621
|
+
<xs:enumeration value="C02"/>
|
1622
|
+
</xs:restriction>
|
1623
|
+
</xs:simpleType>
|
1624
|
+
<xs:simpleType name="ReturnsRequestDefectCode">
|
1625
|
+
<xs:restriction base="xs:string">
|
1626
|
+
<xs:enumeration value="D01"/>
|
1627
|
+
<xs:enumeration value="D02"/>
|
1628
|
+
<xs:enumeration value="D03"/>
|
1629
|
+
</xs:restriction>
|
1630
|
+
</xs:simpleType>
|
1631
|
+
<xs:simpleType name="ReturnsRequestItemReferenceTypeCode">
|
1632
|
+
<xs:restriction base="xs:string">
|
1633
|
+
<xs:enumeration value="ASNReference"/>
|
1634
|
+
<xs:enumeration value="InvoiceReference"/>
|
1635
|
+
<xs:enumeration value="PreAuthorizationReference"/>
|
1636
|
+
</xs:restriction>
|
1637
|
+
</xs:simpleType>
|
1638
|
+
<xs:simpleType name="ReturnsRequestReferenceTypeCode">
|
1639
|
+
<xs:restriction base="xs:string">
|
1640
|
+
<xs:enumeration value="BuyerReturnsReference"/>
|
1641
|
+
</xs:restriction>
|
1642
|
+
</xs:simpleType>
|
1643
|
+
<xs:simpleType name="ReturnsResponseReferenceTypeCode">
|
1644
|
+
<xs:restriction base="xs:string">
|
1645
|
+
<xs:enumeration value="CustomerReference"/>
|
1646
|
+
<xs:enumeration value="ReturnsRequestReference"/>
|
1647
|
+
</xs:restriction>
|
1648
|
+
</xs:simpleType>
|
1649
|
+
<xs:simpleType name="ReturnsTypeCode">
|
1650
|
+
<xs:restriction base="xs:string">
|
1651
|
+
<xs:enumeration value="Overstock"/>
|
1652
|
+
<xs:enumeration value="NonConformance"/>
|
1653
|
+
</xs:restriction>
|
1654
|
+
</xs:simpleType>
|
1655
|
+
<xs:simpleType name="ServiceDescriptionCodeTypeCode">
|
1656
|
+
<xs:restriction base="xs:string">
|
1657
|
+
<xs:enumeration value="Seller"/>
|
1658
|
+
</xs:restriction>
|
1659
|
+
</xs:simpleType>
|
1660
|
+
<xs:simpleType name="ServicePriceQualifierCode">
|
1661
|
+
<xs:restriction base="xs:string">
|
1662
|
+
<xs:enumeration value="TotalPriceIncludingTax"/>
|
1663
|
+
<xs:enumeration value="TotalPriceExcludingTax"/>
|
1664
|
+
<xs:enumeration value="UnitCostIncludingTax"/>
|
1665
|
+
<xs:enumeration value="UnitCostExcludingTax"/>
|
1666
|
+
</xs:restriction>
|
1667
|
+
</xs:simpleType>
|
1668
|
+
<xs:simpleType name="ServiceReferenceTypeCode">
|
1669
|
+
<xs:restriction base="xs:string">
|
1670
|
+
<xs:enumeration value="ContractReference"/>
|
1671
|
+
<xs:enumeration value="PromotionOrDealReference"/>
|
1672
|
+
</xs:restriction>
|
1673
|
+
</xs:simpleType>
|
1674
|
+
<xs:simpleType name="ShippingInstructionsCode">
|
1675
|
+
<xs:restriction base="xs:string">
|
1676
|
+
<xs:enumeration value="ShipSeparately"/>
|
1677
|
+
<xs:enumeration value="DoNotShipSeparately"/>
|
1678
|
+
<xs:enumeration value="ShipCombined"/>
|
1679
|
+
<xs:enumeration value="ShipCombinedPackSeparately"/>
|
1680
|
+
</xs:restriction>
|
1681
|
+
</xs:simpleType>
|
1682
|
+
<xs:simpleType name="ShipQuantityQualifierCode">
|
1683
|
+
<xs:restriction base="xs:string">
|
1684
|
+
<xs:enumeration value="Ordered"/>
|
1685
|
+
<xs:enumeration value="ShippedToDate"/>
|
1686
|
+
<xs:enumeration value="StillBackordered"/>
|
1687
|
+
<xs:enumeration value="Cancelled"/>
|
1688
|
+
</xs:restriction>
|
1689
|
+
</xs:simpleType>
|
1690
|
+
<xs:simpleType name="StockQuantityTypeCode">
|
1691
|
+
<xs:restriction base="xs:string">
|
1692
|
+
<xs:enumeration value="OnHand"/>
|
1693
|
+
<xs:enumeration value="OnOrder"/>
|
1694
|
+
<xs:enumeration value="CBO"/>
|
1695
|
+
</xs:restriction>
|
1696
|
+
</xs:simpleType>
|
1697
|
+
<xs:simpleType name="StockReportReferenceTypeCode">
|
1698
|
+
<xs:restriction base="xs:string">
|
1699
|
+
<xs:enumeration value="StockEnquiryReference"/>
|
1700
|
+
</xs:restriction>
|
1701
|
+
</xs:simpleType>
|
1702
|
+
<xs:simpleType name="StockReportResponseLineStatusCode">
|
1703
|
+
<xs:restriction base="xs:string">
|
1704
|
+
<xs:enumeration value="NoDataAvailable"/>
|
1705
|
+
</xs:restriction>
|
1706
|
+
</xs:simpleType>
|
1707
|
+
<xs:simpleType name="StockReportResponseStatusCode">
|
1708
|
+
<xs:restriction base="xs:string">
|
1709
|
+
<xs:enumeration value="Successful"/>
|
1710
|
+
<xs:enumeration value="RequestInvalid"/>
|
1711
|
+
<xs:enumeration value="SystemUnavailable"/>
|
1712
|
+
<xs:enumeration value="AccountInvalid"/>
|
1713
|
+
</xs:restriction>
|
1714
|
+
</xs:simpleType>
|
1715
|
+
<xs:simpleType name="TaxTypeCode">
|
1716
|
+
<xs:restriction base="xs:string">
|
1717
|
+
<xs:enumeration value="GST"/>
|
1718
|
+
<xs:enumeration value="VAT"/>
|
1719
|
+
</xs:restriction>
|
1720
|
+
</xs:simpleType>
|
1721
|
+
<xs:simpleType name="UOMCode">
|
1722
|
+
<xs:restriction base="xs:string">
|
1723
|
+
<xs:enumeration value="Centimetre"/>
|
1724
|
+
<xs:enumeration value="Millimetre"/>
|
1725
|
+
<xs:enumeration value="Inch"/>
|
1726
|
+
<xs:enumeration value="Gram"/>
|
1727
|
+
<xs:enumeration value="Kilogram"/>
|
1728
|
+
<xs:enumeration value="Ounce"/>
|
1729
|
+
<xs:enumeration value="Pound"/>
|
1730
|
+
</xs:restriction>
|
1731
|
+
</xs:simpleType>
|
1732
|
+
<xs:simpleType name="UOMCodeLinear">
|
1733
|
+
<xs:restriction base="xs:string">
|
1734
|
+
<xs:enumeration value="Centimetre"/>
|
1735
|
+
<xs:enumeration value="Millimetre"/>
|
1736
|
+
<xs:enumeration value="Inch"/>
|
1737
|
+
</xs:restriction>
|
1738
|
+
</xs:simpleType>
|
1739
|
+
<xs:simpleType name="UOMCodeWeight">
|
1740
|
+
<xs:restriction base="xs:string">
|
1741
|
+
<xs:enumeration value="Gram"/>
|
1742
|
+
<xs:enumeration value="Kilogram"/>
|
1743
|
+
<xs:enumeration value="Ounce"/>
|
1744
|
+
<xs:enumeration value="Pound"/>
|
1745
|
+
</xs:restriction>
|
1746
|
+
</xs:simpleType>
|
1747
|
+
<xs:simpleType name="VelocityCode">
|
1748
|
+
<xs:restriction base="xs:string">
|
1749
|
+
<xs:enumeration value="MaximumDailySale"/>
|
1750
|
+
<xs:enumeration value="SellerRating"/>
|
1751
|
+
</xs:restriction>
|
1752
|
+
</xs:simpleType>
|
1753
|
+
</xs:schema>
|