@twin.org/standards-unece 0.0.1-next.23 → 0.0.1-next.25

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