@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.
- package/dist/cjs/index.cjs +4113 -4080
- package/dist/esm/index.mjs +4092 -4059
- package/dist/types/codeTypes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +182 -182
- package/dist/types/codeTypes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +251 -251
- package/dist/types/codeTypes/uneceDocumentCodes.d.ts +3225 -0
- package/dist/types/codeTypes/uneceDocumentStatusCodes.d.ts +189 -0
- package/dist/types/codeTypes/uneceGovernmentActionCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceReferenceCodes.d.ts +3281 -0
- package/dist/types/codeTypes/uneceResponsibleGovernmentAgencyCodes.d.ts +89 -0
- package/dist/types/codeTypes/uneceStatusCodes.d.ts +1417 -0
- package/dist/types/codeTypes/uneceTransportMeansTypeCodes.d.ts +549 -0
- package/dist/types/codeTypes/uneceTransportModeCodes.d.ts +53 -0
- package/dist/types/codeTypes/uneceWorkflowStatusCodes.d.ts +109 -0
- package/dist/types/codes/{amountCurrencyCodes.d.ts → uneceAmountCurrencyCodes.d.ts} +1 -1
- package/dist/types/codes/{countryIdCodes.d.ts → uneceCountryIdCodes.d.ts} +1 -1
- package/dist/types/codes/{documentCodes.d.ts → uneceDocumentCodes.d.ts} +1 -1
- package/dist/types/codes/{documentStatusCodes.d.ts → uneceDocumentStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{governmentActionCodes.d.ts → uneceGovernmentActionCodes.d.ts} +1 -1
- package/dist/types/codes/{referenceCodes.d.ts → uneceReferenceCodes.d.ts} +1 -1
- package/dist/types/codes/{responsibleGovernmentAgencyCodes.d.ts → uneceResponsibleGovernmentAgencyCodes.d.ts} +1 -1
- package/dist/types/codes/{statusCodes.d.ts → uneceStatusCodes.d.ts} +1 -1
- package/dist/types/codes/{transportMeansTypeCodes.d.ts → uneceTransportMeansTypeCodes.d.ts} +1 -1
- package/dist/types/codes/{transportModeCodes.d.ts → uneceTransportModeCodes.d.ts} +1 -1
- package/dist/types/codes/{workflowStatusCodes.d.ts → uneceWorkflowStatusCodes.d.ts} +1 -1
- package/dist/types/index.d.ts +22 -22
- package/docs/changelog.md +1 -1
- package/docs/reference/index.md +33 -33
- package/docs/reference/type-aliases/UneceAmountCurrencyCodes.md +7 -0
- package/docs/reference/type-aliases/{CountryIdCodes.md → UneceCountryIdCodes.md} +2 -2
- package/docs/reference/type-aliases/{DocumentCodes.md → UneceDocumentCodes.md} +2 -2
- package/docs/reference/type-aliases/UneceDocumentStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceGovernmentActionCodes.md +7 -0
- package/docs/reference/type-aliases/UneceReferenceCodes.md +7 -0
- package/docs/reference/type-aliases/UneceResponsibleGovernmentAgencyCodes.md +7 -0
- package/docs/reference/type-aliases/UneceStatusCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportMeansTypeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceTransportModeCodes.md +7 -0
- package/docs/reference/type-aliases/UneceWorkflowStatusCodes.md +7 -0
- package/docs/reference/variables/{AMOUNT_CURRENCY_CODES.md → UNECE_AMOUNT_CURRENCY_CODES.md} +2 -2
- package/docs/reference/variables/{COUNTRY_ID_CODES.md → UNECE_COUNTRY_ID_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_CODES.md → UNECE_DOCUMENT_CODES.md} +2 -2
- package/docs/reference/variables/{DOCUMENT_STATUS_CODES.md → UNECE_DOCUMENT_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{GOVERNMENT_ACTION_CODES.md → UNECE_GOVERNMENT_ACTION_CODES.md} +2 -2
- package/docs/reference/variables/{REFERENCE_CODES.md → UNECE_REFERENCE_CODES.md} +2 -2
- package/docs/reference/variables/{RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md → UNECE_RESPONSIBLE_GOVERNMENT_AGENCY_CODES.md} +2 -2
- package/docs/reference/variables/{STATUS_CODES.md → UNECE_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MEANS_TYPE_CODES.md → UNECE_TRANSPORT_MEANS_TYPE_CODES.md} +2 -2
- package/docs/reference/variables/{TRANSPORT_MODE_CODES.md → UNECE_TRANSPORT_MODE_CODES.md} +2 -2
- package/docs/reference/variables/{WORKFLOW_STATUS_CODES.md → UNECE_WORKFLOW_STATUS_CODES.md} +2 -2
- package/docs/reference/variables/{AmountCurrencyCodes.md → UneceAmountCurrencyCodes.md} +182 -182
- package/docs/reference/variables/{CountryIdCodes.md → UneceCountryIdCodes.md} +251 -251
- package/docs/reference/variables/UneceDocumentCodes.md +4827 -0
- package/docs/reference/variables/UneceDocumentStatusCodes.md +273 -0
- package/docs/reference/variables/UneceGovernmentActionCodes.md +69 -0
- package/docs/reference/variables/{ReferenceCodes.md → UneceReferenceCodes.md} +819 -819
- package/docs/reference/variables/UneceResponsibleGovernmentAgencyCodes.md +123 -0
- package/docs/reference/variables/UneceStatusCodes.md +2115 -0
- package/docs/reference/variables/UneceTransportMeansTypeCodes.md +813 -0
- package/docs/reference/variables/UneceTransportModeCodes.md +69 -0
- package/docs/reference/variables/UneceWorkflowStatusCodes.md +153 -0
- package/package.json +1 -1
- package/dist/types/codeTypes/documentCodes.d.ts +0 -3225
- package/dist/types/codeTypes/documentStatusCodes.d.ts +0 -189
- package/dist/types/codeTypes/governmentActionCodes.d.ts +0 -53
- package/dist/types/codeTypes/referenceCodes.d.ts +0 -3281
- package/dist/types/codeTypes/responsibleGovernmentAgencyCodes.d.ts +0 -89
- package/dist/types/codeTypes/statusCodes.d.ts +0 -1417
- package/dist/types/codeTypes/transportMeansTypeCodes.d.ts +0 -549
- package/dist/types/codeTypes/transportModeCodes.d.ts +0 -53
- package/dist/types/codeTypes/workflowStatusCodes.d.ts +0 -109
- package/docs/reference/type-aliases/AmountCurrencyCodes.md +0 -7
- package/docs/reference/type-aliases/DocumentStatusCodes.md +0 -7
- package/docs/reference/type-aliases/GovernmentActionCodes.md +0 -7
- package/docs/reference/type-aliases/ReferenceCodes.md +0 -7
- package/docs/reference/type-aliases/ResponsibleGovernmentAgencyCodes.md +0 -7
- package/docs/reference/type-aliases/StatusCodes.md +0 -7
- package/docs/reference/type-aliases/TransportMeansTypeCodes.md +0 -7
- package/docs/reference/type-aliases/TransportModeCodes.md +0 -7
- package/docs/reference/type-aliases/WorkflowStatusCodes.md +0 -7
- package/docs/reference/variables/DocumentCodes.md +0 -4827
- package/docs/reference/variables/DocumentStatusCodes.md +0 -273
- package/docs/reference/variables/GovernmentActionCodes.md +0 -69
- package/docs/reference/variables/ResponsibleGovernmentAgencyCodes.md +0 -123
- package/docs/reference/variables/StatusCodes.md +0 -2115
- package/docs/reference/variables/TransportMeansTypeCodes.md +0 -813
- package/docs/reference/variables/TransportModeCodes.md +0 -69
- package/docs/reference/variables/WorkflowStatusCodes.md +0 -153
|
@@ -0,0 +1,2115 @@
|
|
|
1
|
+
# Variable: UneceStatusCodes
|
|
2
|
+
|
|
3
|
+
> `const` **UneceStatusCodes**: `object`
|
|
4
|
+
|
|
5
|
+
A character string used to represent a status.
|
|
6
|
+
https://vocabulary.uncefact.org/StatusCodeList
|
|
7
|
+
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/statuscodelist.json
|
|
8
|
+
|
|
9
|
+
## Type declaration
|
|
10
|
+
|
|
11
|
+
### ToBeDone
|
|
12
|
+
|
|
13
|
+
> **ToBeDone**: `string` = `"unece:StatusCodeList#1"`
|
|
14
|
+
|
|
15
|
+
To be done: 1.
|
|
16
|
+
|
|
17
|
+
### 0DayAvailable
|
|
18
|
+
|
|
19
|
+
> **0DayAvailable**: `string` = `"unece:StatusCodeList#10"`
|
|
20
|
+
|
|
21
|
+
0 day available: 10.
|
|
22
|
+
|
|
23
|
+
### Satisfied
|
|
24
|
+
|
|
25
|
+
> **Satisfied**: `string` = `"unece:StatusCodeList#100"`
|
|
26
|
+
|
|
27
|
+
Satisfied: 100.
|
|
28
|
+
|
|
29
|
+
### SetAside
|
|
30
|
+
|
|
31
|
+
> **SetAside**: `string` = `"unece:StatusCodeList#101"`
|
|
32
|
+
|
|
33
|
+
Set aside: 101.
|
|
34
|
+
|
|
35
|
+
### Settled
|
|
36
|
+
|
|
37
|
+
> **Settled**: `string` = `"unece:StatusCodeList#102"`
|
|
38
|
+
|
|
39
|
+
Settled: 102.
|
|
40
|
+
|
|
41
|
+
### SettledOutOfCourt
|
|
42
|
+
|
|
43
|
+
> **SettledOutOfCourt**: `string` = `"unece:StatusCodeList#103"`
|
|
44
|
+
|
|
45
|
+
Settled out of court: 103.
|
|
46
|
+
|
|
47
|
+
### Stayed
|
|
48
|
+
|
|
49
|
+
> **Stayed**: `string` = `"unece:StatusCodeList#104"`
|
|
50
|
+
|
|
51
|
+
Stayed: 104.
|
|
52
|
+
|
|
53
|
+
### Terminated
|
|
54
|
+
|
|
55
|
+
> **Terminated**: `string` = `"unece:StatusCodeList#105"`
|
|
56
|
+
|
|
57
|
+
Terminated: 105.
|
|
58
|
+
|
|
59
|
+
### Arranged
|
|
60
|
+
|
|
61
|
+
> **Arranged**: `string` = `"unece:StatusCodeList#106"`
|
|
62
|
+
|
|
63
|
+
Arranged: 106.
|
|
64
|
+
|
|
65
|
+
### NotArranged
|
|
66
|
+
|
|
67
|
+
> **NotArranged**: `string` = `"unece:StatusCodeList#107"`
|
|
68
|
+
|
|
69
|
+
Not arranged: 107.
|
|
70
|
+
|
|
71
|
+
### InstructedToStart
|
|
72
|
+
|
|
73
|
+
> **InstructedToStart**: `string` = `"unece:StatusCodeList#108"`
|
|
74
|
+
|
|
75
|
+
Instructed to start: 108.
|
|
76
|
+
|
|
77
|
+
### InstructedToStop
|
|
78
|
+
|
|
79
|
+
> **InstructedToStop**: `string` = `"unece:StatusCodeList#109"`
|
|
80
|
+
|
|
81
|
+
Instructed to stop: 109.
|
|
82
|
+
|
|
83
|
+
### 1DayAvailable
|
|
84
|
+
|
|
85
|
+
> **1DayAvailable**: `string` = `"unece:StatusCodeList#11"`
|
|
86
|
+
|
|
87
|
+
1 day available: 11.
|
|
88
|
+
|
|
89
|
+
### StockQuantityCorrected
|
|
90
|
+
|
|
91
|
+
> **StockQuantityCorrected**: `string` = `"unece:StatusCodeList#110"`
|
|
92
|
+
|
|
93
|
+
Stock quantity corrected: 110.
|
|
94
|
+
|
|
95
|
+
### Inactive
|
|
96
|
+
|
|
97
|
+
> **Inactive**: `string` = `"unece:StatusCodeList#111"`
|
|
98
|
+
|
|
99
|
+
Inactive: 111.
|
|
100
|
+
|
|
101
|
+
### Active
|
|
102
|
+
|
|
103
|
+
> **Active**: `string` = `"unece:StatusCodeList#112"`
|
|
104
|
+
|
|
105
|
+
Active: 112.
|
|
106
|
+
|
|
107
|
+
### IncompleteData
|
|
108
|
+
|
|
109
|
+
> **IncompleteData**: `string` = `"unece:StatusCodeList#113"`
|
|
110
|
+
|
|
111
|
+
Incomplete data: 113.
|
|
112
|
+
|
|
113
|
+
### BookedWhenOverbooked
|
|
114
|
+
|
|
115
|
+
> **BookedWhenOverbooked**: `string` = `"unece:StatusCodeList#114"`
|
|
116
|
+
|
|
117
|
+
Booked when overbooked: 114.
|
|
118
|
+
|
|
119
|
+
### Provisional
|
|
120
|
+
|
|
121
|
+
> **Provisional**: `string` = `"unece:StatusCodeList#115"`
|
|
122
|
+
|
|
123
|
+
Provisional: 115.
|
|
124
|
+
|
|
125
|
+
### Ticketed
|
|
126
|
+
|
|
127
|
+
> **Ticketed**: `string` = `"unece:StatusCodeList#116"`
|
|
128
|
+
|
|
129
|
+
Ticketed: 116.
|
|
130
|
+
|
|
131
|
+
### Washed
|
|
132
|
+
|
|
133
|
+
> **Washed**: `string` = `"unece:StatusCodeList#117"`
|
|
134
|
+
|
|
135
|
+
Washed: 117.
|
|
136
|
+
|
|
137
|
+
### Unwashed
|
|
138
|
+
|
|
139
|
+
> **Unwashed**: `string` = `"unece:StatusCodeList#118"`
|
|
140
|
+
|
|
141
|
+
Unwashed: 118.
|
|
142
|
+
|
|
143
|
+
### OutOfDate
|
|
144
|
+
|
|
145
|
+
> **OutOfDate**: `string` = `"unece:StatusCodeList#119"`
|
|
146
|
+
|
|
147
|
+
Out of date: 119.
|
|
148
|
+
|
|
149
|
+
### 2DaysAvailable
|
|
150
|
+
|
|
151
|
+
> **2DaysAvailable**: `string` = `"unece:StatusCodeList#12"`
|
|
152
|
+
|
|
153
|
+
2 days available: 12.
|
|
154
|
+
|
|
155
|
+
### Alternative
|
|
156
|
+
|
|
157
|
+
> **Alternative**: `string` = `"unece:StatusCodeList#120"`
|
|
158
|
+
|
|
159
|
+
Alternative: 120.
|
|
160
|
+
|
|
161
|
+
### Complete
|
|
162
|
+
|
|
163
|
+
> **Complete**: `string` = `"unece:StatusCodeList#121"`
|
|
164
|
+
|
|
165
|
+
Complete: 121.
|
|
166
|
+
|
|
167
|
+
### Partial
|
|
168
|
+
|
|
169
|
+
> **Partial**: `string` = `"unece:StatusCodeList#122"`
|
|
170
|
+
|
|
171
|
+
Partial: 122.
|
|
172
|
+
|
|
173
|
+
### Contracted
|
|
174
|
+
|
|
175
|
+
> **Contracted**: `string` = `"unece:StatusCodeList#123"`
|
|
176
|
+
|
|
177
|
+
Contracted: 123.
|
|
178
|
+
|
|
179
|
+
### TechnicallyLimited
|
|
180
|
+
|
|
181
|
+
> **TechnicallyLimited**: `string` = `"unece:StatusCodeList#124"`
|
|
182
|
+
|
|
183
|
+
Technically limited: 124.
|
|
184
|
+
|
|
185
|
+
### Adjusted
|
|
186
|
+
|
|
187
|
+
> **Adjusted**: `string` = `"unece:StatusCodeList#125"`
|
|
188
|
+
|
|
189
|
+
Adjusted: 125.
|
|
190
|
+
|
|
191
|
+
### ExpectedDelivery
|
|
192
|
+
|
|
193
|
+
> **ExpectedDelivery**: `string` = `"unece:StatusCodeList#126"`
|
|
194
|
+
|
|
195
|
+
Expected delivery: 126.
|
|
196
|
+
|
|
197
|
+
### Measured
|
|
198
|
+
|
|
199
|
+
> **Measured**: `string` = `"unece:StatusCodeList#127"`
|
|
200
|
+
|
|
201
|
+
Measured: 127.
|
|
202
|
+
|
|
203
|
+
### ReadyForLoading
|
|
204
|
+
|
|
205
|
+
> **ReadyForLoading**: `string` = `"unece:StatusCodeList#128"`
|
|
206
|
+
|
|
207
|
+
Ready for loading: 128.
|
|
208
|
+
|
|
209
|
+
### NotHeatTreated
|
|
210
|
+
|
|
211
|
+
> **NotHeatTreated**: `string` = `"unece:StatusCodeList#129"`
|
|
212
|
+
|
|
213
|
+
Not heat treated: 129.
|
|
214
|
+
|
|
215
|
+
### 3DaysAvailable
|
|
216
|
+
|
|
217
|
+
> **3DaysAvailable**: `string` = `"unece:StatusCodeList#13"`
|
|
218
|
+
|
|
219
|
+
3 days available: 13.
|
|
220
|
+
|
|
221
|
+
### HeatTreated
|
|
222
|
+
|
|
223
|
+
> **HeatTreated**: `string` = `"unece:StatusCodeList#130"`
|
|
224
|
+
|
|
225
|
+
Heat treated: 130.
|
|
226
|
+
|
|
227
|
+
### FullyCooked
|
|
228
|
+
|
|
229
|
+
> **FullyCooked**: `string` = `"unece:StatusCodeList#131"`
|
|
230
|
+
|
|
231
|
+
Fully cooked: 131.
|
|
232
|
+
|
|
233
|
+
### NotFullyCooked
|
|
234
|
+
|
|
235
|
+
> **NotFullyCooked**: `string` = `"unece:StatusCodeList#132"`
|
|
236
|
+
|
|
237
|
+
Not fully cooked: 132.
|
|
238
|
+
|
|
239
|
+
### HothouseGrown
|
|
240
|
+
|
|
241
|
+
> **HothouseGrown**: `string` = `"unece:StatusCodeList#133"`
|
|
242
|
+
|
|
243
|
+
Hothouse grown: 133.
|
|
244
|
+
|
|
245
|
+
### KnockedDown
|
|
246
|
+
|
|
247
|
+
> **KnockedDown**: `string` = `"unece:StatusCodeList#134"`
|
|
248
|
+
|
|
249
|
+
Knocked down: 134.
|
|
250
|
+
|
|
251
|
+
### Solid
|
|
252
|
+
|
|
253
|
+
> **Solid**: `string` = `"unece:StatusCodeList#135"`
|
|
254
|
+
|
|
255
|
+
Solid: 135.
|
|
256
|
+
|
|
257
|
+
### Liquid
|
|
258
|
+
|
|
259
|
+
> **Liquid**: `string` = `"unece:StatusCodeList#136"`
|
|
260
|
+
|
|
261
|
+
Liquid: 136.
|
|
262
|
+
|
|
263
|
+
### Gas
|
|
264
|
+
|
|
265
|
+
> **Gas**: `string` = `"unece:StatusCodeList#137"`
|
|
266
|
+
|
|
267
|
+
Gas: 137.
|
|
268
|
+
|
|
269
|
+
### Sludge
|
|
270
|
+
|
|
271
|
+
> **Sludge**: `string` = `"unece:StatusCodeList#138"`
|
|
272
|
+
|
|
273
|
+
Sludge: 138.
|
|
274
|
+
|
|
275
|
+
### NormalSecurityMeasuresRequired
|
|
276
|
+
|
|
277
|
+
> **NormalSecurityMeasuresRequired**: `string` = `"unece:StatusCodeList#139"`
|
|
278
|
+
|
|
279
|
+
Normal security measures required: 139.
|
|
280
|
+
|
|
281
|
+
### UncollectedFunds
|
|
282
|
+
|
|
283
|
+
> **UncollectedFunds**: `string` = `"unece:StatusCodeList#14"`
|
|
284
|
+
|
|
285
|
+
Uncollected funds: 14.
|
|
286
|
+
|
|
287
|
+
### HeightenedSecurityMeasuresRequired
|
|
288
|
+
|
|
289
|
+
> **HeightenedSecurityMeasuresRequired**: `string` = `"unece:StatusCodeList#140"`
|
|
290
|
+
|
|
291
|
+
Heightened security measures required: 140.
|
|
292
|
+
|
|
293
|
+
### ExceptionalSecurityMeasuresRequired
|
|
294
|
+
|
|
295
|
+
> **ExceptionalSecurityMeasuresRequired**: `string` = `"unece:StatusCodeList#141"`
|
|
296
|
+
|
|
297
|
+
Exceptional security measures required: 141.
|
|
298
|
+
|
|
299
|
+
### ShipSecurityProceduresNotMaintainedDuringShipToShipActivity
|
|
300
|
+
|
|
301
|
+
> **ShipSecurityProceduresNotMaintainedDuringShipToShipActivity**: `string` = `"unece:StatusCodeList#142"`
|
|
302
|
+
|
|
303
|
+
Ship security procedures not maintained during ship-to-ship activity: 142.
|
|
304
|
+
|
|
305
|
+
### ShipSecurityProcedureMaintainedDuringShipToShipActivity
|
|
306
|
+
|
|
307
|
+
> **ShipSecurityProcedureMaintainedDuringShipToShipActivity**: `string` = `"unece:StatusCodeList#143"`
|
|
308
|
+
|
|
309
|
+
Ship security procedure maintained during ship-to-ship activity: 143.
|
|
310
|
+
|
|
311
|
+
### SpecialOrAdditionalSecurityMeasuresTaken
|
|
312
|
+
|
|
313
|
+
> **SpecialOrAdditionalSecurityMeasuresTaken**: `string` = `"unece:StatusCodeList#144"`
|
|
314
|
+
|
|
315
|
+
Special or additional security measures taken: 144.
|
|
316
|
+
|
|
317
|
+
### SecurityRelatedMatterToReport
|
|
318
|
+
|
|
319
|
+
> **SecurityRelatedMatterToReport**: `string` = `"unece:StatusCodeList#145"`
|
|
320
|
+
|
|
321
|
+
Security related matter to report: 145.
|
|
322
|
+
|
|
323
|
+
### Transhipped
|
|
324
|
+
|
|
325
|
+
> **Transhipped**: `string` = `"unece:StatusCodeList#146"`
|
|
326
|
+
|
|
327
|
+
Transhipped: 146.
|
|
328
|
+
|
|
329
|
+
### Defective
|
|
330
|
+
|
|
331
|
+
> **Defective**: `string` = `"unece:StatusCodeList#147"`
|
|
332
|
+
|
|
333
|
+
Defective: 147.
|
|
334
|
+
|
|
335
|
+
### Recycled
|
|
336
|
+
|
|
337
|
+
> **Recycled**: `string` = `"unece:StatusCodeList#148"`
|
|
338
|
+
|
|
339
|
+
Recycled: 148.
|
|
340
|
+
|
|
341
|
+
### Reused
|
|
342
|
+
|
|
343
|
+
> **Reused**: `string` = `"unece:StatusCodeList#149"`
|
|
344
|
+
|
|
345
|
+
Reused: 149.
|
|
346
|
+
|
|
347
|
+
### Nil
|
|
348
|
+
|
|
349
|
+
> **Nil**: `string` = `"unece:StatusCodeList#15"`
|
|
350
|
+
|
|
351
|
+
Nil: 15.
|
|
352
|
+
|
|
353
|
+
### Registered
|
|
354
|
+
|
|
355
|
+
> **Registered**: `string` = `"unece:StatusCodeList#150"`
|
|
356
|
+
|
|
357
|
+
Registered: 150.
|
|
358
|
+
|
|
359
|
+
### Returned
|
|
360
|
+
|
|
361
|
+
> **Returned**: `string` = `"unece:StatusCodeList#151"`
|
|
362
|
+
|
|
363
|
+
Returned: 151.
|
|
364
|
+
|
|
365
|
+
### FumigationOperations
|
|
366
|
+
|
|
367
|
+
> **FumigationOperations**: `string` = `"unece:StatusCodeList#152"`
|
|
368
|
+
|
|
369
|
+
Fumigation operations: 152.
|
|
370
|
+
|
|
371
|
+
### DisinfestationOperations
|
|
372
|
+
|
|
373
|
+
> **DisinfestationOperations**: `string` = `"unece:StatusCodeList#153"`
|
|
374
|
+
|
|
375
|
+
Disinfestation operations: 153.
|
|
376
|
+
|
|
377
|
+
### DeratizationOperations
|
|
378
|
+
|
|
379
|
+
> **DeratizationOperations**: `string` = `"unece:StatusCodeList#154"`
|
|
380
|
+
|
|
381
|
+
Deratization operations: 154.
|
|
382
|
+
|
|
383
|
+
### DegasationOperations
|
|
384
|
+
|
|
385
|
+
> **DegasationOperations**: `string` = `"unece:StatusCodeList#155"`
|
|
386
|
+
|
|
387
|
+
Degasation operations: 155.
|
|
388
|
+
|
|
389
|
+
### CrewRecruitmentOperation
|
|
390
|
+
|
|
391
|
+
> **CrewRecruitmentOperation**: `string` = `"unece:StatusCodeList#156"`
|
|
392
|
+
|
|
393
|
+
Crew recruitment operation: 156.
|
|
394
|
+
|
|
395
|
+
### TrainingOperations
|
|
396
|
+
|
|
397
|
+
> **TrainingOperations**: `string` = `"unece:StatusCodeList#157"`
|
|
398
|
+
|
|
399
|
+
Training operations: 157.
|
|
400
|
+
|
|
401
|
+
### SalvageOperations
|
|
402
|
+
|
|
403
|
+
> **SalvageOperations**: `string` = `"unece:StatusCodeList#158"`
|
|
404
|
+
|
|
405
|
+
Salvage operations: 158.
|
|
406
|
+
|
|
407
|
+
### LoadingAlongside
|
|
408
|
+
|
|
409
|
+
> **LoadingAlongside**: `string` = `"unece:StatusCodeList#159"`
|
|
410
|
+
|
|
411
|
+
Loading, alongside: 159.
|
|
412
|
+
|
|
413
|
+
### NoneAdvised
|
|
414
|
+
|
|
415
|
+
> **NoneAdvised**: `string` = `"unece:StatusCodeList#16"`
|
|
416
|
+
|
|
417
|
+
None advised: 16.
|
|
418
|
+
|
|
419
|
+
### LoadingAtAnchor
|
|
420
|
+
|
|
421
|
+
> **LoadingAtAnchor**: `string` = `"unece:StatusCodeList#161"`
|
|
422
|
+
|
|
423
|
+
Loading, at anchor: 161.
|
|
424
|
+
|
|
425
|
+
### UnloadingAtWharf
|
|
426
|
+
|
|
427
|
+
> **UnloadingAtWharf**: `string` = `"unece:StatusCodeList#162"`
|
|
428
|
+
|
|
429
|
+
Unloading, at wharf: 162.
|
|
430
|
+
|
|
431
|
+
### UnloadingOnBoard
|
|
432
|
+
|
|
433
|
+
> **UnloadingOnBoard**: `string` = `"unece:StatusCodeList#163"`
|
|
434
|
+
|
|
435
|
+
Unloading on board: 163.
|
|
436
|
+
|
|
437
|
+
### UnloadingAtAnchor
|
|
438
|
+
|
|
439
|
+
> **UnloadingAtAnchor**: `string` = `"unece:StatusCodeList#164"`
|
|
440
|
+
|
|
441
|
+
Unloading, at anchor: 164.
|
|
442
|
+
|
|
443
|
+
### LoadingAndUnloadingSimultaneously
|
|
444
|
+
|
|
445
|
+
> **LoadingAndUnloadingSimultaneously**: `string` = `"unece:StatusCodeList#165"`
|
|
446
|
+
|
|
447
|
+
Loading and unloading, simultaneously: 165.
|
|
448
|
+
|
|
449
|
+
### IdleTimeOperations
|
|
450
|
+
|
|
451
|
+
> **IdleTimeOperations**: `string` = `"unece:StatusCodeList#166"`
|
|
452
|
+
|
|
453
|
+
Idle time operations: 166.
|
|
454
|
+
|
|
455
|
+
### TechnicalOperations
|
|
456
|
+
|
|
457
|
+
> **TechnicalOperations**: `string` = `"unece:StatusCodeList#167"`
|
|
458
|
+
|
|
459
|
+
Technical operations: 167.
|
|
460
|
+
|
|
461
|
+
### CompassCalibration
|
|
462
|
+
|
|
463
|
+
> **CompassCalibration**: `string` = `"unece:StatusCodeList#168"`
|
|
464
|
+
|
|
465
|
+
Compass calibration: 168.
|
|
466
|
+
|
|
467
|
+
### DocumentClearanceOperation
|
|
468
|
+
|
|
469
|
+
> **DocumentClearanceOperation**: `string` = `"unece:StatusCodeList#169"`
|
|
470
|
+
|
|
471
|
+
Document, clearance operation: 169.
|
|
472
|
+
|
|
473
|
+
### Requested
|
|
474
|
+
|
|
475
|
+
> **Requested**: `string` = `"unece:StatusCodeList#17"`
|
|
476
|
+
|
|
477
|
+
Requested: 17.
|
|
478
|
+
|
|
479
|
+
### CustomsFormalitiesOperation
|
|
480
|
+
|
|
481
|
+
> **CustomsFormalitiesOperation**: `string` = `"unece:StatusCodeList#170"`
|
|
482
|
+
|
|
483
|
+
Customs formalities operation: 170.
|
|
484
|
+
|
|
485
|
+
### MedicalControlOperations
|
|
486
|
+
|
|
487
|
+
> **MedicalControlOperations**: `string` = `"unece:StatusCodeList#171"`
|
|
488
|
+
|
|
489
|
+
Medical control operations: 171.
|
|
490
|
+
|
|
491
|
+
### LoadingPreparationFor
|
|
492
|
+
|
|
493
|
+
> **LoadingPreparationFor**: `string` = `"unece:StatusCodeList#172"`
|
|
494
|
+
|
|
495
|
+
Loading, preparation for: 172.
|
|
496
|
+
|
|
497
|
+
### UnloadingPreparationFor
|
|
498
|
+
|
|
499
|
+
> **UnloadingPreparationFor**: `string` = `"unece:StatusCodeList#174"`
|
|
500
|
+
|
|
501
|
+
Unloading, preparation for: 174.
|
|
502
|
+
|
|
503
|
+
### UnloadingPollutedBallast
|
|
504
|
+
|
|
505
|
+
> **UnloadingPollutedBallast**: `string` = `"unece:StatusCodeList#175"`
|
|
506
|
+
|
|
507
|
+
Unloading, polluted ballast: 175.
|
|
508
|
+
|
|
509
|
+
### ObtainingDocumentsFromShippingRegister
|
|
510
|
+
|
|
511
|
+
> **ObtainingDocumentsFromShippingRegister**: `string` = `"unece:StatusCodeList#176"`
|
|
512
|
+
|
|
513
|
+
Obtaining documents from shipping register: 176.
|
|
514
|
+
|
|
515
|
+
### ObtainingWreckageDocumentation
|
|
516
|
+
|
|
517
|
+
> **ObtainingWreckageDocumentation**: `string` = `"unece:StatusCodeList#177"`
|
|
518
|
+
|
|
519
|
+
Obtaining wreckage documentation: 177.
|
|
520
|
+
|
|
521
|
+
### WaitingToEnterOrLeave
|
|
522
|
+
|
|
523
|
+
> **WaitingToEnterOrLeave**: `string` = `"unece:StatusCodeList#178"`
|
|
524
|
+
|
|
525
|
+
Waiting, to enter or leave: 178.
|
|
526
|
+
|
|
527
|
+
### WaitingForAPilot
|
|
528
|
+
|
|
529
|
+
> **WaitingForAPilot**: `string` = `"unece:StatusCodeList#179"`
|
|
530
|
+
|
|
531
|
+
Waiting, for a pilot: 179.
|
|
532
|
+
|
|
533
|
+
### FreeOfCharge
|
|
534
|
+
|
|
535
|
+
> **FreeOfCharge**: `string` = `"unece:StatusCodeList#18"`
|
|
536
|
+
|
|
537
|
+
Free of charge: 18.
|
|
538
|
+
|
|
539
|
+
### WaitingForATug
|
|
540
|
+
|
|
541
|
+
> **WaitingForATug**: `string` = `"unece:StatusCodeList#180"`
|
|
542
|
+
|
|
543
|
+
Waiting, for a tug: 180.
|
|
544
|
+
|
|
545
|
+
### WaitingForDayLight
|
|
546
|
+
|
|
547
|
+
> **WaitingForDayLight**: `string` = `"unece:StatusCodeList#181"`
|
|
548
|
+
|
|
549
|
+
Waiting, for day light: 181.
|
|
550
|
+
|
|
551
|
+
### WaitingDueToMeteorologicalCircumstances
|
|
552
|
+
|
|
553
|
+
> **WaitingDueToMeteorologicalCircumstances**: `string` = `"unece:StatusCodeList#182"`
|
|
554
|
+
|
|
555
|
+
Waiting, due to meteorological circumstances: 182.
|
|
556
|
+
|
|
557
|
+
### WaitingToFormAConvoy
|
|
558
|
+
|
|
559
|
+
> **WaitingToFormAConvoy**: `string` = `"unece:StatusCodeList#183"`
|
|
560
|
+
|
|
561
|
+
Waiting, to form a convoy: 183.
|
|
562
|
+
|
|
563
|
+
### WaitingForActionByAuthorities
|
|
564
|
+
|
|
565
|
+
> **WaitingForActionByAuthorities**: `string` = `"unece:StatusCodeList#184"`
|
|
566
|
+
|
|
567
|
+
Waiting, for action by authorities: 184.
|
|
568
|
+
|
|
569
|
+
### WaitingDueToABan
|
|
570
|
+
|
|
571
|
+
> **WaitingDueToABan**: `string` = `"unece:StatusCodeList#185"`
|
|
572
|
+
|
|
573
|
+
Waiting, due to a ban: 185.
|
|
574
|
+
|
|
575
|
+
### WaitingForEntryPermission
|
|
576
|
+
|
|
577
|
+
> **WaitingForEntryPermission**: `string` = `"unece:StatusCodeList#186"`
|
|
578
|
+
|
|
579
|
+
Waiting, for entry permission: 186.
|
|
580
|
+
|
|
581
|
+
### WaitingDueToAnActionTakenByAuthorities
|
|
582
|
+
|
|
583
|
+
> **WaitingDueToAnActionTakenByAuthorities**: `string` = `"unece:StatusCodeList#187"`
|
|
584
|
+
|
|
585
|
+
Waiting, due to an action taken by authorities: 187.
|
|
586
|
+
|
|
587
|
+
### WaitingDueToTheTermsOfCharter
|
|
588
|
+
|
|
589
|
+
> **WaitingDueToTheTermsOfCharter**: `string` = `"unece:StatusCodeList#188"`
|
|
590
|
+
|
|
591
|
+
Waiting, due to the terms of charter: 188.
|
|
592
|
+
|
|
593
|
+
### WaitingForALocation
|
|
594
|
+
|
|
595
|
+
> **WaitingForALocation**: `string` = `"unece:StatusCodeList#189"`
|
|
596
|
+
|
|
597
|
+
Waiting, for a location: 189.
|
|
598
|
+
|
|
599
|
+
### Rounded
|
|
600
|
+
|
|
601
|
+
> **Rounded**: `string` = `"unece:StatusCodeList#19"`
|
|
602
|
+
|
|
603
|
+
Rounded: 19.
|
|
604
|
+
|
|
605
|
+
### WaitingForCargo
|
|
606
|
+
|
|
607
|
+
> **WaitingForCargo**: `string` = `"unece:StatusCodeList#190"`
|
|
608
|
+
|
|
609
|
+
Waiting, for cargo: 190.
|
|
610
|
+
|
|
611
|
+
### WaitingForWorkers
|
|
612
|
+
|
|
613
|
+
> **WaitingForWorkers**: `string` = `"unece:StatusCodeList#191"`
|
|
614
|
+
|
|
615
|
+
Waiting, for workers: 191.
|
|
616
|
+
|
|
617
|
+
### WaitingForStorageArea
|
|
618
|
+
|
|
619
|
+
> **WaitingForStorageArea**: `string` = `"unece:StatusCodeList#192"`
|
|
620
|
+
|
|
621
|
+
Waiting, for storage area: 192.
|
|
622
|
+
|
|
623
|
+
### WaitingForEquipment
|
|
624
|
+
|
|
625
|
+
> **WaitingForEquipment**: `string` = `"unece:StatusCodeList#193"`
|
|
626
|
+
|
|
627
|
+
Waiting, for equipment: 193.
|
|
628
|
+
|
|
629
|
+
### WaitingForOtherMeansOfTransport
|
|
630
|
+
|
|
631
|
+
> **WaitingForOtherMeansOfTransport**: `string` = `"unece:StatusCodeList#194"`
|
|
632
|
+
|
|
633
|
+
Waiting, for other means of transport: 194.
|
|
634
|
+
|
|
635
|
+
### WaitingForHandlingEquipment
|
|
636
|
+
|
|
637
|
+
> **WaitingForHandlingEquipment**: `string` = `"unece:StatusCodeList#195"`
|
|
638
|
+
|
|
639
|
+
Waiting, for handling equipment: 195.
|
|
640
|
+
|
|
641
|
+
### WaitingForOnBoardHandlingEquipment
|
|
642
|
+
|
|
643
|
+
> **WaitingForOnBoardHandlingEquipment**: `string` = `"unece:StatusCodeList#196"`
|
|
644
|
+
|
|
645
|
+
Waiting, for on board handling equipment: 196.
|
|
646
|
+
|
|
647
|
+
### WaitingForCargoToBeReadyForLoading
|
|
648
|
+
|
|
649
|
+
> **WaitingForCargoToBeReadyForLoading**: `string` = `"unece:StatusCodeList#197"`
|
|
650
|
+
|
|
651
|
+
Waiting, for cargo to be ready for loading: 197.
|
|
652
|
+
|
|
653
|
+
### WaitingForMeansOfTransportToBeReady
|
|
654
|
+
|
|
655
|
+
> **WaitingForMeansOfTransportToBeReady**: `string` = `"unece:StatusCodeList#198"`
|
|
656
|
+
|
|
657
|
+
Waiting, for means of transport to be ready: 198.
|
|
658
|
+
|
|
659
|
+
### WaitingDueToDamagedCargo
|
|
660
|
+
|
|
661
|
+
> **WaitingDueToDamagedCargo**: `string` = `"unece:StatusCodeList#199"`
|
|
662
|
+
|
|
663
|
+
Waiting, due to damaged cargo: 199.
|
|
664
|
+
|
|
665
|
+
### Done
|
|
666
|
+
|
|
667
|
+
> **Done**: `string` = `"unece:StatusCodeList#2"`
|
|
668
|
+
|
|
669
|
+
Done: 2.
|
|
670
|
+
|
|
671
|
+
### Permanent
|
|
672
|
+
|
|
673
|
+
> **Permanent**: `string` = `"unece:StatusCodeList#20"`
|
|
674
|
+
|
|
675
|
+
Permanent: 20.
|
|
676
|
+
|
|
677
|
+
### WaitingForOperationalPeriods
|
|
678
|
+
|
|
679
|
+
> **WaitingForOperationalPeriods**: `string` = `"unece:StatusCodeList#200"`
|
|
680
|
+
|
|
681
|
+
Waiting, for operational periods: 200.
|
|
682
|
+
|
|
683
|
+
### WaitingForRepairAndOrMaintenanceOfTheMeansOfTransport
|
|
684
|
+
|
|
685
|
+
> **WaitingForRepairAndOrMaintenanceOfTheMeansOfTransport**: `string` = `"unece:StatusCodeList#201"`
|
|
686
|
+
|
|
687
|
+
Waiting, for repair and/or maintenance of the means of transport: 201.
|
|
688
|
+
|
|
689
|
+
### WaitingForRepairAndOrMaintenanceOfHandlingEquipment
|
|
690
|
+
|
|
691
|
+
> **WaitingForRepairAndOrMaintenanceOfHandlingEquipment**: `string` = `"unece:StatusCodeList#202"`
|
|
692
|
+
|
|
693
|
+
Waiting, for repair and/or maintenance of handling equipment: 202.
|
|
694
|
+
|
|
695
|
+
### EmbarkingPassengersFromTender
|
|
696
|
+
|
|
697
|
+
> **EmbarkingPassengersFromTender**: `string` = `"unece:StatusCodeList#203"`
|
|
698
|
+
|
|
699
|
+
Embarking passengers from tender: 203.
|
|
700
|
+
|
|
701
|
+
### WaitingForACounterConvoyToPass
|
|
702
|
+
|
|
703
|
+
> **WaitingForACounterConvoyToPass**: `string` = `"unece:StatusCodeList#204"`
|
|
704
|
+
|
|
705
|
+
Waiting, for a counter convoy to pass: 204.
|
|
706
|
+
|
|
707
|
+
### DeliveryAddressOutsideDeliveryArea
|
|
708
|
+
|
|
709
|
+
> **DeliveryAddressOutsideDeliveryArea**: `string` = `"unece:StatusCodeList#205"`
|
|
710
|
+
|
|
711
|
+
Delivery address outside delivery area: 205.
|
|
712
|
+
|
|
713
|
+
### ArrivalAfterMeansOfTransportDeparted
|
|
714
|
+
|
|
715
|
+
> **ArrivalAfterMeansOfTransportDeparted**: `string` = `"unece:StatusCodeList#206"`
|
|
716
|
+
|
|
717
|
+
Arrival, after means of transport departed: 206.
|
|
718
|
+
|
|
719
|
+
### DeliveryRefusedAgent
|
|
720
|
+
|
|
721
|
+
> **DeliveryRefusedAgent**: `string` = `"unece:StatusCodeList#207"`
|
|
722
|
+
|
|
723
|
+
Delivery refused, agent: 207.
|
|
724
|
+
|
|
725
|
+
### SealsReplaced
|
|
726
|
+
|
|
727
|
+
> **SealsReplaced**: `string` = `"unece:StatusCodeList#208"`
|
|
728
|
+
|
|
729
|
+
Seals, replaced: 208.
|
|
730
|
+
|
|
731
|
+
### DeliveryScheduled
|
|
732
|
+
|
|
733
|
+
> **DeliveryScheduled**: `string` = `"unece:StatusCodeList#209"`
|
|
734
|
+
|
|
735
|
+
Delivery, scheduled: 209.
|
|
736
|
+
|
|
737
|
+
### Temporary
|
|
738
|
+
|
|
739
|
+
> **Temporary**: `string` = `"unece:StatusCodeList#21"`
|
|
740
|
+
|
|
741
|
+
Temporary: 21.
|
|
742
|
+
|
|
743
|
+
### DeliveryUnsuccessfulAttempt
|
|
744
|
+
|
|
745
|
+
> **DeliveryUnsuccessfulAttempt**: `string` = `"unece:StatusCodeList#210"`
|
|
746
|
+
|
|
747
|
+
Delivery, unsuccessful attempt: 210.
|
|
748
|
+
|
|
749
|
+
### DeliveryNotCompletedBusinessClosed
|
|
750
|
+
|
|
751
|
+
> **DeliveryNotCompletedBusinessClosed**: `string` = `"unece:StatusCodeList#211"`
|
|
752
|
+
|
|
753
|
+
Delivery not completed, business closed: 211.
|
|
754
|
+
|
|
755
|
+
### DeliveryChangedSchedule
|
|
756
|
+
|
|
757
|
+
> **DeliveryChangedSchedule**: `string` = `"unece:StatusCodeList#212"`
|
|
758
|
+
|
|
759
|
+
Delivery, changed schedule: 212.
|
|
760
|
+
|
|
761
|
+
### DeliveryFurtherAddressNeeded
|
|
762
|
+
|
|
763
|
+
> **DeliveryFurtherAddressNeeded**: `string` = `"unece:StatusCodeList#213"`
|
|
764
|
+
|
|
765
|
+
Delivery, further address needed: 213.
|
|
766
|
+
|
|
767
|
+
### ComputerSystemNotInOperation
|
|
768
|
+
|
|
769
|
+
> **ComputerSystemNotInOperation**: `string` = `"unece:StatusCodeList#214"`
|
|
770
|
+
|
|
771
|
+
Computer system not in operation: 214.
|
|
772
|
+
|
|
773
|
+
### DeliveryAwaitingCreditApproval
|
|
774
|
+
|
|
775
|
+
> **DeliveryAwaitingCreditApproval**: `string` = `"unece:StatusCodeList#215"`
|
|
776
|
+
|
|
777
|
+
Delivery, awaiting credit approval: 215.
|
|
778
|
+
|
|
779
|
+
### DeliveryAwaitingCustomerArrangements
|
|
780
|
+
|
|
781
|
+
> **DeliveryAwaitingCustomerArrangements**: `string` = `"unece:StatusCodeList#216"`
|
|
782
|
+
|
|
783
|
+
Delivery, awaiting customer arrangements: 216.
|
|
784
|
+
|
|
785
|
+
### Damaged
|
|
786
|
+
|
|
787
|
+
> **Damaged**: `string` = `"unece:StatusCodeList#218"`
|
|
788
|
+
|
|
789
|
+
Damaged: 218.
|
|
790
|
+
|
|
791
|
+
### DeliveryPendingAwaitingSpecifiedDatesTimesPeriods
|
|
792
|
+
|
|
793
|
+
> **DeliveryPendingAwaitingSpecifiedDatesTimesPeriods**: `string` = `"unece:StatusCodeList#219"`
|
|
794
|
+
|
|
795
|
+
Delivery pending, awaiting specified dates/times/periods: 219.
|
|
796
|
+
|
|
797
|
+
### SubjectToAgreedCondition
|
|
798
|
+
|
|
799
|
+
> **SubjectToAgreedCondition**: `string` = `"unece:StatusCodeList#22"`
|
|
800
|
+
|
|
801
|
+
Subject to agreed condition: 22.
|
|
802
|
+
|
|
803
|
+
### DestinationIncorrect
|
|
804
|
+
|
|
805
|
+
> **DestinationIncorrect**: `string` = `"unece:StatusCodeList#220"`
|
|
806
|
+
|
|
807
|
+
Destination incorrect: 220.
|
|
808
|
+
|
|
809
|
+
### Derailment
|
|
810
|
+
|
|
811
|
+
> **Derailment**: `string` = `"unece:StatusCodeList#222"`
|
|
812
|
+
|
|
813
|
+
Derailment: 222.
|
|
814
|
+
|
|
815
|
+
### DeliveryIndustrialDispute
|
|
816
|
+
|
|
817
|
+
> **DeliveryIndustrialDispute**: `string` = `"unece:StatusCodeList#224"`
|
|
818
|
+
|
|
819
|
+
Delivery, industrial dispute: 224.
|
|
820
|
+
|
|
821
|
+
### OperationAffectedByCustomerAction
|
|
822
|
+
|
|
823
|
+
> **OperationAffectedByCustomerAction**: `string` = `"unece:StatusCodeList#225"`
|
|
824
|
+
|
|
825
|
+
Operation affected by customer action: 225.
|
|
826
|
+
|
|
827
|
+
### DeliveryEquipmentFailure
|
|
828
|
+
|
|
829
|
+
> **DeliveryEquipmentFailure**: `string` = `"unece:StatusCodeList#227"`
|
|
830
|
+
|
|
831
|
+
Delivery, equipment failure: 227.
|
|
832
|
+
|
|
833
|
+
### InspectionRequiredByAuthority
|
|
834
|
+
|
|
835
|
+
> **InspectionRequiredByAuthority**: `string` = `"unece:StatusCodeList#228"`
|
|
836
|
+
|
|
837
|
+
Inspection required by authority: 228.
|
|
838
|
+
|
|
839
|
+
### ExportSuspended
|
|
840
|
+
|
|
841
|
+
> **ExportSuspended**: `string` = `"unece:StatusCodeList#229"`
|
|
842
|
+
|
|
843
|
+
Export suspended: 229.
|
|
844
|
+
|
|
845
|
+
### Added
|
|
846
|
+
|
|
847
|
+
> **Added**: `string` = `"unece:StatusCodeList#23"`
|
|
848
|
+
|
|
849
|
+
Added: 23.
|
|
850
|
+
|
|
851
|
+
### MissingGoodsItem
|
|
852
|
+
|
|
853
|
+
> **MissingGoodsItem**: `string` = `"unece:StatusCodeList#231"`
|
|
854
|
+
|
|
855
|
+
Missing, goods item: 231.
|
|
856
|
+
|
|
857
|
+
### ImportSuspended
|
|
858
|
+
|
|
859
|
+
> **ImportSuspended**: `string` = `"unece:StatusCodeList#232"`
|
|
860
|
+
|
|
861
|
+
Import suspended: 232.
|
|
862
|
+
|
|
863
|
+
### IncorrectPicklist
|
|
864
|
+
|
|
865
|
+
> **IncorrectPicklist**: `string` = `"unece:StatusCodeList#233"`
|
|
866
|
+
|
|
867
|
+
Incorrect picklist: 233.
|
|
868
|
+
|
|
869
|
+
### IncorrectAddress
|
|
870
|
+
|
|
871
|
+
> **IncorrectAddress**: `string` = `"unece:StatusCodeList#234"`
|
|
872
|
+
|
|
873
|
+
Incorrect address: 234.
|
|
874
|
+
|
|
875
|
+
### IndustrialDispute
|
|
876
|
+
|
|
877
|
+
> **IndustrialDispute**: `string` = `"unece:StatusCodeList#235"`
|
|
878
|
+
|
|
879
|
+
Industrial dispute: 235.
|
|
880
|
+
|
|
881
|
+
### WaitingForInstructions
|
|
882
|
+
|
|
883
|
+
> **WaitingForInstructions**: `string` = `"unece:StatusCodeList#236"`
|
|
884
|
+
|
|
885
|
+
Waiting, for instructions: 236.
|
|
886
|
+
|
|
887
|
+
### MeansOfTransportDamaged
|
|
888
|
+
|
|
889
|
+
> **MeansOfTransportDamaged**: `string` = `"unece:StatusCodeList#238"`
|
|
890
|
+
|
|
891
|
+
Means of transport, damaged: 238.
|
|
892
|
+
|
|
893
|
+
### MechanicalBreakdown
|
|
894
|
+
|
|
895
|
+
> **MechanicalBreakdown**: `string` = `"unece:StatusCodeList#239"`
|
|
896
|
+
|
|
897
|
+
Mechanical breakdown: 239.
|
|
898
|
+
|
|
899
|
+
### Deducted
|
|
900
|
+
|
|
901
|
+
> **Deducted**: `string` = `"unece:StatusCodeList#24"`
|
|
902
|
+
|
|
903
|
+
Deducted: 24.
|
|
904
|
+
|
|
905
|
+
### MechanicalInspectionRequired
|
|
906
|
+
|
|
907
|
+
> **MechanicalInspectionRequired**: `string` = `"unece:StatusCodeList#240"`
|
|
908
|
+
|
|
909
|
+
Mechanical inspection required: 240.
|
|
910
|
+
|
|
911
|
+
### MissingDocument
|
|
912
|
+
|
|
913
|
+
> **MissingDocument**: `string` = `"unece:StatusCodeList#241"`
|
|
914
|
+
|
|
915
|
+
Missing, document: 241.
|
|
916
|
+
|
|
917
|
+
### NewDeliveryArrangementsAdvised
|
|
918
|
+
|
|
919
|
+
> **NewDeliveryArrangementsAdvised**: `string` = `"unece:StatusCodeList#242"`
|
|
920
|
+
|
|
921
|
+
New delivery arrangements advised: 242.
|
|
922
|
+
|
|
923
|
+
### NoRecipientContactInformation
|
|
924
|
+
|
|
925
|
+
> **NoRecipientContactInformation**: `string` = `"unece:StatusCodeList#243"`
|
|
926
|
+
|
|
927
|
+
No recipient contact information: 243.
|
|
928
|
+
|
|
929
|
+
### CollectionPickUpPackageNotAvailable
|
|
930
|
+
|
|
931
|
+
> **CollectionPickUpPackageNotAvailable**: `string` = `"unece:StatusCodeList#247"`
|
|
932
|
+
|
|
933
|
+
Collection/pick-up, package not available: 247.
|
|
934
|
+
|
|
935
|
+
### TrackingNumberUnknown
|
|
936
|
+
|
|
937
|
+
> **TrackingNumberUnknown**: `string` = `"unece:StatusCodeList#248"`
|
|
938
|
+
|
|
939
|
+
Tracking number unknown: 248.
|
|
940
|
+
|
|
941
|
+
### Included
|
|
942
|
+
|
|
943
|
+
> **Included**: `string` = `"unece:StatusCodeList#25"`
|
|
944
|
+
|
|
945
|
+
Included: 25.
|
|
946
|
+
|
|
947
|
+
### TransportPaymentNotReceived
|
|
948
|
+
|
|
949
|
+
> **TransportPaymentNotReceived**: `string` = `"unece:StatusCodeList#250"`
|
|
950
|
+
|
|
951
|
+
Transport payment not received: 250.
|
|
952
|
+
|
|
953
|
+
### RefusedNonPaymentByPayer
|
|
954
|
+
|
|
955
|
+
> **RefusedNonPaymentByPayer**: `string` = `"unece:StatusCodeList#251"`
|
|
956
|
+
|
|
957
|
+
Refused, non-payment by payer: 251.
|
|
958
|
+
|
|
959
|
+
### RefusedNoReasonGiven
|
|
960
|
+
|
|
961
|
+
> **RefusedNoReasonGiven**: `string` = `"unece:StatusCodeList#253"`
|
|
962
|
+
|
|
963
|
+
Refused, no reason given: 253.
|
|
964
|
+
|
|
965
|
+
### DeliveryScheduledPastCutOffTime
|
|
966
|
+
|
|
967
|
+
> **DeliveryScheduledPastCutOffTime**: `string` = `"unece:StatusCodeList#254"`
|
|
968
|
+
|
|
969
|
+
Delivery, scheduled past cut-off time: 254.
|
|
970
|
+
|
|
971
|
+
### ShuntedToSiding
|
|
972
|
+
|
|
973
|
+
> **ShuntedToSiding**: `string` = `"unece:StatusCodeList#255"`
|
|
974
|
+
|
|
975
|
+
Shunted to siding: 255.
|
|
976
|
+
|
|
977
|
+
### SignatureNotRequired
|
|
978
|
+
|
|
979
|
+
> **SignatureNotRequired**: `string` = `"unece:StatusCodeList#256"`
|
|
980
|
+
|
|
981
|
+
Signature not required: 256.
|
|
982
|
+
|
|
983
|
+
### SpecialServiceRequired
|
|
984
|
+
|
|
985
|
+
> **SpecialServiceRequired**: `string` = `"unece:StatusCodeList#258"`
|
|
986
|
+
|
|
987
|
+
Special service required: 258.
|
|
988
|
+
|
|
989
|
+
### SubjectToClearing
|
|
990
|
+
|
|
991
|
+
> **SubjectToClearing**: `string` = `"unece:StatusCodeList#26"`
|
|
992
|
+
|
|
993
|
+
Subject to clearing: 26.
|
|
994
|
+
|
|
995
|
+
### TrackingInformationUnavailable
|
|
996
|
+
|
|
997
|
+
> **TrackingInformationUnavailable**: `string` = `"unece:StatusCodeList#260"`
|
|
998
|
+
|
|
999
|
+
Tracking information unavailable: 260.
|
|
1000
|
+
|
|
1001
|
+
### ReasonUnknown
|
|
1002
|
+
|
|
1003
|
+
> **ReasonUnknown**: `string` = `"unece:StatusCodeList#265"`
|
|
1004
|
+
|
|
1005
|
+
Reason unknown: 265.
|
|
1006
|
+
|
|
1007
|
+
### DeliveryDelayedAdverseWeatherConditions
|
|
1008
|
+
|
|
1009
|
+
> **DeliveryDelayedAdverseWeatherConditions**: `string` = `"unece:StatusCodeList#266"`
|
|
1010
|
+
|
|
1011
|
+
Delivery delayed, adverse weather conditions: 266.
|
|
1012
|
+
|
|
1013
|
+
### FreeStorageTimeExpired
|
|
1014
|
+
|
|
1015
|
+
> **FreeStorageTimeExpired**: `string` = `"unece:StatusCodeList#267"`
|
|
1016
|
+
|
|
1017
|
+
Free storage time expired: 267.
|
|
1018
|
+
|
|
1019
|
+
### DeliveryConsigneeAbsent
|
|
1020
|
+
|
|
1021
|
+
> **DeliveryConsigneeAbsent**: `string` = `"unece:StatusCodeList#269"`
|
|
1022
|
+
|
|
1023
|
+
Delivery, consignee absent: 269.
|
|
1024
|
+
|
|
1025
|
+
### SubjectToBilaterallyAgreedCondition
|
|
1026
|
+
|
|
1027
|
+
> **SubjectToBilaterallyAgreedCondition**: `string` = `"unece:StatusCodeList#27"`
|
|
1028
|
+
|
|
1029
|
+
Subject to bilaterally agreed condition: 27.
|
|
1030
|
+
|
|
1031
|
+
### DelayedOperationLocalCircumstances
|
|
1032
|
+
|
|
1033
|
+
> **DelayedOperationLocalCircumstances**: `string` = `"unece:StatusCodeList#270"`
|
|
1034
|
+
|
|
1035
|
+
Delayed operation, local circumstances: 270.
|
|
1036
|
+
|
|
1037
|
+
### DelayedOperationConsigneeSInstructions
|
|
1038
|
+
|
|
1039
|
+
> **DelayedOperationConsigneeSInstructions**: `string` = `"unece:StatusCodeList#271"`
|
|
1040
|
+
|
|
1041
|
+
Delayed operation, consignee's instructions: 271.
|
|
1042
|
+
|
|
1043
|
+
### DelayedOperationConsignorSInstructions
|
|
1044
|
+
|
|
1045
|
+
> **DelayedOperationConsignorSInstructions**: `string` = `"unece:StatusCodeList#272"`
|
|
1046
|
+
|
|
1047
|
+
Delayed operation, consignor's instructions: 272.
|
|
1048
|
+
|
|
1049
|
+
### DelayedOperation
|
|
1050
|
+
|
|
1051
|
+
> **DelayedOperation**: `string` = `"unece:StatusCodeList#273"`
|
|
1052
|
+
|
|
1053
|
+
Delayed operation: 273.
|
|
1054
|
+
|
|
1055
|
+
### IncompleteAddress
|
|
1056
|
+
|
|
1057
|
+
> **IncompleteAddress**: `string` = `"unece:StatusCodeList#274"`
|
|
1058
|
+
|
|
1059
|
+
Incomplete address: 274.
|
|
1060
|
+
|
|
1061
|
+
### DeliveryRefusedPurchaseOrderCancelled
|
|
1062
|
+
|
|
1063
|
+
> **DeliveryRefusedPurchaseOrderCancelled**: `string` = `"unece:StatusCodeList#275"`
|
|
1064
|
+
|
|
1065
|
+
Delivery refused, purchase order cancelled: 275.
|
|
1066
|
+
|
|
1067
|
+
### DeliveryRefusedReturnToTheConsignor
|
|
1068
|
+
|
|
1069
|
+
> **DeliveryRefusedReturnToTheConsignor**: `string` = `"unece:StatusCodeList#276"`
|
|
1070
|
+
|
|
1071
|
+
Delivery refused, return to the consignor: 276.
|
|
1072
|
+
|
|
1073
|
+
### DeliveryRefusedInconsistentWithPurchaseOrder
|
|
1074
|
+
|
|
1075
|
+
> **DeliveryRefusedInconsistentWithPurchaseOrder**: `string` = `"unece:StatusCodeList#277"`
|
|
1076
|
+
|
|
1077
|
+
Delivery refused, inconsistent with purchase order: 277.
|
|
1078
|
+
|
|
1079
|
+
### DeliveryRefusedIncorrectDeliveryDate
|
|
1080
|
+
|
|
1081
|
+
> **DeliveryRefusedIncorrectDeliveryDate**: `string` = `"unece:StatusCodeList#278"`
|
|
1082
|
+
|
|
1083
|
+
Delivery refused, incorrect delivery date: 278.
|
|
1084
|
+
|
|
1085
|
+
### DeliveryRefusedAutomaticReturn
|
|
1086
|
+
|
|
1087
|
+
> **DeliveryRefusedAutomaticReturn**: `string` = `"unece:StatusCodeList#279"`
|
|
1088
|
+
|
|
1089
|
+
Delivery refused, automatic return: 279.
|
|
1090
|
+
|
|
1091
|
+
### TransactionExpectedToBeExecuted
|
|
1092
|
+
|
|
1093
|
+
> **TransactionExpectedToBeExecuted**: `string` = `"unece:StatusCodeList#28"`
|
|
1094
|
+
|
|
1095
|
+
Transaction expected to be executed: 28.
|
|
1096
|
+
|
|
1097
|
+
### DeliveryRefusedDuplicateDelivery
|
|
1098
|
+
|
|
1099
|
+
> **DeliveryRefusedDuplicateDelivery**: `string` = `"unece:StatusCodeList#280"`
|
|
1100
|
+
|
|
1101
|
+
Delivery refused, duplicate delivery: 280.
|
|
1102
|
+
|
|
1103
|
+
### DeliveryRefusedInstructionsRequested
|
|
1104
|
+
|
|
1105
|
+
> **DeliveryRefusedInstructionsRequested**: `string` = `"unece:StatusCodeList#281"`
|
|
1106
|
+
|
|
1107
|
+
Delivery refused, instructions requested: 281.
|
|
1108
|
+
|
|
1109
|
+
### DeliveryRefusedConsigneeSCondition
|
|
1110
|
+
|
|
1111
|
+
> **DeliveryRefusedConsigneeSCondition**: `string` = `"unece:StatusCodeList#282"`
|
|
1112
|
+
|
|
1113
|
+
Delivery refused, consignee's condition: 282.
|
|
1114
|
+
|
|
1115
|
+
### DeliveryRefusedDeliveryIncomplete
|
|
1116
|
+
|
|
1117
|
+
> **DeliveryRefusedDeliveryIncomplete**: `string` = `"unece:StatusCodeList#283"`
|
|
1118
|
+
|
|
1119
|
+
Delivery refused, delivery incomplete: 283.
|
|
1120
|
+
|
|
1121
|
+
### DeliveryRefusedNotOrdered
|
|
1122
|
+
|
|
1123
|
+
> **DeliveryRefusedNotOrdered**: `string` = `"unece:StatusCodeList#284"`
|
|
1124
|
+
|
|
1125
|
+
Delivery refused, not ordered: 284.
|
|
1126
|
+
|
|
1127
|
+
### DeliveryRefusedRemainderNotAccepted
|
|
1128
|
+
|
|
1129
|
+
> **DeliveryRefusedRemainderNotAccepted**: `string` = `"unece:StatusCodeList#285"`
|
|
1130
|
+
|
|
1131
|
+
Delivery refused, remainder not accepted: 285.
|
|
1132
|
+
|
|
1133
|
+
### DeliveryRefusedSpoiltState
|
|
1134
|
+
|
|
1135
|
+
> **DeliveryRefusedSpoiltState**: `string` = `"unece:StatusCodeList#286"`
|
|
1136
|
+
|
|
1137
|
+
Delivery refused, spoilt state: 286.
|
|
1138
|
+
|
|
1139
|
+
### MissingContents
|
|
1140
|
+
|
|
1141
|
+
> **MissingContents**: `string` = `"unece:StatusCodeList#287"`
|
|
1142
|
+
|
|
1143
|
+
Missing, contents: 287.
|
|
1144
|
+
|
|
1145
|
+
### NotOnPackageList
|
|
1146
|
+
|
|
1147
|
+
> **NotOnPackageList**: `string` = `"unece:StatusCodeList#288"`
|
|
1148
|
+
|
|
1149
|
+
Not on package list: 288.
|
|
1150
|
+
|
|
1151
|
+
### Debit
|
|
1152
|
+
|
|
1153
|
+
> **Debit**: `string` = `"unece:StatusCodeList#29"`
|
|
1154
|
+
|
|
1155
|
+
Debit: 29.
|
|
1156
|
+
|
|
1157
|
+
### DeliveryRefusedCollectFreightChargesNotPaid
|
|
1158
|
+
|
|
1159
|
+
> **DeliveryRefusedCollectFreightChargesNotPaid**: `string` = `"unece:StatusCodeList#291"`
|
|
1160
|
+
|
|
1161
|
+
Delivery refused, collect freight charges not paid: 291.
|
|
1162
|
+
|
|
1163
|
+
### DeliveryRefusedReimbursementNotPaid
|
|
1164
|
+
|
|
1165
|
+
> **DeliveryRefusedReimbursementNotPaid**: `string` = `"unece:StatusCodeList#292"`
|
|
1166
|
+
|
|
1167
|
+
Delivery refused, reimbursement not paid: 292.
|
|
1168
|
+
|
|
1169
|
+
### DeliveryRefusedOpened
|
|
1170
|
+
|
|
1171
|
+
> **DeliveryRefusedOpened**: `string` = `"unece:StatusCodeList#295"`
|
|
1172
|
+
|
|
1173
|
+
Delivery refused, opened: 295.
|
|
1174
|
+
|
|
1175
|
+
### DeliveryRefusedCommercialDispute
|
|
1176
|
+
|
|
1177
|
+
> **DeliveryRefusedCommercialDispute**: `string` = `"unece:StatusCodeList#297"`
|
|
1178
|
+
|
|
1179
|
+
Delivery refused, commercial dispute: 297.
|
|
1180
|
+
|
|
1181
|
+
### DeliveryRefusedErrorOnProductOrPackaging
|
|
1182
|
+
|
|
1183
|
+
> **DeliveryRefusedErrorOnProductOrPackaging**: `string` = `"unece:StatusCodeList#298"`
|
|
1184
|
+
|
|
1185
|
+
Delivery refused, error on product or packaging: 298.
|
|
1186
|
+
|
|
1187
|
+
### DeliveryRefusedDeliveryDateTimeChanged
|
|
1188
|
+
|
|
1189
|
+
> **DeliveryRefusedDeliveryDateTimeChanged**: `string` = `"unece:StatusCodeList#299"`
|
|
1190
|
+
|
|
1191
|
+
Delivery refused, delivery date/time changed: 299.
|
|
1192
|
+
|
|
1193
|
+
### PassedOn
|
|
1194
|
+
|
|
1195
|
+
> **PassedOn**: `string` = `"unece:StatusCodeList#3"`
|
|
1196
|
+
|
|
1197
|
+
Passed on: 3.
|
|
1198
|
+
|
|
1199
|
+
### Credit
|
|
1200
|
+
|
|
1201
|
+
> **Credit**: `string` = `"unece:StatusCodeList#30"`
|
|
1202
|
+
|
|
1203
|
+
Credit: 30.
|
|
1204
|
+
|
|
1205
|
+
### DocumentReceivedWithoutGoods
|
|
1206
|
+
|
|
1207
|
+
> **DocumentReceivedWithoutGoods**: `string` = `"unece:StatusCodeList#300"`
|
|
1208
|
+
|
|
1209
|
+
Document, received without goods: 300.
|
|
1210
|
+
|
|
1211
|
+
### GoodsReceivedWithoutDocumentation
|
|
1212
|
+
|
|
1213
|
+
> **GoodsReceivedWithoutDocumentation**: `string` = `"unece:StatusCodeList#301"`
|
|
1214
|
+
|
|
1215
|
+
Goods, received without documentation: 301.
|
|
1216
|
+
|
|
1217
|
+
### OvercarriedConsignment
|
|
1218
|
+
|
|
1219
|
+
> **OvercarriedConsignment**: `string` = `"unece:StatusCodeList#302"`
|
|
1220
|
+
|
|
1221
|
+
Overcarried consignment: 302.
|
|
1222
|
+
|
|
1223
|
+
### DocumentFound
|
|
1224
|
+
|
|
1225
|
+
> **DocumentFound**: `string` = `"unece:StatusCodeList#306"`
|
|
1226
|
+
|
|
1227
|
+
Document, found: 306.
|
|
1228
|
+
|
|
1229
|
+
### DamagedButDeliverable
|
|
1230
|
+
|
|
1231
|
+
> **DamagedButDeliverable**: `string` = `"unece:StatusCodeList#307"`
|
|
1232
|
+
|
|
1233
|
+
Damaged but deliverable: 307.
|
|
1234
|
+
|
|
1235
|
+
### Spoilt
|
|
1236
|
+
|
|
1237
|
+
> **Spoilt**: `string` = `"unece:StatusCodeList#308"`
|
|
1238
|
+
|
|
1239
|
+
Spoilt: 308.
|
|
1240
|
+
|
|
1241
|
+
### PackagingEquipmentOpened
|
|
1242
|
+
|
|
1243
|
+
> **PackagingEquipmentOpened**: `string` = `"unece:StatusCodeList#309"`
|
|
1244
|
+
|
|
1245
|
+
Packaging/equipment opened: 309.
|
|
1246
|
+
|
|
1247
|
+
### PositiveDebit
|
|
1248
|
+
|
|
1249
|
+
> **PositiveDebit**: `string` = `"unece:StatusCodeList#31"`
|
|
1250
|
+
|
|
1251
|
+
Positive debit: 31.
|
|
1252
|
+
|
|
1253
|
+
### ProcessedAsContractuallyAgreed
|
|
1254
|
+
|
|
1255
|
+
> **ProcessedAsContractuallyAgreed**: `string` = `"unece:StatusCodeList#310"`
|
|
1256
|
+
|
|
1257
|
+
Processed as contractually agreed: 310.
|
|
1258
|
+
|
|
1259
|
+
### ClaimFolderOpened
|
|
1260
|
+
|
|
1261
|
+
> **ClaimFolderOpened**: `string` = `"unece:StatusCodeList#311"`
|
|
1262
|
+
|
|
1263
|
+
Claim folder opened: 311.
|
|
1264
|
+
|
|
1265
|
+
### MovedCompleted
|
|
1266
|
+
|
|
1267
|
+
> **MovedCompleted**: `string` = `"unece:StatusCodeList#312"`
|
|
1268
|
+
|
|
1269
|
+
Moved, completed: 312.
|
|
1270
|
+
|
|
1271
|
+
### ReturnedByRecipient
|
|
1272
|
+
|
|
1273
|
+
> **ReturnedByRecipient**: `string` = `"unece:StatusCodeList#313"`
|
|
1274
|
+
|
|
1275
|
+
Returned by recipient: 313.
|
|
1276
|
+
|
|
1277
|
+
### DelayedAtOrigin
|
|
1278
|
+
|
|
1279
|
+
> **DelayedAtOrigin**: `string` = `"unece:StatusCodeList#314"`
|
|
1280
|
+
|
|
1281
|
+
Delayed, at origin: 314.
|
|
1282
|
+
|
|
1283
|
+
### HeldByLogisticServiceProvider
|
|
1284
|
+
|
|
1285
|
+
> **HeldByLogisticServiceProvider**: `string` = `"unece:StatusCodeList#315"`
|
|
1286
|
+
|
|
1287
|
+
Held, by logistic service provider: 315.
|
|
1288
|
+
|
|
1289
|
+
### IncidentOccurredButAcceptedByOrderingParty
|
|
1290
|
+
|
|
1291
|
+
> **IncidentOccurredButAcceptedByOrderingParty**: `string` = `"unece:StatusCodeList#316"`
|
|
1292
|
+
|
|
1293
|
+
Incident occurred but accepted by ordering party: 316.
|
|
1294
|
+
|
|
1295
|
+
### DeliveryPartyPremisesClosedDuringNormalHours
|
|
1296
|
+
|
|
1297
|
+
> **DeliveryPartyPremisesClosedDuringNormalHours**: `string` = `"unece:StatusCodeList#317"`
|
|
1298
|
+
|
|
1299
|
+
Delivery party' premises closed during normal hours: 317.
|
|
1300
|
+
|
|
1301
|
+
### DeliveryIncompleteTimeShortage
|
|
1302
|
+
|
|
1303
|
+
> **DeliveryIncompleteTimeShortage**: `string` = `"unece:StatusCodeList#318"`
|
|
1304
|
+
|
|
1305
|
+
Delivery incomplete, time shortage: 318.
|
|
1306
|
+
|
|
1307
|
+
### DespatchPreparationError
|
|
1308
|
+
|
|
1309
|
+
> **DespatchPreparationError**: `string` = `"unece:StatusCodeList#319"`
|
|
1310
|
+
|
|
1311
|
+
Despatch, preparation error: 319.
|
|
1312
|
+
|
|
1313
|
+
### NegativeDebit
|
|
1314
|
+
|
|
1315
|
+
> **NegativeDebit**: `string` = `"unece:StatusCodeList#32"`
|
|
1316
|
+
|
|
1317
|
+
Negative debit: 32.
|
|
1318
|
+
|
|
1319
|
+
### UndefinedIncidentAttributedToLogisticServerProvider
|
|
1320
|
+
|
|
1321
|
+
> **UndefinedIncidentAttributedToLogisticServerProvider**: `string` = `"unece:StatusCodeList#320"`
|
|
1322
|
+
|
|
1323
|
+
Undefined incident attributed to logistic server provider: 320.
|
|
1324
|
+
|
|
1325
|
+
### InstructionToDespatchReceived
|
|
1326
|
+
|
|
1327
|
+
> **InstructionToDespatchReceived**: `string` = `"unece:StatusCodeList#321"`
|
|
1328
|
+
|
|
1329
|
+
Instruction to despatch, received: 321.
|
|
1330
|
+
|
|
1331
|
+
### DespatchUnderPreparation
|
|
1332
|
+
|
|
1333
|
+
> **DespatchUnderPreparation**: `string` = `"unece:StatusCodeList#322"`
|
|
1334
|
+
|
|
1335
|
+
Despatch, under preparation: 322.
|
|
1336
|
+
|
|
1337
|
+
### ReturnInProgress
|
|
1338
|
+
|
|
1339
|
+
> **ReturnInProgress**: `string` = `"unece:StatusCodeList#323"`
|
|
1340
|
+
|
|
1341
|
+
Return in progress: 323.
|
|
1342
|
+
|
|
1343
|
+
### InstructionToDespatchCancelled
|
|
1344
|
+
|
|
1345
|
+
> **InstructionToDespatchCancelled**: `string` = `"unece:StatusCodeList#324"`
|
|
1346
|
+
|
|
1347
|
+
Instruction to despatch, cancelled: 324.
|
|
1348
|
+
|
|
1349
|
+
### DeliveryRefusedByRecipient
|
|
1350
|
+
|
|
1351
|
+
> **DeliveryRefusedByRecipient**: `string` = `"unece:StatusCodeList#325"`
|
|
1352
|
+
|
|
1353
|
+
Delivery refused, by recipient: 325.
|
|
1354
|
+
|
|
1355
|
+
### GoodsHeldByThirdPartyOnInstructionFromOwner
|
|
1356
|
+
|
|
1357
|
+
> **GoodsHeldByThirdPartyOnInstructionFromOwner**: `string` = `"unece:StatusCodeList#326"`
|
|
1358
|
+
|
|
1359
|
+
Goods, held by third party on instruction from owner: 326.
|
|
1360
|
+
|
|
1361
|
+
### WeightOrVolumeLoss
|
|
1362
|
+
|
|
1363
|
+
> **WeightOrVolumeLoss**: `string` = `"unece:StatusCodeList#327"`
|
|
1364
|
+
|
|
1365
|
+
Weight or volume loss: 327.
|
|
1366
|
+
|
|
1367
|
+
### MovedInternally
|
|
1368
|
+
|
|
1369
|
+
> **MovedInternally**: `string` = `"unece:StatusCodeList#328"`
|
|
1370
|
+
|
|
1371
|
+
Moved, internally: 328.
|
|
1372
|
+
|
|
1373
|
+
### ConsignmentPartiallyStolen
|
|
1374
|
+
|
|
1375
|
+
> **ConsignmentPartiallyStolen**: `string` = `"unece:StatusCodeList#329"`
|
|
1376
|
+
|
|
1377
|
+
Consignment partially stolen: 329.
|
|
1378
|
+
|
|
1379
|
+
### PositiveCredit
|
|
1380
|
+
|
|
1381
|
+
> **PositiveCredit**: `string` = `"unece:StatusCodeList#33"`
|
|
1382
|
+
|
|
1383
|
+
Positive credit: 33.
|
|
1384
|
+
|
|
1385
|
+
### ConsignmentPartiallyLostOrMissing
|
|
1386
|
+
|
|
1387
|
+
> **ConsignmentPartiallyLostOrMissing**: `string` = `"unece:StatusCodeList#330"`
|
|
1388
|
+
|
|
1389
|
+
Consignment partially lost or missing: 330.
|
|
1390
|
+
|
|
1391
|
+
### Destroyed
|
|
1392
|
+
|
|
1393
|
+
> **Destroyed**: `string` = `"unece:StatusCodeList#331"`
|
|
1394
|
+
|
|
1395
|
+
Destroyed: 331.
|
|
1396
|
+
|
|
1397
|
+
### ActionByLogisticsServiceProvider
|
|
1398
|
+
|
|
1399
|
+
> **ActionByLogisticsServiceProvider**: `string` = `"unece:StatusCodeList#332"`
|
|
1400
|
+
|
|
1401
|
+
Action by logistics service provider: 332.
|
|
1402
|
+
|
|
1403
|
+
### ActionByLogisticsServiceProviderOnInstructionByOwner
|
|
1404
|
+
|
|
1405
|
+
> **ActionByLogisticsServiceProviderOnInstructionByOwner**: `string` = `"unece:StatusCodeList#333"`
|
|
1406
|
+
|
|
1407
|
+
Action by logistics service provider on instruction by owner: 333.
|
|
1408
|
+
|
|
1409
|
+
### DocumentRefused
|
|
1410
|
+
|
|
1411
|
+
> **DocumentRefused**: `string` = `"unece:StatusCodeList#334"`
|
|
1412
|
+
|
|
1413
|
+
Document, refused: 334.
|
|
1414
|
+
|
|
1415
|
+
### SealsDamaged
|
|
1416
|
+
|
|
1417
|
+
> **SealsDamaged**: `string` = `"unece:StatusCodeList#335"`
|
|
1418
|
+
|
|
1419
|
+
Seals, damaged: 335.
|
|
1420
|
+
|
|
1421
|
+
### SealsBroken
|
|
1422
|
+
|
|
1423
|
+
> **SealsBroken**: `string` = `"unece:StatusCodeList#336"`
|
|
1424
|
+
|
|
1425
|
+
Seals, broken: 336.
|
|
1426
|
+
|
|
1427
|
+
### SealsTampered
|
|
1428
|
+
|
|
1429
|
+
> **SealsTampered**: `string` = `"unece:StatusCodeList#337"`
|
|
1430
|
+
|
|
1431
|
+
Seals, tampered: 337.
|
|
1432
|
+
|
|
1433
|
+
### CollectionPickUpBusinessClosed
|
|
1434
|
+
|
|
1435
|
+
> **CollectionPickUpBusinessClosed**: `string` = `"unece:StatusCodeList#338"`
|
|
1436
|
+
|
|
1437
|
+
Collection/pick-up, business closed: 338.
|
|
1438
|
+
|
|
1439
|
+
### CollectionPickUpChangedSchedule
|
|
1440
|
+
|
|
1441
|
+
> **CollectionPickUpChangedSchedule**: `string` = `"unece:StatusCodeList#339"`
|
|
1442
|
+
|
|
1443
|
+
Collection/pick-up, changed schedule: 339.
|
|
1444
|
+
|
|
1445
|
+
### NegativeCredit
|
|
1446
|
+
|
|
1447
|
+
> **NegativeCredit**: `string` = `"unece:StatusCodeList#34"`
|
|
1448
|
+
|
|
1449
|
+
Negative credit: 34.
|
|
1450
|
+
|
|
1451
|
+
### CollectionPickUpFurtherAddressNeeded
|
|
1452
|
+
|
|
1453
|
+
> **CollectionPickUpFurtherAddressNeeded**: `string` = `"unece:StatusCodeList#340"`
|
|
1454
|
+
|
|
1455
|
+
Collection/pick-up, further address needed: 340.
|
|
1456
|
+
|
|
1457
|
+
### CollectionPickUpIndustrialDispute
|
|
1458
|
+
|
|
1459
|
+
> **CollectionPickUpIndustrialDispute**: `string` = `"unece:StatusCodeList#341"`
|
|
1460
|
+
|
|
1461
|
+
Collection/pick-up, industrial dispute: 341.
|
|
1462
|
+
|
|
1463
|
+
### CollectionPickUpEquipmentFailure
|
|
1464
|
+
|
|
1465
|
+
> **CollectionPickUpEquipmentFailure**: `string` = `"unece:StatusCodeList#342"`
|
|
1466
|
+
|
|
1467
|
+
Collection/pick-up, equipment failure: 342.
|
|
1468
|
+
|
|
1469
|
+
### DocumentIncorrect
|
|
1470
|
+
|
|
1471
|
+
> **DocumentIncorrect**: `string` = `"unece:StatusCodeList#343"`
|
|
1472
|
+
|
|
1473
|
+
Document, incorrect: 343.
|
|
1474
|
+
|
|
1475
|
+
### CollectionPickUpScheduledPastCutOffTime
|
|
1476
|
+
|
|
1477
|
+
> **CollectionPickUpScheduledPastCutOffTime**: `string` = `"unece:StatusCodeList#344"`
|
|
1478
|
+
|
|
1479
|
+
Collection/pick-up, scheduled past cut-off time: 344.
|
|
1480
|
+
|
|
1481
|
+
### CollectionPickUpAdverseWeatherConditions
|
|
1482
|
+
|
|
1483
|
+
> **CollectionPickUpAdverseWeatherConditions**: `string` = `"unece:StatusCodeList#345"`
|
|
1484
|
+
|
|
1485
|
+
Collection/pick-up, adverse weather conditions: 345.
|
|
1486
|
+
|
|
1487
|
+
### UnloadingCompletedFromAMeansOfTransport
|
|
1488
|
+
|
|
1489
|
+
> **UnloadingCompletedFromAMeansOfTransport**: `string` = `"unece:StatusCodeList#346"`
|
|
1490
|
+
|
|
1491
|
+
Unloading, completed from a means of transport: 346.
|
|
1492
|
+
|
|
1493
|
+
### Deliverable
|
|
1494
|
+
|
|
1495
|
+
> **Deliverable**: `string` = `"unece:StatusCodeList#347"`
|
|
1496
|
+
|
|
1497
|
+
Deliverable: 347.
|
|
1498
|
+
|
|
1499
|
+
### NotDeliverable
|
|
1500
|
+
|
|
1501
|
+
> **NotDeliverable**: `string` = `"unece:StatusCodeList#348"`
|
|
1502
|
+
|
|
1503
|
+
Not deliverable: 348.
|
|
1504
|
+
|
|
1505
|
+
### HandedOver
|
|
1506
|
+
|
|
1507
|
+
> **HandedOver**: `string` = `"unece:StatusCodeList#349"`
|
|
1508
|
+
|
|
1509
|
+
Handed over: 349.
|
|
1510
|
+
|
|
1511
|
+
### Started
|
|
1512
|
+
|
|
1513
|
+
> **Started**: `string` = `"unece:StatusCodeList#35"`
|
|
1514
|
+
|
|
1515
|
+
Started: 35.
|
|
1516
|
+
|
|
1517
|
+
### SignatureRequired
|
|
1518
|
+
|
|
1519
|
+
> **SignatureRequired**: `string` = `"unece:StatusCodeList#350"`
|
|
1520
|
+
|
|
1521
|
+
Signature required: 350.
|
|
1522
|
+
|
|
1523
|
+
### DefinedIncidentAttributedToLogisticServerProvider
|
|
1524
|
+
|
|
1525
|
+
> **DefinedIncidentAttributedToLogisticServerProvider**: `string` = `"unece:StatusCodeList#351"`
|
|
1526
|
+
|
|
1527
|
+
Defined incident attributed to logistic server provider: 351.
|
|
1528
|
+
|
|
1529
|
+
### DeliveryNotCompletedBusinessClosedInventoryCount
|
|
1530
|
+
|
|
1531
|
+
> **DeliveryNotCompletedBusinessClosedInventoryCount**: `string` = `"unece:StatusCodeList#352"`
|
|
1532
|
+
|
|
1533
|
+
Delivery not completed, business closed, inventory count: 352.
|
|
1534
|
+
|
|
1535
|
+
### DeliveryNotCompletedBusinessClosedOnSaturday
|
|
1536
|
+
|
|
1537
|
+
> **DeliveryNotCompletedBusinessClosedOnSaturday**: `string` = `"unece:StatusCodeList#353"`
|
|
1538
|
+
|
|
1539
|
+
Delivery not completed, business closed on Saturday: 353.
|
|
1540
|
+
|
|
1541
|
+
### DeliveryNotCompletedBusinessClosedOnNationalHoliday
|
|
1542
|
+
|
|
1543
|
+
> **DeliveryNotCompletedBusinessClosedOnNationalHoliday**: `string` = `"unece:StatusCodeList#354"`
|
|
1544
|
+
|
|
1545
|
+
Delivery not completed, business closed on national holiday: 354.
|
|
1546
|
+
|
|
1547
|
+
### EnRouteViaLocalRoute
|
|
1548
|
+
|
|
1549
|
+
> **EnRouteViaLocalRoute**: `string` = `"unece:StatusCodeList#355"`
|
|
1550
|
+
|
|
1551
|
+
En route, via local route: 355.
|
|
1552
|
+
|
|
1553
|
+
### EnRouteViaNationalRoute
|
|
1554
|
+
|
|
1555
|
+
> **EnRouteViaNationalRoute**: `string` = `"unece:StatusCodeList#356"`
|
|
1556
|
+
|
|
1557
|
+
En route, via national route: 356.
|
|
1558
|
+
|
|
1559
|
+
### EnRouteViaInternationalRoute
|
|
1560
|
+
|
|
1561
|
+
> **EnRouteViaInternationalRoute**: `string` = `"unece:StatusCodeList#357"`
|
|
1562
|
+
|
|
1563
|
+
En route, via international route: 357.
|
|
1564
|
+
|
|
1565
|
+
### TransportTerminatedMailNotReceived
|
|
1566
|
+
|
|
1567
|
+
> **TransportTerminatedMailNotReceived**: `string` = `"unece:StatusCodeList#358"`
|
|
1568
|
+
|
|
1569
|
+
Transport terminated, mail not received: 358.
|
|
1570
|
+
|
|
1571
|
+
### BillOfLadingIssued
|
|
1572
|
+
|
|
1573
|
+
> **BillOfLadingIssued**: `string` = `"unece:StatusCodeList#359"`
|
|
1574
|
+
|
|
1575
|
+
Bill of Lading issued: 359.
|
|
1576
|
+
|
|
1577
|
+
### Revised
|
|
1578
|
+
|
|
1579
|
+
> **Revised**: `string` = `"unece:StatusCodeList#36"`
|
|
1580
|
+
|
|
1581
|
+
Revised: 36.
|
|
1582
|
+
|
|
1583
|
+
### ClearedByLogisticsServiceProvider
|
|
1584
|
+
|
|
1585
|
+
> **ClearedByLogisticsServiceProvider**: `string` = `"unece:StatusCodeList#360"`
|
|
1586
|
+
|
|
1587
|
+
Cleared, by logistics service provider: 360.
|
|
1588
|
+
|
|
1589
|
+
### DeliveryExpected
|
|
1590
|
+
|
|
1591
|
+
> **DeliveryExpected**: `string` = `"unece:StatusCodeList#361"`
|
|
1592
|
+
|
|
1593
|
+
Delivery, expected: 361.
|
|
1594
|
+
|
|
1595
|
+
### Measured362
|
|
1596
|
+
|
|
1597
|
+
> **Measured362**: `string` = `"unece:StatusCodeList#362"`
|
|
1598
|
+
|
|
1599
|
+
Measured: 362.
|
|
1600
|
+
|
|
1601
|
+
### LoadingReady
|
|
1602
|
+
|
|
1603
|
+
> **LoadingReady**: `string` = `"unece:StatusCodeList#363"`
|
|
1604
|
+
|
|
1605
|
+
Loading, ready: 363.
|
|
1606
|
+
|
|
1607
|
+
### ArrivalAtYard
|
|
1608
|
+
|
|
1609
|
+
> **ArrivalAtYard**: `string` = `"unece:StatusCodeList#364"`
|
|
1610
|
+
|
|
1611
|
+
Arrival, at yard: 364.
|
|
1612
|
+
|
|
1613
|
+
### DepartureFromYard
|
|
1614
|
+
|
|
1615
|
+
> **DepartureFromYard**: `string` = `"unece:StatusCodeList#365"`
|
|
1616
|
+
|
|
1617
|
+
Departure, from yard: 365.
|
|
1618
|
+
|
|
1619
|
+
### AcceptedAtInterchangePoint
|
|
1620
|
+
|
|
1621
|
+
> **AcceptedAtInterchangePoint**: `string` = `"unece:StatusCodeList#366"`
|
|
1622
|
+
|
|
1623
|
+
Accepted at interchange point: 366.
|
|
1624
|
+
|
|
1625
|
+
### AlertedNoActionTaken
|
|
1626
|
+
|
|
1627
|
+
> **AlertedNoActionTaken**: `string` = `"unece:StatusCodeList#367"`
|
|
1628
|
+
|
|
1629
|
+
Alerted, no action taken: 367.
|
|
1630
|
+
|
|
1631
|
+
### TransshipmentToAnotherWagon
|
|
1632
|
+
|
|
1633
|
+
> **TransshipmentToAnotherWagon**: `string` = `"unece:StatusCodeList#368"`
|
|
1634
|
+
|
|
1635
|
+
Transshipment to another wagon: 368.
|
|
1636
|
+
|
|
1637
|
+
### TripPlanRevisedManually
|
|
1638
|
+
|
|
1639
|
+
> **TripPlanRevisedManually**: `string` = `"unece:StatusCodeList#369"`
|
|
1640
|
+
|
|
1641
|
+
Trip plan revised manually: 369.
|
|
1642
|
+
|
|
1643
|
+
### Stolen
|
|
1644
|
+
|
|
1645
|
+
> **Stolen**: `string` = `"unece:StatusCodeList#37"`
|
|
1646
|
+
|
|
1647
|
+
Stolen: 37.
|
|
1648
|
+
|
|
1649
|
+
### SpecialWagonHandlingArranged
|
|
1650
|
+
|
|
1651
|
+
> **SpecialWagonHandlingArranged**: `string` = `"unece:StatusCodeList#370"`
|
|
1652
|
+
|
|
1653
|
+
Special wagon handling arranged: 370.
|
|
1654
|
+
|
|
1655
|
+
### EquipmentEmptied
|
|
1656
|
+
|
|
1657
|
+
> **EquipmentEmptied**: `string` = `"unece:StatusCodeList#371"`
|
|
1658
|
+
|
|
1659
|
+
Equipment, emptied: 371.
|
|
1660
|
+
|
|
1661
|
+
### EquipmentLoaded
|
|
1662
|
+
|
|
1663
|
+
> **EquipmentLoaded**: `string` = `"unece:StatusCodeList#372"`
|
|
1664
|
+
|
|
1665
|
+
Equipment, loaded: 372.
|
|
1666
|
+
|
|
1667
|
+
### EquipmentHeldByTransportOperator
|
|
1668
|
+
|
|
1669
|
+
> **EquipmentHeldByTransportOperator**: `string` = `"unece:StatusCodeList#373"`
|
|
1670
|
+
|
|
1671
|
+
Equipment, held by transport operator: 373.
|
|
1672
|
+
|
|
1673
|
+
### EquipmentHeldByTerminalOperator
|
|
1674
|
+
|
|
1675
|
+
> **EquipmentHeldByTerminalOperator**: `string` = `"unece:StatusCodeList#374"`
|
|
1676
|
+
|
|
1677
|
+
Equipment, held by terminal operator: 374.
|
|
1678
|
+
|
|
1679
|
+
### EquipmentStoragePeriodAtTerminalExceeded
|
|
1680
|
+
|
|
1681
|
+
> **EquipmentStoragePeriodAtTerminalExceeded**: `string` = `"unece:StatusCodeList#375"`
|
|
1682
|
+
|
|
1683
|
+
Equipment, storage period at terminal exceeded: 375.
|
|
1684
|
+
|
|
1685
|
+
### EquipmentHeldByEquipmentOperator
|
|
1686
|
+
|
|
1687
|
+
> **EquipmentHeldByEquipmentOperator**: `string` = `"unece:StatusCodeList#376"`
|
|
1688
|
+
|
|
1689
|
+
Equipment, held by equipment operator: 376.
|
|
1690
|
+
|
|
1691
|
+
### EquipmentNotReleasedByEquipmentOperator
|
|
1692
|
+
|
|
1693
|
+
> **EquipmentNotReleasedByEquipmentOperator**: `string` = `"unece:StatusCodeList#377"`
|
|
1694
|
+
|
|
1695
|
+
Equipment, not released by equipment operator: 377.
|
|
1696
|
+
|
|
1697
|
+
### DeliveryOrderIssued
|
|
1698
|
+
|
|
1699
|
+
> **DeliveryOrderIssued**: `string` = `"unece:StatusCodeList#378"`
|
|
1700
|
+
|
|
1701
|
+
Delivery Order Issued: 378.
|
|
1702
|
+
|
|
1703
|
+
### ClearedForContainerRelease
|
|
1704
|
+
|
|
1705
|
+
> **ClearedForContainerRelease**: `string` = `"unece:StatusCodeList#379"`
|
|
1706
|
+
|
|
1707
|
+
Cleared for container release: 379.
|
|
1708
|
+
|
|
1709
|
+
### Assigned
|
|
1710
|
+
|
|
1711
|
+
> **Assigned**: `string` = `"unece:StatusCodeList#38"`
|
|
1712
|
+
|
|
1713
|
+
Assigned: 38.
|
|
1714
|
+
|
|
1715
|
+
### Approved
|
|
1716
|
+
|
|
1717
|
+
> **Approved**: `string` = `"unece:StatusCodeList#39"`
|
|
1718
|
+
|
|
1719
|
+
Approved: 39.
|
|
1720
|
+
|
|
1721
|
+
### Final
|
|
1722
|
+
|
|
1723
|
+
> **Final**: `string` = `"unece:StatusCodeList#4"`
|
|
1724
|
+
|
|
1725
|
+
Final: 4.
|
|
1726
|
+
|
|
1727
|
+
### Withdrawn
|
|
1728
|
+
|
|
1729
|
+
> **Withdrawn**: `string` = `"unece:StatusCodeList#40"`
|
|
1730
|
+
|
|
1731
|
+
Withdrawn: 40.
|
|
1732
|
+
|
|
1733
|
+
### Rejected
|
|
1734
|
+
|
|
1735
|
+
> **Rejected**: `string` = `"unece:StatusCodeList#41"`
|
|
1736
|
+
|
|
1737
|
+
Rejected: 41.
|
|
1738
|
+
|
|
1739
|
+
### ApprovalPending
|
|
1740
|
+
|
|
1741
|
+
> **ApprovalPending**: `string` = `"unece:StatusCodeList#42"`
|
|
1742
|
+
|
|
1743
|
+
Approval pending: 42.
|
|
1744
|
+
|
|
1745
|
+
### Postponed
|
|
1746
|
+
|
|
1747
|
+
> **Postponed**: `string` = `"unece:StatusCodeList#43"`
|
|
1748
|
+
|
|
1749
|
+
Postponed: 43.
|
|
1750
|
+
|
|
1751
|
+
### Replaced
|
|
1752
|
+
|
|
1753
|
+
> **Replaced**: `string` = `"unece:StatusCodeList#44"`
|
|
1754
|
+
|
|
1755
|
+
Replaced: 44.
|
|
1756
|
+
|
|
1757
|
+
### NoStatus
|
|
1758
|
+
|
|
1759
|
+
> **NoStatus**: `string` = `"unece:StatusCodeList#45"`
|
|
1760
|
+
|
|
1761
|
+
No status: 45.
|
|
1762
|
+
|
|
1763
|
+
### DoesNotExist
|
|
1764
|
+
|
|
1765
|
+
> **DoesNotExist**: `string` = `"unece:StatusCodeList#46"`
|
|
1766
|
+
|
|
1767
|
+
Does not exist: 46.
|
|
1768
|
+
|
|
1769
|
+
### DraftVersion
|
|
1770
|
+
|
|
1771
|
+
> **DraftVersion**: `string` = `"unece:StatusCodeList#47"`
|
|
1772
|
+
|
|
1773
|
+
Draft version: 47.
|
|
1774
|
+
|
|
1775
|
+
### LiveVersion
|
|
1776
|
+
|
|
1777
|
+
> **LiveVersion**: `string` = `"unece:StatusCodeList#48"`
|
|
1778
|
+
|
|
1779
|
+
Live version: 48.
|
|
1780
|
+
|
|
1781
|
+
### ExpiredVersion
|
|
1782
|
+
|
|
1783
|
+
> **ExpiredVersion**: `string` = `"unece:StatusCodeList#49"`
|
|
1784
|
+
|
|
1785
|
+
Expired version: 49.
|
|
1786
|
+
|
|
1787
|
+
### SubjectToFinalPayment
|
|
1788
|
+
|
|
1789
|
+
> **SubjectToFinalPayment**: `string` = `"unece:StatusCodeList#5"`
|
|
1790
|
+
|
|
1791
|
+
Subject to final payment: 5.
|
|
1792
|
+
|
|
1793
|
+
### PartTime
|
|
1794
|
+
|
|
1795
|
+
> **PartTime**: `string` = `"unece:StatusCodeList#50"`
|
|
1796
|
+
|
|
1797
|
+
Part-time: 50.
|
|
1798
|
+
|
|
1799
|
+
### FullTime
|
|
1800
|
+
|
|
1801
|
+
> **FullTime**: `string` = `"unece:StatusCodeList#51"`
|
|
1802
|
+
|
|
1803
|
+
Full-time: 51.
|
|
1804
|
+
|
|
1805
|
+
### NotAStudent
|
|
1806
|
+
|
|
1807
|
+
> **NotAStudent**: `string` = `"unece:StatusCodeList#52"`
|
|
1808
|
+
|
|
1809
|
+
Not a student: 52.
|
|
1810
|
+
|
|
1811
|
+
### ToBeExtracted
|
|
1812
|
+
|
|
1813
|
+
> **ToBeExtracted**: `string` = `"unece:StatusCodeList#53"`
|
|
1814
|
+
|
|
1815
|
+
To be extracted: 53.
|
|
1816
|
+
|
|
1817
|
+
### ImpactedTooth
|
|
1818
|
+
|
|
1819
|
+
> **ImpactedTooth**: `string` = `"unece:StatusCodeList#54"`
|
|
1820
|
+
|
|
1821
|
+
Impacted tooth: 54.
|
|
1822
|
+
|
|
1823
|
+
### Extracted
|
|
1824
|
+
|
|
1825
|
+
> **Extracted**: `string` = `"unece:StatusCodeList#55"`
|
|
1826
|
+
|
|
1827
|
+
Extracted: 55.
|
|
1828
|
+
|
|
1829
|
+
### Estimated
|
|
1830
|
+
|
|
1831
|
+
> **Estimated**: `string` = `"unece:StatusCodeList#56"`
|
|
1832
|
+
|
|
1833
|
+
Estimated: 56.
|
|
1834
|
+
|
|
1835
|
+
### UndefinedIncident
|
|
1836
|
+
|
|
1837
|
+
> **UndefinedIncident**: `string` = `"unece:StatusCodeList#57"`
|
|
1838
|
+
|
|
1839
|
+
Undefined incident: 57.
|
|
1840
|
+
|
|
1841
|
+
### QuantityError
|
|
1842
|
+
|
|
1843
|
+
> **QuantityError**: `string` = `"unece:StatusCodeList#58"`
|
|
1844
|
+
|
|
1845
|
+
Quantity error: 58.
|
|
1846
|
+
|
|
1847
|
+
### MonetaryAmountError
|
|
1848
|
+
|
|
1849
|
+
> **MonetaryAmountError**: `string` = `"unece:StatusCodeList#59"`
|
|
1850
|
+
|
|
1851
|
+
Monetary amount error: 59.
|
|
1852
|
+
|
|
1853
|
+
### Minimum
|
|
1854
|
+
|
|
1855
|
+
> **Minimum**: `string` = `"unece:StatusCodeList#6"`
|
|
1856
|
+
|
|
1857
|
+
Minimum: 6.
|
|
1858
|
+
|
|
1859
|
+
### ProductNotOrdered
|
|
1860
|
+
|
|
1861
|
+
> **ProductNotOrdered**: `string` = `"unece:StatusCodeList#60"`
|
|
1862
|
+
|
|
1863
|
+
Product not ordered: 60.
|
|
1864
|
+
|
|
1865
|
+
### Uncertain
|
|
1866
|
+
|
|
1867
|
+
> **Uncertain**: `string` = `"unece:StatusCodeList#61"`
|
|
1868
|
+
|
|
1869
|
+
Uncertain: 61.
|
|
1870
|
+
|
|
1871
|
+
### Significant
|
|
1872
|
+
|
|
1873
|
+
> **Significant**: `string` = `"unece:StatusCodeList#62"`
|
|
1874
|
+
|
|
1875
|
+
Significant: 62.
|
|
1876
|
+
|
|
1877
|
+
### NotAccepted
|
|
1878
|
+
|
|
1879
|
+
> **NotAccepted**: `string` = `"unece:StatusCodeList#63"`
|
|
1880
|
+
|
|
1881
|
+
Not accepted: 63.
|
|
1882
|
+
|
|
1883
|
+
### OrderOrRequestCancelled
|
|
1884
|
+
|
|
1885
|
+
> **OrderOrRequestCancelled**: `string` = `"unece:StatusCodeList#64"`
|
|
1886
|
+
|
|
1887
|
+
Order or request cancelled: 64.
|
|
1888
|
+
|
|
1889
|
+
### Negative
|
|
1890
|
+
|
|
1891
|
+
> **Negative**: `string` = `"unece:StatusCodeList#65"`
|
|
1892
|
+
|
|
1893
|
+
Negative: 65.
|
|
1894
|
+
|
|
1895
|
+
### UnsignedAmount
|
|
1896
|
+
|
|
1897
|
+
> **UnsignedAmount**: `string` = `"unece:StatusCodeList#66"`
|
|
1898
|
+
|
|
1899
|
+
Unsigned amount: 66.
|
|
1900
|
+
|
|
1901
|
+
### Preliminary
|
|
1902
|
+
|
|
1903
|
+
> **Preliminary**: `string` = `"unece:StatusCodeList#67"`
|
|
1904
|
+
|
|
1905
|
+
Preliminary: 67.
|
|
1906
|
+
|
|
1907
|
+
### Split
|
|
1908
|
+
|
|
1909
|
+
> **Split**: `string` = `"unece:StatusCodeList#68"`
|
|
1910
|
+
|
|
1911
|
+
Split: 68.
|
|
1912
|
+
|
|
1913
|
+
### Recommended
|
|
1914
|
+
|
|
1915
|
+
> **Recommended**: `string` = `"unece:StatusCodeList#69"`
|
|
1916
|
+
|
|
1917
|
+
Recommended: 69.
|
|
1918
|
+
|
|
1919
|
+
### Fixed
|
|
1920
|
+
|
|
1921
|
+
> **Fixed**: `string` = `"unece:StatusCodeList#7"`
|
|
1922
|
+
|
|
1923
|
+
Fixed: 7.
|
|
1924
|
+
|
|
1925
|
+
### Issued
|
|
1926
|
+
|
|
1927
|
+
> **Issued**: `string` = `"unece:StatusCodeList#70"`
|
|
1928
|
+
|
|
1929
|
+
Issued: 70.
|
|
1930
|
+
|
|
1931
|
+
### AvailableForOrdering
|
|
1932
|
+
|
|
1933
|
+
> **AvailableForOrdering**: `string` = `"unece:StatusCodeList#71"`
|
|
1934
|
+
|
|
1935
|
+
Available for ordering: 71.
|
|
1936
|
+
|
|
1937
|
+
### NotAvailableForOrdering
|
|
1938
|
+
|
|
1939
|
+
> **NotAvailableForOrdering**: `string` = `"unece:StatusCodeList#72"`
|
|
1940
|
+
|
|
1941
|
+
Not available for ordering: 72.
|
|
1942
|
+
|
|
1943
|
+
### Confirmed
|
|
1944
|
+
|
|
1945
|
+
> **Confirmed**: `string` = `"unece:StatusCodeList#73"`
|
|
1946
|
+
|
|
1947
|
+
Confirmed: 73.
|
|
1948
|
+
|
|
1949
|
+
### ExpiryDateExceeded
|
|
1950
|
+
|
|
1951
|
+
> **ExpiryDateExceeded**: `string` = `"unece:StatusCodeList#74"`
|
|
1952
|
+
|
|
1953
|
+
Expiry date exceeded: 74.
|
|
1954
|
+
|
|
1955
|
+
### Prescribed
|
|
1956
|
+
|
|
1957
|
+
> **Prescribed**: `string` = `"unece:StatusCodeList#75"`
|
|
1958
|
+
|
|
1959
|
+
Prescribed: 75.
|
|
1960
|
+
|
|
1961
|
+
### AllPublishedIssuesSinceSubscriptionStart
|
|
1962
|
+
|
|
1963
|
+
> **AllPublishedIssuesSinceSubscriptionStart**: `string` = `"unece:StatusCodeList#76"`
|
|
1964
|
+
|
|
1965
|
+
All published issues since subscription start: 76.
|
|
1966
|
+
|
|
1967
|
+
### AllPublishedIssuesSinceIssueSpecifiedInClaim
|
|
1968
|
+
|
|
1969
|
+
> **AllPublishedIssuesSinceIssueSpecifiedInClaim**: `string` = `"unece:StatusCodeList#77"`
|
|
1970
|
+
|
|
1971
|
+
All published issues since issue specified in claim: 77.
|
|
1972
|
+
|
|
1973
|
+
### AllPublishedIssuesFromAndIncludingIssueSpecifiedInClaim
|
|
1974
|
+
|
|
1975
|
+
> **AllPublishedIssuesFromAndIncludingIssueSpecifiedInClaim**: `string` = `"unece:StatusCodeList#78"`
|
|
1976
|
+
|
|
1977
|
+
All published issues from and including issue specified in claim: 78.
|
|
1978
|
+
|
|
1979
|
+
### SpecifiedPublishedIssueOnly
|
|
1980
|
+
|
|
1981
|
+
> **SpecifiedPublishedIssueOnly**: `string` = `"unece:StatusCodeList#79"`
|
|
1982
|
+
|
|
1983
|
+
Specified published issue only: 79.
|
|
1984
|
+
|
|
1985
|
+
### Maximum
|
|
1986
|
+
|
|
1987
|
+
> **Maximum**: `string` = `"unece:StatusCodeList#8"`
|
|
1988
|
+
|
|
1989
|
+
Maximum: 8.
|
|
1990
|
+
|
|
1991
|
+
### PublicationIssueCancelled
|
|
1992
|
+
|
|
1993
|
+
> **PublicationIssueCancelled**: `string` = `"unece:StatusCodeList#80"`
|
|
1994
|
+
|
|
1995
|
+
Publication issue cancelled: 80.
|
|
1996
|
+
|
|
1997
|
+
### Definitive
|
|
1998
|
+
|
|
1999
|
+
> **Definitive**: `string` = `"unece:StatusCodeList#81"`
|
|
2000
|
+
|
|
2001
|
+
Definitive: 81.
|
|
2002
|
+
|
|
2003
|
+
### Supplementary
|
|
2004
|
+
|
|
2005
|
+
> **Supplementary**: `string` = `"unece:StatusCodeList#82"`
|
|
2006
|
+
|
|
2007
|
+
Supplementary: 82.
|
|
2008
|
+
|
|
2009
|
+
### UnderLegalAppeal
|
|
2010
|
+
|
|
2011
|
+
> **UnderLegalAppeal**: `string` = `"unece:StatusCodeList#83"`
|
|
2012
|
+
|
|
2013
|
+
Under legal appeal: 83.
|
|
2014
|
+
|
|
2015
|
+
### LegallyAssigned
|
|
2016
|
+
|
|
2017
|
+
> **LegallyAssigned**: `string` = `"unece:StatusCodeList#84"`
|
|
2018
|
+
|
|
2019
|
+
Legally assigned: 84.
|
|
2020
|
+
|
|
2021
|
+
### Updated
|
|
2022
|
+
|
|
2023
|
+
> **Updated**: `string` = `"unece:StatusCodeList#85"`
|
|
2024
|
+
|
|
2025
|
+
Updated: 85.
|
|
2026
|
+
|
|
2027
|
+
### Ratified
|
|
2028
|
+
|
|
2029
|
+
> **Ratified**: `string` = `"unece:StatusCodeList#86"`
|
|
2030
|
+
|
|
2031
|
+
Ratified: 86.
|
|
2032
|
+
|
|
2033
|
+
### UnderConsideration
|
|
2034
|
+
|
|
2035
|
+
> **UnderConsideration**: `string` = `"unece:StatusCodeList#87"`
|
|
2036
|
+
|
|
2037
|
+
Under consideration: 87.
|
|
2038
|
+
|
|
2039
|
+
### Countersued
|
|
2040
|
+
|
|
2041
|
+
> **Countersued**: `string` = `"unece:StatusCodeList#88"`
|
|
2042
|
+
|
|
2043
|
+
Countersued: 88.
|
|
2044
|
+
|
|
2045
|
+
### LegalItemDismissed
|
|
2046
|
+
|
|
2047
|
+
> **LegalItemDismissed**: `string` = `"unece:StatusCodeList#89"`
|
|
2048
|
+
|
|
2049
|
+
Legal item dismissed: 89.
|
|
2050
|
+
|
|
2051
|
+
### Information
|
|
2052
|
+
|
|
2053
|
+
> **Information**: `string` = `"unece:StatusCodeList#9"`
|
|
2054
|
+
|
|
2055
|
+
Information: 9.
|
|
2056
|
+
|
|
2057
|
+
### Disputed
|
|
2058
|
+
|
|
2059
|
+
> **Disputed**: `string` = `"unece:StatusCodeList#90"`
|
|
2060
|
+
|
|
2061
|
+
Disputed: 90.
|
|
2062
|
+
|
|
2063
|
+
### Enforced
|
|
2064
|
+
|
|
2065
|
+
> **Enforced**: `string` = `"unece:StatusCodeList#91"`
|
|
2066
|
+
|
|
2067
|
+
Enforced: 91.
|
|
2068
|
+
|
|
2069
|
+
### LegalDocumentationFiled
|
|
2070
|
+
|
|
2071
|
+
> **LegalDocumentationFiled**: `string` = `"unece:StatusCodeList#92"`
|
|
2072
|
+
|
|
2073
|
+
Legal documentation filed: 92.
|
|
2074
|
+
|
|
2075
|
+
### JudgementForDefendant
|
|
2076
|
+
|
|
2077
|
+
> **JudgementForDefendant**: `string` = `"unece:StatusCodeList#93"`
|
|
2078
|
+
|
|
2079
|
+
Judgement for defendant: 93.
|
|
2080
|
+
|
|
2081
|
+
### JudgementForPlaintiff
|
|
2082
|
+
|
|
2083
|
+
> **JudgementForPlaintiff**: `string` = `"unece:StatusCodeList#94"`
|
|
2084
|
+
|
|
2085
|
+
Judgement for plaintiff: 94.
|
|
2086
|
+
|
|
2087
|
+
### Unchanged
|
|
2088
|
+
|
|
2089
|
+
> **Unchanged**: `string` = `"unece:StatusCodeList#95"`
|
|
2090
|
+
|
|
2091
|
+
Unchanged: 95.
|
|
2092
|
+
|
|
2093
|
+
### LegalDocumentationNotFiled
|
|
2094
|
+
|
|
2095
|
+
> **LegalDocumentationNotFiled**: `string` = `"unece:StatusCodeList#96"`
|
|
2096
|
+
|
|
2097
|
+
Legal documentation not filed: 96.
|
|
2098
|
+
|
|
2099
|
+
### Pending
|
|
2100
|
+
|
|
2101
|
+
> **Pending**: `string` = `"unece:StatusCodeList#97"`
|
|
2102
|
+
|
|
2103
|
+
Pending: 97.
|
|
2104
|
+
|
|
2105
|
+
### DebtReleased
|
|
2106
|
+
|
|
2107
|
+
> **DebtReleased**: `string` = `"unece:StatusCodeList#98"`
|
|
2108
|
+
|
|
2109
|
+
Debt released: 98.
|
|
2110
|
+
|
|
2111
|
+
### LawSuitFiled
|
|
2112
|
+
|
|
2113
|
+
> **LawSuitFiled**: `string` = `"unece:StatusCodeList#99"`
|
|
2114
|
+
|
|
2115
|
+
Law suit filed: 99.
|