@twin.org/standards-unece 0.0.1-next.23 → 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,813 +0,0 @@
1
- # Variable: TransportMeansTypeCodes
2
-
3
- > `const` **TransportMeansTypeCodes**: `object`
4
-
5
- A character string used to represent the transport means type.
6
- https://vocabulary.uncefact.org/TransportMeansTypeCodeList
7
- https://github.com/uncefact/vocabulary-outputs/blob/main/_data/transportmeanstypecodelist.json
8
-
9
- ## Type declaration
10
-
11
- ### 1501
12
-
13
- > **1501**: `string` = `"unece:TransportMeansTypeCodeList#1501"`
14
-
15
- 1501 Grain vessel.
16
-
17
- ### 1502
18
-
19
- > **1502**: `string` = `"unece:TransportMeansTypeCodeList#1502"`
20
-
21
- 1502 Timber/log carrier.
22
-
23
- ### 1503
24
-
25
- > **1503**: `string` = `"unece:TransportMeansTypeCodeList#1503"`
26
-
27
- 1503 Wood chips vessel.
28
-
29
- ### 1504
30
-
31
- > **1504**: `string` = `"unece:TransportMeansTypeCodeList#1504"`
32
-
33
- 1504 Steel products vessel.
34
-
35
- ### 1505
36
-
37
- > **1505**: `string` = `"unece:TransportMeansTypeCodeList#1505"`
38
-
39
- 1505 Carrier, general cargo/container.
40
-
41
- ### 1506
42
-
43
- > **1506**: `string` = `"unece:TransportMeansTypeCodeList#1506"`
44
-
45
- 1506 Temperature controlled cargo vessels.
46
-
47
- ### 1511
48
-
49
- > **1511**: `string` = `"unece:TransportMeansTypeCodeList#1511"`
50
-
51
- 1511 Full container ship/cellular vessel.
52
-
53
- ### 1512
54
-
55
- > **1512**: `string` = `"unece:TransportMeansTypeCodeList#1512"`
56
-
57
- 1512 RoRo vessel.
58
-
59
- ### 1513
60
-
61
- > **1513**: `string` = `"unece:TransportMeansTypeCodeList#1513"`
62
-
63
- 1513 Car carrier.
64
-
65
- ### 1514
66
-
67
- > **1514**: `string` = `"unece:TransportMeansTypeCodeList#1514"`
68
-
69
- 1514 Livestock carrier.
70
-
71
- ### 1515
72
-
73
- > **1515**: `string` = `"unece:TransportMeansTypeCodeList#1515"`
74
-
75
- 1515 Barge carrier - Lash ship.
76
-
77
- ### 1516
78
-
79
- > **1516**: `string` = `"unece:TransportMeansTypeCodeList#1516"`
80
-
81
- 1516 Chemical carrier.
82
-
83
- ### 1517
84
-
85
- > **1517**: `string` = `"unece:TransportMeansTypeCodeList#1517"`
86
-
87
- 1517 Irradiated fuel carrier.
88
-
89
- ### 1518
90
-
91
- > **1518**: `string` = `"unece:TransportMeansTypeCodeList#1518"`
92
-
93
- 1518 Heavy cargo vessel.
94
-
95
- ### 1519
96
-
97
- > **1519**: `string` = `"unece:TransportMeansTypeCodeList#1519"`
98
-
99
- 1519 RoRo/Container vessel.
100
-
101
- ### 1521
102
-
103
- > **1521**: `string` = `"unece:TransportMeansTypeCodeList#1521"`
104
-
105
- 1521 Dry bulk carrier.
106
-
107
- ### 1522
108
-
109
- > **1522**: `string` = `"unece:TransportMeansTypeCodeList#1522"`
110
-
111
- 1522 Ore carrier.
112
-
113
- ### 1523
114
-
115
- > **1523**: `string` = `"unece:TransportMeansTypeCodeList#1523"`
116
-
117
- 1523 Cement carrier.
118
-
119
- ### 1524
120
-
121
- > **1524**: `string` = `"unece:TransportMeansTypeCodeList#1524"`
122
-
123
- 1524 Gravel carrier.
124
-
125
- ### 1525
126
-
127
- > **1525**: `string` = `"unece:TransportMeansTypeCodeList#1525"`
128
-
129
- 1525 Coal carrier.
130
-
131
- ### 1531
132
-
133
- > **1531**: `string` = `"unece:TransportMeansTypeCodeList#1531"`
134
-
135
- 1531 Crude oil tanker.
136
-
137
- ### 1532
138
-
139
- > **1532**: `string` = `"unece:TransportMeansTypeCodeList#1532"`
140
-
141
- 1532 Chemical tanker, coaster.
142
-
143
- ### 1533
144
-
145
- > **1533**: `string` = `"unece:TransportMeansTypeCodeList#1533"`
146
-
147
- 1533 Chemical tanker, deep sea.
148
-
149
- ### 1534
150
-
151
- > **1534**: `string` = `"unece:TransportMeansTypeCodeList#1534"`
152
-
153
- 1534 Oil and other derivatives tanker.
154
-
155
- ### 1541
156
-
157
- > **1541**: `string` = `"unece:TransportMeansTypeCodeList#1541"`
158
-
159
- 1541 LPG tanker.
160
-
161
- ### 1542
162
-
163
- > **1542**: `string` = `"unece:TransportMeansTypeCodeList#1542"`
164
-
165
- 1542 LNG tanker.
166
-
167
- ### 1543
168
-
169
- > **1543**: `string` = `"unece:TransportMeansTypeCodeList#1543"`
170
-
171
- 1543 LNG/LPG tanker.
172
-
173
- ### 1551
174
-
175
- > **1551**: `string` = `"unece:TransportMeansTypeCodeList#1551"`
176
-
177
- 1551 Asphalt/bitumen tanker.
178
-
179
- ### 1552
180
-
181
- > **1552**: `string` = `"unece:TransportMeansTypeCodeList#1552"`
182
-
183
- 1552 Molasses tanker.
184
-
185
- ### 1553
186
-
187
- > **1553**: `string` = `"unece:TransportMeansTypeCodeList#1553"`
188
-
189
- 1553 Vegetable oil tanker.
190
-
191
- ### 1591
192
-
193
- > **1591**: `string` = `"unece:TransportMeansTypeCodeList#1591"`
194
-
195
- 1591 Cruise ship.
196
-
197
- ### 1592
198
-
199
- > **1592**: `string` = `"unece:TransportMeansTypeCodeList#1592"`
200
-
201
- 1592 Ferry.
202
-
203
- ### 1593
204
-
205
- > **1593**: `string` = `"unece:TransportMeansTypeCodeList#1593"`
206
-
207
- 1593 Other passenger ship.
208
-
209
- ### 1594
210
-
211
- > **1594**: `string` = `"unece:TransportMeansTypeCodeList#1594"`
212
-
213
- 1594 Passenger ship, sailing.
214
-
215
- ### 1601
216
-
217
- > **1601**: `string` = `"unece:TransportMeansTypeCodeList#1601"`
218
-
219
- 1601 Tug, without tow.
220
-
221
- ### 1602
222
-
223
- > **1602**: `string` = `"unece:TransportMeansTypeCodeList#1602"`
224
-
225
- 1602 Tug, with tow.
226
-
227
- ### 1603
228
-
229
- > **1603**: `string` = `"unece:TransportMeansTypeCodeList#1603"`
230
-
231
- 1603 Salvage vessel.
232
-
233
- ### 1604
234
-
235
- > **1604**: `string` = `"unece:TransportMeansTypeCodeList#1604"`
236
-
237
- 1604 Rescue vessel.
238
-
239
- ### 1605
240
-
241
- > **1605**: `string` = `"unece:TransportMeansTypeCodeList#1605"`
242
-
243
- 1605 Oil combat vessel.
244
-
245
- ### 1606
246
-
247
- > **1606**: `string` = `"unece:TransportMeansTypeCodeList#1606"`
248
-
249
- 1606 Oil rig.
250
-
251
- ### 1607
252
-
253
- > **1607**: `string` = `"unece:TransportMeansTypeCodeList#1607"`
254
-
255
- 1607 Hospital vessel.
256
-
257
- ### 1711
258
-
259
- > **1711**: `string` = `"unece:TransportMeansTypeCodeList#1711"`
260
-
261
- 1711 Pilot boat.
262
-
263
- ### 1712
264
-
265
- > **1712**: `string` = `"unece:TransportMeansTypeCodeList#1712"`
266
-
267
- 1712 Patrol/measure ship.
268
-
269
- ### 1721
270
-
271
- > **1721**: `string` = `"unece:TransportMeansTypeCodeList#1721"`
272
-
273
- 1721 Supply vessel.
274
-
275
- ### 1723
276
-
277
- > **1723**: `string` = `"unece:TransportMeansTypeCodeList#1723"`
278
-
279
- 1723 Offshore support vessel.
280
-
281
- ### 1724
282
-
283
- > **1724**: `string` = `"unece:TransportMeansTypeCodeList#1724"`
284
-
285
- 1724 Pontoon.
286
-
287
- ### 1725
288
-
289
- > **1725**: `string` = `"unece:TransportMeansTypeCodeList#1725"`
290
-
291
- 1725 Stone dumping vessel.
292
-
293
- ### 1726
294
-
295
- > **1726**: `string` = `"unece:TransportMeansTypeCodeList#1726"`
296
-
297
- 1726 Cable layer.
298
-
299
- ### 1727
300
-
301
- > **1727**: `string` = `"unece:TransportMeansTypeCodeList#1727"`
302
-
303
- 1727 Buoyage vessel.
304
-
305
- ### 1728
306
-
307
- > **1728**: `string` = `"unece:TransportMeansTypeCodeList#1728"`
308
-
309
- 1728 Icebreaker.
310
-
311
- ### 1729
312
-
313
- > **1729**: `string` = `"unece:TransportMeansTypeCodeList#1729"`
314
-
315
- 1729 Pipelaying vessel.
316
-
317
- ### 1751
318
-
319
- > **1751**: `string` = `"unece:TransportMeansTypeCodeList#1751"`
320
-
321
- 1751 Trawler.
322
-
323
- ### 1752
324
-
325
- > **1752**: `string` = `"unece:TransportMeansTypeCodeList#1752"`
326
-
327
- 1752 Cutter.
328
-
329
- ### 1753
330
-
331
- > **1753**: `string` = `"unece:TransportMeansTypeCodeList#1753"`
332
-
333
- 1753 Factory ship.
334
-
335
- ### 1761
336
-
337
- > **1761**: `string` = `"unece:TransportMeansTypeCodeList#1761"`
338
-
339
- 1761 Fishery research vessel.
340
-
341
- ### 1762
342
-
343
- > **1762**: `string` = `"unece:TransportMeansTypeCodeList#1762"`
344
-
345
- 1762 Climate registration vessel.
346
-
347
- ### 1763
348
-
349
- > **1763**: `string` = `"unece:TransportMeansTypeCodeList#1763"`
350
-
351
- 1763 Ship for environmental measurement.
352
-
353
- ### 1764
354
-
355
- > **1764**: `string` = `"unece:TransportMeansTypeCodeList#1764"`
356
-
357
- 1764 Scientific vessel.
358
-
359
- ### 1765
360
-
361
- > **1765**: `string` = `"unece:TransportMeansTypeCodeList#1765"`
362
-
363
- 1765 Sailing school ship.
364
-
365
- ### 1766
366
-
367
- > **1766**: `string` = `"unece:TransportMeansTypeCodeList#1766"`
368
-
369
- 1766 Training vessel.
370
-
371
- ### 1781
372
-
373
- > **1781**: `string` = `"unece:TransportMeansTypeCodeList#1781"`
374
-
375
- 1781 Crane, floating.
376
-
377
- ### 1782
378
-
379
- > **1782**: `string` = `"unece:TransportMeansTypeCodeList#1782"`
380
-
381
- 1782 Dock, floating.
382
-
383
- ### 2201
384
-
385
- > **2201**: `string` = `"unece:TransportMeansTypeCodeList#2201"`
386
-
387
- 2201 Train, super express.
388
-
389
- ### 2202
390
-
391
- > **2202**: `string` = `"unece:TransportMeansTypeCodeList#2202"`
392
-
393
- 2202 Train, sleeper.
394
-
395
- ### 2203
396
-
397
- > **2203**: `string` = `"unece:TransportMeansTypeCodeList#2203"`
398
-
399
- 2203 Train, passenger, hired group.
400
-
401
- ### 2301
402
-
403
- > **2301**: `string` = `"unece:TransportMeansTypeCodeList#2301"`
404
-
405
- 2301 Blocktrain.
406
-
407
- ### 2302
408
-
409
- > **2302**: `string` = `"unece:TransportMeansTypeCodeList#2302"`
410
-
411
- 2302 Train, container.
412
-
413
- ### 2303
414
-
415
- > **2303**: `string` = `"unece:TransportMeansTypeCodeList#2303"`
416
-
417
- 2303 Train, with one wagon.
418
-
419
- ### 2304
420
-
421
- > **2304**: `string` = `"unece:TransportMeansTypeCodeList#2304"`
422
-
423
- 2304 Train, with more than one and less than 20 wagons.
424
-
425
- ### 2305
426
-
427
- > **2305**: `string` = `"unece:TransportMeansTypeCodeList#2305"`
428
-
429
- 2305 Train, with more than 20 wagons.
430
-
431
- ### 3100
432
-
433
- > **3100**: `string` = `"unece:TransportMeansTypeCodeList#3100"`
434
-
435
- 3100 Truck, tautliner with removal trailer.
436
-
437
- ### 3101
438
-
439
- > **3101**: `string` = `"unece:TransportMeansTypeCodeList#3101"`
440
-
441
- 3101 Truck, tautliner with removable roof and removal trailer.
442
-
443
- ### 3102
444
-
445
- > **3102**: `string` = `"unece:TransportMeansTypeCodeList#3102"`
446
-
447
- 3102 Car, with caravan.
448
-
449
- ### 3103
450
-
451
- > **3103**: `string` = `"unece:TransportMeansTypeCodeList#3103"`
452
-
453
- 3103 Truck, tautliner, 25 tonne.
454
-
455
- ### 3104
456
-
457
- > **3104**: `string` = `"unece:TransportMeansTypeCodeList#3104"`
458
-
459
- 3104 Truck, tautliner, 25 tonne with removable roof.
460
-
461
- ### 3105
462
-
463
- > **3105**: `string` = `"unece:TransportMeansTypeCodeList#3105"`
464
-
465
- 3105 Lorry, articulated, flat bed, 25 tonne.
466
-
467
- ### 3106
468
-
469
- > **3106**: `string` = `"unece:TransportMeansTypeCodeList#3106"`
470
-
471
- 3106 Lorry, articulated, flat bed, 24 tonne, with 10 metre crane.
472
-
473
- ### 3107
474
-
475
- > **3107**: `string` = `"unece:TransportMeansTypeCodeList#3107"`
476
-
477
- 3107 Lorry, articulated, flat bed, 24 tonne, with 15 metre crane.
478
-
479
- ### 3108
480
-
481
- > **3108**: `string` = `"unece:TransportMeansTypeCodeList#3108"`
482
-
483
- 3108 Lorry, articulated, flat bed, 24 tonne, with 18 metre crane.
484
-
485
- ### 3109
486
-
487
- > **3109**: `string` = `"unece:TransportMeansTypeCodeList#3109"`
488
-
489
- 3109 Lorry, articulated, flat bed, 10 tonne.
490
-
491
- ### 3110
492
-
493
- > **3110**: `string` = `"unece:TransportMeansTypeCodeList#3110"`
494
-
495
- 3110 Truck, tautliner, 25 tonne, with 90 cubic metre trailer.
496
-
497
- ### 3111
498
-
499
- > **3111**: `string` = `"unece:TransportMeansTypeCodeList#3111"`
500
-
501
- 3111 Truck, tautliner, 25 tonne, with 120 cubic metre trailer.
502
-
503
- ### 3112
504
-
505
- > **3112**: `string` = `"unece:TransportMeansTypeCodeList#3112"`
506
-
507
- 3112 Lorry, flat with trailer and 10 metre crane.
508
-
509
- ### 3113
510
-
511
- > **3113**: `string` = `"unece:TransportMeansTypeCodeList#3113"`
512
-
513
- 3113 Lorry, articulated with tank.
514
-
515
- ### 3114
516
-
517
- > **3114**: `string` = `"unece:TransportMeansTypeCodeList#3114"`
518
-
519
- 3114 Lorry, flat, 15 tonne.
520
-
521
- ### 3115
522
-
523
- > **3115**: `string` = `"unece:TransportMeansTypeCodeList#3115"`
524
-
525
- 3115 Lorry, flat, 15 tonne with crane.
526
-
527
- ### 3116
528
-
529
- > **3116**: `string` = `"unece:TransportMeansTypeCodeList#3116"`
530
-
531
- 3116 Truck, isothermic.
532
-
533
- ### 3117
534
-
535
- > **3117**: `string` = `"unece:TransportMeansTypeCodeList#3117"`
536
-
537
- 3117 Truck, refrigerated.
538
-
539
- ### 3118
540
-
541
- > **3118**: `string` = `"unece:TransportMeansTypeCodeList#3118"`
542
-
543
- 3118 Van, freezer.
544
-
545
- ### 3119
546
-
547
- > **3119**: `string` = `"unece:TransportMeansTypeCodeList#3119"`
548
-
549
- 3119 Van, isothermic.
550
-
551
- ### 3120
552
-
553
- > **3120**: `string` = `"unece:TransportMeansTypeCodeList#3120"`
554
-
555
- 3120 Van, refrigerated.
556
-
557
- ### 3121
558
-
559
- > **3121**: `string` = `"unece:TransportMeansTypeCodeList#3121"`
560
-
561
- 3121 Truck, bulk.
562
-
563
- ### 3122
564
-
565
- > **3122**: `string` = `"unece:TransportMeansTypeCodeList#3122"`
566
-
567
- 3122 Truck, tip-up.
568
-
569
- ### 3123
570
-
571
- > **3123**: `string` = `"unece:TransportMeansTypeCodeList#3123"`
572
-
573
- 3123 Truck, articulated, tip-up.
574
-
575
- ### 3124
576
-
577
- > **3124**: `string` = `"unece:TransportMeansTypeCodeList#3124"`
578
-
579
- 3124 Truck, rigid, with tank.
580
-
581
- ### 3125
582
-
583
- > **3125**: `string` = `"unece:TransportMeansTypeCodeList#3125"`
584
-
585
- 3125 Truck, tautliner.
586
-
587
- ### 3126
588
-
589
- > **3126**: `string` = `"unece:TransportMeansTypeCodeList#3126"`
590
-
591
- 3126 Truck, tautliner, with removable roof.
592
-
593
- ### 3127
594
-
595
- > **3127**: `string` = `"unece:TransportMeansTypeCodeList#3127"`
596
-
597
- 3127 Truck, with opening floor.
598
-
599
- ### 3128
600
-
601
- > **3128**: `string` = `"unece:TransportMeansTypeCodeList#3128"`
602
-
603
- 3128 Truck, freezer.
604
-
605
- ### 3129
606
-
607
- > **3129**: `string` = `"unece:TransportMeansTypeCodeList#3129"`
608
-
609
- 3129 Truck, with crane for moving goods, without trailer.
610
-
611
- ### 3130
612
-
613
- > **3130**: `string` = `"unece:TransportMeansTypeCodeList#3130"`
614
-
615
- 3130 Truck, with crane for moving goods, with trailer.
616
-
617
- ### 3131
618
-
619
- > **3131**: `string` = `"unece:TransportMeansTypeCodeList#3131"`
620
-
621
- 3131 Truck, with crane for lifting goods, without trailer.
622
-
623
- ### 3132
624
-
625
- > **3132**: `string` = `"unece:TransportMeansTypeCodeList#3132"`
626
-
627
- 3132 Truck, with crane for lifting goods, with trailer.
628
-
629
- ### 3133
630
-
631
- > **3133**: `string` = `"unece:TransportMeansTypeCodeList#3133"`
632
-
633
- 3133 Taxi cab.
634
-
635
- ### 3134
636
-
637
- > **3134**: `string` = `"unece:TransportMeansTypeCodeList#3134"`
638
-
639
- 3134 Truck, furniture.
640
-
641
- ### 3135
642
-
643
- > **3135**: `string` = `"unece:TransportMeansTypeCodeList#3135"`
644
-
645
- 3135 Truck, hydrant.
646
-
647
- ### 3136
648
-
649
- > **3136**: `string` = `"unece:TransportMeansTypeCodeList#3136"`
650
-
651
- 3136 Car.
652
-
653
- ### 3137
654
-
655
- > **3137**: `string` = `"unece:TransportMeansTypeCodeList#3137"`
656
-
657
- 3137 Truck, with tail-lift.
658
-
659
- ### 3138
660
-
661
- > **3138**: `string` = `"unece:TransportMeansTypeCodeList#3138"`
662
-
663
- 3138 Armoured vehicle.
664
-
665
- ### 3201
666
-
667
- > **3201**: `string` = `"unece:TransportMeansTypeCodeList#3201"`
668
-
669
- 3201 Car, elevator.
670
-
671
- ### 3301
672
-
673
- > **3301**: `string` = `"unece:TransportMeansTypeCodeList#3301"`
674
-
675
- 3301 Bus, with trailer.
676
-
677
- ### 3302
678
-
679
- > **3302**: `string` = `"unece:TransportMeansTypeCodeList#3302"`
680
-
681
- 3302 Bus, highway.
682
-
683
- ### 3303
684
-
685
- > **3303**: `string` = `"unece:TransportMeansTypeCodeList#3303"`
686
-
687
- 3303 Bus, sightseeing.
688
-
689
- ### 3304
690
-
691
- > **3304**: `string` = `"unece:TransportMeansTypeCodeList#3304"`
692
-
693
- 3304 Bus, airport/city.
694
-
695
- ### 4000
696
-
697
- > **4000**: `string` = `"unece:TransportMeansTypeCodeList#4000"`
698
-
699
- 4000 Aircraft, type unknown.
700
-
701
- ### 5000
702
-
703
- > **5000**: `string` = `"unece:TransportMeansTypeCodeList#5000"`
704
-
705
- 5000 Mail, type unknown.
706
-
707
- ### 8021
708
-
709
- > **8021**: `string` = `"unece:TransportMeansTypeCodeList#8021"`
710
-
711
- 8021 Motor tanker, liquid cargo, type N.
712
-
713
- ### 8022
714
-
715
- > **8022**: `string` = `"unece:TransportMeansTypeCodeList#8022"`
716
-
717
- 8022 Motor tanker, liquid cargo, type C.
718
-
719
- ### 8023
720
-
721
- > **8023**: `string` = `"unece:TransportMeansTypeCodeList#8023"`
722
-
723
- 8023 Motor tanker, dry cargo.
724
-
725
- ### 8161
726
-
727
- > **8161**: `string` = `"unece:TransportMeansTypeCodeList#8161"`
728
-
729
- 8161 Tank barge, liquid cargo, type N.
730
-
731
- ### 8162
732
-
733
- > **8162**: `string` = `"unece:TransportMeansTypeCodeList#8162"`
734
-
735
- 8162 Tank barge, liquid cargo, type C.
736
-
737
- ### 8163
738
-
739
- > **8163**: `string` = `"unece:TransportMeansTypeCodeList#8163"`
740
-
741
- 8163 Tank barge, dry cargo.
742
-
743
- ### 8441
744
-
745
- > **8441**: `string` = `"unece:TransportMeansTypeCodeList#8441"`
746
-
747
- 8441 Ferry.
748
-
749
- ### 8442
750
-
751
- > **8442**: `string` = `"unece:TransportMeansTypeCodeList#8442"`
752
-
753
- 8442 Red cross ship.
754
-
755
- ### 8443
756
-
757
- > **8443**: `string` = `"unece:TransportMeansTypeCodeList#8443"`
758
-
759
- 8443 Cruise ship.
760
-
761
- ### 8444
762
-
763
- > **8444**: `string` = `"unece:TransportMeansTypeCodeList#8444"`
764
-
765
- 8444 Passenger ship without accommodation.
766
-
767
- ### 8445
768
-
769
- > **8445**: `string` = `"unece:TransportMeansTypeCodeList#8445"`
770
-
771
- 8445 Day-trip high speed vessel.
772
-
773
- ### 8446
774
-
775
- > **8446**: `string` = `"unece:TransportMeansTypeCodeList#8446"`
776
-
777
- 8446 Day-trip hydrofoil vessel.
778
-
779
- ### 8447
780
-
781
- > **8447**: `string` = `"unece:TransportMeansTypeCodeList#8447"`
782
-
783
- 8447 Sailing cruise ship.
784
-
785
- ### 8448
786
-
787
- > **8448**: `string` = `"unece:TransportMeansTypeCodeList#8448"`
788
-
789
- 8448 Sailing passenger ship without accommodation.
790
-
791
- ### 8451
792
-
793
- > **8451**: `string` = `"unece:TransportMeansTypeCodeList#8451"`
794
-
795
- 8451 Service vessel.
796
-
797
- ### 8452
798
-
799
- > **8452**: `string` = `"unece:TransportMeansTypeCodeList#8452"`
800
-
801
- 8452 Police patrol vessel.
802
-
803
- ### 8453
804
-
805
- > **8453**: `string` = `"unece:TransportMeansTypeCodeList#8453"`
806
-
807
- 8453 Port service vessel.
808
-
809
- ### 8454
810
-
811
- > **8454**: `string` = `"unece:TransportMeansTypeCodeList#8454"`
812
-
813
- 8454 Navigation surveillance vessel.