@twin.org/standards-unece 0.0.1-next.22 → 0.0.1-next.24

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.
Files changed (87) hide show
  1. package/dist/cjs/index.cjs +4113 -4080
  2. package/dist/esm/index.mjs +4092 -4059
  3. package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
  4. package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
  5. package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
  6. package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
  7. package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
  8. package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
  9. package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
  10. package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
  11. package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
  12. package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
  13. package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
  14. package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
  15. package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
  16. package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
  17. package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
  18. package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
  19. package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
  20. package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
  21. package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
  22. package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
  23. package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
  24. package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
  25. package/dist/types/index.d.ts +22 -22
  26. package/docs/changelog.md +1 -1
  27. package/docs/reference/index.md +33 -33
  28. package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
  29. package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
  30. package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
  31. package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
  32. package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
  33. package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
  34. package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
  35. package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
  36. package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
  37. package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
  38. package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
  39. package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
  40. package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
  41. package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
  42. package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
  43. package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
  44. package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
  45. package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
  46. package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
  47. package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
  48. package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
  49. package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
  50. package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
  51. package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
  52. package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
  53. package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
  54. package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
  55. package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
  56. package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
  57. package/docs/reference/variables/UneceStatusCodes.md +2115 -0
  58. package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
  59. package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
  60. package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
  61. package/package.json +1 -1
  62. package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
  63. package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
  64. package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
  65. package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
  66. package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
  67. package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
  68. package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
  69. package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
  70. package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
  71. package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
  72. package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
  73. package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
  74. package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
  75. package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
  76. package/docs/reference/type-aliases/StatusCodes.md +0 -7
  77. package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
  78. package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
  79. package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
  80. package/docs/reference/variables/DocumentCodes.md +0 -4827
  81. package/docs/reference/variables/DocumentStatusCodes.md +0 -273
  82. package/docs/reference/variables/GovernmentActionCodes.md +0 -69
  83. package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
  84. package/docs/reference/variables/StatusCodes.md +0 -2115
  85. package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
  86. package/docs/reference/variables/TransportModeCodes.md +0 -69
  87. package/docs/reference/variables/WorkflowStatusCodes.md +0 -153
@@ -1,4827 +0,0 @@
1
- # Variable: DocumentCodes
2
-
3
- > `const` **DocumentCodes**: `object`
4
-
5
- A character string denoting the type of a document. [Reference United Nations Code List (UNCL) 1001]
6
- https://vocabulary.uncefact.org/DocumentCodeList
7
- https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentcodelist.json
8
-
9
- ## Type declaration
10
-
11
- ### 1
12
-
13
- > **1**: `string` = `"unece:DocumentCodeList#1"`
14
-
15
- 1 Certificate of analysis.
16
-
17
- ### 10
18
-
19
- > **10**: `string` = `"unece:DocumentCodeList#10"`
20
-
21
- 10 Party information.
22
-
23
- ### 100
24
-
25
- > **100**: `string` = `"unece:DocumentCodeList#100"`
26
-
27
- 100 Excise certificate.
28
-
29
- ### 101
30
-
31
- > **101**: `string` = `"unece:DocumentCodeList#101"`
32
-
33
- 101 Registration document.
34
-
35
- ### 102
36
-
37
- > **102**: `string` = `"unece:DocumentCodeList#102"`
38
-
39
- 102 Tax notification.
40
-
41
- ### 103
42
-
43
- > **103**: `string` = `"unece:DocumentCodeList#103"`
44
-
45
- 103 Transport equipment direct interchange report.
46
-
47
- ### 104
48
-
49
- > **104**: `string` = `"unece:DocumentCodeList#104"`
50
-
51
- 104 Transport equipment impending arrival advice.
52
-
53
- ### 105
54
-
55
- > **105**: `string` = `"unece:DocumentCodeList#105"`
56
-
57
- 105 Purchase order.
58
-
59
- ### 106
60
-
61
- > **106**: `string` = `"unece:DocumentCodeList#106"`
62
-
63
- 106 Transport equipment damage report.
64
-
65
- ### 107
66
-
67
- > **107**: `string` = `"unece:DocumentCodeList#107"`
68
-
69
- 107 Transport equipment maintenance and repair work estimate advice.
70
-
71
- ### 108
72
-
73
- > **108**: `string` = `"unece:DocumentCodeList#108"`
74
-
75
- 108 Transport equipment empty release instruction.
76
-
77
- ### 109
78
-
79
- > **109**: `string` = `"unece:DocumentCodeList#109"`
80
-
81
- 109 Transport movement gate in report.
82
-
83
- ### 11
84
-
85
- > **11**: `string` = `"unece:DocumentCodeList#11"`
86
-
87
- 11 Federal label approval.
88
-
89
- ### 110
90
-
91
- > **110**: `string` = `"unece:DocumentCodeList#110"`
92
-
93
- 110 Manufacturing instructions.
94
-
95
- ### 111
96
-
97
- > **111**: `string` = `"unece:DocumentCodeList#111"`
98
-
99
- 111 Transport movement gate out report.
100
-
101
- ### 112
102
-
103
- > **112**: `string` = `"unece:DocumentCodeList#112"`
104
-
105
- 112 Transport equipment unpacking instruction.
106
-
107
- ### 113
108
-
109
- > **113**: `string` = `"unece:DocumentCodeList#113"`
110
-
111
- 113 Transport equipment unpacking report.
112
-
113
- ### 114
114
-
115
- > **114**: `string` = `"unece:DocumentCodeList#114"`
116
-
117
- 114 Transport equipment pick-up availability request.
118
-
119
- ### 115
120
-
121
- > **115**: `string` = `"unece:DocumentCodeList#115"`
122
-
123
- 115 Transport equipment pick-up availability confirmation.
124
-
125
- ### 116
126
-
127
- > **116**: `string` = `"unece:DocumentCodeList#116"`
128
-
129
- 116 Transport equipment pick-up report.
130
-
131
- ### 117
132
-
133
- > **117**: `string` = `"unece:DocumentCodeList#117"`
134
-
135
- 117 Transport equipment shift report.
136
-
137
- ### 118
138
-
139
- > **118**: `string` = `"unece:DocumentCodeList#118"`
140
-
141
- 118 Transport discharge instruction.
142
-
143
- ### 119
144
-
145
- > **119**: `string` = `"unece:DocumentCodeList#119"`
146
-
147
- 119 Transport discharge report.
148
-
149
- ### 12
150
-
151
- > **12**: `string` = `"unece:DocumentCodeList#12"`
152
-
153
- 12 Mill certificate.
154
-
155
- ### 120
156
-
157
- > **120**: `string` = `"unece:DocumentCodeList#120"`
158
-
159
- 120 Stores requisition.
160
-
161
- ### 121
162
-
163
- > **121**: `string` = `"unece:DocumentCodeList#121"`
164
-
165
- 121 Transport loading instruction.
166
-
167
- ### 122
168
-
169
- > **122**: `string` = `"unece:DocumentCodeList#122"`
170
-
171
- 122 Transport loading report.
172
-
173
- ### 123
174
-
175
- > **123**: `string` = `"unece:DocumentCodeList#123"`
176
-
177
- 123 Transport equipment maintenance and repair work authorisation.
178
-
179
- ### 124
180
-
181
- > **124**: `string` = `"unece:DocumentCodeList#124"`
182
-
183
- 124 Transport departure report.
184
-
185
- ### 125
186
-
187
- > **125**: `string` = `"unece:DocumentCodeList#125"`
188
-
189
- 125 Transport empty equipment advice.
190
-
191
- ### 126
192
-
193
- > **126**: `string` = `"unece:DocumentCodeList#126"`
194
-
195
- 126 Transport equipment acceptance order.
196
-
197
- ### 127
198
-
199
- > **127**: `string` = `"unece:DocumentCodeList#127"`
200
-
201
- 127 Transport equipment special service instruction.
202
-
203
- ### 128
204
-
205
- > **128**: `string` = `"unece:DocumentCodeList#128"`
206
-
207
- 128 Transport equipment stock report.
208
-
209
- ### 129
210
-
211
- > **129**: `string` = `"unece:DocumentCodeList#129"`
212
-
213
- 129 Transport cargo release order.
214
-
215
- ### 13
216
-
217
- > **13**: `string` = `"unece:DocumentCodeList#13"`
218
-
219
- 13 Post receipt.
220
-
221
- ### 130
222
-
223
- > **130**: `string` = `"unece:DocumentCodeList#130"`
224
-
225
- 130 Invoicing data sheet.
226
-
227
- ### 131
228
-
229
- > **131**: `string` = `"unece:DocumentCodeList#131"`
230
-
231
- 131 Transport equipment packing instruction.
232
-
233
- ### 132
234
-
235
- > **132**: `string` = `"unece:DocumentCodeList#132"`
236
-
237
- 132 Customs clearance notice.
238
-
239
- ### 133
240
-
241
- > **133**: `string` = `"unece:DocumentCodeList#133"`
242
-
243
- 133 Customs documents expiration notice.
244
-
245
- ### 134
246
-
247
- > **134**: `string` = `"unece:DocumentCodeList#134"`
248
-
249
- 134 Transport equipment on-hire request.
250
-
251
- ### 135
252
-
253
- > **135**: `string` = `"unece:DocumentCodeList#135"`
254
-
255
- 135 Transport equipment on-hire order.
256
-
257
- ### 136
258
-
259
- > **136**: `string` = `"unece:DocumentCodeList#136"`
260
-
261
- 136 Transport equipment off-hire request.
262
-
263
- ### 137
264
-
265
- > **137**: `string` = `"unece:DocumentCodeList#137"`
266
-
267
- 137 Transport equipment survey order.
268
-
269
- ### 138
270
-
271
- > **138**: `string` = `"unece:DocumentCodeList#138"`
272
-
273
- 138 Transport equipment survey order response.
274
-
275
- ### 139
276
-
277
- > **139**: `string` = `"unece:DocumentCodeList#139"`
278
-
279
- 139 Transport equipment survey report.
280
-
281
- ### 14
282
-
283
- > **14**: `string` = `"unece:DocumentCodeList#14"`
284
-
285
- 14 Weight certificate.
286
-
287
- ### 140
288
-
289
- > **140**: `string` = `"unece:DocumentCodeList#140"`
290
-
291
- 140 Packing instructions.
292
-
293
- ### 141
294
-
295
- > **141**: `string` = `"unece:DocumentCodeList#141"`
296
-
297
- 141 Advising items to be booked to a financial account.
298
-
299
- ### 142
300
-
301
- > **142**: `string` = `"unece:DocumentCodeList#142"`
302
-
303
- 142 Transport equipment maintenance and repair work estimate order.
304
-
305
- ### 143
306
-
307
- > **143**: `string` = `"unece:DocumentCodeList#143"`
308
-
309
- 143 Transport equipment maintenance and repair notice.
310
-
311
- ### 144
312
-
313
- > **144**: `string` = `"unece:DocumentCodeList#144"`
314
-
315
- 144 Empty container disposition order.
316
-
317
- ### 145
318
-
319
- > **145**: `string` = `"unece:DocumentCodeList#145"`
320
-
321
- 145 Cargo vessel discharge order.
322
-
323
- ### 146
324
-
325
- > **146**: `string` = `"unece:DocumentCodeList#146"`
326
-
327
- 146 Cargo vessel loading order.
328
-
329
- ### 147
330
-
331
- > **147**: `string` = `"unece:DocumentCodeList#147"`
332
-
333
- 147 Multidrop order.
334
-
335
- ### 148
336
-
337
- > **148**: `string` = `"unece:DocumentCodeList#148"`
338
-
339
- 148 Bailment contract.
340
-
341
- ### 149
342
-
343
- > **149**: `string` = `"unece:DocumentCodeList#149"`
344
-
345
- 149 Basic agreement.
346
-
347
- ### 15
348
-
349
- > **15**: `string` = `"unece:DocumentCodeList#15"`
350
-
351
- 15 Weight list.
352
-
353
- ### 150
354
-
355
- > **150**: `string` = `"unece:DocumentCodeList#150"`
356
-
357
- 150 Internal transport order.
358
-
359
- ### 151
360
-
361
- > **151**: `string` = `"unece:DocumentCodeList#151"`
362
-
363
- 151 Grant.
364
-
365
- ### 152
366
-
367
- > **152**: `string` = `"unece:DocumentCodeList#152"`
368
-
369
- 152 Indefinite delivery indefinite quantity contract.
370
-
371
- ### 153
372
-
373
- > **153**: `string` = `"unece:DocumentCodeList#153"`
374
-
375
- 153 Indefinite delivery definite quantity contract.
376
-
377
- ### 154
378
-
379
- > **154**: `string` = `"unece:DocumentCodeList#154"`
380
-
381
- 154 Requirements contract.
382
-
383
- ### 155
384
-
385
- > **155**: `string` = `"unece:DocumentCodeList#155"`
386
-
387
- 155 Task order.
388
-
389
- ### 156
390
-
391
- > **156**: `string` = `"unece:DocumentCodeList#156"`
392
-
393
- 156 Make or buy plan.
394
-
395
- ### 157
396
-
397
- > **157**: `string` = `"unece:DocumentCodeList#157"`
398
-
399
- 157 Subcontractor plan.
400
-
401
- ### 158
402
-
403
- > **158**: `string` = `"unece:DocumentCodeList#158"`
404
-
405
- 158 Cost data summary.
406
-
407
- ### 159
408
-
409
- > **159**: `string` = `"unece:DocumentCodeList#159"`
410
-
411
- 159 Certified cost and price data.
412
-
413
- ### 16
414
-
415
- > **16**: `string` = `"unece:DocumentCodeList#16"`
416
-
417
- 16 Certificate.
418
-
419
- ### 160
420
-
421
- > **160**: `string` = `"unece:DocumentCodeList#160"`
422
-
423
- 160 Wage determination.
424
-
425
- ### 161
426
-
427
- > **161**: `string` = `"unece:DocumentCodeList#161"`
428
-
429
- 161 Contract Funds Status Report (CFSR).
430
-
431
- ### 162
432
-
433
- > **162**: `string` = `"unece:DocumentCodeList#162"`
434
-
435
- 162 Certified inspection and test results.
436
-
437
- ### 163
438
-
439
- > **163**: `string` = `"unece:DocumentCodeList#163"`
440
-
441
- 163 Material inspection and receiving report.
442
-
443
- ### 164
444
-
445
- > **164**: `string` = `"unece:DocumentCodeList#164"`
446
-
447
- 164 Purchasing specification.
448
-
449
- ### 165
450
-
451
- > **165**: `string` = `"unece:DocumentCodeList#165"`
452
-
453
- 165 Payment or performance bond.
454
-
455
- ### 166
456
-
457
- > **166**: `string` = `"unece:DocumentCodeList#166"`
458
-
459
- 166 Contract security classification specification.
460
-
461
- ### 167
462
-
463
- > **167**: `string` = `"unece:DocumentCodeList#167"`
464
-
465
- 167 Manufacturing specification.
466
-
467
- ### 168
468
-
469
- > **168**: `string` = `"unece:DocumentCodeList#168"`
470
-
471
- 168 Buy America certificate of compliance.
472
-
473
- ### 169
474
-
475
- > **169**: `string` = `"unece:DocumentCodeList#169"`
476
-
477
- 169 Container off-hire notice.
478
-
479
- ### 17
480
-
481
- > **17**: `string` = `"unece:DocumentCodeList#17"`
482
-
483
- 17 Combined certificate of value and origin.
484
-
485
- ### 170
486
-
487
- > **170**: `string` = `"unece:DocumentCodeList#170"`
488
-
489
- 170 Cargo acceptance order.
490
-
491
- ### 171
492
-
493
- > **171**: `string` = `"unece:DocumentCodeList#171"`
494
-
495
- 171 Pick-up notice.
496
-
497
- ### 172
498
-
499
- > **172**: `string` = `"unece:DocumentCodeList#172"`
500
-
501
- 172 Authorisation to plan and suggest orders.
502
-
503
- ### 173
504
-
505
- > **173**: `string` = `"unece:DocumentCodeList#173"`
506
-
507
- 173 Authorisation to plan and ship orders.
508
-
509
- ### 174
510
-
511
- > **174**: `string` = `"unece:DocumentCodeList#174"`
512
-
513
- 174 Drawing.
514
-
515
- ### 175
516
-
517
- > **175**: `string` = `"unece:DocumentCodeList#175"`
518
-
519
- 175 Cost Performance Report (CPR) format 2.
520
-
521
- ### 176
522
-
523
- > **176**: `string` = `"unece:DocumentCodeList#176"`
524
-
525
- 176 Cost Schedule Status Report (CSSR).
526
-
527
- ### 177
528
-
529
- > **177**: `string` = `"unece:DocumentCodeList#177"`
530
-
531
- 177 Cost Performance Report (CPR) format 1.
532
-
533
- ### 178
534
-
535
- > **178**: `string` = `"unece:DocumentCodeList#178"`
536
-
537
- 178 Cost Performance Report (CPR) format 3.
538
-
539
- ### 179
540
-
541
- > **179**: `string` = `"unece:DocumentCodeList#179"`
542
-
543
- 179 Cost Performance Report (CPR) format 4.
544
-
545
- ### 18
546
-
547
- > **18**: `string` = `"unece:DocumentCodeList#18"`
548
-
549
- 18 Movement certificate A.TR.1.
550
-
551
- ### 180
552
-
553
- > **180**: `string` = `"unece:DocumentCodeList#180"`
554
-
555
- 180 Cost Performance Report (CPR) format 5.
556
-
557
- ### 181
558
-
559
- > **181**: `string` = `"unece:DocumentCodeList#181"`
560
-
561
- 181 Progressive discharge report.
562
-
563
- ### 182
564
-
565
- > **182**: `string` = `"unece:DocumentCodeList#182"`
566
-
567
- 182 Balance confirmation.
568
-
569
- ### 183
570
-
571
- > **183**: `string` = `"unece:DocumentCodeList#183"`
572
-
573
- 183 Container stripping order.
574
-
575
- ### 184
576
-
577
- > **184**: `string` = `"unece:DocumentCodeList#184"`
578
-
579
- 184 Container stuffing order.
580
-
581
- ### 185
582
-
583
- > **185**: `string` = `"unece:DocumentCodeList#185"`
584
-
585
- 185 Conveyance declaration (arrival).
586
-
587
- ### 186
588
-
589
- > **186**: `string` = `"unece:DocumentCodeList#186"`
590
-
591
- 186 Conveyance declaration (departure).
592
-
593
- ### 187
594
-
595
- > **187**: `string` = `"unece:DocumentCodeList#187"`
596
-
597
- 187 Conveyance declaration (combined).
598
-
599
- ### 188
600
-
601
- > **188**: `string` = `"unece:DocumentCodeList#188"`
602
-
603
- 188 Project recovery plan.
604
-
605
- ### 189
606
-
607
- > **189**: `string` = `"unece:DocumentCodeList#189"`
608
-
609
- 189 Project production plan.
610
-
611
- ### 19
612
-
613
- > **19**: `string` = `"unece:DocumentCodeList#19"`
614
-
615
- 19 Certificate of quantity.
616
-
617
- ### 190
618
-
619
- > **190**: `string` = `"unece:DocumentCodeList#190"`
620
-
621
- 190 Statistical and other administrative internal documents.
622
-
623
- ### 191
624
-
625
- > **191**: `string` = `"unece:DocumentCodeList#191"`
626
-
627
- 191 Project master schedule.
628
-
629
- ### 192
630
-
631
- > **192**: `string` = `"unece:DocumentCodeList#192"`
632
-
633
- 192 Priced alternate tender bill of quantity.
634
-
635
- ### 193
636
-
637
- > **193**: `string` = `"unece:DocumentCodeList#193"`
638
-
639
- 193 Estimated priced bill of quantity.
640
-
641
- ### 194
642
-
643
- > **194**: `string` = `"unece:DocumentCodeList#194"`
644
-
645
- 194 Draft bill of quantity.
646
-
647
- ### 195
648
-
649
- > **195**: `string` = `"unece:DocumentCodeList#195"`
650
-
651
- 195 Documentary credit collection instruction.
652
-
653
- ### 196
654
-
655
- > **196**: `string` = `"unece:DocumentCodeList#196"`
656
-
657
- 196 Request for an amendment of a documentary credit.
658
-
659
- ### 197
660
-
661
- > **197**: `string` = `"unece:DocumentCodeList#197"`
662
-
663
- 197 Documentary credit amendment information.
664
-
665
- ### 198
666
-
667
- > **198**: `string` = `"unece:DocumentCodeList#198"`
668
-
669
- 198 Advice of an amendment of a documentary credit.
670
-
671
- ### 199
672
-
673
- > **199**: `string` = `"unece:DocumentCodeList#199"`
674
-
675
- 199 Response to an amendment of a documentary credit.
676
-
677
- ### 2
678
-
679
- > **2**: `string` = `"unece:DocumentCodeList#2"`
680
-
681
- 2 Certificate of conformity.
682
-
683
- ### 20
684
-
685
- > **20**: `string` = `"unece:DocumentCodeList#20"`
686
-
687
- 20 Quality data message.
688
-
689
- ### 200
690
-
691
- > **200**: `string` = `"unece:DocumentCodeList#200"`
692
-
693
- 200 Documentary credit issuance information.
694
-
695
- ### 201
696
-
697
- > **201**: `string` = `"unece:DocumentCodeList#201"`
698
-
699
- 201 Direct payment valuation request.
700
-
701
- ### 202
702
-
703
- > **202**: `string` = `"unece:DocumentCodeList#202"`
704
-
705
- 202 Direct payment valuation.
706
-
707
- ### 203
708
-
709
- > **203**: `string` = `"unece:DocumentCodeList#203"`
710
-
711
- 203 Provisional payment valuation.
712
-
713
- ### 204
714
-
715
- > **204**: `string` = `"unece:DocumentCodeList#204"`
716
-
717
- 204 Payment valuation.
718
-
719
- ### 205
720
-
721
- > **205**: `string` = `"unece:DocumentCodeList#205"`
722
-
723
- 205 Quantity valuation.
724
-
725
- ### 206
726
-
727
- > **206**: `string` = `"unece:DocumentCodeList#206"`
728
-
729
- 206 Quantity valuation request.
730
-
731
- ### 207
732
-
733
- > **207**: `string` = `"unece:DocumentCodeList#207"`
734
-
735
- 207 Contract bill of quantities - BOQ.
736
-
737
- ### 208
738
-
739
- > **208**: `string` = `"unece:DocumentCodeList#208"`
740
-
741
- 208 Unpriced bill of quantity.
742
-
743
- ### 209
744
-
745
- > **209**: `string` = `"unece:DocumentCodeList#209"`
746
-
747
- 209 Priced tender BOQ.
748
-
749
- ### 21
750
-
751
- > **21**: `string` = `"unece:DocumentCodeList#21"`
752
-
753
- 21 Query.
754
-
755
- ### 210
756
-
757
- > **210**: `string` = `"unece:DocumentCodeList#210"`
758
-
759
- 210 Enquiry.
760
-
761
- ### 211
762
-
763
- > **211**: `string` = `"unece:DocumentCodeList#211"`
764
-
765
- 211 Interim application for payment.
766
-
767
- ### 212
768
-
769
- > **212**: `string` = `"unece:DocumentCodeList#212"`
770
-
771
- 212 Agreement to pay.
772
-
773
- ### 213
774
-
775
- > **213**: `string` = `"unece:DocumentCodeList#213"`
776
-
777
- 213 Request for financial cancellation.
778
-
779
- ### 214
780
-
781
- > **214**: `string` = `"unece:DocumentCodeList#214"`
782
-
783
- 214 Pre-authorised direct debit(s).
784
-
785
- ### 215
786
-
787
- > **215**: `string` = `"unece:DocumentCodeList#215"`
788
-
789
- 215 Letter of intent.
790
-
791
- ### 216
792
-
793
- > **216**: `string` = `"unece:DocumentCodeList#216"`
794
-
795
- 216 Approved unpriced bill of quantity.
796
-
797
- ### 217
798
-
799
- > **217**: `string` = `"unece:DocumentCodeList#217"`
800
-
801
- 217 Payment valuation for unscheduled items.
802
-
803
- ### 218
804
-
805
- > **218**: `string` = `"unece:DocumentCodeList#218"`
806
-
807
- 218 Final payment request based on completion of work.
808
-
809
- ### 219
810
-
811
- > **219**: `string` = `"unece:DocumentCodeList#219"`
812
-
813
- 219 Payment request for completed units.
814
-
815
- ### 22
816
-
817
- > **22**: `string` = `"unece:DocumentCodeList#22"`
818
-
819
- 22 Response to query.
820
-
821
- ### 220
822
-
823
- > **220**: `string` = `"unece:DocumentCodeList#220"`
824
-
825
- 220 Order.
826
-
827
- ### 221
828
-
829
- > **221**: `string` = `"unece:DocumentCodeList#221"`
830
-
831
- 221 Blanket order.
832
-
833
- ### 222
834
-
835
- > **222**: `string` = `"unece:DocumentCodeList#222"`
836
-
837
- 222 Spot order.
838
-
839
- ### 223
840
-
841
- > **223**: `string` = `"unece:DocumentCodeList#223"`
842
-
843
- 223 Lease order.
844
-
845
- ### 224
846
-
847
- > **224**: `string` = `"unece:DocumentCodeList#224"`
848
-
849
- 224 Rush order.
850
-
851
- ### 225
852
-
853
- > **225**: `string` = `"unece:DocumentCodeList#225"`
854
-
855
- 225 Repair order.
856
-
857
- ### 226
858
-
859
- > **226**: `string` = `"unece:DocumentCodeList#226"`
860
-
861
- 226 Call off order.
862
-
863
- ### 227
864
-
865
- > **227**: `string` = `"unece:DocumentCodeList#227"`
866
-
867
- 227 Consignment order.
868
-
869
- ### 228
870
-
871
- > **228**: `string` = `"unece:DocumentCodeList#228"`
872
-
873
- 228 Sample order.
874
-
875
- ### 229
876
-
877
- > **229**: `string` = `"unece:DocumentCodeList#229"`
878
-
879
- 229 Swap order.
880
-
881
- ### 23
882
-
883
- > **23**: `string` = `"unece:DocumentCodeList#23"`
884
-
885
- 23 Status information.
886
-
887
- ### 230
888
-
889
- > **230**: `string` = `"unece:DocumentCodeList#230"`
890
-
891
- 230 Purchase order change request.
892
-
893
- ### 231
894
-
895
- > **231**: `string` = `"unece:DocumentCodeList#231"`
896
-
897
- 231 Purchase order response.
898
-
899
- ### 232
900
-
901
- > **232**: `string` = `"unece:DocumentCodeList#232"`
902
-
903
- 232 Hire order.
904
-
905
- ### 233
906
-
907
- > **233**: `string` = `"unece:DocumentCodeList#233"`
908
-
909
- 233 Spare parts order.
910
-
911
- ### 234
912
-
913
- > **234**: `string` = `"unece:DocumentCodeList#234"`
914
-
915
- 234 Campaign price/sales catalogue.
916
-
917
- ### 235
918
-
919
- > **235**: `string` = `"unece:DocumentCodeList#235"`
920
-
921
- 235 Container list.
922
-
923
- ### 236
924
-
925
- > **236**: `string` = `"unece:DocumentCodeList#236"`
926
-
927
- 236 Delivery forecast.
928
-
929
- ### 237
930
-
931
- > **237**: `string` = `"unece:DocumentCodeList#237"`
932
-
933
- 237 Cross docking services order.
934
-
935
- ### 238
936
-
937
- > **238**: `string` = `"unece:DocumentCodeList#238"`
938
-
939
- 238 Non-pre-authorised direct debit(s).
940
-
941
- ### 239
942
-
943
- > **239**: `string` = `"unece:DocumentCodeList#239"`
944
-
945
- 239 Rejected direct debit(s).
946
-
947
- ### 24
948
-
949
- > **24**: `string` = `"unece:DocumentCodeList#24"`
950
-
951
- 24 Restow.
952
-
953
- ### 240
954
-
955
- > **240**: `string` = `"unece:DocumentCodeList#240"`
956
-
957
- 240 Delivery instructions.
958
-
959
- ### 241
960
-
961
- > **241**: `string` = `"unece:DocumentCodeList#241"`
962
-
963
- 241 Delivery schedule.
964
-
965
- ### 242
966
-
967
- > **242**: `string` = `"unece:DocumentCodeList#242"`
968
-
969
- 242 Delivery just-in-time.
970
-
971
- ### 243
972
-
973
- > **243**: `string` = `"unece:DocumentCodeList#243"`
974
-
975
- 243 Pre-authorised direct debit request(s).
976
-
977
- ### 244
978
-
979
- > **244**: `string` = `"unece:DocumentCodeList#244"`
980
-
981
- 244 Non-pre-authorised direct debit request(s).
982
-
983
- ### 245
984
-
985
- > **245**: `string` = `"unece:DocumentCodeList#245"`
986
-
987
- 245 Delivery release.
988
-
989
- ### 246
990
-
991
- > **246**: `string` = `"unece:DocumentCodeList#246"`
992
-
993
- 246 Settlement of a letter of credit.
994
-
995
- ### 247
996
-
997
- > **247**: `string` = `"unece:DocumentCodeList#247"`
998
-
999
- 247 Bank to bank funds transfer.
1000
-
1001
- ### 248
1002
-
1003
- > **248**: `string` = `"unece:DocumentCodeList#248"`
1004
-
1005
- 248 Customer payment order(s).
1006
-
1007
- ### 249
1008
-
1009
- > **249**: `string` = `"unece:DocumentCodeList#249"`
1010
-
1011
- 249 Low value payment order(s).
1012
-
1013
- ### 25
1014
-
1015
- > **25**: `string` = `"unece:DocumentCodeList#25"`
1016
-
1017
- 25 Container discharge list.
1018
-
1019
- ### 250
1020
-
1021
- > **250**: `string` = `"unece:DocumentCodeList#250"`
1022
-
1023
- 250 Crew list declaration.
1024
-
1025
- ### 251
1026
-
1027
- > **251**: `string` = `"unece:DocumentCodeList#251"`
1028
-
1029
- 251 Inquiry.
1030
-
1031
- ### 252
1032
-
1033
- > **252**: `string` = `"unece:DocumentCodeList#252"`
1034
-
1035
- 252 Response to previous banking status message.
1036
-
1037
- ### 253
1038
-
1039
- > **253**: `string` = `"unece:DocumentCodeList#253"`
1040
-
1041
- 253 Project master plan.
1042
-
1043
- ### 254
1044
-
1045
- > **254**: `string` = `"unece:DocumentCodeList#254"`
1046
-
1047
- 254 Project plan.
1048
-
1049
- ### 255
1050
-
1051
- > **255**: `string` = `"unece:DocumentCodeList#255"`
1052
-
1053
- 255 Project schedule.
1054
-
1055
- ### 256
1056
-
1057
- > **256**: `string` = `"unece:DocumentCodeList#256"`
1058
-
1059
- 256 Project planning available resources.
1060
-
1061
- ### 257
1062
-
1063
- > **257**: `string` = `"unece:DocumentCodeList#257"`
1064
-
1065
- 257 Project planning calendar.
1066
-
1067
- ### 258
1068
-
1069
- > **258**: `string` = `"unece:DocumentCodeList#258"`
1070
-
1071
- 258 Standing order.
1072
-
1073
- ### 259
1074
-
1075
- > **259**: `string` = `"unece:DocumentCodeList#259"`
1076
-
1077
- 259 Cargo movement event log.
1078
-
1079
- ### 26
1080
-
1081
- > **26**: `string` = `"unece:DocumentCodeList#26"`
1082
-
1083
- 26 Corporate superannuation contributions advice.
1084
-
1085
- ### 260
1086
-
1087
- > **260**: `string` = `"unece:DocumentCodeList#260"`
1088
-
1089
- 260 Cargo analysis voyage report.
1090
-
1091
- ### 261
1092
-
1093
- > **261**: `string` = `"unece:DocumentCodeList#261"`
1094
-
1095
- 261 Self billed credit note.
1096
-
1097
- ### 262
1098
-
1099
- > **262**: `string` = `"unece:DocumentCodeList#262"`
1100
-
1101
- 262 Consolidated credit note - goods and services.
1102
-
1103
- ### 263
1104
-
1105
- > **263**: `string` = `"unece:DocumentCodeList#263"`
1106
-
1107
- 263 Inventory adjustment status report.
1108
-
1109
- ### 264
1110
-
1111
- > **264**: `string` = `"unece:DocumentCodeList#264"`
1112
-
1113
- 264 Transport equipment movement instruction.
1114
-
1115
- ### 265
1116
-
1117
- > **265**: `string` = `"unece:DocumentCodeList#265"`
1118
-
1119
- 265 Transport equipment movement report.
1120
-
1121
- ### 266
1122
-
1123
- > **266**: `string` = `"unece:DocumentCodeList#266"`
1124
-
1125
- 266 Transport equipment status change report.
1126
-
1127
- ### 267
1128
-
1129
- > **267**: `string` = `"unece:DocumentCodeList#267"`
1130
-
1131
- 267 Fumigation certificate.
1132
-
1133
- ### 268
1134
-
1135
- > **268**: `string` = `"unece:DocumentCodeList#268"`
1136
-
1137
- 268 Wine certificate.
1138
-
1139
- ### 269
1140
-
1141
- > **269**: `string` = `"unece:DocumentCodeList#269"`
1142
-
1143
- 269 Wool health certificate.
1144
-
1145
- ### 27
1146
-
1147
- > **27**: `string` = `"unece:DocumentCodeList#27"`
1148
-
1149
- 27 Industry superannuation contributions advice.
1150
-
1151
- ### 270
1152
-
1153
- > **270**: `string` = `"unece:DocumentCodeList#270"`
1154
-
1155
- 270 Delivery note.
1156
-
1157
- ### 271
1158
-
1159
- > **271**: `string` = `"unece:DocumentCodeList#271"`
1160
-
1161
- 271 Packing list.
1162
-
1163
- ### 272
1164
-
1165
- > **272**: `string` = `"unece:DocumentCodeList#272"`
1166
-
1167
- 272 New code request.
1168
-
1169
- ### 273
1170
-
1171
- > **273**: `string` = `"unece:DocumentCodeList#273"`
1172
-
1173
- 273 Code change request.
1174
-
1175
- ### 274
1176
-
1177
- > **274**: `string` = `"unece:DocumentCodeList#274"`
1178
-
1179
- 274 Simple data element request.
1180
-
1181
- ### 275
1182
-
1183
- > **275**: `string` = `"unece:DocumentCodeList#275"`
1184
-
1185
- 275 Simple data element change request.
1186
-
1187
- ### 276
1188
-
1189
- > **276**: `string` = `"unece:DocumentCodeList#276"`
1190
-
1191
- 276 Composite data element request.
1192
-
1193
- ### 277
1194
-
1195
- > **277**: `string` = `"unece:DocumentCodeList#277"`
1196
-
1197
- 277 Composite data element change request.
1198
-
1199
- ### 278
1200
-
1201
- > **278**: `string` = `"unece:DocumentCodeList#278"`
1202
-
1203
- 278 Segment request.
1204
-
1205
- ### 279
1206
-
1207
- > **279**: `string` = `"unece:DocumentCodeList#279"`
1208
-
1209
- 279 Segment change request.
1210
-
1211
- ### 28
1212
-
1213
- > **28**: `string` = `"unece:DocumentCodeList#28"`
1214
-
1215
- 28 Corporate superannuation member maintenance message.
1216
-
1217
- ### 280
1218
-
1219
- > **280**: `string` = `"unece:DocumentCodeList#280"`
1220
-
1221
- 280 New message request.
1222
-
1223
- ### 281
1224
-
1225
- > **281**: `string` = `"unece:DocumentCodeList#281"`
1226
-
1227
- 281 Message in development request.
1228
-
1229
- ### 282
1230
-
1231
- > **282**: `string` = `"unece:DocumentCodeList#282"`
1232
-
1233
- 282 Modification of existing message.
1234
-
1235
- ### 283
1236
-
1237
- > **283**: `string` = `"unece:DocumentCodeList#283"`
1238
-
1239
- 283 Tracking number assignment report.
1240
-
1241
- ### 284
1242
-
1243
- > **284**: `string` = `"unece:DocumentCodeList#284"`
1244
-
1245
- 284 User directory definition.
1246
-
1247
- ### 285
1248
-
1249
- > **285**: `string` = `"unece:DocumentCodeList#285"`
1250
-
1251
- 285 United Nations standard message request.
1252
-
1253
- ### 286
1254
-
1255
- > **286**: `string` = `"unece:DocumentCodeList#286"`
1256
-
1257
- 286 Service directory definition.
1258
-
1259
- ### 287
1260
-
1261
- > **287**: `string` = `"unece:DocumentCodeList#287"`
1262
-
1263
- 287 Status report.
1264
-
1265
- ### 288
1266
-
1267
- > **288**: `string` = `"unece:DocumentCodeList#288"`
1268
-
1269
- 288 Kanban schedule.
1270
-
1271
- ### 289
1272
-
1273
- > **289**: `string` = `"unece:DocumentCodeList#289"`
1274
-
1275
- 289 Product data message.
1276
-
1277
- ### 29
1278
-
1279
- > **29**: `string` = `"unece:DocumentCodeList#29"`
1280
-
1281
- 29 Industry superannuation member maintenance message.
1282
-
1283
- ### 290
1284
-
1285
- > **290**: `string` = `"unece:DocumentCodeList#290"`
1286
-
1287
- 290 A claim for parts and/or labour charges.
1288
-
1289
- ### 291
1290
-
1291
- > **291**: `string` = `"unece:DocumentCodeList#291"`
1292
-
1293
- 291 Delivery schedule response.
1294
-
1295
- ### 292
1296
-
1297
- > **292**: `string` = `"unece:DocumentCodeList#292"`
1298
-
1299
- 292 Inspection request.
1300
-
1301
- ### 293
1302
-
1303
- > **293**: `string` = `"unece:DocumentCodeList#293"`
1304
-
1305
- 293 Inspection report.
1306
-
1307
- ### 294
1308
-
1309
- > **294**: `string` = `"unece:DocumentCodeList#294"`
1310
-
1311
- 294 Application acknowledgement and error report.
1312
-
1313
- ### 295
1314
-
1315
- > **295**: `string` = `"unece:DocumentCodeList#295"`
1316
-
1317
- 295 Price variation invoice.
1318
-
1319
- ### 296
1320
-
1321
- > **296**: `string` = `"unece:DocumentCodeList#296"`
1322
-
1323
- 296 Credit note for price variation.
1324
-
1325
- ### 297
1326
-
1327
- > **297**: `string` = `"unece:DocumentCodeList#297"`
1328
-
1329
- 297 Instruction to collect.
1330
-
1331
- ### 298
1332
-
1333
- > **298**: `string` = `"unece:DocumentCodeList#298"`
1334
-
1335
- 298 Dangerous goods list.
1336
-
1337
- ### 299
1338
-
1339
- > **299**: `string` = `"unece:DocumentCodeList#299"`
1340
-
1341
- 299 Registration renewal.
1342
-
1343
- ### 3
1344
-
1345
- > **3**: `string` = `"unece:DocumentCodeList#3"`
1346
-
1347
- 3 Certificate of quality.
1348
-
1349
- ### 30
1350
-
1351
- > **30**: `string` = `"unece:DocumentCodeList#30"`
1352
-
1353
- 30 Life insurance payroll deductions advice.
1354
-
1355
- ### 300
1356
-
1357
- > **300**: `string` = `"unece:DocumentCodeList#300"`
1358
-
1359
- 300 Registration change.
1360
-
1361
- ### 301
1362
-
1363
- > **301**: `string` = `"unece:DocumentCodeList#301"`
1364
-
1365
- 301 Response to registration.
1366
-
1367
- ### 302
1368
-
1369
- > **302**: `string` = `"unece:DocumentCodeList#302"`
1370
-
1371
- 302 Implementation guideline.
1372
-
1373
- ### 303
1374
-
1375
- > **303**: `string` = `"unece:DocumentCodeList#303"`
1376
-
1377
- 303 Request for transfer.
1378
-
1379
- ### 304
1380
-
1381
- > **304**: `string` = `"unece:DocumentCodeList#304"`
1382
-
1383
- 304 Cost performance report.
1384
-
1385
- ### 305
1386
-
1387
- > **305**: `string` = `"unece:DocumentCodeList#305"`
1388
-
1389
- 305 Application error and acknowledgement.
1390
-
1391
- ### 306
1392
-
1393
- > **306**: `string` = `"unece:DocumentCodeList#306"`
1394
-
1395
- 306 Cash pool financial statement.
1396
-
1397
- ### 307
1398
-
1399
- > **307**: `string` = `"unece:DocumentCodeList#307"`
1400
-
1401
- 307 Sequenced delivery schedule.
1402
-
1403
- ### 308
1404
-
1405
- > **308**: `string` = `"unece:DocumentCodeList#308"`
1406
-
1407
- 308 Delcredere credit note.
1408
-
1409
- ### 309
1410
-
1411
- > **309**: `string` = `"unece:DocumentCodeList#309"`
1412
-
1413
- 309 Healthcare discharge report, final.
1414
-
1415
- ### 31
1416
-
1417
- > **31**: `string` = `"unece:DocumentCodeList#31"`
1418
-
1419
- 31 Underbond request.
1420
-
1421
- ### 310
1422
-
1423
- > **310**: `string` = `"unece:DocumentCodeList#310"`
1424
-
1425
- 310 Offer / quotation.
1426
-
1427
- ### 311
1428
-
1429
- > **311**: `string` = `"unece:DocumentCodeList#311"`
1430
-
1431
- 311 Request for quote.
1432
-
1433
- ### 312
1434
-
1435
- > **312**: `string` = `"unece:DocumentCodeList#312"`
1436
-
1437
- 312 Acknowledgement message.
1438
-
1439
- ### 313
1440
-
1441
- > **313**: `string` = `"unece:DocumentCodeList#313"`
1442
-
1443
- 313 Application error message.
1444
-
1445
- ### 314
1446
-
1447
- > **314**: `string` = `"unece:DocumentCodeList#314"`
1448
-
1449
- 314 Cargo movement voyage summary.
1450
-
1451
- ### 315
1452
-
1453
- > **315**: `string` = `"unece:DocumentCodeList#315"`
1454
-
1455
- 315 Contract.
1456
-
1457
- ### 316
1458
-
1459
- > **316**: `string` = `"unece:DocumentCodeList#316"`
1460
-
1461
- 316 Application for usage of berth or mooring facilities.
1462
-
1463
- ### 317
1464
-
1465
- > **317**: `string` = `"unece:DocumentCodeList#317"`
1466
-
1467
- 317 Application for designation of berthing places.
1468
-
1469
- ### 318
1470
-
1471
- > **318**: `string` = `"unece:DocumentCodeList#318"`
1472
-
1473
- 318 Application for shifting from the designated place in port.
1474
-
1475
- ### 319
1476
-
1477
- > **319**: `string` = `"unece:DocumentCodeList#319"`
1478
-
1479
- 319 Supplementary document for application for cargo operation of dangerous goods.
1480
-
1481
- ### 32
1482
-
1483
- > **32**: `string` = `"unece:DocumentCodeList#32"`
1484
-
1485
- 32 Underbond approval.
1486
-
1487
- ### 320
1488
-
1489
- > **320**: `string` = `"unece:DocumentCodeList#320"`
1490
-
1491
- 320 Acknowledgement of order.
1492
-
1493
- ### 321
1494
-
1495
- > **321**: `string` = `"unece:DocumentCodeList#321"`
1496
-
1497
- 321 Supplementary document for application for transport of dangerous goods.
1498
-
1499
- ### 322
1500
-
1501
- > **322**: `string` = `"unece:DocumentCodeList#322"`
1502
-
1503
- 322 Optical Character Reading (OCR) payment.
1504
-
1505
- ### 323
1506
-
1507
- > **323**: `string` = `"unece:DocumentCodeList#323"`
1508
-
1509
- 323 Preliminary sales report.
1510
-
1511
- ### 324
1512
-
1513
- > **324**: `string` = `"unece:DocumentCodeList#324"`
1514
-
1515
- 324 Transport emergency card.
1516
-
1517
- ### 325
1518
-
1519
- > **325**: `string` = `"unece:DocumentCodeList#325"`
1520
-
1521
- 325 Proforma invoice.
1522
-
1523
- ### 326
1524
-
1525
- > **326**: `string` = `"unece:DocumentCodeList#326"`
1526
-
1527
- 326 Partial invoice.
1528
-
1529
- ### 327
1530
-
1531
- > **327**: `string` = `"unece:DocumentCodeList#327"`
1532
-
1533
- 327 Operating instructions.
1534
-
1535
- ### 328
1536
-
1537
- > **328**: `string` = `"unece:DocumentCodeList#328"`
1538
-
1539
- 328 Name/product plate.
1540
-
1541
- ### 329
1542
-
1543
- > **329**: `string` = `"unece:DocumentCodeList#329"`
1544
-
1545
- 329 Co-insurance ceding bordereau.
1546
-
1547
- ### 33
1548
-
1549
- > **33**: `string` = `"unece:DocumentCodeList#33"`
1550
-
1551
- 33 Certificate of sealing of export meat lockers.
1552
-
1553
- ### 330
1554
-
1555
- > **330**: `string` = `"unece:DocumentCodeList#330"`
1556
-
1557
- 330 Request for delivery instructions.
1558
-
1559
- ### 331
1560
-
1561
- > **331**: `string` = `"unece:DocumentCodeList#331"`
1562
-
1563
- 331 Commercial invoice which includes a packing list.
1564
-
1565
- ### 332
1566
-
1567
- > **332**: `string` = `"unece:DocumentCodeList#332"`
1568
-
1569
- 332 Trade data.
1570
-
1571
- ### 333
1572
-
1573
- > **333**: `string` = `"unece:DocumentCodeList#333"`
1574
-
1575
- 333 Customs declaration for cargo examination.
1576
-
1577
- ### 334
1578
-
1579
- > **334**: `string` = `"unece:DocumentCodeList#334"`
1580
-
1581
- 334 Customs declaration for cargo examination, alternate.
1582
-
1583
- ### 335
1584
-
1585
- > **335**: `string` = `"unece:DocumentCodeList#335"`
1586
-
1587
- 335 Booking request.
1588
-
1589
- ### 336
1590
-
1591
- > **336**: `string` = `"unece:DocumentCodeList#336"`
1592
-
1593
- 336 Customs crew and conveyance.
1594
-
1595
- ### 337
1596
-
1597
- > **337**: `string` = `"unece:DocumentCodeList#337"`
1598
-
1599
- 337 Customs summary declaration with commercial detail, alternate.
1600
-
1601
- ### 338
1602
-
1603
- > **338**: `string` = `"unece:DocumentCodeList#338"`
1604
-
1605
- 338 Items booked to a financial account report.
1606
-
1607
- ### 339
1608
-
1609
- > **339**: `string` = `"unece:DocumentCodeList#339"`
1610
-
1611
- 339 Report of transactions which need further information from the receiver.
1612
-
1613
- ### 34
1614
-
1615
- > **34**: `string` = `"unece:DocumentCodeList#34"`
1616
-
1617
- 34 Cargo status.
1618
-
1619
- ### 340
1620
-
1621
- > **340**: `string` = `"unece:DocumentCodeList#340"`
1622
-
1623
- 340 Shipping instructions.
1624
-
1625
- ### 341
1626
-
1627
- > **341**: `string` = `"unece:DocumentCodeList#341"`
1628
-
1629
- 341 Shipper's letter of instructions (air).
1630
-
1631
- ### 342
1632
-
1633
- > **342**: `string` = `"unece:DocumentCodeList#342"`
1634
-
1635
- 342 Report of transactions for information only.
1636
-
1637
- ### 343
1638
-
1639
- > **343**: `string` = `"unece:DocumentCodeList#343"`
1640
-
1641
- 343 Cartage order (local transport).
1642
-
1643
- ### 344
1644
-
1645
- > **344**: `string` = `"unece:DocumentCodeList#344"`
1646
-
1647
- 344 EDI associated object administration message.
1648
-
1649
- ### 345
1650
-
1651
- > **345**: `string` = `"unece:DocumentCodeList#345"`
1652
-
1653
- 345 Ready for despatch advice.
1654
-
1655
- ### 346
1656
-
1657
- > **346**: `string` = `"unece:DocumentCodeList#346"`
1658
-
1659
- 346 Summary sales report.
1660
-
1661
- ### 347
1662
-
1663
- > **347**: `string` = `"unece:DocumentCodeList#347"`
1664
-
1665
- 347 Order status enquiry.
1666
-
1667
- ### 348
1668
-
1669
- > **348**: `string` = `"unece:DocumentCodeList#348"`
1670
-
1671
- 348 Order status report.
1672
-
1673
- ### 349
1674
-
1675
- > **349**: `string` = `"unece:DocumentCodeList#349"`
1676
-
1677
- 349 Declaration regarding the inward and outward movement of vessel.
1678
-
1679
- ### 35
1680
-
1681
- > **35**: `string` = `"unece:DocumentCodeList#35"`
1682
-
1683
- 35 Inventory report.
1684
-
1685
- ### 350
1686
-
1687
- > **350**: `string` = `"unece:DocumentCodeList#350"`
1688
-
1689
- 350 Despatch order.
1690
-
1691
- ### 351
1692
-
1693
- > **351**: `string` = `"unece:DocumentCodeList#351"`
1694
-
1695
- 351 Despatch advice.
1696
-
1697
- ### 352
1698
-
1699
- > **352**: `string` = `"unece:DocumentCodeList#352"`
1700
-
1701
- 352 Notification of usage of berth or mooring facilities.
1702
-
1703
- ### 353
1704
-
1705
- > **353**: `string` = `"unece:DocumentCodeList#353"`
1706
-
1707
- 353 Application for vessel's entering into port area in night- time.
1708
-
1709
- ### 354
1710
-
1711
- > **354**: `string` = `"unece:DocumentCodeList#354"`
1712
-
1713
- 354 Notification of emergency shifting from the designated place in port.
1714
-
1715
- ### 355
1716
-
1717
- > **355**: `string` = `"unece:DocumentCodeList#355"`
1718
-
1719
- 355 Customs summary declaration without commercial detail, alternate.
1720
-
1721
- ### 356
1722
-
1723
- > **356**: `string` = `"unece:DocumentCodeList#356"`
1724
-
1725
- 356 Performance bond.
1726
-
1727
- ### 357
1728
-
1729
- > **357**: `string` = `"unece:DocumentCodeList#357"`
1730
-
1731
- 357 Payment bond.
1732
-
1733
- ### 358
1734
-
1735
- > **358**: `string` = `"unece:DocumentCodeList#358"`
1736
-
1737
- 358 Healthcare discharge report, preliminary.
1738
-
1739
- ### 359
1740
-
1741
- > **359**: `string` = `"unece:DocumentCodeList#359"`
1742
-
1743
- 359 Request for provision of a health service.
1744
-
1745
- ### 36
1746
-
1747
- > **36**: `string` = `"unece:DocumentCodeList#36"`
1748
-
1749
- 36 Identity card.
1750
-
1751
- ### 360
1752
-
1753
- > **360**: `string` = `"unece:DocumentCodeList#360"`
1754
-
1755
- 360 Request for price quote.
1756
-
1757
- ### 361
1758
-
1759
- > **361**: `string` = `"unece:DocumentCodeList#361"`
1760
-
1761
- 361 Price quote.
1762
-
1763
- ### 362
1764
-
1765
- > **362**: `string` = `"unece:DocumentCodeList#362"`
1766
-
1767
- 362 Delivery quote.
1768
-
1769
- ### 363
1770
-
1771
- > **363**: `string` = `"unece:DocumentCodeList#363"`
1772
-
1773
- 363 Price and delivery quote.
1774
-
1775
- ### 364
1776
-
1777
- > **364**: `string` = `"unece:DocumentCodeList#364"`
1778
-
1779
- 364 Contract price quote.
1780
-
1781
- ### 365
1782
-
1783
- > **365**: `string` = `"unece:DocumentCodeList#365"`
1784
-
1785
- 365 Contract price and delivery quote.
1786
-
1787
- ### 366
1788
-
1789
- > **366**: `string` = `"unece:DocumentCodeList#366"`
1790
-
1791
- 366 Price quote, specified end-customer.
1792
-
1793
- ### 367
1794
-
1795
- > **367**: `string` = `"unece:DocumentCodeList#367"`
1796
-
1797
- 367 Price and delivery quote, specified end-customer.
1798
-
1799
- ### 368
1800
-
1801
- > **368**: `string` = `"unece:DocumentCodeList#368"`
1802
-
1803
- 368 Price quote, ship and debit.
1804
-
1805
- ### 369
1806
-
1807
- > **369**: `string` = `"unece:DocumentCodeList#369"`
1808
-
1809
- 369 Price and delivery quote, ship and debit.
1810
-
1811
- ### 37
1812
-
1813
- > **37**: `string` = `"unece:DocumentCodeList#37"`
1814
-
1815
- 37 Response to a trade statistics message.
1816
-
1817
- ### 370
1818
-
1819
- > **370**: `string` = `"unece:DocumentCodeList#370"`
1820
-
1821
- 370 Advice of distribution of documents.
1822
-
1823
- ### 371
1824
-
1825
- > **371**: `string` = `"unece:DocumentCodeList#371"`
1826
-
1827
- 371 Plan for provision of health service.
1828
-
1829
- ### 372
1830
-
1831
- > **372**: `string` = `"unece:DocumentCodeList#372"`
1832
-
1833
- 372 Prescription.
1834
-
1835
- ### 373
1836
-
1837
- > **373**: `string` = `"unece:DocumentCodeList#373"`
1838
-
1839
- 373 Prescription request.
1840
-
1841
- ### 374
1842
-
1843
- > **374**: `string` = `"unece:DocumentCodeList#374"`
1844
-
1845
- 374 Prescription dispensing report.
1846
-
1847
- ### 375
1848
-
1849
- > **375**: `string` = `"unece:DocumentCodeList#375"`
1850
-
1851
- 375 Certificate of shipment.
1852
-
1853
- ### 376
1854
-
1855
- > **376**: `string` = `"unece:DocumentCodeList#376"`
1856
-
1857
- 376 Standing inquiry on product information.
1858
-
1859
- ### 377
1860
-
1861
- > **377**: `string` = `"unece:DocumentCodeList#377"`
1862
-
1863
- 377 Party credit information.
1864
-
1865
- ### 378
1866
-
1867
- > **378**: `string` = `"unece:DocumentCodeList#378"`
1868
-
1869
- 378 Party payment behaviour information.
1870
-
1871
- ### 379
1872
-
1873
- > **379**: `string` = `"unece:DocumentCodeList#379"`
1874
-
1875
- 379 Request for metering point information.
1876
-
1877
- ### 38
1878
-
1879
- > **38**: `string` = `"unece:DocumentCodeList#38"`
1880
-
1881
- 38 Vaccination certificate.
1882
-
1883
- ### 380
1884
-
1885
- > **380**: `string` = `"unece:DocumentCodeList#380"`
1886
-
1887
- 380 Commercial invoice.
1888
-
1889
- ### 381
1890
-
1891
- > **381**: `string` = `"unece:DocumentCodeList#381"`
1892
-
1893
- 381 Credit note.
1894
-
1895
- ### 382
1896
-
1897
- > **382**: `string` = `"unece:DocumentCodeList#382"`
1898
-
1899
- 382 Commission note.
1900
-
1901
- ### 383
1902
-
1903
- > **383**: `string` = `"unece:DocumentCodeList#383"`
1904
-
1905
- 383 Debit note.
1906
-
1907
- ### 384
1908
-
1909
- > **384**: `string` = `"unece:DocumentCodeList#384"`
1910
-
1911
- 384 Corrected invoice.
1912
-
1913
- ### 385
1914
-
1915
- > **385**: `string` = `"unece:DocumentCodeList#385"`
1916
-
1917
- 385 Consolidated invoice.
1918
-
1919
- ### 386
1920
-
1921
- > **386**: `string` = `"unece:DocumentCodeList#386"`
1922
-
1923
- 386 Prepayment invoice.
1924
-
1925
- ### 387
1926
-
1927
- > **387**: `string` = `"unece:DocumentCodeList#387"`
1928
-
1929
- 387 Hire invoice.
1930
-
1931
- ### 388
1932
-
1933
- > **388**: `string` = `"unece:DocumentCodeList#388"`
1934
-
1935
- 388 Tax invoice.
1936
-
1937
- ### 389
1938
-
1939
- > **389**: `string` = `"unece:DocumentCodeList#389"`
1940
-
1941
- 389 Self-billed invoice.
1942
-
1943
- ### 39
1944
-
1945
- > **39**: `string` = `"unece:DocumentCodeList#39"`
1946
-
1947
- 39 Passport.
1948
-
1949
- ### 390
1950
-
1951
- > **390**: `string` = `"unece:DocumentCodeList#390"`
1952
-
1953
- 390 Delcredere invoice.
1954
-
1955
- ### 391
1956
-
1957
- > **391**: `string` = `"unece:DocumentCodeList#391"`
1958
-
1959
- 391 Metering point information response.
1960
-
1961
- ### 392
1962
-
1963
- > **392**: `string` = `"unece:DocumentCodeList#392"`
1964
-
1965
- 392 Notification of change of supplier.
1966
-
1967
- ### 393
1968
-
1969
- > **393**: `string` = `"unece:DocumentCodeList#393"`
1970
-
1971
- 393 Factored invoice.
1972
-
1973
- ### 394
1974
-
1975
- > **394**: `string` = `"unece:DocumentCodeList#394"`
1976
-
1977
- 394 Lease invoice.
1978
-
1979
- ### 395
1980
-
1981
- > **395**: `string` = `"unece:DocumentCodeList#395"`
1982
-
1983
- 395 Consignment invoice.
1984
-
1985
- ### 396
1986
-
1987
- > **396**: `string` = `"unece:DocumentCodeList#396"`
1988
-
1989
- 396 Factored credit note.
1990
-
1991
- ### 397
1992
-
1993
- > **397**: `string` = `"unece:DocumentCodeList#397"`
1994
-
1995
- 397 Commercial account summary response.
1996
-
1997
- ### 398
1998
-
1999
- > **398**: `string` = `"unece:DocumentCodeList#398"`
2000
-
2001
- 398 Cross docking despatch advice.
2002
-
2003
- ### 399
2004
-
2005
- > **399**: `string` = `"unece:DocumentCodeList#399"`
2006
-
2007
- 399 Transshipment despatch advice.
2008
-
2009
- ### 4
2010
-
2011
- > **4**: `string` = `"unece:DocumentCodeList#4"`
2012
-
2013
- 4 Test report.
2014
-
2015
- ### 40
2016
-
2017
- > **40**: `string` = `"unece:DocumentCodeList#40"`
2018
-
2019
- 40 Driving licence (national).
2020
-
2021
- ### 400
2022
-
2023
- > **400**: `string` = `"unece:DocumentCodeList#400"`
2024
-
2025
- 400 Exceptional order.
2026
-
2027
- ### 401
2028
-
2029
- > **401**: `string` = `"unece:DocumentCodeList#401"`
2030
-
2031
- 401 Pre-packed cross docking order.
2032
-
2033
- ### 402
2034
-
2035
- > **402**: `string` = `"unece:DocumentCodeList#402"`
2036
-
2037
- 402 Intermediate handling cross docking order.
2038
-
2039
- ### 403
2040
-
2041
- > **403**: `string` = `"unece:DocumentCodeList#403"`
2042
-
2043
- 403 Means of transportation availability information.
2044
-
2045
- ### 404
2046
-
2047
- > **404**: `string` = `"unece:DocumentCodeList#404"`
2048
-
2049
- 404 Means of transportation schedule information.
2050
-
2051
- ### 405
2052
-
2053
- > **405**: `string` = `"unece:DocumentCodeList#405"`
2054
-
2055
- 405 Transport equipment delivery notice.
2056
-
2057
- ### 406
2058
-
2059
- > **406**: `string` = `"unece:DocumentCodeList#406"`
2060
-
2061
- 406 Notification to supplier of contract termination.
2062
-
2063
- ### 407
2064
-
2065
- > **407**: `string` = `"unece:DocumentCodeList#407"`
2066
-
2067
- 407 Notification to supplier of metering point changes.
2068
-
2069
- ### 408
2070
-
2071
- > **408**: `string` = `"unece:DocumentCodeList#408"`
2072
-
2073
- 408 Notification of meter change.
2074
-
2075
- ### 409
2076
-
2077
- > **409**: `string` = `"unece:DocumentCodeList#409"`
2078
-
2079
- 409 Instructions for bank transfer.
2080
-
2081
- ### 41
2082
-
2083
- > **41**: `string` = `"unece:DocumentCodeList#41"`
2084
-
2085
- 41 Driving licence (international).
2086
-
2087
- ### 410
2088
-
2089
- > **410**: `string` = `"unece:DocumentCodeList#410"`
2090
-
2091
- 410 Notification of metering point identification change.
2092
-
2093
- ### 411
2094
-
2095
- > **411**: `string` = `"unece:DocumentCodeList#411"`
2096
-
2097
- 411 Utilities time series message.
2098
-
2099
- ### 412
2100
-
2101
- > **412**: `string` = `"unece:DocumentCodeList#412"`
2102
-
2103
- 412 Application for banker's draft.
2104
-
2105
- ### 413
2106
-
2107
- > **413**: `string` = `"unece:DocumentCodeList#413"`
2108
-
2109
- 413 Infrastructure condition.
2110
-
2111
- ### 414
2112
-
2113
- > **414**: `string` = `"unece:DocumentCodeList#414"`
2114
-
2115
- 414 Acknowledgement of change of supplier.
2116
-
2117
- ### 415
2118
-
2119
- > **415**: `string` = `"unece:DocumentCodeList#415"`
2120
-
2121
- 415 Data Plot Sheet.
2122
-
2123
- ### 416
2124
-
2125
- > **416**: `string` = `"unece:DocumentCodeList#416"`
2126
-
2127
- 416 Soil analysis.
2128
-
2129
- ### 417
2130
-
2131
- > **417**: `string` = `"unece:DocumentCodeList#417"`
2132
-
2133
- 417 Farmyard manure analysis.
2134
-
2135
- ### 418
2136
-
2137
- > **418**: `string` = `"unece:DocumentCodeList#418"`
2138
-
2139
- 418 WCO Cargo Report Export, Rail or Road.
2140
-
2141
- ### 419
2142
-
2143
- > **419**: `string` = `"unece:DocumentCodeList#419"`
2144
-
2145
- 419 WCO Cargo Report Export, Air or Maritime.
2146
-
2147
- ### 42
2148
-
2149
- > **42**: `string` = `"unece:DocumentCodeList#42"`
2150
-
2151
- 42 Free pass.
2152
-
2153
- ### 420
2154
-
2155
- > **420**: `string` = `"unece:DocumentCodeList#420"`
2156
-
2157
- 420 Optical Character Reading (OCR) payment credit note.
2158
-
2159
- ### 421
2160
-
2161
- > **421**: `string` = `"unece:DocumentCodeList#421"`
2162
-
2163
- 421 WCO Cargo Report Import, Rail or Road.
2164
-
2165
- ### 422
2166
-
2167
- > **422**: `string` = `"unece:DocumentCodeList#422"`
2168
-
2169
- 422 WCO Cargo Report Import, Air or Maritime.
2170
-
2171
- ### 423
2172
-
2173
- > **423**: `string` = `"unece:DocumentCodeList#423"`
2174
-
2175
- 423 WCO one-step export declaration.
2176
-
2177
- ### 424
2178
-
2179
- > **424**: `string` = `"unece:DocumentCodeList#424"`
2180
-
2181
- 424 WCO first step of two-step export declaration.
2182
-
2183
- ### 425
2184
-
2185
- > **425**: `string` = `"unece:DocumentCodeList#425"`
2186
-
2187
- 425 Collection payment advice.
2188
-
2189
- ### 426
2190
-
2191
- > **426**: `string` = `"unece:DocumentCodeList#426"`
2192
-
2193
- 426 Documentary credit payment advice.
2194
-
2195
- ### 427
2196
-
2197
- > **427**: `string` = `"unece:DocumentCodeList#427"`
2198
-
2199
- 427 Documentary credit acceptance advice.
2200
-
2201
- ### 428
2202
-
2203
- > **428**: `string` = `"unece:DocumentCodeList#428"`
2204
-
2205
- 428 Documentary credit negotiation advice.
2206
-
2207
- ### 429
2208
-
2209
- > **429**: `string` = `"unece:DocumentCodeList#429"`
2210
-
2211
- 429 Application for banker's guarantee.
2212
-
2213
- ### 43
2214
-
2215
- > **43**: `string` = `"unece:DocumentCodeList#43"`
2216
-
2217
- 43 Season ticket.
2218
-
2219
- ### 430
2220
-
2221
- > **430**: `string` = `"unece:DocumentCodeList#430"`
2222
-
2223
- 430 Banker's guarantee.
2224
-
2225
- ### 431
2226
-
2227
- > **431**: `string` = `"unece:DocumentCodeList#431"`
2228
-
2229
- 431 Documentary credit letter of indemnity.
2230
-
2231
- ### 432
2232
-
2233
- > **432**: `string` = `"unece:DocumentCodeList#432"`
2234
-
2235
- 432 Notification to grid operator of contract termination.
2236
-
2237
- ### 433
2238
-
2239
- > **433**: `string` = `"unece:DocumentCodeList#433"`
2240
-
2241
- 433 Notification to grid operator of metering point changes.
2242
-
2243
- ### 434
2244
-
2245
- > **434**: `string` = `"unece:DocumentCodeList#434"`
2246
-
2247
- 434 Notification of balance responsible entity change.
2248
-
2249
- ### 435
2250
-
2251
- > **435**: `string` = `"unece:DocumentCodeList#435"`
2252
-
2253
- 435 Preadvice of a credit.
2254
-
2255
- ### 436
2256
-
2257
- > **436**: `string` = `"unece:DocumentCodeList#436"`
2258
-
2259
- 436 Transport equipment profile report.
2260
-
2261
- ### 437
2262
-
2263
- > **437**: `string` = `"unece:DocumentCodeList#437"`
2264
-
2265
- 437 Request for price and delivery quote, specified end-user.
2266
-
2267
- ### 438
2268
-
2269
- > **438**: `string` = `"unece:DocumentCodeList#438"`
2270
-
2271
- 438 Request for price quote, ship and debit.
2272
-
2273
- ### 439
2274
-
2275
- > **439**: `string` = `"unece:DocumentCodeList#439"`
2276
-
2277
- 439 Request for price and delivery quote, ship and debit.
2278
-
2279
- ### 44
2280
-
2281
- > **44**: `string` = `"unece:DocumentCodeList#44"`
2282
-
2283
- 44 Transport status report.
2284
-
2285
- ### 440
2286
-
2287
- > **440**: `string` = `"unece:DocumentCodeList#440"`
2288
-
2289
- 440 Delivery point list..
2290
-
2291
- ### 441
2292
-
2293
- > **441**: `string` = `"unece:DocumentCodeList#441"`
2294
-
2295
- 441 Transport routing information.
2296
-
2297
- ### 442
2298
-
2299
- > **442**: `string` = `"unece:DocumentCodeList#442"`
2300
-
2301
- 442 Request for delivery quote.
2302
-
2303
- ### 443
2304
-
2305
- > **443**: `string` = `"unece:DocumentCodeList#443"`
2306
-
2307
- 443 Request for price and delivery quote.
2308
-
2309
- ### 444
2310
-
2311
- > **444**: `string` = `"unece:DocumentCodeList#444"`
2312
-
2313
- 444 Request for contract price quote.
2314
-
2315
- ### 445
2316
-
2317
- > **445**: `string` = `"unece:DocumentCodeList#445"`
2318
-
2319
- 445 Request for contract price and delivery quote.
2320
-
2321
- ### 446
2322
-
2323
- > **446**: `string` = `"unece:DocumentCodeList#446"`
2324
-
2325
- 446 Request for price quote, specified end-customer.
2326
-
2327
- ### 447
2328
-
2329
- > **447**: `string` = `"unece:DocumentCodeList#447"`
2330
-
2331
- 447 Collection order.
2332
-
2333
- ### 448
2334
-
2335
- > **448**: `string` = `"unece:DocumentCodeList#448"`
2336
-
2337
- 448 Documents presentation form.
2338
-
2339
- ### 449
2340
-
2341
- > **449**: `string` = `"unece:DocumentCodeList#449"`
2342
-
2343
- 449 Identification match.
2344
-
2345
- ### 45
2346
-
2347
- > **45**: `string` = `"unece:DocumentCodeList#45"`
2348
-
2349
- 45 Transport status request.
2350
-
2351
- ### 450
2352
-
2353
- > **450**: `string` = `"unece:DocumentCodeList#450"`
2354
-
2355
- 450 Payment order.
2356
-
2357
- ### 451
2358
-
2359
- > **451**: `string` = `"unece:DocumentCodeList#451"`
2360
-
2361
- 451 Extended payment order.
2362
-
2363
- ### 452
2364
-
2365
- > **452**: `string` = `"unece:DocumentCodeList#452"`
2366
-
2367
- 452 Multiple payment order.
2368
-
2369
- ### 453
2370
-
2371
- > **453**: `string` = `"unece:DocumentCodeList#453"`
2372
-
2373
- 453 Notice that circumstances prevent payment of delivered goods.
2374
-
2375
- ### 454
2376
-
2377
- > **454**: `string` = `"unece:DocumentCodeList#454"`
2378
-
2379
- 454 Credit advice.
2380
-
2381
- ### 455
2382
-
2383
- > **455**: `string` = `"unece:DocumentCodeList#455"`
2384
-
2385
- 455 Extended credit advice.
2386
-
2387
- ### 456
2388
-
2389
- > **456**: `string` = `"unece:DocumentCodeList#456"`
2390
-
2391
- 456 Debit advice.
2392
-
2393
- ### 457
2394
-
2395
- > **457**: `string` = `"unece:DocumentCodeList#457"`
2396
-
2397
- 457 Reversal of debit.
2398
-
2399
- ### 458
2400
-
2401
- > **458**: `string` = `"unece:DocumentCodeList#458"`
2402
-
2403
- 458 Reversal of credit.
2404
-
2405
- ### 459
2406
-
2407
- > **459**: `string` = `"unece:DocumentCodeList#459"`
2408
-
2409
- 459 Travel ticket.
2410
-
2411
- ### 46
2412
-
2413
- > **46**: `string` = `"unece:DocumentCodeList#46"`
2414
-
2415
- 46 Banking status.
2416
-
2417
- ### 460
2418
-
2419
- > **460**: `string` = `"unece:DocumentCodeList#460"`
2420
-
2421
- 460 Documentary credit application.
2422
-
2423
- ### 461
2424
-
2425
- > **461**: `string` = `"unece:DocumentCodeList#461"`
2426
-
2427
- 461 Payment card.
2428
-
2429
- ### 462
2430
-
2431
- > **462**: `string` = `"unece:DocumentCodeList#462"`
2432
-
2433
- 462 Ready for transshipment despatch advice.
2434
-
2435
- ### 463
2436
-
2437
- > **463**: `string` = `"unece:DocumentCodeList#463"`
2438
-
2439
- 463 Pre-packed cross docking despatch advice.
2440
-
2441
- ### 464
2442
-
2443
- > **464**: `string` = `"unece:DocumentCodeList#464"`
2444
-
2445
- 464 Intermediate handling cross docking despatch advice.
2446
-
2447
- ### 465
2448
-
2449
- > **465**: `string` = `"unece:DocumentCodeList#465"`
2450
-
2451
- 465 Documentary credit.
2452
-
2453
- ### 466
2454
-
2455
- > **466**: `string` = `"unece:DocumentCodeList#466"`
2456
-
2457
- 466 Documentary credit notification.
2458
-
2459
- ### 467
2460
-
2461
- > **467**: `string` = `"unece:DocumentCodeList#467"`
2462
-
2463
- 467 Documentary credit transfer advice.
2464
-
2465
- ### 468
2466
-
2467
- > **468**: `string` = `"unece:DocumentCodeList#468"`
2468
-
2469
- 468 Documentary credit amendment notification.
2470
-
2471
- ### 469
2472
-
2473
- > **469**: `string` = `"unece:DocumentCodeList#469"`
2474
-
2475
- 469 Documentary credit amendment.
2476
-
2477
- ### 47
2478
-
2479
- > **47**: `string` = `"unece:DocumentCodeList#47"`
2480
-
2481
- 47 Extra-Community trade statistical declaration.
2482
-
2483
- ### 470
2484
-
2485
- > **470**: `string` = `"unece:DocumentCodeList#470"`
2486
-
2487
- 470 Waste disposal report.
2488
-
2489
- ### 48
2490
-
2491
- > **48**: `string` = `"unece:DocumentCodeList#48"`
2492
-
2493
- 48 Written instructions in conformance with ADR article number 10385.
2494
-
2495
- ### 481
2496
-
2497
- > **481**: `string` = `"unece:DocumentCodeList#481"`
2498
-
2499
- 481 Remittance advice.
2500
-
2501
- ### 482
2502
-
2503
- > **482**: `string` = `"unece:DocumentCodeList#482"`
2504
-
2505
- 482 Port authority waste disposal report.
2506
-
2507
- ### 483
2508
-
2509
- > **483**: `string` = `"unece:DocumentCodeList#483"`
2510
-
2511
- 483 Visa.
2512
-
2513
- ### 484
2514
-
2515
- > **484**: `string` = `"unece:DocumentCodeList#484"`
2516
-
2517
- 484 Multiple direct debit request.
2518
-
2519
- ### 485
2520
-
2521
- > **485**: `string` = `"unece:DocumentCodeList#485"`
2522
-
2523
- 485 Banker's draft.
2524
-
2525
- ### 486
2526
-
2527
- > **486**: `string` = `"unece:DocumentCodeList#486"`
2528
-
2529
- 486 Multiple direct debit.
2530
-
2531
- ### 487
2532
-
2533
- > **487**: `string` = `"unece:DocumentCodeList#487"`
2534
-
2535
- 487 Certificate of disembarkation permission.
2536
-
2537
- ### 488
2538
-
2539
- > **488**: `string` = `"unece:DocumentCodeList#488"`
2540
-
2541
- 488 Deratting exemption certificate.
2542
-
2543
- ### 489
2544
-
2545
- > **489**: `string` = `"unece:DocumentCodeList#489"`
2546
-
2547
- 489 Reefer connection order.
2548
-
2549
- ### 49
2550
-
2551
- > **49**: `string` = `"unece:DocumentCodeList#49"`
2552
-
2553
- 49 Damage certification.
2554
-
2555
- ### 490
2556
-
2557
- > **490**: `string` = `"unece:DocumentCodeList#490"`
2558
-
2559
- 490 Bill of exchange.
2560
-
2561
- ### 491
2562
-
2563
- > **491**: `string` = `"unece:DocumentCodeList#491"`
2564
-
2565
- 491 Promissory note.
2566
-
2567
- ### 493
2568
-
2569
- > **493**: `string` = `"unece:DocumentCodeList#493"`
2570
-
2571
- 493 Statement of account message.
2572
-
2573
- ### 494
2574
-
2575
- > **494**: `string` = `"unece:DocumentCodeList#494"`
2576
-
2577
- 494 Direct delivery (transport).
2578
-
2579
- ### 495
2580
-
2581
- > **495**: `string` = `"unece:DocumentCodeList#495"`
2582
-
2583
- 495 WCO second step of two-step export declaration.
2584
-
2585
- ### 496
2586
-
2587
- > **496**: `string` = `"unece:DocumentCodeList#496"`
2588
-
2589
- 496 WCO one-step import declaration.
2590
-
2591
- ### 497
2592
-
2593
- > **497**: `string` = `"unece:DocumentCodeList#497"`
2594
-
2595
- 497 WCO first step of two-step import declaration.
2596
-
2597
- ### 498
2598
-
2599
- > **498**: `string` = `"unece:DocumentCodeList#498"`
2600
-
2601
- 498 WCO second step of two-step import declaration.
2602
-
2603
- ### 499
2604
-
2605
- > **499**: `string` = `"unece:DocumentCodeList#499"`
2606
-
2607
- 499 Previous transport document.
2608
-
2609
- ### 5
2610
-
2611
- > **5**: `string` = `"unece:DocumentCodeList#5"`
2612
-
2613
- 5 Product performance report.
2614
-
2615
- ### 50
2616
-
2617
- > **50**: `string` = `"unece:DocumentCodeList#50"`
2618
-
2619
- 50 Validated priced tender.
2620
-
2621
- ### 51
2622
-
2623
- > **51**: `string` = `"unece:DocumentCodeList#51"`
2624
-
2625
- 51 Price/sales catalogue response.
2626
-
2627
- ### 52
2628
-
2629
- > **52**: `string` = `"unece:DocumentCodeList#52"`
2630
-
2631
- 52 Price negotiation result.
2632
-
2633
- ### 520
2634
-
2635
- > **520**: `string` = `"unece:DocumentCodeList#520"`
2636
-
2637
- 520 Insurance certificate.
2638
-
2639
- ### 521
2640
-
2641
- > **521**: `string` = `"unece:DocumentCodeList#521"`
2642
-
2643
- 521 Special requirements permit related to the transport of cargo.
2644
-
2645
- ### 522
2646
-
2647
- > **522**: `string` = `"unece:DocumentCodeList#522"`
2648
-
2649
- 522 Dangerous Goods Notification for Tanker vessel.
2650
-
2651
- ### 523
2652
-
2653
- > **523**: `string` = `"unece:DocumentCodeList#523"`
2654
-
2655
- 523 Dangerous Goods Notification for non-tanker vessel.
2656
-
2657
- ### 524
2658
-
2659
- > **524**: `string` = `"unece:DocumentCodeList#524"`
2660
-
2661
- 524 WCO Conveyance Arrival Report.
2662
-
2663
- ### 525
2664
-
2665
- > **525**: `string` = `"unece:DocumentCodeList#525"`
2666
-
2667
- 525 WCO Conveyance Departure Report.
2668
-
2669
- ### 526
2670
-
2671
- > **526**: `string` = `"unece:DocumentCodeList#526"`
2672
-
2673
- 526 Accounting voucher.
2674
-
2675
- ### 527
2676
-
2677
- > **527**: `string` = `"unece:DocumentCodeList#527"`
2678
-
2679
- 527 Self billed debit note.
2680
-
2681
- ### 528
2682
-
2683
- > **528**: `string` = `"unece:DocumentCodeList#528"`
2684
-
2685
- 528 Military Identification Card.
2686
-
2687
- ### 529
2688
-
2689
- > **529**: `string` = `"unece:DocumentCodeList#529"`
2690
-
2691
- 529 Re-Entry Permit.
2692
-
2693
- ### 53
2694
-
2695
- > **53**: `string` = `"unece:DocumentCodeList#53"`
2696
-
2697
- 53 Safety and hazard data sheet.
2698
-
2699
- ### 530
2700
-
2701
- > **530**: `string` = `"unece:DocumentCodeList#530"`
2702
-
2703
- 530 Insurance policy.
2704
-
2705
- ### 531
2706
-
2707
- > **531**: `string` = `"unece:DocumentCodeList#531"`
2708
-
2709
- 531 Refugee Permit.
2710
-
2711
- ### 532
2712
-
2713
- > **532**: `string` = `"unece:DocumentCodeList#532"`
2714
-
2715
- 532 Forwarder’s credit note.
2716
-
2717
- ### 533
2718
-
2719
- > **533**: `string` = `"unece:DocumentCodeList#533"`
2720
-
2721
- 533 Original accounting voucher.
2722
-
2723
- ### 534
2724
-
2725
- > **534**: `string` = `"unece:DocumentCodeList#534"`
2726
-
2727
- 534 Copy accounting voucher.
2728
-
2729
- ### 535
2730
-
2731
- > **535**: `string` = `"unece:DocumentCodeList#535"`
2732
-
2733
- 535 Pro-forma accounting voucher.
2734
-
2735
- ### 536
2736
-
2737
- > **536**: `string` = `"unece:DocumentCodeList#536"`
2738
-
2739
- 536 International Ship Security Certificate.
2740
-
2741
- ### 537
2742
-
2743
- > **537**: `string` = `"unece:DocumentCodeList#537"`
2744
-
2745
- 537 Interim International Ship Security Certificate.
2746
-
2747
- ### 538
2748
-
2749
- > **538**: `string` = `"unece:DocumentCodeList#538"`
2750
-
2751
- 538 Good Manufacturing Practice (GMP) Certificate.
2752
-
2753
- ### 539
2754
-
2755
- > **539**: `string` = `"unece:DocumentCodeList#539"`
2756
-
2757
- 539 Framework Agreement.
2758
-
2759
- ### 54
2760
-
2761
- > **54**: `string` = `"unece:DocumentCodeList#54"`
2762
-
2763
- 54 Legal statement of an account.
2764
-
2765
- ### 55
2766
-
2767
- > **55**: `string` = `"unece:DocumentCodeList#55"`
2768
-
2769
- 55 Listing statement of an account.
2770
-
2771
- ### 550
2772
-
2773
- > **550**: `string` = `"unece:DocumentCodeList#550"`
2774
-
2775
- 550 Insurance declaration sheet (bordereau).
2776
-
2777
- ### 551
2778
-
2779
- > **551**: `string` = `"unece:DocumentCodeList#551"`
2780
-
2781
- 551 Transport capacity offer.
2782
-
2783
- ### 552
2784
-
2785
- > **552**: `string` = `"unece:DocumentCodeList#552"`
2786
-
2787
- 552 Ship Security Plan.
2788
-
2789
- ### 553
2790
-
2791
- > **553**: `string` = `"unece:DocumentCodeList#553"`
2792
-
2793
- 553 Forwarder’s invoice discrepancy report.
2794
-
2795
- ### 554
2796
-
2797
- > **554**: `string` = `"unece:DocumentCodeList#554"`
2798
-
2799
- 554 Storage capacity offer.
2800
-
2801
- ### 56
2802
-
2803
- > **56**: `string` = `"unece:DocumentCodeList#56"`
2804
-
2805
- 56 Closing statement of an account.
2806
-
2807
- ### 57
2808
-
2809
- > **57**: `string` = `"unece:DocumentCodeList#57"`
2810
-
2811
- 57 Transport equipment on-hire report.
2812
-
2813
- ### 575
2814
-
2815
- > **575**: `string` = `"unece:DocumentCodeList#575"`
2816
-
2817
- 575 Insurer's invoice.
2818
-
2819
- ### 576
2820
-
2821
- > **576**: `string` = `"unece:DocumentCodeList#576"`
2822
-
2823
- 576 Storage capacity request.
2824
-
2825
- ### 577
2826
-
2827
- > **577**: `string` = `"unece:DocumentCodeList#577"`
2828
-
2829
- 577 Transport capacity request.
2830
-
2831
- ### 578
2832
-
2833
- > **578**: `string` = `"unece:DocumentCodeList#578"`
2834
-
2835
- 578 EU Customs declaration for External Community Transit (T1).
2836
-
2837
- ### 579
2838
-
2839
- > **579**: `string` = `"unece:DocumentCodeList#579"`
2840
-
2841
- 579 EU Customs declaration for internal Community Transit (T2).
2842
-
2843
- ### 58
2844
-
2845
- > **58**: `string` = `"unece:DocumentCodeList#58"`
2846
-
2847
- 58 Transport equipment off-hire report.
2848
-
2849
- ### 580
2850
-
2851
- > **580**: `string` = `"unece:DocumentCodeList#580"`
2852
-
2853
- 580 Cover note.
2854
-
2855
- ### 581
2856
-
2857
- > **581**: `string` = `"unece:DocumentCodeList#581"`
2858
-
2859
- 581 EU Customs declaration for non-fiscal area internal Community Transit (T2F).
2860
-
2861
- ### 582
2862
-
2863
- > **582**: `string` = `"unece:DocumentCodeList#582"`
2864
-
2865
- 582 EU Customs declaration for internal transit to San Marino (T2SM).
2866
-
2867
- ### 583
2868
-
2869
- > **583**: `string` = `"unece:DocumentCodeList#583"`
2870
-
2871
- 583 EU Customs declaration for mixed consignments (T).
2872
-
2873
- ### 584
2874
-
2875
- > **584**: `string` = `"unece:DocumentCodeList#584"`
2876
-
2877
- 584 EU Document for establishing the Community status of goods (T2L).
2878
-
2879
- ### 585
2880
-
2881
- > **585**: `string` = `"unece:DocumentCodeList#585"`
2882
-
2883
- 585 EU Document for establishing the Community status of goods for certain fiscal purposes (T2LF).
2884
-
2885
- ### 586
2886
-
2887
- > **586**: `string` = `"unece:DocumentCodeList#586"`
2888
-
2889
- 586 Document for establishing the Customs Status of goods for San Marino (T2LSM).
2890
-
2891
- ### 587
2892
-
2893
- > **587**: `string` = `"unece:DocumentCodeList#587"`
2894
-
2895
- 587 Customs declaration for TIR Carnet goods.
2896
-
2897
- ### 588
2898
-
2899
- > **588**: `string` = `"unece:DocumentCodeList#588"`
2900
-
2901
- 588 Transport Means Security Report.
2902
-
2903
- ### 589
2904
-
2905
- > **589**: `string` = `"unece:DocumentCodeList#589"`
2906
-
2907
- 589 Halal Slaughtering Certificate.
2908
-
2909
- ### 59
2910
-
2911
- > **59**: `string` = `"unece:DocumentCodeList#59"`
2912
-
2913
- 59 Treatment - nil outturn.
2914
-
2915
- ### 6
2916
-
2917
- > **6**: `string` = `"unece:DocumentCodeList#6"`
2918
-
2919
- 6 Product specification report.
2920
-
2921
- ### 60
2922
-
2923
- > **60**: `string` = `"unece:DocumentCodeList#60"`
2924
-
2925
- 60 Treatment - time-up underbond.
2926
-
2927
- ### 61
2928
-
2929
- > **61**: `string` = `"unece:DocumentCodeList#61"`
2930
-
2931
- 61 Treatment - underbond by sea.
2932
-
2933
- ### 610
2934
-
2935
- > **610**: `string` = `"unece:DocumentCodeList#610"`
2936
-
2937
- 610 Forwarding instructions.
2938
-
2939
- ### 62
2940
-
2941
- > **62**: `string` = `"unece:DocumentCodeList#62"`
2942
-
2943
- 62 Treatment - personal effect.
2944
-
2945
- ### 621
2946
-
2947
- > **621**: `string` = `"unece:DocumentCodeList#621"`
2948
-
2949
- 621 Forwarder's advice to import agent.
2950
-
2951
- ### 622
2952
-
2953
- > **622**: `string` = `"unece:DocumentCodeList#622"`
2954
-
2955
- 622 Forwarder's advice to exporter.
2956
-
2957
- ### 623
2958
-
2959
- > **623**: `string` = `"unece:DocumentCodeList#623"`
2960
-
2961
- 623 Forwarder's invoice.
2962
-
2963
- ### 624
2964
-
2965
- > **624**: `string` = `"unece:DocumentCodeList#624"`
2966
-
2967
- 624 Forwarder's certificate of receipt.
2968
-
2969
- ### 625
2970
-
2971
- > **625**: `string` = `"unece:DocumentCodeList#625"`
2972
-
2973
- 625 Heat Treatment Certificate.
2974
-
2975
- ### 626
2976
-
2977
- > **626**: `string` = `"unece:DocumentCodeList#626"`
2978
-
2979
- 626 Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES) Certificate.
2980
-
2981
- ### 627
2982
-
2983
- > **627**: `string` = `"unece:DocumentCodeList#627"`
2984
-
2985
- 627 Free Sale Certificate in the Country of Origin.
2986
-
2987
- ### 628
2988
-
2989
- > **628**: `string` = `"unece:DocumentCodeList#628"`
2990
-
2991
- 628 Transit license.
2992
-
2993
- ### 629
2994
-
2995
- > **629**: `string` = `"unece:DocumentCodeList#629"`
2996
-
2997
- 629 Veterinary quarantine certificate.
2998
-
2999
- ### 63
3000
-
3001
- > **63**: `string` = `"unece:DocumentCodeList#63"`
3002
-
3003
- 63 Treatment - timber.
3004
-
3005
- ### 630
3006
-
3007
- > **630**: `string` = `"unece:DocumentCodeList#630"`
3008
-
3009
- 630 Shipping note.
3010
-
3011
- ### 631
3012
-
3013
- > **631**: `string` = `"unece:DocumentCodeList#631"`
3014
-
3015
- 631 Forwarder's warehouse receipt.
3016
-
3017
- ### 632
3018
-
3019
- > **632**: `string` = `"unece:DocumentCodeList#632"`
3020
-
3021
- 632 Goods receipt.
3022
-
3023
- ### 633
3024
-
3025
- > **633**: `string` = `"unece:DocumentCodeList#633"`
3026
-
3027
- 633 Port charges documents.
3028
-
3029
- ### 634
3030
-
3031
- > **634**: `string` = `"unece:DocumentCodeList#634"`
3032
-
3033
- 634 Certified list of ingredients.
3034
-
3035
- ### 635
3036
-
3037
- > **635**: `string` = `"unece:DocumentCodeList#635"`
3038
-
3039
- 635 Warehouse warrant.
3040
-
3041
- ### 636
3042
-
3043
- > **636**: `string` = `"unece:DocumentCodeList#636"`
3044
-
3045
- 636 Health certificate.
3046
-
3047
- ### 637
3048
-
3049
- > **637**: `string` = `"unece:DocumentCodeList#637"`
3050
-
3051
- 637 Food grade certificate.
3052
-
3053
- ### 638
3054
-
3055
- > **638**: `string` = `"unece:DocumentCodeList#638"`
3056
-
3057
- 638 Certificate of suitability for transport of grains and legumes.
3058
-
3059
- ### 639
3060
-
3061
- > **639**: `string` = `"unece:DocumentCodeList#639"`
3062
-
3063
- 639 Certificate of refrigerated transport equipment inspection.
3064
-
3065
- ### 64
3066
-
3067
- > **64**: `string` = `"unece:DocumentCodeList#64"`
3068
-
3069
- 64 Preliminary credit assessment.
3070
-
3071
- ### 640
3072
-
3073
- > **640**: `string` = `"unece:DocumentCodeList#640"`
3074
-
3075
- 640 Delivery order.
3076
-
3077
- ### 641
3078
-
3079
- > **641**: `string` = `"unece:DocumentCodeList#641"`
3080
-
3081
- 641 Thermographic reading report.
3082
-
3083
- ### 642
3084
-
3085
- > **642**: `string` = `"unece:DocumentCodeList#642"`
3086
-
3087
- 642 Certificate of food item transport readiness.
3088
-
3089
- ### 643
3090
-
3091
- > **643**: `string` = `"unece:DocumentCodeList#643"`
3092
-
3093
- 643 Food packaging contact certificate.
3094
-
3095
- ### 644
3096
-
3097
- > **644**: `string` = `"unece:DocumentCodeList#644"`
3098
-
3099
- 644 Packaging material composition report.
3100
-
3101
- ### 645
3102
-
3103
- > **645**: `string` = `"unece:DocumentCodeList#645"`
3104
-
3105
- 645 Export price certificate.
3106
-
3107
- ### 646
3108
-
3109
- > **646**: `string` = `"unece:DocumentCodeList#646"`
3110
-
3111
- 646 Public price certificate.
3112
-
3113
- ### 647
3114
-
3115
- > **647**: `string` = `"unece:DocumentCodeList#647"`
3116
-
3117
- 647 Drug shelf life study report.
3118
-
3119
- ### 648
3120
-
3121
- > **648**: `string` = `"unece:DocumentCodeList#648"`
3122
-
3123
- 648 Certificate of compliance with standards of the World Organization for Animal Health (OIE).
3124
-
3125
- ### 649
3126
-
3127
- > **649**: `string` = `"unece:DocumentCodeList#649"`
3128
-
3129
- 649 Production facility license.
3130
-
3131
- ### 65
3132
-
3133
- > **65**: `string` = `"unece:DocumentCodeList#65"`
3134
-
3135
- 65 Credit cover.
3136
-
3137
- ### 650
3138
-
3139
- > **650**: `string` = `"unece:DocumentCodeList#650"`
3140
-
3141
- 650 Handling order.
3142
-
3143
- ### 651
3144
-
3145
- > **651**: `string` = `"unece:DocumentCodeList#651"`
3146
-
3147
- 651 Manufacturing license.
3148
-
3149
- ### 652
3150
-
3151
- > **652**: `string` = `"unece:DocumentCodeList#652"`
3152
-
3153
- 652 Low risk country formal letter.
3154
-
3155
- ### 653
3156
-
3157
- > **653**: `string` = `"unece:DocumentCodeList#653"`
3158
-
3159
- 653 Previous correspondence.
3160
-
3161
- ### 654
3162
-
3163
- > **654**: `string` = `"unece:DocumentCodeList#654"`
3164
-
3165
- 654 Declaration for radioactive material.
3166
-
3167
- ### 655
3168
-
3169
- > **655**: `string` = `"unece:DocumentCodeList#655"`
3170
-
3171
- 655 Gate pass.
3172
-
3173
- ### 656
3174
-
3175
- > **656**: `string` = `"unece:DocumentCodeList#656"`
3176
-
3177
- 656 Resale information.
3178
-
3179
- ### 657
3180
-
3181
- > **657**: `string` = `"unece:DocumentCodeList#657"`
3182
-
3183
- 657 Phytosanitary Re-export Certificate.
3184
-
3185
- ### 658
3186
-
3187
- > **658**: `string` = `"unece:DocumentCodeList#658"`
3188
-
3189
- 658 Bayplan/stowage plan, full.
3190
-
3191
- ### 659
3192
-
3193
- > **659**: `string` = `"unece:DocumentCodeList#659"`
3194
-
3195
- 659 Bayplan/stowage plan, partial.
3196
-
3197
- ### 66
3198
-
3199
- > **66**: `string` = `"unece:DocumentCodeList#66"`
3200
-
3201
- 66 Current account.
3202
-
3203
- ### 67
3204
-
3205
- > **67**: `string` = `"unece:DocumentCodeList#67"`
3206
-
3207
- 67 Commercial dispute.
3208
-
3209
- ### 68
3210
-
3211
- > **68**: `string` = `"unece:DocumentCodeList#68"`
3212
-
3213
- 68 Chargeback.
3214
-
3215
- ### 69
3216
-
3217
- > **69**: `string` = `"unece:DocumentCodeList#69"`
3218
-
3219
- 69 Reassignment.
3220
-
3221
- ### 7
3222
-
3223
- > **7**: `string` = `"unece:DocumentCodeList#7"`
3224
-
3225
- 7 Process data report.
3226
-
3227
- ### 70
3228
-
3229
- > **70**: `string` = `"unece:DocumentCodeList#70"`
3230
-
3231
- 70 Collateral account.
3232
-
3233
- ### 700
3234
-
3235
- > **700**: `string` = `"unece:DocumentCodeList#700"`
3236
-
3237
- 700 Waybill.
3238
-
3239
- ### 701
3240
-
3241
- > **701**: `string` = `"unece:DocumentCodeList#701"`
3242
-
3243
- 701 Universal (multipurpose) transport document.
3244
-
3245
- ### 702
3246
-
3247
- > **702**: `string` = `"unece:DocumentCodeList#702"`
3248
-
3249
- 702 Goods receipt, carriage.
3250
-
3251
- ### 703
3252
-
3253
- > **703**: `string` = `"unece:DocumentCodeList#703"`
3254
-
3255
- 703 House waybill.
3256
-
3257
- ### 704
3258
-
3259
- > **704**: `string` = `"unece:DocumentCodeList#704"`
3260
-
3261
- 704 Master bill of lading.
3262
-
3263
- ### 705
3264
-
3265
- > **705**: `string` = `"unece:DocumentCodeList#705"`
3266
-
3267
- 705 Bill of lading.
3268
-
3269
- ### 706
3270
-
3271
- > **706**: `string` = `"unece:DocumentCodeList#706"`
3272
-
3273
- 706 Bill of lading original.
3274
-
3275
- ### 707
3276
-
3277
- > **707**: `string` = `"unece:DocumentCodeList#707"`
3278
-
3279
- 707 Bill of lading copy.
3280
-
3281
- ### 708
3282
-
3283
- > **708**: `string` = `"unece:DocumentCodeList#708"`
3284
-
3285
- 708 Empty container bill.
3286
-
3287
- ### 709
3288
-
3289
- > **709**: `string` = `"unece:DocumentCodeList#709"`
3290
-
3291
- 709 Tanker bill of lading.
3292
-
3293
- ### 71
3294
-
3295
- > **71**: `string` = `"unece:DocumentCodeList#71"`
3296
-
3297
- 71 Request for payment.
3298
-
3299
- ### 710
3300
-
3301
- > **710**: `string` = `"unece:DocumentCodeList#710"`
3302
-
3303
- 710 Sea waybill.
3304
-
3305
- ### 711
3306
-
3307
- > **711**: `string` = `"unece:DocumentCodeList#711"`
3308
-
3309
- 711 Inland waterway bill of lading.
3310
-
3311
- ### 712
3312
-
3313
- > **712**: `string` = `"unece:DocumentCodeList#712"`
3314
-
3315
- 712 Non-negotiable maritime transport document (generic).
3316
-
3317
- ### 713
3318
-
3319
- > **713**: `string` = `"unece:DocumentCodeList#713"`
3320
-
3321
- 713 Mate's receipt.
3322
-
3323
- ### 714
3324
-
3325
- > **714**: `string` = `"unece:DocumentCodeList#714"`
3326
-
3327
- 714 House bill of lading.
3328
-
3329
- ### 715
3330
-
3331
- > **715**: `string` = `"unece:DocumentCodeList#715"`
3332
-
3333
- 715 Letter of indemnity for non-surrender of bill of lading.
3334
-
3335
- ### 716
3336
-
3337
- > **716**: `string` = `"unece:DocumentCodeList#716"`
3338
-
3339
- 716 Forwarder's bill of lading.
3340
-
3341
- ### 717
3342
-
3343
- > **717**: `string` = `"unece:DocumentCodeList#717"`
3344
-
3345
- 717 Residence permit.
3346
-
3347
- ### 718
3348
-
3349
- > **718**: `string` = `"unece:DocumentCodeList#718"`
3350
-
3351
- 718 Seaman’s book.
3352
-
3353
- ### 719
3354
-
3355
- > **719**: `string` = `"unece:DocumentCodeList#719"`
3356
-
3357
- 719 General message.
3358
-
3359
- ### 72
3360
-
3361
- > **72**: `string` = `"unece:DocumentCodeList#72"`
3362
-
3363
- 72 Unship permit.
3364
-
3365
- ### 720
3366
-
3367
- > **720**: `string` = `"unece:DocumentCodeList#720"`
3368
-
3369
- 720 Rail consignment note (generic term).
3370
-
3371
- ### 721
3372
-
3373
- > **721**: `string` = `"unece:DocumentCodeList#721"`
3374
-
3375
- 721 Product data response.
3376
-
3377
- ### 722
3378
-
3379
- > **722**: `string` = `"unece:DocumentCodeList#722"`
3380
-
3381
- 722 Road list-SMGS.
3382
-
3383
- ### 723
3384
-
3385
- > **723**: `string` = `"unece:DocumentCodeList#723"`
3386
-
3387
- 723 Escort official recognition.
3388
-
3389
- ### 724
3390
-
3391
- > **724**: `string` = `"unece:DocumentCodeList#724"`
3392
-
3393
- 724 Recharging document.
3394
-
3395
- ### 725
3396
-
3397
- > **725**: `string` = `"unece:DocumentCodeList#725"`
3398
-
3399
- 725 Manufacturer raised order.
3400
-
3401
- ### 726
3402
-
3403
- > **726**: `string` = `"unece:DocumentCodeList#726"`
3404
-
3405
- 726 Manufacturer raised consignment order.
3406
-
3407
- ### 727
3408
-
3409
- > **727**: `string` = `"unece:DocumentCodeList#727"`
3410
-
3411
- 727 Price/sales catalogue not containing commercial information.
3412
-
3413
- ### 728
3414
-
3415
- > **728**: `string` = `"unece:DocumentCodeList#728"`
3416
-
3417
- 728 Price/sales catalogue containing commercial information.
3418
-
3419
- ### 729
3420
-
3421
- > **729**: `string` = `"unece:DocumentCodeList#729"`
3422
-
3423
- 729 Returns advice.
3424
-
3425
- ### 73
3426
-
3427
- > **73**: `string` = `"unece:DocumentCodeList#73"`
3428
-
3429
- 73 Statistical definitions.
3430
-
3431
- ### 730
3432
-
3433
- > **730**: `string` = `"unece:DocumentCodeList#730"`
3434
-
3435
- 730 Road consignment note.
3436
-
3437
- ### 731
3438
-
3439
- > **731**: `string` = `"unece:DocumentCodeList#731"`
3440
-
3441
- 731 Commercial account summary.
3442
-
3443
- ### 732
3444
-
3445
- > **732**: `string` = `"unece:DocumentCodeList#732"`
3446
-
3447
- 732 Announcement for returns.
3448
-
3449
- ### 733
3450
-
3451
- > **733**: `string` = `"unece:DocumentCodeList#733"`
3452
-
3453
- 733 Instruction for returns.
3454
-
3455
- ### 734
3456
-
3457
- > **734**: `string` = `"unece:DocumentCodeList#734"`
3458
-
3459
- 734 Sales forecast report.
3460
-
3461
- ### 735
3462
-
3463
- > **735**: `string` = `"unece:DocumentCodeList#735"`
3464
-
3465
- 735 Sales data report.
3466
-
3467
- ### 736
3468
-
3469
- > **736**: `string` = `"unece:DocumentCodeList#736"`
3470
-
3471
- 736 Standing inquiry on complete product information.
3472
-
3473
- ### 737
3474
-
3475
- > **737**: `string` = `"unece:DocumentCodeList#737"`
3476
-
3477
- 737 Proof of delivery.
3478
-
3479
- ### 738
3480
-
3481
- > **738**: `string` = `"unece:DocumentCodeList#738"`
3482
-
3483
- 738 Cargo/goods handling and movement message.
3484
-
3485
- ### 739
3486
-
3487
- > **739**: `string` = `"unece:DocumentCodeList#739"`
3488
-
3489
- 739 Metered services consumption report supporting an invoice.
3490
-
3491
- ### 74
3492
-
3493
- > **74**: `string` = `"unece:DocumentCodeList#74"`
3494
-
3495
- 74 Statistical data.
3496
-
3497
- ### 740
3498
-
3499
- > **740**: `string` = `"unece:DocumentCodeList#740"`
3500
-
3501
- 740 Air waybill.
3502
-
3503
- ### 741
3504
-
3505
- > **741**: `string` = `"unece:DocumentCodeList#741"`
3506
-
3507
- 741 Master air waybill.
3508
-
3509
- ### 742
3510
-
3511
- > **742**: `string` = `"unece:DocumentCodeList#742"`
3512
-
3513
- 742 Metered services consumption report.
3514
-
3515
- ### 743
3516
-
3517
- > **743**: `string` = `"unece:DocumentCodeList#743"`
3518
-
3519
- 743 Substitute air waybill.
3520
-
3521
- ### 744
3522
-
3523
- > **744**: `string` = `"unece:DocumentCodeList#744"`
3524
-
3525
- 744 Crew's effects declaration.
3526
-
3527
- ### 745
3528
-
3529
- > **745**: `string` = `"unece:DocumentCodeList#745"`
3530
-
3531
- 745 Passenger list.
3532
-
3533
- ### 746
3534
-
3535
- > **746**: `string` = `"unece:DocumentCodeList#746"`
3536
-
3537
- 746 Delivery notice (rail transport).
3538
-
3539
- ### 747
3540
-
3541
- > **747**: `string` = `"unece:DocumentCodeList#747"`
3542
-
3543
- 747 Payroll deductions advice.
3544
-
3545
- ### 748
3546
-
3547
- > **748**: `string` = `"unece:DocumentCodeList#748"`
3548
-
3549
- 748 Consignment despatch advice.
3550
-
3551
- ### 749
3552
-
3553
- > **749**: `string` = `"unece:DocumentCodeList#749"`
3554
-
3555
- 749 Transport equipment gross mass verification message.
3556
-
3557
- ### 75
3558
-
3559
- > **75**: `string` = `"unece:DocumentCodeList#75"`
3560
-
3561
- 75 Request for statistical data.
3562
-
3563
- ### 750
3564
-
3565
- > **750**: `string` = `"unece:DocumentCodeList#750"`
3566
-
3567
- 750 Despatch note (post parcels).
3568
-
3569
- ### 751
3570
-
3571
- > **751**: `string` = `"unece:DocumentCodeList#751"`
3572
-
3573
- 751 Invoice information for accounting purposes.
3574
-
3575
- ### 752
3576
-
3577
- > **752**: `string` = `"unece:DocumentCodeList#752"`
3578
-
3579
- 752 Plant Passport.
3580
-
3581
- ### 753
3582
-
3583
- > **753**: `string` = `"unece:DocumentCodeList#753"`
3584
-
3585
- 753 Certificate of sustainability.
3586
-
3587
- ### 754
3588
-
3589
- > **754**: `string` = `"unece:DocumentCodeList#754"`
3590
-
3591
- 754 Call for tender.
3592
-
3593
- ### 755
3594
-
3595
- > **755**: `string` = `"unece:DocumentCodeList#755"`
3596
-
3597
- 755 Invitation to tender.
3598
-
3599
- ### 756
3600
-
3601
- > **756**: `string` = `"unece:DocumentCodeList#756"`
3602
-
3603
- 756 European Single Procurement Document request.
3604
-
3605
- ### 757
3606
-
3607
- > **757**: `string` = `"unece:DocumentCodeList#757"`
3608
-
3609
- 757 Tendering price/sales catalogue request.
3610
-
3611
- ### 758
3612
-
3613
- > **758**: `string` = `"unece:DocumentCodeList#758"`
3614
-
3615
- 758 Tender.
3616
-
3617
- ### 759
3618
-
3619
- > **759**: `string` = `"unece:DocumentCodeList#759"`
3620
-
3621
- 759 European Single Procurement Document.
3622
-
3623
- ### 76
3624
-
3625
- > **76**: `string` = `"unece:DocumentCodeList#76"`
3626
-
3627
- 76 Call-off delivery.
3628
-
3629
- ### 760
3630
-
3631
- > **760**: `string` = `"unece:DocumentCodeList#760"`
3632
-
3633
- 760 Multimodal/combined transport document (generic).
3634
-
3635
- ### 761
3636
-
3637
- > **761**: `string` = `"unece:DocumentCodeList#761"`
3638
-
3639
- 761 Through bill of lading.
3640
-
3641
- ### 762
3642
-
3643
- > **762**: `string` = `"unece:DocumentCodeList#762"`
3644
-
3645
- 762 Tendering price/sales catalogue.
3646
-
3647
- ### 763
3648
-
3649
- > **763**: `string` = `"unece:DocumentCodeList#763"`
3650
-
3651
- 763 Forwarder's certificate of transport.
3652
-
3653
- ### 764
3654
-
3655
- > **764**: `string` = `"unece:DocumentCodeList#764"`
3656
-
3657
- 764 Combined transport document (generic).
3658
-
3659
- ### 765
3660
-
3661
- > **765**: `string` = `"unece:DocumentCodeList#765"`
3662
-
3663
- 765 Multimodal transport document (generic).
3664
-
3665
- ### 766
3666
-
3667
- > **766**: `string` = `"unece:DocumentCodeList#766"`
3668
-
3669
- 766 Combined transport bill of lading/multimodal bill of lading.
3670
-
3671
- ### 767
3672
-
3673
- > **767**: `string` = `"unece:DocumentCodeList#767"`
3674
-
3675
- 767 Acknowledgment of receipt.
3676
-
3677
- ### 768
3678
-
3679
- > **768**: `string` = `"unece:DocumentCodeList#768"`
3680
-
3681
- 768 Civil status document.
3682
-
3683
- ### 769
3684
-
3685
- > **769**: `string` = `"unece:DocumentCodeList#769"`
3686
-
3687
- 769 Advice report.
3688
-
3689
- ### 77
3690
-
3691
- > **77**: `string` = `"unece:DocumentCodeList#77"`
3692
-
3693
- 77 Consignment status report.
3694
-
3695
- ### 770
3696
-
3697
- > **770**: `string` = `"unece:DocumentCodeList#770"`
3698
-
3699
- 770 Booking confirmation.
3700
-
3701
- ### 771
3702
-
3703
- > **771**: `string` = `"unece:DocumentCodeList#771"`
3704
-
3705
- 771 Binding offer.
3706
-
3707
- ### 772
3708
-
3709
- > **772**: `string` = `"unece:DocumentCodeList#772"`
3710
-
3711
- 772 Binding customer agreement for contract.
3712
-
3713
- ### 773
3714
-
3715
- > **773**: `string` = `"unece:DocumentCodeList#773"`
3716
-
3717
- 773 Coverage confirmation note.
3718
-
3719
- ### 774
3720
-
3721
- > **774**: `string` = `"unece:DocumentCodeList#774"`
3722
-
3723
- 774 General terms and conditions.
3724
-
3725
- ### 775
3726
-
3727
- > **775**: `string` = `"unece:DocumentCodeList#775"`
3728
-
3729
- 775 Calling forward notice.
3730
-
3731
- ### 776
3732
-
3733
- > **776**: `string` = `"unece:DocumentCodeList#776"`
3734
-
3735
- 776 Contract clauses.
3736
-
3737
- ### 777
3738
-
3739
- > **777**: `string` = `"unece:DocumentCodeList#777"`
3740
-
3741
- 777 Specific contract conditions.
3742
-
3743
- ### 778
3744
-
3745
- > **778**: `string` = `"unece:DocumentCodeList#778"`
3746
-
3747
- 778 Group insurance rules.
3748
-
3749
- ### 779
3750
-
3751
- > **779**: `string` = `"unece:DocumentCodeList#779"`
3752
-
3753
- 779 Questionnaire.
3754
-
3755
- ### 78
3756
-
3757
- > **78**: `string` = `"unece:DocumentCodeList#78"`
3758
-
3759
- 78 Inventory movement advice.
3760
-
3761
- ### 780
3762
-
3763
- > **780**: `string` = `"unece:DocumentCodeList#780"`
3764
-
3765
- 780 Freight invoice.
3766
-
3767
- ### 781
3768
-
3769
- > **781**: `string` = `"unece:DocumentCodeList#781"`
3770
-
3771
- 781 Arrival notice (goods).
3772
-
3773
- ### 782
3774
-
3775
- > **782**: `string` = `"unece:DocumentCodeList#782"`
3776
-
3777
- 782 Notice of circumstances preventing delivery (goods).
3778
-
3779
- ### 783
3780
-
3781
- > **783**: `string` = `"unece:DocumentCodeList#783"`
3782
-
3783
- 783 Notice of circumstances preventing transport (goods).
3784
-
3785
- ### 784
3786
-
3787
- > **784**: `string` = `"unece:DocumentCodeList#784"`
3788
-
3789
- 784 Delivery notice (goods).
3790
-
3791
- ### 785
3792
-
3793
- > **785**: `string` = `"unece:DocumentCodeList#785"`
3794
-
3795
- 785 Cargo manifest.
3796
-
3797
- ### 786
3798
-
3799
- > **786**: `string` = `"unece:DocumentCodeList#786"`
3800
-
3801
- 786 Freight manifest.
3802
-
3803
- ### 787
3804
-
3805
- > **787**: `string` = `"unece:DocumentCodeList#787"`
3806
-
3807
- 787 Bordereau.
3808
-
3809
- ### 788
3810
-
3811
- > **788**: `string` = `"unece:DocumentCodeList#788"`
3812
-
3813
- 788 Container manifest (unit packing list).
3814
-
3815
- ### 789
3816
-
3817
- > **789**: `string` = `"unece:DocumentCodeList#789"`
3818
-
3819
- 789 Charges note.
3820
-
3821
- ### 79
3822
-
3823
- > **79**: `string` = `"unece:DocumentCodeList#79"`
3824
-
3825
- 79 Inventory status advice.
3826
-
3827
- ### 790
3828
-
3829
- > **790**: `string` = `"unece:DocumentCodeList#790"`
3830
-
3831
- 790 Advice of collection.
3832
-
3833
- ### 791
3834
-
3835
- > **791**: `string` = `"unece:DocumentCodeList#791"`
3836
-
3837
- 791 Safety of ship certificate.
3838
-
3839
- ### 792
3840
-
3841
- > **792**: `string` = `"unece:DocumentCodeList#792"`
3842
-
3843
- 792 Safety of radio certificate.
3844
-
3845
- ### 793
3846
-
3847
- > **793**: `string` = `"unece:DocumentCodeList#793"`
3848
-
3849
- 793 Safety of equipment certificate.
3850
-
3851
- ### 794
3852
-
3853
- > **794**: `string` = `"unece:DocumentCodeList#794"`
3854
-
3855
- 794 Civil liability for oil certificate.
3856
-
3857
- ### 795
3858
-
3859
- > **795**: `string` = `"unece:DocumentCodeList#795"`
3860
-
3861
- 795 Loadline document.
3862
-
3863
- ### 796
3864
-
3865
- > **796**: `string` = `"unece:DocumentCodeList#796"`
3866
-
3867
- 796 Derat document.
3868
-
3869
- ### 797
3870
-
3871
- > **797**: `string` = `"unece:DocumentCodeList#797"`
3872
-
3873
- 797 Maritime declaration of health.
3874
-
3875
- ### 798
3876
-
3877
- > **798**: `string` = `"unece:DocumentCodeList#798"`
3878
-
3879
- 798 Certificate of registry.
3880
-
3881
- ### 799
3882
-
3883
- > **799**: `string` = `"unece:DocumentCodeList#799"`
3884
-
3885
- 799 Ship's stores declaration.
3886
-
3887
- ### 8
3888
-
3889
- > **8**: `string` = `"unece:DocumentCodeList#8"`
3890
-
3891
- 8 First sample test report.
3892
-
3893
- ### 80
3894
-
3895
- > **80**: `string` = `"unece:DocumentCodeList#80"`
3896
-
3897
- 80 Debit note related to goods or services.
3898
-
3899
- ### 81
3900
-
3901
- > **81**: `string` = `"unece:DocumentCodeList#81"`
3902
-
3903
- 81 Credit note related to goods or services.
3904
-
3905
- ### 810
3906
-
3907
- > **810**: `string` = `"unece:DocumentCodeList#810"`
3908
-
3909
- 810 Export licence, application for.
3910
-
3911
- ### 811
3912
-
3913
- > **811**: `string` = `"unece:DocumentCodeList#811"`
3914
-
3915
- 811 Export licence.
3916
-
3917
- ### 812
3918
-
3919
- > **812**: `string` = `"unece:DocumentCodeList#812"`
3920
-
3921
- 812 Exchange control declaration, export.
3922
-
3923
- ### 813
3924
-
3925
- > **813**: `string` = `"unece:DocumentCodeList#813"`
3926
-
3927
- 813 Declaration of final beneficiary.
3928
-
3929
- ### 814
3930
-
3931
- > **814**: `string` = `"unece:DocumentCodeList#814"`
3932
-
3933
- 814 US, FATCA statement.
3934
-
3935
- ### 815
3936
-
3937
- > **815**: `string` = `"unece:DocumentCodeList#815"`
3938
-
3939
- 815 Insured status report.
3940
-
3941
- ### 816
3942
-
3943
- > **816**: `string` = `"unece:DocumentCodeList#816"`
3944
-
3945
- 816 Group pension commitment information.
3946
-
3947
- ### 817
3948
-
3949
- > **817**: `string` = `"unece:DocumentCodeList#817"`
3950
-
3951
- 817 Claim notification.
3952
-
3953
- ### 818
3954
-
3955
- > **818**: `string` = `"unece:DocumentCodeList#818"`
3956
-
3957
- 818 Assessment report.
3958
-
3959
- ### 819
3960
-
3961
- > **819**: `string` = `"unece:DocumentCodeList#819"`
3962
-
3963
- 819 Loss statement.
3964
-
3965
- ### 82
3966
-
3967
- > **82**: `string` = `"unece:DocumentCodeList#82"`
3968
-
3969
- 82 Metered services invoice.
3970
-
3971
- ### 820
3972
-
3973
- > **820**: `string` = `"unece:DocumentCodeList#820"`
3974
-
3975
- 820 Despatch note model T.
3976
-
3977
- ### 821
3978
-
3979
- > **821**: `string` = `"unece:DocumentCodeList#821"`
3980
-
3981
- 821 Despatch note model T1.
3982
-
3983
- ### 822
3984
-
3985
- > **822**: `string` = `"unece:DocumentCodeList#822"`
3986
-
3987
- 822 Despatch note model T2.
3988
-
3989
- ### 823
3990
-
3991
- > **823**: `string` = `"unece:DocumentCodeList#823"`
3992
-
3993
- 823 Control document T5.
3994
-
3995
- ### 824
3996
-
3997
- > **824**: `string` = `"unece:DocumentCodeList#824"`
3998
-
3999
- 824 Re-sending consignment note.
4000
-
4001
- ### 825
4002
-
4003
- > **825**: `string` = `"unece:DocumentCodeList#825"`
4004
-
4005
- 825 Despatch note model T2L.
4006
-
4007
- ### 826
4008
-
4009
- > **826**: `string` = `"unece:DocumentCodeList#826"`
4010
-
4011
- 826 Guarantee of cost acceptance.
4012
-
4013
- ### 827
4014
-
4015
- > **827**: `string` = `"unece:DocumentCodeList#827"`
4016
-
4017
- 827 Close of claim.
4018
-
4019
- ### 828
4020
-
4021
- > **828**: `string` = `"unece:DocumentCodeList#828"`
4022
-
4023
- 828 Refusal of claim.
4024
-
4025
- ### 829
4026
-
4027
- > **829**: `string` = `"unece:DocumentCodeList#829"`
4028
-
4029
- 829 Valuation report.
4030
-
4031
- ### 83
4032
-
4033
- > **83**: `string` = `"unece:DocumentCodeList#83"`
4034
-
4035
- 83 Credit note related to financial adjustments.
4036
-
4037
- ### 830
4038
-
4039
- > **830**: `string` = `"unece:DocumentCodeList#830"`
4040
-
4041
- 830 Goods declaration for exportation.
4042
-
4043
- ### 831
4044
-
4045
- > **831**: `string` = `"unece:DocumentCodeList#831"`
4046
-
4047
- 831 Claim history certificate.
4048
-
4049
- ### 832
4050
-
4051
- > **832**: `string` = `"unece:DocumentCodeList#832"`
4052
-
4053
- 832 Accounting statement.
4054
-
4055
- ### 833
4056
-
4057
- > **833**: `string` = `"unece:DocumentCodeList#833"`
4058
-
4059
- 833 Cargo declaration (departure).
4060
-
4061
- ### 834
4062
-
4063
- > **834**: `string` = `"unece:DocumentCodeList#834"`
4064
-
4065
- 834 Payment receipt confirmation.
4066
-
4067
- ### 835
4068
-
4069
- > **835**: `string` = `"unece:DocumentCodeList#835"`
4070
-
4071
- 835 Certificate of paid insurance premium.
4072
-
4073
- ### 836
4074
-
4075
- > **836**: `string` = `"unece:DocumentCodeList#836"`
4076
-
4077
- 836 Insured party payment report.
4078
-
4079
- ### 837
4080
-
4081
- > **837**: `string` = `"unece:DocumentCodeList#837"`
4082
-
4083
- 837 Third party payment report.
4084
-
4085
- ### 838
4086
-
4087
- > **838**: `string` = `"unece:DocumentCodeList#838"`
4088
-
4089
- 838 Direct debit authorisation.
4090
-
4091
- ### 839
4092
-
4093
- > **839**: `string` = `"unece:DocumentCodeList#839"`
4094
-
4095
- 839 Physician report.
4096
-
4097
- ### 84
4098
-
4099
- > **84**: `string` = `"unece:DocumentCodeList#84"`
4100
-
4101
- 84 Debit note related to financial adjustments.
4102
-
4103
- ### 840
4104
-
4105
- > **840**: `string` = `"unece:DocumentCodeList#840"`
4106
-
4107
- 840 Application for goods control certificate.
4108
-
4109
- ### 841
4110
-
4111
- > **841**: `string` = `"unece:DocumentCodeList#841"`
4112
-
4113
- 841 Goods control certificate.
4114
-
4115
- ### 842
4116
-
4117
- > **842**: `string` = `"unece:DocumentCodeList#842"`
4118
-
4119
- 842 Medical certificate.
4120
-
4121
- ### 843
4122
-
4123
- > **843**: `string` = `"unece:DocumentCodeList#843"`
4124
-
4125
- 843 Witness report.
4126
-
4127
- ### 844
4128
-
4129
- > **844**: `string` = `"unece:DocumentCodeList#844"`
4130
-
4131
- 844 Calculation note.
4132
-
4133
- ### 845
4134
-
4135
- > **845**: `string` = `"unece:DocumentCodeList#845"`
4136
-
4137
- 845 Communication from opposite party.
4138
-
4139
- ### 846
4140
-
4141
- > **846**: `string` = `"unece:DocumentCodeList#846"`
4142
-
4143
- 846 Amicable agreement.
4144
-
4145
- ### 847
4146
-
4147
- > **847**: `string` = `"unece:DocumentCodeList#847"`
4148
-
4149
- 847 Out of court settlement.
4150
-
4151
- ### 848
4152
-
4153
- > **848**: `string` = `"unece:DocumentCodeList#848"`
4154
-
4155
- 848 Legal action.
4156
-
4157
- ### 849
4158
-
4159
- > **849**: `string` = `"unece:DocumentCodeList#849"`
4160
-
4161
- 849 Summons.
4162
-
4163
- ### 85
4164
-
4165
- > **85**: `string` = `"unece:DocumentCodeList#85"`
4166
-
4167
- 85 Customs manifest.
4168
-
4169
- ### 850
4170
-
4171
- > **850**: `string` = `"unece:DocumentCodeList#850"`
4172
-
4173
- 850 Application for phytosanitary certificate.
4174
-
4175
- ### 851
4176
-
4177
- > **851**: `string` = `"unece:DocumentCodeList#851"`
4178
-
4179
- 851 Phytosanitary certificate.
4180
-
4181
- ### 852
4182
-
4183
- > **852**: `string` = `"unece:DocumentCodeList#852"`
4184
-
4185
- 852 Sanitary certificate.
4186
-
4187
- ### 853
4188
-
4189
- > **853**: `string` = `"unece:DocumentCodeList#853"`
4190
-
4191
- 853 Veterinary certificate.
4192
-
4193
- ### 854
4194
-
4195
- > **854**: `string` = `"unece:DocumentCodeList#854"`
4196
-
4197
- 854 Court judgment.
4198
-
4199
- ### 855
4200
-
4201
- > **855**: `string` = `"unece:DocumentCodeList#855"`
4202
-
4203
- 855 Application for inspection certificate.
4204
-
4205
- ### 856
4206
-
4207
- > **856**: `string` = `"unece:DocumentCodeList#856"`
4208
-
4209
- 856 Inspection certificate.
4210
-
4211
- ### 857
4212
-
4213
- > **857**: `string` = `"unece:DocumentCodeList#857"`
4214
-
4215
- 857 Vehicle aboard document.
4216
-
4217
- ### 858
4218
-
4219
- > **858**: `string` = `"unece:DocumentCodeList#858"`
4220
-
4221
- 858 Image.
4222
-
4223
- ### 859
4224
-
4225
- > **859**: `string` = `"unece:DocumentCodeList#859"`
4226
-
4227
- 859 Audio.
4228
-
4229
- ### 86
4230
-
4231
- > **86**: `string` = `"unece:DocumentCodeList#86"`
4232
-
4233
- 86 Vessel unpack report.
4234
-
4235
- ### 860
4236
-
4237
- > **860**: `string` = `"unece:DocumentCodeList#860"`
4238
-
4239
- 860 Certificate of origin, application for.
4240
-
4241
- ### 861
4242
-
4243
- > **861**: `string` = `"unece:DocumentCodeList#861"`
4244
-
4245
- 861 Certificate of origin.
4246
-
4247
- ### 862
4248
-
4249
- > **862**: `string` = `"unece:DocumentCodeList#862"`
4250
-
4251
- 862 Declaration of origin.
4252
-
4253
- ### 863
4254
-
4255
- > **863**: `string` = `"unece:DocumentCodeList#863"`
4256
-
4257
- 863 Regional appellation certificate.
4258
-
4259
- ### 864
4260
-
4261
- > **864**: `string` = `"unece:DocumentCodeList#864"`
4262
-
4263
- 864 Preference certificate of origin.
4264
-
4265
- ### 865
4266
-
4267
- > **865**: `string` = `"unece:DocumentCodeList#865"`
4268
-
4269
- 865 Certificate of origin form GSP.
4270
-
4271
- ### 866
4272
-
4273
- > **866**: `string` = `"unece:DocumentCodeList#866"`
4274
-
4275
- 866 Video.
4276
-
4277
- ### 867
4278
-
4279
- > **867**: `string` = `"unece:DocumentCodeList#867"`
4280
-
4281
- 867 Introductory letter.
4282
-
4283
- ### 868
4284
-
4285
- > **868**: `string` = `"unece:DocumentCodeList#868"`
4286
-
4287
- 868 Data protection regulations statement.
4288
-
4289
- ### 869
4290
-
4291
- > **869**: `string` = `"unece:DocumentCodeList#869"`
4292
-
4293
- 869 Exclusive brokerage mandate.
4294
-
4295
- ### 87
4296
-
4297
- > **87**: `string` = `"unece:DocumentCodeList#87"`
4298
-
4299
- 87 General cargo summary manifest report.
4300
-
4301
- ### 870
4302
-
4303
- > **870**: `string` = `"unece:DocumentCodeList#870"`
4304
-
4305
- 870 Consular invoice.
4306
-
4307
- ### 871
4308
-
4309
- > **871**: `string` = `"unece:DocumentCodeList#871"`
4310
-
4311
- 871 Inquiry mandate.
4312
-
4313
- ### 872
4314
-
4315
- > **872**: `string` = `"unece:DocumentCodeList#872"`
4316
-
4317
- 872 Risk analysis.
4318
-
4319
- ### 873
4320
-
4321
- > **873**: `string` = `"unece:DocumentCodeList#873"`
4322
-
4323
- 873 Transport equipment movement report, partial.
4324
-
4325
- ### 874
4326
-
4327
- > **874**: `string` = `"unece:DocumentCodeList#874"`
4328
-
4329
- 874 Conveyance declaration.
4330
-
4331
- ### 875
4332
-
4333
- > **875**: `string` = `"unece:DocumentCodeList#875"`
4334
-
4335
- 875 Partial construction invoice.
4336
-
4337
- ### 876
4338
-
4339
- > **876**: `string` = `"unece:DocumentCodeList#876"`
4340
-
4341
- 876 Partial final construction invoice.
4342
-
4343
- ### 877
4344
-
4345
- > **877**: `string` = `"unece:DocumentCodeList#877"`
4346
-
4347
- 877 Final construction invoice.
4348
-
4349
- ### 878
4350
-
4351
- > **878**: `string` = `"unece:DocumentCodeList#878"`
4352
-
4353
- 878 AEO Certificate of Security and/or Safety.
4354
-
4355
- ### 879
4356
-
4357
- > **879**: `string` = `"unece:DocumentCodeList#879"`
4358
-
4359
- 879 AEO Certificate of Conformity or Compliance.
4360
-
4361
- ### 88
4362
-
4363
- > **88**: `string` = `"unece:DocumentCodeList#88"`
4364
-
4365
- 88 Consignment unpack report.
4366
-
4367
- ### 89
4368
-
4369
- > **89**: `string` = `"unece:DocumentCodeList#89"`
4370
-
4371
- 89 Meat and meat by-products sanitary certificate.
4372
-
4373
- ### 890
4374
-
4375
- > **890**: `string` = `"unece:DocumentCodeList#890"`
4376
-
4377
- 890 Dangerous goods declaration.
4378
-
4379
- ### 891
4380
-
4381
- > **891**: `string` = `"unece:DocumentCodeList#891"`
4382
-
4383
- 891 AEO Certificate Full.
4384
-
4385
- ### 892
4386
-
4387
- > **892**: `string` = `"unece:DocumentCodeList#892"`
4388
-
4389
- 892 Purchase Order Financing Request.
4390
-
4391
- ### 893
4392
-
4393
- > **893**: `string` = `"unece:DocumentCodeList#893"`
4394
-
4395
- 893 Purchase Order Financing Request Status.
4396
-
4397
- ### 894
4398
-
4399
- > **894**: `string` = `"unece:DocumentCodeList#894"`
4400
-
4401
- 894 Purchase Order Financing Request Cancellation.
4402
-
4403
- ### 895
4404
-
4405
- > **895**: `string` = `"unece:DocumentCodeList#895"`
4406
-
4407
- 895 Statistical document, export.
4408
-
4409
- ### 896
4410
-
4411
- > **896**: `string` = `"unece:DocumentCodeList#896"`
4412
-
4413
- 896 INTRASTAT declaration.
4414
-
4415
- ### 897
4416
-
4417
- > **897**: `string` = `"unece:DocumentCodeList#897"`
4418
-
4419
- 897 Transit certificate of approval.
4420
-
4421
- ### 898
4422
-
4423
- > **898**: `string` = `"unece:DocumentCodeList#898"`
4424
-
4425
- 898 Pre-packed cross docking consignment order.
4426
-
4427
- ### 899
4428
-
4429
- > **899**: `string` = `"unece:DocumentCodeList#899"`
4430
-
4431
- 899 Traceability event declaration.
4432
-
4433
- ### 9
4434
-
4435
- > **9**: `string` = `"unece:DocumentCodeList#9"`
4436
-
4437
- 9 Price/sales catalogue.
4438
-
4439
- ### 90
4440
-
4441
- > **90**: `string` = `"unece:DocumentCodeList#90"`
4442
-
4443
- 90 Meat food products sanitary certificate.
4444
-
4445
- ### 900
4446
-
4447
- > **900**: `string` = `"unece:DocumentCodeList#900"`
4448
-
4449
- 900 Sustainability data request.
4450
-
4451
- ### 901
4452
-
4453
- > **901**: `string` = `"unece:DocumentCodeList#901"`
4454
-
4455
- 901 Delivery verification certificate.
4456
-
4457
- ### 902
4458
-
4459
- > **902**: `string` = `"unece:DocumentCodeList#902"`
4460
-
4461
- 902 Sustainability data response.
4462
-
4463
- ### 903
4464
-
4465
- > **903**: `string` = `"unece:DocumentCodeList#903"`
4466
-
4467
- 903 Sustainability Inspection request.
4468
-
4469
- ### 904
4470
-
4471
- > **904**: `string` = `"unece:DocumentCodeList#904"`
4472
-
4473
- 904 Sustainability Inspection response.
4474
-
4475
- ### 905
4476
-
4477
- > **905**: `string` = `"unece:DocumentCodeList#905"`
4478
-
4479
- 905 Air Consignment Security Declaration.
4480
-
4481
- ### 91
4482
-
4483
- > **91**: `string` = `"unece:DocumentCodeList#91"`
4484
-
4485
- 91 Poultry sanitary certificate.
4486
-
4487
- ### 910
4488
-
4489
- > **910**: `string` = `"unece:DocumentCodeList#910"`
4490
-
4491
- 910 Import licence, application for.
4492
-
4493
- ### 911
4494
-
4495
- > **911**: `string` = `"unece:DocumentCodeList#911"`
4496
-
4497
- 911 Import licence.
4498
-
4499
- ### 913
4500
-
4501
- > **913**: `string` = `"unece:DocumentCodeList#913"`
4502
-
4503
- 913 Customs declaration without commercial detail.
4504
-
4505
- ### 914
4506
-
4507
- > **914**: `string` = `"unece:DocumentCodeList#914"`
4508
-
4509
- 914 Customs declaration with commercial and item detail.
4510
-
4511
- ### 915
4512
-
4513
- > **915**: `string` = `"unece:DocumentCodeList#915"`
4514
-
4515
- 915 Customs declaration without item detail.
4516
-
4517
- ### 916
4518
-
4519
- > **916**: `string` = `"unece:DocumentCodeList#916"`
4520
-
4521
- 916 Related document.
4522
-
4523
- ### 917
4524
-
4525
- > **917**: `string` = `"unece:DocumentCodeList#917"`
4526
-
4527
- 917 Receipt (Customs).
4528
-
4529
- ### 92
4530
-
4531
- > **92**: `string` = `"unece:DocumentCodeList#92"`
4532
-
4533
- 92 Horsemeat sanitary certificate.
4534
-
4535
- ### 925
4536
-
4537
- > **925**: `string` = `"unece:DocumentCodeList#925"`
4538
-
4539
- 925 Application for exchange allocation.
4540
-
4541
- ### 926
4542
-
4543
- > **926**: `string` = `"unece:DocumentCodeList#926"`
4544
-
4545
- 926 Foreign exchange permit.
4546
-
4547
- ### 927
4548
-
4549
- > **927**: `string` = `"unece:DocumentCodeList#927"`
4550
-
4551
- 927 Exchange control declaration (import).
4552
-
4553
- ### 929
4554
-
4555
- > **929**: `string` = `"unece:DocumentCodeList#929"`
4556
-
4557
- 929 Goods declaration for importation.
4558
-
4559
- ### 93
4560
-
4561
- > **93**: `string` = `"unece:DocumentCodeList#93"`
4562
-
4563
- 93 Casing sanitary certificate.
4564
-
4565
- ### 930
4566
-
4567
- > **930**: `string` = `"unece:DocumentCodeList#930"`
4568
-
4569
- 930 Goods declaration for home use.
4570
-
4571
- ### 931
4572
-
4573
- > **931**: `string` = `"unece:DocumentCodeList#931"`
4574
-
4575
- 931 Customs immediate release declaration.
4576
-
4577
- ### 932
4578
-
4579
- > **932**: `string` = `"unece:DocumentCodeList#932"`
4580
-
4581
- 932 Customs delivery note.
4582
-
4583
- ### 933
4584
-
4585
- > **933**: `string` = `"unece:DocumentCodeList#933"`
4586
-
4587
- 933 Cargo declaration (arrival).
4588
-
4589
- ### 934
4590
-
4591
- > **934**: `string` = `"unece:DocumentCodeList#934"`
4592
-
4593
- 934 Value declaration.
4594
-
4595
- ### 935
4596
-
4597
- > **935**: `string` = `"unece:DocumentCodeList#935"`
4598
-
4599
- 935 Customs invoice.
4600
-
4601
- ### 936
4602
-
4603
- > **936**: `string` = `"unece:DocumentCodeList#936"`
4604
-
4605
- 936 Customs declaration (post parcels).
4606
-
4607
- ### 937
4608
-
4609
- > **937**: `string` = `"unece:DocumentCodeList#937"`
4610
-
4611
- 937 Tax declaration (value added tax).
4612
-
4613
- ### 938
4614
-
4615
- > **938**: `string` = `"unece:DocumentCodeList#938"`
4616
-
4617
- 938 Tax declaration (general).
4618
-
4619
- ### 94
4620
-
4621
- > **94**: `string` = `"unece:DocumentCodeList#94"`
4622
-
4623
- 94 Pharmaceutical sanitary certificate.
4624
-
4625
- ### 940
4626
-
4627
- > **940**: `string` = `"unece:DocumentCodeList#940"`
4628
-
4629
- 940 Tax demand.
4630
-
4631
- ### 941
4632
-
4633
- > **941**: `string` = `"unece:DocumentCodeList#941"`
4634
-
4635
- 941 Embargo permit.
4636
-
4637
- ### 95
4638
-
4639
- > **95**: `string` = `"unece:DocumentCodeList#95"`
4640
-
4641
- 95 Inedible sanitary certificate.
4642
-
4643
- ### 950
4644
-
4645
- > **950**: `string` = `"unece:DocumentCodeList#950"`
4646
-
4647
- 950 Goods declaration for Customs transit.
4648
-
4649
- ### 951
4650
-
4651
- > **951**: `string` = `"unece:DocumentCodeList#951"`
4652
-
4653
- 951 TIF form.
4654
-
4655
- ### 952
4656
-
4657
- > **952**: `string` = `"unece:DocumentCodeList#952"`
4658
-
4659
- 952 TIR carnet.
4660
-
4661
- ### 953
4662
-
4663
- > **953**: `string` = `"unece:DocumentCodeList#953"`
4664
-
4665
- 953 EC carnet.
4666
-
4667
- ### 954
4668
-
4669
- > **954**: `string` = `"unece:DocumentCodeList#954"`
4670
-
4671
- 954 EUR 1 certificate of origin.
4672
-
4673
- ### 955
4674
-
4675
- > **955**: `string` = `"unece:DocumentCodeList#955"`
4676
-
4677
- 955 ATA carnet.
4678
-
4679
- ### 96
4680
-
4681
- > **96**: `string` = `"unece:DocumentCodeList#96"`
4682
-
4683
- 96 Impending arrival.
4684
-
4685
- ### 960
4686
-
4687
- > **960**: `string` = `"unece:DocumentCodeList#960"`
4688
-
4689
- 960 Single administrative document.
4690
-
4691
- ### 961
4692
-
4693
- > **961**: `string` = `"unece:DocumentCodeList#961"`
4694
-
4695
- 961 General response (Customs).
4696
-
4697
- ### 962
4698
-
4699
- > **962**: `string` = `"unece:DocumentCodeList#962"`
4700
-
4701
- 962 Document response (Customs).
4702
-
4703
- ### 963
4704
-
4705
- > **963**: `string` = `"unece:DocumentCodeList#963"`
4706
-
4707
- 963 Error response (Customs).
4708
-
4709
- ### 964
4710
-
4711
- > **964**: `string` = `"unece:DocumentCodeList#964"`
4712
-
4713
- 964 Package response (Customs).
4714
-
4715
- ### 965
4716
-
4717
- > **965**: `string` = `"unece:DocumentCodeList#965"`
4718
-
4719
- 965 Tax calculation/confirmation response (Customs).
4720
-
4721
- ### 966
4722
-
4723
- > **966**: `string` = `"unece:DocumentCodeList#966"`
4724
-
4725
- 966 Quota prior allocation certificate.
4726
-
4727
- ### 97
4728
-
4729
- > **97**: `string` = `"unece:DocumentCodeList#97"`
4730
-
4731
- 97 Means of transport advice.
4732
-
4733
- ### 970
4734
-
4735
- > **970**: `string` = `"unece:DocumentCodeList#970"`
4736
-
4737
- 970 Wagon report.
4738
-
4739
- ### 971
4740
-
4741
- > **971**: `string` = `"unece:DocumentCodeList#971"`
4742
-
4743
- 971 Transit Conveyor Document.
4744
-
4745
- ### 972
4746
-
4747
- > **972**: `string` = `"unece:DocumentCodeList#972"`
4748
-
4749
- 972 Rail consignment note forwarder copy.
4750
-
4751
- ### 974
4752
-
4753
- > **974**: `string` = `"unece:DocumentCodeList#974"`
4754
-
4755
- 974 Duty suspended goods.
4756
-
4757
- ### 975
4758
-
4759
- > **975**: `string` = `"unece:DocumentCodeList#975"`
4760
-
4761
- 975 Proof of transit declaration.
4762
-
4763
- ### 976
4764
-
4765
- > **976**: `string` = `"unece:DocumentCodeList#976"`
4766
-
4767
- 976 Container transfer note.
4768
-
4769
- ### 977
4770
-
4771
- > **977**: `string` = `"unece:DocumentCodeList#977"`
4772
-
4773
- 977 NATO transit document.
4774
-
4775
- ### 978
4776
-
4777
- > **978**: `string` = `"unece:DocumentCodeList#978"`
4778
-
4779
- 978 Transfrontier waste shipment authorization.
4780
-
4781
- ### 979
4782
-
4783
- > **979**: `string` = `"unece:DocumentCodeList#979"`
4784
-
4785
- 979 Transfrontier waste shipment movement document.
4786
-
4787
- ### 98
4788
-
4789
- > **98**: `string` = `"unece:DocumentCodeList#98"`
4790
-
4791
- 98 Arrival information.
4792
-
4793
- ### 99
4794
-
4795
- > **99**: `string` = `"unece:DocumentCodeList#99"`
4796
-
4797
- 99 Cargo release notification.
4798
-
4799
- ### 990
4800
-
4801
- > **990**: `string` = `"unece:DocumentCodeList#990"`
4802
-
4803
- 990 End use authorization.
4804
-
4805
- ### 991
4806
-
4807
- > **991**: `string` = `"unece:DocumentCodeList#991"`
4808
-
4809
- 991 Government contract.
4810
-
4811
- ### 995
4812
-
4813
- > **995**: `string` = `"unece:DocumentCodeList#995"`
4814
-
4815
- 995 Statistical document, import.
4816
-
4817
- ### 996
4818
-
4819
- > **996**: `string` = `"unece:DocumentCodeList#996"`
4820
-
4821
- 996 Application for documentary credit.
4822
-
4823
- ### 998
4824
-
4825
- > **998**: `string` = `"unece:DocumentCodeList#998"`
4826
-
4827
- 998 Previous Customs document/message.