@twin.org/standards-unece 0.0.3-next.37 → 0.0.3-next.39
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/es/helpers/unCodeLists.js +85 -0
- package/dist/es/helpers/unCodeLists.js.map +1 -0
- package/dist/es/index.js +2 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/bsp/IUneceAirFlowUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceAmountType.js.map +1 -1
- package/dist/es/models/bsp/IUneceDurationUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceFileSizeUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceLinearUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceQuantityType.js.map +1 -1
- package/dist/es/models/bsp/IUneceTemperatureUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceVolumeUnitMeasureType.js.map +1 -1
- package/dist/es/models/bsp/IUneceWeightUnitMeasureType.js.map +1 -1
- package/dist/es/models/uneceCodeLists.js +717 -0
- package/dist/es/models/uneceCodeLists.js.map +1 -0
- package/dist/es/schemas/UneceAirFlowUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceAmountType.json +1 -1
- package/dist/es/schemas/UneceDurationUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceFileSizeUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceLinearUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceMeasureType.json +1 -1
- package/dist/es/schemas/UneceQuantityType.json +1 -1
- package/dist/es/schemas/UneceTemperatureUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceVolumeUnitMeasureType.json +1 -1
- package/dist/es/schemas/UneceWeightUnitMeasureType.json +1 -1
- package/dist/types/helpers/unCodeLists.d.ts +24 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/models/bsp/IUneceAirFlowUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceAmountType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceDurationUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceFileSizeUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceLinearUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceQuantityType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceTemperatureUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceVolumeUnitMeasureType.d.ts +1 -1
- package/dist/types/models/bsp/IUneceWeightUnitMeasureType.d.ts +1 -1
- package/dist/types/models/uneceCodeLists.d.ts +716 -0
- package/docs/changelog.md +14 -0
- package/docs/reference/classes/UnCodeLists.md +79 -0
- package/docs/reference/index.md +3 -0
- package/docs/reference/interfaces/IUneceAirFlowUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceAmountType.md +1 -1
- package/docs/reference/interfaces/IUneceDurationUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceFileSizeUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceLinearUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceQuantityType.md +1 -1
- package/docs/reference/interfaces/IUneceTemperatureUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceVolumeUnitMeasureType.md +1 -1
- package/docs/reference/interfaces/IUneceWeightUnitMeasureType.md +1 -1
- package/docs/reference/type-aliases/UneceCodeLists.md +9 -0
- package/docs/reference/variables/UneceCodeLists.md +1421 -0
- package/locales/.validate-ignore +1 -0
- package/locales/en.json +13758 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1421 @@
|
|
|
1
|
+
# Variable: UneceCodeLists
|
|
2
|
+
|
|
3
|
+
> `const` **UneceCodeLists**: `object`
|
|
4
|
+
|
|
5
|
+
The types of UNECE code lists.
|
|
6
|
+
|
|
7
|
+
## Type Declaration
|
|
8
|
+
|
|
9
|
+
### AccessRightsTypeCodeList
|
|
10
|
+
|
|
11
|
+
> `readonly` **AccessRightsTypeCodeList**: `"unece:AccessRightsTypeCodeList"` = `"unece:AccessRightsTypeCodeList"`
|
|
12
|
+
|
|
13
|
+
AccessRightsTypeCodeList.
|
|
14
|
+
|
|
15
|
+
#### See
|
|
16
|
+
|
|
17
|
+
https://vocabulary.uncefact.org/AccessRightsTypeCodeList
|
|
18
|
+
|
|
19
|
+
### AccountingAccountBalanceReopeningTypeCodeList
|
|
20
|
+
|
|
21
|
+
> `readonly` **AccountingAccountBalanceReopeningTypeCodeList**: `"unece:AccountingAccountBalanceReopeningTypeCodeList"` = `"unece:AccountingAccountBalanceReopeningTypeCodeList"`
|
|
22
|
+
|
|
23
|
+
AccountingAccountBalanceReopeningTypeCodeList.
|
|
24
|
+
|
|
25
|
+
#### See
|
|
26
|
+
|
|
27
|
+
https://vocabulary.uncefact.org/AccountingAccountBalanceReopeningTypeCodeList
|
|
28
|
+
|
|
29
|
+
### AccountingAccountClassificationCodeList
|
|
30
|
+
|
|
31
|
+
> `readonly` **AccountingAccountClassificationCodeList**: `"unece:AccountingAccountClassificationCodeList"` = `"unece:AccountingAccountClassificationCodeList"`
|
|
32
|
+
|
|
33
|
+
AccountingAccountClassificationCodeList.
|
|
34
|
+
|
|
35
|
+
#### See
|
|
36
|
+
|
|
37
|
+
https://vocabulary.uncefact.org/AccountingAccountClassificationCodeList
|
|
38
|
+
|
|
39
|
+
### AccountingAccountNatureTypeCodeList
|
|
40
|
+
|
|
41
|
+
> `readonly` **AccountingAccountNatureTypeCodeList**: `"unece:AccountingAccountNatureTypeCodeList"` = `"unece:AccountingAccountNatureTypeCodeList"`
|
|
42
|
+
|
|
43
|
+
AccountingAccountNatureTypeCodeList.
|
|
44
|
+
|
|
45
|
+
#### See
|
|
46
|
+
|
|
47
|
+
https://vocabulary.uncefact.org/AccountingAccountNatureTypeCodeList
|
|
48
|
+
|
|
49
|
+
### AccountingAccountStatusCodeList
|
|
50
|
+
|
|
51
|
+
> `readonly` **AccountingAccountStatusCodeList**: `"unece:AccountingAccountStatusCodeList"` = `"unece:AccountingAccountStatusCodeList"`
|
|
52
|
+
|
|
53
|
+
AccountingAccountStatusCodeList.
|
|
54
|
+
|
|
55
|
+
#### See
|
|
56
|
+
|
|
57
|
+
https://vocabulary.uncefact.org/AccountingAccountStatusCodeList
|
|
58
|
+
|
|
59
|
+
### AccountingAccountTypeCodeList
|
|
60
|
+
|
|
61
|
+
> `readonly` **AccountingAccountTypeCodeList**: `"unece:AccountingAccountTypeCodeList"` = `"unece:AccountingAccountTypeCodeList"`
|
|
62
|
+
|
|
63
|
+
AccountingAccountTypeCodeList.
|
|
64
|
+
|
|
65
|
+
#### See
|
|
66
|
+
|
|
67
|
+
https://vocabulary.uncefact.org/AccountingAccountTypeCodeList
|
|
68
|
+
|
|
69
|
+
### AccountingAmountQualifierCodeList
|
|
70
|
+
|
|
71
|
+
> `readonly` **AccountingAmountQualifierCodeList**: `"unece:AccountingAmountQualifierCodeList"` = `"unece:AccountingAmountQualifierCodeList"`
|
|
72
|
+
|
|
73
|
+
AccountingAmountQualifierCodeList.
|
|
74
|
+
|
|
75
|
+
#### See
|
|
76
|
+
|
|
77
|
+
https://vocabulary.uncefact.org/AccountingAmountQualifierCodeList
|
|
78
|
+
|
|
79
|
+
### AccountingAmountTypeCodeList
|
|
80
|
+
|
|
81
|
+
> `readonly` **AccountingAmountTypeCodeList**: `"unece:AccountingAmountTypeCodeList"` = `"unece:AccountingAmountTypeCodeList"`
|
|
82
|
+
|
|
83
|
+
AccountingAmountTypeCodeList.
|
|
84
|
+
|
|
85
|
+
#### See
|
|
86
|
+
|
|
87
|
+
https://vocabulary.uncefact.org/AccountingAmountTypeCodeList
|
|
88
|
+
|
|
89
|
+
### AccountingContactCodeList
|
|
90
|
+
|
|
91
|
+
> `readonly` **AccountingContactCodeList**: `"unece:AccountingContactCodeList"` = `"unece:AccountingContactCodeList"`
|
|
92
|
+
|
|
93
|
+
AccountingContactCodeList.
|
|
94
|
+
|
|
95
|
+
#### See
|
|
96
|
+
|
|
97
|
+
https://vocabulary.uncefact.org/AccountingContactCodeList
|
|
98
|
+
|
|
99
|
+
### AccountingDebitCreditStatusCodeList
|
|
100
|
+
|
|
101
|
+
> `readonly` **AccountingDebitCreditStatusCodeList**: `"unece:AccountingDebitCreditStatusCodeList"` = `"unece:AccountingDebitCreditStatusCodeList"`
|
|
102
|
+
|
|
103
|
+
AccountingDebitCreditStatusCodeList.
|
|
104
|
+
|
|
105
|
+
#### See
|
|
106
|
+
|
|
107
|
+
https://vocabulary.uncefact.org/AccountingDebitCreditStatusCodeList
|
|
108
|
+
|
|
109
|
+
### AccountingDocumentCodeList
|
|
110
|
+
|
|
111
|
+
> `readonly` **AccountingDocumentCodeList**: `"unece:AccountingDocumentCodeList"` = `"unece:AccountingDocumentCodeList"`
|
|
112
|
+
|
|
113
|
+
AccountingDocumentCodeList.
|
|
114
|
+
|
|
115
|
+
#### See
|
|
116
|
+
|
|
117
|
+
https://vocabulary.uncefact.org/AccountingDocumentCodeList
|
|
118
|
+
|
|
119
|
+
### AccountingDocumentTypeCodeList
|
|
120
|
+
|
|
121
|
+
> `readonly` **AccountingDocumentTypeCodeList**: `"unece:AccountingDocumentTypeCodeList"` = `"unece:AccountingDocumentTypeCodeList"`
|
|
122
|
+
|
|
123
|
+
AccountingDocumentTypeCodeList.
|
|
124
|
+
|
|
125
|
+
#### See
|
|
126
|
+
|
|
127
|
+
https://vocabulary.uncefact.org/AccountingDocumentTypeCodeList
|
|
128
|
+
|
|
129
|
+
### AccountingEntryCategoryCodeList
|
|
130
|
+
|
|
131
|
+
> `readonly` **AccountingEntryCategoryCodeList**: `"unece:AccountingEntryCategoryCodeList"` = `"unece:AccountingEntryCategoryCodeList"`
|
|
132
|
+
|
|
133
|
+
AccountingEntryCategoryCodeList.
|
|
134
|
+
|
|
135
|
+
#### See
|
|
136
|
+
|
|
137
|
+
https://vocabulary.uncefact.org/AccountingEntryCategoryCodeList
|
|
138
|
+
|
|
139
|
+
### AccountingEntryLineCategoryCodeList
|
|
140
|
+
|
|
141
|
+
> `readonly` **AccountingEntryLineCategoryCodeList**: `"unece:AccountingEntryLineCategoryCodeList"` = `"unece:AccountingEntryLineCategoryCodeList"`
|
|
142
|
+
|
|
143
|
+
AccountingEntryLineCategoryCodeList.
|
|
144
|
+
|
|
145
|
+
#### See
|
|
146
|
+
|
|
147
|
+
https://vocabulary.uncefact.org/AccountingEntryLineCategoryCodeList
|
|
148
|
+
|
|
149
|
+
### AccountingEntryLineSourceCodeList
|
|
150
|
+
|
|
151
|
+
> `readonly` **AccountingEntryLineSourceCodeList**: `"unece:AccountingEntryLineSourceCodeList"` = `"unece:AccountingEntryLineSourceCodeList"`
|
|
152
|
+
|
|
153
|
+
AccountingEntryLineSourceCodeList.
|
|
154
|
+
|
|
155
|
+
#### See
|
|
156
|
+
|
|
157
|
+
https://vocabulary.uncefact.org/AccountingEntryLineSourceCodeList
|
|
158
|
+
|
|
159
|
+
### AccountingEntryProcessingCodeList
|
|
160
|
+
|
|
161
|
+
> `readonly` **AccountingEntryProcessingCodeList**: `"unece:AccountingEntryProcessingCodeList"` = `"unece:AccountingEntryProcessingCodeList"`
|
|
162
|
+
|
|
163
|
+
AccountingEntryProcessingCodeList.
|
|
164
|
+
|
|
165
|
+
#### See
|
|
166
|
+
|
|
167
|
+
https://vocabulary.uncefact.org/AccountingEntryProcessingCodeList
|
|
168
|
+
|
|
169
|
+
### AccountingJournalCategoryCodeList
|
|
170
|
+
|
|
171
|
+
> `readonly` **AccountingJournalCategoryCodeList**: `"unece:AccountingJournalCategoryCodeList"` = `"unece:AccountingJournalCategoryCodeList"`
|
|
172
|
+
|
|
173
|
+
AccountingJournalCategoryCodeList.
|
|
174
|
+
|
|
175
|
+
#### See
|
|
176
|
+
|
|
177
|
+
https://vocabulary.uncefact.org/AccountingJournalCategoryCodeList
|
|
178
|
+
|
|
179
|
+
### AccountingJournalCodeList
|
|
180
|
+
|
|
181
|
+
> `readonly` **AccountingJournalCodeList**: `"unece:AccountingJournalCodeList"` = `"unece:AccountingJournalCodeList"`
|
|
182
|
+
|
|
183
|
+
AccountingJournalCodeList.
|
|
184
|
+
|
|
185
|
+
#### See
|
|
186
|
+
|
|
187
|
+
https://vocabulary.uncefact.org/AccountingJournalCodeList
|
|
188
|
+
|
|
189
|
+
### AccountingPeriodFunctionCodeList
|
|
190
|
+
|
|
191
|
+
> `readonly` **AccountingPeriodFunctionCodeList**: `"unece:AccountingPeriodFunctionCodeList"` = `"unece:AccountingPeriodFunctionCodeList"`
|
|
192
|
+
|
|
193
|
+
AccountingPeriodFunctionCodeList.
|
|
194
|
+
|
|
195
|
+
#### See
|
|
196
|
+
|
|
197
|
+
https://vocabulary.uncefact.org/AccountingPeriodFunctionCodeList
|
|
198
|
+
|
|
199
|
+
### AccountingPerquisiteCodeList
|
|
200
|
+
|
|
201
|
+
> `readonly` **AccountingPerquisiteCodeList**: `"unece:AccountingPerquisiteCodeList"` = `"unece:AccountingPerquisiteCodeList"`
|
|
202
|
+
|
|
203
|
+
AccountingPerquisiteCodeList.
|
|
204
|
+
|
|
205
|
+
#### See
|
|
206
|
+
|
|
207
|
+
https://vocabulary.uncefact.org/AccountingPerquisiteCodeList
|
|
208
|
+
|
|
209
|
+
### AccountingVoucherMediumCodeList
|
|
210
|
+
|
|
211
|
+
> `readonly` **AccountingVoucherMediumCodeList**: `"unece:AccountingVoucherMediumCodeList"` = `"unece:AccountingVoucherMediumCodeList"`
|
|
212
|
+
|
|
213
|
+
AccountingVoucherMediumCodeList.
|
|
214
|
+
|
|
215
|
+
#### See
|
|
216
|
+
|
|
217
|
+
https://vocabulary.uncefact.org/AccountingVoucherMediumCodeList
|
|
218
|
+
|
|
219
|
+
### AcknowledgementCodeList
|
|
220
|
+
|
|
221
|
+
> `readonly` **AcknowledgementCodeList**: `"unece:AcknowledgementCodeList"` = `"unece:AcknowledgementCodeList"`
|
|
222
|
+
|
|
223
|
+
AcknowledgementCodeList.
|
|
224
|
+
|
|
225
|
+
#### See
|
|
226
|
+
|
|
227
|
+
https://vocabulary.uncefact.org/AcknowledgementCodeList
|
|
228
|
+
|
|
229
|
+
### AdditionalPostponementCodeList
|
|
230
|
+
|
|
231
|
+
> `readonly` **AdditionalPostponementCodeList**: `"unece:AdditionalPostponementCodeList"` = `"unece:AdditionalPostponementCodeList"`
|
|
232
|
+
|
|
233
|
+
AdditionalPostponementCodeList.
|
|
234
|
+
|
|
235
|
+
#### See
|
|
236
|
+
|
|
237
|
+
https://vocabulary.uncefact.org/AdditionalPostponementCodeList
|
|
238
|
+
|
|
239
|
+
### AddressFormatTypeCodeList
|
|
240
|
+
|
|
241
|
+
> `readonly` **AddressFormatTypeCodeList**: `"unece:AddressFormatTypeCodeList"` = `"unece:AddressFormatTypeCodeList"`
|
|
242
|
+
|
|
243
|
+
AddressFormatTypeCodeList.
|
|
244
|
+
|
|
245
|
+
#### See
|
|
246
|
+
|
|
247
|
+
https://vocabulary.uncefact.org/AddressFormatTypeCodeList
|
|
248
|
+
|
|
249
|
+
### AddressTypeCodeList
|
|
250
|
+
|
|
251
|
+
> `readonly` **AddressTypeCodeList**: `"unece:AddressTypeCodeList"` = `"unece:AddressTypeCodeList"`
|
|
252
|
+
|
|
253
|
+
AddressTypeCodeList.
|
|
254
|
+
|
|
255
|
+
#### See
|
|
256
|
+
|
|
257
|
+
https://vocabulary.uncefact.org/AddressTypeCodeList
|
|
258
|
+
|
|
259
|
+
### AdjustmentReasonCodeList
|
|
260
|
+
|
|
261
|
+
> `readonly` **AdjustmentReasonCodeList**: `"unece:AdjustmentReasonCodeList"` = `"unece:AdjustmentReasonCodeList"`
|
|
262
|
+
|
|
263
|
+
AdjustmentReasonCodeList.
|
|
264
|
+
|
|
265
|
+
#### See
|
|
266
|
+
|
|
267
|
+
https://vocabulary.uncefact.org/AdjustmentReasonCodeList
|
|
268
|
+
|
|
269
|
+
### AirFlowUnitMeasureCode
|
|
270
|
+
|
|
271
|
+
> `readonly` **AirFlowUnitMeasureCode**: `"unece:AirFlowUnitMeasureCode"` = `"unece:AirFlowUnitMeasureCode"`
|
|
272
|
+
|
|
273
|
+
AirFlowUnitMeasureCode.
|
|
274
|
+
|
|
275
|
+
#### See
|
|
276
|
+
|
|
277
|
+
https://vocabulary.uncefact.org/AirFlowUnitMeasureCode
|
|
278
|
+
|
|
279
|
+
### AllowanceChargeIdCodeList
|
|
280
|
+
|
|
281
|
+
> `readonly` **AllowanceChargeIdCodeList**: `"unece:AllowanceChargeIdCodeList"` = `"unece:AllowanceChargeIdCodeList"`
|
|
282
|
+
|
|
283
|
+
AllowanceChargeIdCodeList.
|
|
284
|
+
|
|
285
|
+
#### See
|
|
286
|
+
|
|
287
|
+
https://vocabulary.uncefact.org/AllowanceChargeIdCodeList
|
|
288
|
+
|
|
289
|
+
### AllowanceChargeReasonCodeList
|
|
290
|
+
|
|
291
|
+
> `readonly` **AllowanceChargeReasonCodeList**: `"unece:AllowanceChargeReasonCodeList"` = `"unece:AllowanceChargeReasonCodeList"`
|
|
292
|
+
|
|
293
|
+
AllowanceChargeReasonCodeList.
|
|
294
|
+
|
|
295
|
+
#### See
|
|
296
|
+
|
|
297
|
+
https://vocabulary.uncefact.org/AllowanceChargeReasonCodeList
|
|
298
|
+
|
|
299
|
+
### AlternateCurrencyAmountTypeCodeList
|
|
300
|
+
|
|
301
|
+
> `readonly` **AlternateCurrencyAmountTypeCodeList**: `"unece:AlternateCurrencyAmountTypeCodeList"` = `"unece:AlternateCurrencyAmountTypeCodeList"`
|
|
302
|
+
|
|
303
|
+
AlternateCurrencyAmountTypeCodeList.
|
|
304
|
+
|
|
305
|
+
#### See
|
|
306
|
+
|
|
307
|
+
https://vocabulary.uncefact.org/AlternateCurrencyAmountTypeCodeList
|
|
308
|
+
|
|
309
|
+
### AmortizationMethodCodeList
|
|
310
|
+
|
|
311
|
+
> `readonly` **AmortizationMethodCodeList**: `"unece:AmortizationMethodCodeList"` = `"unece:AmortizationMethodCodeList"`
|
|
312
|
+
|
|
313
|
+
AmortizationMethodCodeList.
|
|
314
|
+
|
|
315
|
+
#### See
|
|
316
|
+
|
|
317
|
+
https://vocabulary.uncefact.org/AmortizationMethodCodeList
|
|
318
|
+
|
|
319
|
+
### AmountCurrency
|
|
320
|
+
|
|
321
|
+
> `readonly` **AmountCurrency**: `"unece:AmountCurrency"` = `"unece:AmountCurrency"`
|
|
322
|
+
|
|
323
|
+
AmountCurrency.
|
|
324
|
+
|
|
325
|
+
#### See
|
|
326
|
+
|
|
327
|
+
https://vocabulary.uncefact.org/AmountCurrency
|
|
328
|
+
|
|
329
|
+
### AmountWeightTypeCodeList
|
|
330
|
+
|
|
331
|
+
> `readonly` **AmountWeightTypeCodeList**: `"unece:AmountWeightTypeCodeList"` = `"unece:AmountWeightTypeCodeList"`
|
|
332
|
+
|
|
333
|
+
AmountWeightTypeCodeList.
|
|
334
|
+
|
|
335
|
+
#### See
|
|
336
|
+
|
|
337
|
+
https://vocabulary.uncefact.org/AmountWeightTypeCodeList
|
|
338
|
+
|
|
339
|
+
### AutomaticDataCaptureMethodCodeList
|
|
340
|
+
|
|
341
|
+
> `readonly` **AutomaticDataCaptureMethodCodeList**: `"unece:AutomaticDataCaptureMethodCodeList"` = `"unece:AutomaticDataCaptureMethodCodeList"`
|
|
342
|
+
|
|
343
|
+
AutomaticDataCaptureMethodCodeList.
|
|
344
|
+
|
|
345
|
+
#### See
|
|
346
|
+
|
|
347
|
+
https://vocabulary.uncefact.org/AutomaticDataCaptureMethodCodeList
|
|
348
|
+
|
|
349
|
+
### BillingDocumentCodeList
|
|
350
|
+
|
|
351
|
+
> `readonly` **BillingDocumentCodeList**: `"unece:BillingDocumentCodeList"` = `"unece:BillingDocumentCodeList"`
|
|
352
|
+
|
|
353
|
+
BillingDocumentCodeList.
|
|
354
|
+
|
|
355
|
+
#### See
|
|
356
|
+
|
|
357
|
+
https://vocabulary.uncefact.org/BillingDocumentCodeList
|
|
358
|
+
|
|
359
|
+
### BinaryObjectCharacterSetCodeList
|
|
360
|
+
|
|
361
|
+
> `readonly` **BinaryObjectCharacterSetCodeList**: `"unece:BinaryObjectCharacterSetCodeList"` = `"unece:BinaryObjectCharacterSetCodeList"`
|
|
362
|
+
|
|
363
|
+
BinaryObjectCharacterSetCodeList.
|
|
364
|
+
|
|
365
|
+
#### See
|
|
366
|
+
|
|
367
|
+
https://vocabulary.uncefact.org/BinaryObjectCharacterSetCodeList
|
|
368
|
+
|
|
369
|
+
### BinaryObjectEncodingCodeList
|
|
370
|
+
|
|
371
|
+
> `readonly` **BinaryObjectEncodingCodeList**: `"unece:BinaryObjectEncodingCodeList"` = `"unece:BinaryObjectEncodingCodeList"`
|
|
372
|
+
|
|
373
|
+
BinaryObjectEncodingCodeList.
|
|
374
|
+
|
|
375
|
+
#### See
|
|
376
|
+
|
|
377
|
+
https://vocabulary.uncefact.org/BinaryObjectEncodingCodeList
|
|
378
|
+
|
|
379
|
+
### CargoCategoryCodeList
|
|
380
|
+
|
|
381
|
+
> `readonly` **CargoCategoryCodeList**: `"unece:CargoCategoryCodeList"` = `"unece:CargoCategoryCodeList"`
|
|
382
|
+
|
|
383
|
+
CargoCategoryCodeList.
|
|
384
|
+
|
|
385
|
+
#### See
|
|
386
|
+
|
|
387
|
+
https://vocabulary.uncefact.org/CargoCategoryCodeList
|
|
388
|
+
|
|
389
|
+
### CargoCommodityCategoryCodeList
|
|
390
|
+
|
|
391
|
+
> `readonly` **CargoCommodityCategoryCodeList**: `"unece:CargoCommodityCategoryCodeList"` = `"unece:CargoCommodityCategoryCodeList"`
|
|
392
|
+
|
|
393
|
+
CargoCommodityCategoryCodeList.
|
|
394
|
+
|
|
395
|
+
#### See
|
|
396
|
+
|
|
397
|
+
https://vocabulary.uncefact.org/CargoCommodityCategoryCodeList
|
|
398
|
+
|
|
399
|
+
### CargoOperationalCategoryCodeList
|
|
400
|
+
|
|
401
|
+
> `readonly` **CargoOperationalCategoryCodeList**: `"unece:CargoOperationalCategoryCodeList"` = `"unece:CargoOperationalCategoryCodeList"`
|
|
402
|
+
|
|
403
|
+
CargoOperationalCategoryCodeList.
|
|
404
|
+
|
|
405
|
+
#### See
|
|
406
|
+
|
|
407
|
+
https://vocabulary.uncefact.org/CargoOperationalCategoryCodeList
|
|
408
|
+
|
|
409
|
+
### CargoTypeClassificationCodeList
|
|
410
|
+
|
|
411
|
+
> `readonly` **CargoTypeClassificationCodeList**: `"unece:CargoTypeClassificationCodeList"` = `"unece:CargoTypeClassificationCodeList"`
|
|
412
|
+
|
|
413
|
+
CargoTypeClassificationCodeList.
|
|
414
|
+
|
|
415
|
+
#### See
|
|
416
|
+
|
|
417
|
+
https://vocabulary.uncefact.org/CargoTypeClassificationCodeList
|
|
418
|
+
|
|
419
|
+
### CertificateTypeCodeList
|
|
420
|
+
|
|
421
|
+
> `readonly` **CertificateTypeCodeList**: `"unece:CertificateTypeCodeList"` = `"unece:CertificateTypeCodeList"`
|
|
422
|
+
|
|
423
|
+
CertificateTypeCodeList.
|
|
424
|
+
|
|
425
|
+
#### See
|
|
426
|
+
|
|
427
|
+
https://vocabulary.uncefact.org/CertificateTypeCodeList
|
|
428
|
+
|
|
429
|
+
### ChargePayingPartyRoleCodeList
|
|
430
|
+
|
|
431
|
+
> `readonly` **ChargePayingPartyRoleCodeList**: `"unece:ChargePayingPartyRoleCodeList"` = `"unece:ChargePayingPartyRoleCodeList"`
|
|
432
|
+
|
|
433
|
+
ChargePayingPartyRoleCodeList.
|
|
434
|
+
|
|
435
|
+
#### See
|
|
436
|
+
|
|
437
|
+
https://vocabulary.uncefact.org/ChargePayingPartyRoleCodeList
|
|
438
|
+
|
|
439
|
+
### CodeListResponsibleAgencyCodeList
|
|
440
|
+
|
|
441
|
+
> `readonly` **CodeListResponsibleAgencyCodeList**: `"unece:CodeListResponsibleAgencyCodeList"` = `"unece:CodeListResponsibleAgencyCodeList"`
|
|
442
|
+
|
|
443
|
+
CodeListResponsibleAgencyCodeList.
|
|
444
|
+
|
|
445
|
+
#### See
|
|
446
|
+
|
|
447
|
+
https://vocabulary.uncefact.org/CodeListResponsibleAgencyCodeList
|
|
448
|
+
|
|
449
|
+
### CommitmentLevelCodeList
|
|
450
|
+
|
|
451
|
+
> `readonly` **CommitmentLevelCodeList**: `"unece:CommitmentLevelCodeList"` = `"unece:CommitmentLevelCodeList"`
|
|
452
|
+
|
|
453
|
+
CommitmentLevelCodeList.
|
|
454
|
+
|
|
455
|
+
#### See
|
|
456
|
+
|
|
457
|
+
https://vocabulary.uncefact.org/CommitmentLevelCodeList
|
|
458
|
+
|
|
459
|
+
### CommunicationChannelCodeList
|
|
460
|
+
|
|
461
|
+
> `readonly` **CommunicationChannelCodeList**: `"unece:CommunicationChannelCodeList"` = `"unece:CommunicationChannelCodeList"`
|
|
462
|
+
|
|
463
|
+
CommunicationChannelCodeList.
|
|
464
|
+
|
|
465
|
+
#### See
|
|
466
|
+
|
|
467
|
+
https://vocabulary.uncefact.org/CommunicationChannelCodeList
|
|
468
|
+
|
|
469
|
+
### ContactTypeCodeList
|
|
470
|
+
|
|
471
|
+
> `readonly` **ContactTypeCodeList**: `"unece:ContactTypeCodeList"` = `"unece:ContactTypeCodeList"`
|
|
472
|
+
|
|
473
|
+
ContactTypeCodeList.
|
|
474
|
+
|
|
475
|
+
#### See
|
|
476
|
+
|
|
477
|
+
https://vocabulary.uncefact.org/ContactTypeCodeList
|
|
478
|
+
|
|
479
|
+
### CountryId
|
|
480
|
+
|
|
481
|
+
> `readonly` **CountryId**: `"unece:CountryId"` = `"unece:CountryId"`
|
|
482
|
+
|
|
483
|
+
CountryId.
|
|
484
|
+
|
|
485
|
+
#### See
|
|
486
|
+
|
|
487
|
+
https://vocabulary.uncefact.org/CountryId
|
|
488
|
+
|
|
489
|
+
### CurrencyCodeList
|
|
490
|
+
|
|
491
|
+
> `readonly` **CurrencyCodeList**: `"unece:CurrencyCodeList"` = `"unece:CurrencyCodeList"`
|
|
492
|
+
|
|
493
|
+
CurrencyCodeList.
|
|
494
|
+
|
|
495
|
+
#### See
|
|
496
|
+
|
|
497
|
+
https://vocabulary.uncefact.org/CurrencyCodeList
|
|
498
|
+
|
|
499
|
+
### CustomsDutyRegimeTypeCodeList
|
|
500
|
+
|
|
501
|
+
> `readonly` **CustomsDutyRegimeTypeCodeList**: `"unece:CustomsDutyRegimeTypeCodeList"` = `"unece:CustomsDutyRegimeTypeCodeList"`
|
|
502
|
+
|
|
503
|
+
CustomsDutyRegimeTypeCodeList.
|
|
504
|
+
|
|
505
|
+
#### See
|
|
506
|
+
|
|
507
|
+
https://vocabulary.uncefact.org/CustomsDutyRegimeTypeCodeList
|
|
508
|
+
|
|
509
|
+
### CustomsProcedureGuaranteeCodeList
|
|
510
|
+
|
|
511
|
+
> `readonly` **CustomsProcedureGuaranteeCodeList**: `"unece:CustomsProcedureGuaranteeCodeList"` = `"unece:CustomsProcedureGuaranteeCodeList"`
|
|
512
|
+
|
|
513
|
+
CustomsProcedureGuaranteeCodeList.
|
|
514
|
+
|
|
515
|
+
#### See
|
|
516
|
+
|
|
517
|
+
https://vocabulary.uncefact.org/CustomsProcedureGuaranteeCodeList
|
|
518
|
+
|
|
519
|
+
### DangerousGoodsPackagingLevelCodeList
|
|
520
|
+
|
|
521
|
+
> `readonly` **DangerousGoodsPackagingLevelCodeList**: `"unece:DangerousGoodsPackagingLevelCodeList"` = `"unece:DangerousGoodsPackagingLevelCodeList"`
|
|
522
|
+
|
|
523
|
+
DangerousGoodsPackagingLevelCodeList.
|
|
524
|
+
|
|
525
|
+
#### See
|
|
526
|
+
|
|
527
|
+
https://vocabulary.uncefact.org/DangerousGoodsPackagingLevelCodeList
|
|
528
|
+
|
|
529
|
+
### DangerousGoodsRegulationCodeList
|
|
530
|
+
|
|
531
|
+
> `readonly` **DangerousGoodsRegulationCodeList**: `"unece:DangerousGoodsRegulationCodeList"` = `"unece:DangerousGoodsRegulationCodeList"`
|
|
532
|
+
|
|
533
|
+
DangerousGoodsRegulationCodeList.
|
|
534
|
+
|
|
535
|
+
#### See
|
|
536
|
+
|
|
537
|
+
https://vocabulary.uncefact.org/DangerousGoodsRegulationCodeList
|
|
538
|
+
|
|
539
|
+
### DateTimePeriodFunctionCodeList
|
|
540
|
+
|
|
541
|
+
> `readonly` **DateTimePeriodFunctionCodeList**: `"unece:DateTimePeriodFunctionCodeList"` = `"unece:DateTimePeriodFunctionCodeList"`
|
|
542
|
+
|
|
543
|
+
DateTimePeriodFunctionCodeList.
|
|
544
|
+
|
|
545
|
+
#### See
|
|
546
|
+
|
|
547
|
+
https://vocabulary.uncefact.org/DateTimePeriodFunctionCodeList
|
|
548
|
+
|
|
549
|
+
### DeliveryTermsCodeList
|
|
550
|
+
|
|
551
|
+
> `readonly` **DeliveryTermsCodeList**: `"unece:DeliveryTermsCodeList"` = `"unece:DeliveryTermsCodeList"`
|
|
552
|
+
|
|
553
|
+
DeliveryTermsCodeList.
|
|
554
|
+
|
|
555
|
+
#### See
|
|
556
|
+
|
|
557
|
+
https://vocabulary.uncefact.org/DeliveryTermsCodeList
|
|
558
|
+
|
|
559
|
+
### DeliveryTermsFunctionCodeList
|
|
560
|
+
|
|
561
|
+
> `readonly` **DeliveryTermsFunctionCodeList**: `"unece:DeliveryTermsFunctionCodeList"` = `"unece:DeliveryTermsFunctionCodeList"`
|
|
562
|
+
|
|
563
|
+
DeliveryTermsFunctionCodeList.
|
|
564
|
+
|
|
565
|
+
#### See
|
|
566
|
+
|
|
567
|
+
https://vocabulary.uncefact.org/DeliveryTermsFunctionCodeList
|
|
568
|
+
|
|
569
|
+
### DimensionTypeCodeList
|
|
570
|
+
|
|
571
|
+
> `readonly` **DimensionTypeCodeList**: `"unece:DimensionTypeCodeList"` = `"unece:DimensionTypeCodeList"`
|
|
572
|
+
|
|
573
|
+
DimensionTypeCodeList.
|
|
574
|
+
|
|
575
|
+
#### See
|
|
576
|
+
|
|
577
|
+
https://vocabulary.uncefact.org/DimensionTypeCodeList
|
|
578
|
+
|
|
579
|
+
### DocumentCodeList
|
|
580
|
+
|
|
581
|
+
> `readonly` **DocumentCodeList**: `"unece:DocumentCodeList"` = `"unece:DocumentCodeList"`
|
|
582
|
+
|
|
583
|
+
DocumentCodeList.
|
|
584
|
+
|
|
585
|
+
#### See
|
|
586
|
+
|
|
587
|
+
https://vocabulary.uncefact.org/DocumentCodeList
|
|
588
|
+
|
|
589
|
+
### DocumentStatusCodeList
|
|
590
|
+
|
|
591
|
+
> `readonly` **DocumentStatusCodeList**: `"unece:DocumentStatusCodeList"` = `"unece:DocumentStatusCodeList"`
|
|
592
|
+
|
|
593
|
+
DocumentStatusCodeList.
|
|
594
|
+
|
|
595
|
+
#### See
|
|
596
|
+
|
|
597
|
+
https://vocabulary.uncefact.org/DocumentStatusCodeList
|
|
598
|
+
|
|
599
|
+
### DurationUnitMeasureCode
|
|
600
|
+
|
|
601
|
+
> `readonly` **DurationUnitMeasureCode**: `"unece:DurationUnitMeasureCode"` = `"unece:DurationUnitMeasureCode"`
|
|
602
|
+
|
|
603
|
+
DurationUnitMeasureCode.
|
|
604
|
+
|
|
605
|
+
#### See
|
|
606
|
+
|
|
607
|
+
https://vocabulary.uncefact.org/DurationUnitMeasureCode
|
|
608
|
+
|
|
609
|
+
### FileSizeUnitMeasureCode
|
|
610
|
+
|
|
611
|
+
> `readonly` **FileSizeUnitMeasureCode**: `"unece:FileSizeUnitMeasureCode"` = `"unece:FileSizeUnitMeasureCode"`
|
|
612
|
+
|
|
613
|
+
FileSizeUnitMeasureCode.
|
|
614
|
+
|
|
615
|
+
#### See
|
|
616
|
+
|
|
617
|
+
https://vocabulary.uncefact.org/FileSizeUnitMeasureCode
|
|
618
|
+
|
|
619
|
+
### FinancialAccountTypeCodeList
|
|
620
|
+
|
|
621
|
+
> `readonly` **FinancialAccountTypeCodeList**: `"unece:FinancialAccountTypeCodeList"` = `"unece:FinancialAccountTypeCodeList"`
|
|
622
|
+
|
|
623
|
+
FinancialAccountTypeCodeList.
|
|
624
|
+
|
|
625
|
+
#### See
|
|
626
|
+
|
|
627
|
+
https://vocabulary.uncefact.org/FinancialAccountTypeCodeList
|
|
628
|
+
|
|
629
|
+
### FinancialAdjustmentReasonCodeList
|
|
630
|
+
|
|
631
|
+
> `readonly` **FinancialAdjustmentReasonCodeList**: `"unece:FinancialAdjustmentReasonCodeList"` = `"unece:FinancialAdjustmentReasonCodeList"`
|
|
632
|
+
|
|
633
|
+
FinancialAdjustmentReasonCodeList.
|
|
634
|
+
|
|
635
|
+
#### See
|
|
636
|
+
|
|
637
|
+
https://vocabulary.uncefact.org/FinancialAdjustmentReasonCodeList
|
|
638
|
+
|
|
639
|
+
### FinancialInstitutionRoleCodeList
|
|
640
|
+
|
|
641
|
+
> `readonly` **FinancialInstitutionRoleCodeList**: `"unece:FinancialInstitutionRoleCodeList"` = `"unece:FinancialInstitutionRoleCodeList"`
|
|
642
|
+
|
|
643
|
+
FinancialInstitutionRoleCodeList.
|
|
644
|
+
|
|
645
|
+
#### See
|
|
646
|
+
|
|
647
|
+
https://vocabulary.uncefact.org/FinancialInstitutionRoleCodeList
|
|
648
|
+
|
|
649
|
+
### FreightChargeTariffClassCodeList
|
|
650
|
+
|
|
651
|
+
> `readonly` **FreightChargeTariffClassCodeList**: `"unece:FreightChargeTariffClassCodeList"` = `"unece:FreightChargeTariffClassCodeList"`
|
|
652
|
+
|
|
653
|
+
FreightChargeTariffClassCodeList.
|
|
654
|
+
|
|
655
|
+
#### See
|
|
656
|
+
|
|
657
|
+
https://vocabulary.uncefact.org/FreightChargeTariffClassCodeList
|
|
658
|
+
|
|
659
|
+
### FreightChargeTypeId
|
|
660
|
+
|
|
661
|
+
> `readonly` **FreightChargeTypeId**: `"unece:FreightChargeTypeId"` = `"unece:FreightChargeTypeId"`
|
|
662
|
+
|
|
663
|
+
FreightChargeTypeId.
|
|
664
|
+
|
|
665
|
+
#### See
|
|
666
|
+
|
|
667
|
+
https://vocabulary.uncefact.org/FreightChargeTypeId
|
|
668
|
+
|
|
669
|
+
### GoodsTypeCodeList
|
|
670
|
+
|
|
671
|
+
> `readonly` **GoodsTypeCodeList**: `"unece:GoodsTypeCodeList"` = `"unece:GoodsTypeCodeList"`
|
|
672
|
+
|
|
673
|
+
GoodsTypeCodeList.
|
|
674
|
+
|
|
675
|
+
#### See
|
|
676
|
+
|
|
677
|
+
https://vocabulary.uncefact.org/GoodsTypeCodeList
|
|
678
|
+
|
|
679
|
+
### GoodsTypeExtensionCodeList
|
|
680
|
+
|
|
681
|
+
> `readonly` **GoodsTypeExtensionCodeList**: `"unece:GoodsTypeExtensionCodeList"` = `"unece:GoodsTypeExtensionCodeList"`
|
|
682
|
+
|
|
683
|
+
GoodsTypeExtensionCodeList.
|
|
684
|
+
|
|
685
|
+
#### See
|
|
686
|
+
|
|
687
|
+
https://vocabulary.uncefact.org/GoodsTypeExtensionCodeList
|
|
688
|
+
|
|
689
|
+
### GovernmentActionCodeList
|
|
690
|
+
|
|
691
|
+
> `readonly` **GovernmentActionCodeList**: `"unece:GovernmentActionCodeList"` = `"unece:GovernmentActionCodeList"`
|
|
692
|
+
|
|
693
|
+
GovernmentActionCodeList.
|
|
694
|
+
|
|
695
|
+
#### See
|
|
696
|
+
|
|
697
|
+
https://vocabulary.uncefact.org/GovernmentActionCodeList
|
|
698
|
+
|
|
699
|
+
### InvoiceDocumentCodeList
|
|
700
|
+
|
|
701
|
+
> `readonly` **InvoiceDocumentCodeList**: `"unece:InvoiceDocumentCodeList"` = `"unece:InvoiceDocumentCodeList"`
|
|
702
|
+
|
|
703
|
+
InvoiceDocumentCodeList.
|
|
704
|
+
|
|
705
|
+
#### See
|
|
706
|
+
|
|
707
|
+
https://vocabulary.uncefact.org/InvoiceDocumentCodeList
|
|
708
|
+
|
|
709
|
+
### LanguageCodeList
|
|
710
|
+
|
|
711
|
+
> `readonly` **LanguageCodeList**: `"unece:LanguageCodeList"` = `"unece:LanguageCodeList"`
|
|
712
|
+
|
|
713
|
+
LanguageCodeList.
|
|
714
|
+
|
|
715
|
+
#### See
|
|
716
|
+
|
|
717
|
+
https://vocabulary.uncefact.org/LanguageCodeList
|
|
718
|
+
|
|
719
|
+
### LanguageId
|
|
720
|
+
|
|
721
|
+
> `readonly` **LanguageId**: `"unece:LanguageId"` = `"unece:LanguageId"`
|
|
722
|
+
|
|
723
|
+
LanguageId.
|
|
724
|
+
|
|
725
|
+
#### See
|
|
726
|
+
|
|
727
|
+
https://vocabulary.uncefact.org/LanguageId
|
|
728
|
+
|
|
729
|
+
### LifetimeEndCostCodeList
|
|
730
|
+
|
|
731
|
+
> `readonly` **LifetimeEndCostCodeList**: `"unece:LifetimeEndCostCodeList"` = `"unece:LifetimeEndCostCodeList"`
|
|
732
|
+
|
|
733
|
+
LifetimeEndCostCodeList.
|
|
734
|
+
|
|
735
|
+
#### See
|
|
736
|
+
|
|
737
|
+
https://vocabulary.uncefact.org/LifetimeEndCostCodeList
|
|
738
|
+
|
|
739
|
+
### LinearUnitMeasureCode
|
|
740
|
+
|
|
741
|
+
> `readonly` **LinearUnitMeasureCode**: `"unece:LinearUnitMeasureCode"` = `"unece:LinearUnitMeasureCode"`
|
|
742
|
+
|
|
743
|
+
LinearUnitMeasureCode.
|
|
744
|
+
|
|
745
|
+
#### See
|
|
746
|
+
|
|
747
|
+
https://vocabulary.uncefact.org/LinearUnitMeasureCode
|
|
748
|
+
|
|
749
|
+
### LineStatusCodeList
|
|
750
|
+
|
|
751
|
+
> `readonly` **LineStatusCodeList**: `"unece:LineStatusCodeList"` = `"unece:LineStatusCodeList"`
|
|
752
|
+
|
|
753
|
+
LineStatusCodeList.
|
|
754
|
+
|
|
755
|
+
#### See
|
|
756
|
+
|
|
757
|
+
https://vocabulary.uncefact.org/LineStatusCodeList
|
|
758
|
+
|
|
759
|
+
### LocationFunctionCodeList
|
|
760
|
+
|
|
761
|
+
> `readonly` **LocationFunctionCodeList**: `"unece:LocationFunctionCodeList"` = `"unece:LocationFunctionCodeList"`
|
|
762
|
+
|
|
763
|
+
LocationFunctionCodeList.
|
|
764
|
+
|
|
765
|
+
#### See
|
|
766
|
+
|
|
767
|
+
https://vocabulary.uncefact.org/LocationFunctionCodeList
|
|
768
|
+
|
|
769
|
+
### LogisticsChargeCalculationBasisCodeList
|
|
770
|
+
|
|
771
|
+
> `readonly` **LogisticsChargeCalculationBasisCodeList**: `"unece:LogisticsChargeCalculationBasisCodeList"` = `"unece:LogisticsChargeCalculationBasisCodeList"`
|
|
772
|
+
|
|
773
|
+
LogisticsChargeCalculationBasisCodeList.
|
|
774
|
+
|
|
775
|
+
#### See
|
|
776
|
+
|
|
777
|
+
https://vocabulary.uncefact.org/LogisticsChargeCalculationBasisCodeList
|
|
778
|
+
|
|
779
|
+
### LogisticsStatusCodeList
|
|
780
|
+
|
|
781
|
+
> `readonly` **LogisticsStatusCodeList**: `"unece:LogisticsStatusCodeList"` = `"unece:LogisticsStatusCodeList"`
|
|
782
|
+
|
|
783
|
+
LogisticsStatusCodeList.
|
|
784
|
+
|
|
785
|
+
#### See
|
|
786
|
+
|
|
787
|
+
https://vocabulary.uncefact.org/LogisticsStatusCodeList
|
|
788
|
+
|
|
789
|
+
### MarkingInstructionCodeList
|
|
790
|
+
|
|
791
|
+
> `readonly` **MarkingInstructionCodeList**: `"unece:MarkingInstructionCodeList"` = `"unece:MarkingInstructionCodeList"`
|
|
792
|
+
|
|
793
|
+
MarkingInstructionCodeList.
|
|
794
|
+
|
|
795
|
+
#### See
|
|
796
|
+
|
|
797
|
+
https://vocabulary.uncefact.org/MarkingInstructionCodeList
|
|
798
|
+
|
|
799
|
+
### MeasuredAttributeCodeList
|
|
800
|
+
|
|
801
|
+
> `readonly` **MeasuredAttributeCodeList**: `"unece:MeasuredAttributeCodeList"` = `"unece:MeasuredAttributeCodeList"`
|
|
802
|
+
|
|
803
|
+
MeasuredAttributeCodeList.
|
|
804
|
+
|
|
805
|
+
#### See
|
|
806
|
+
|
|
807
|
+
https://vocabulary.uncefact.org/MeasuredAttributeCodeList
|
|
808
|
+
|
|
809
|
+
### MessageFunctionCodeList
|
|
810
|
+
|
|
811
|
+
> `readonly` **MessageFunctionCodeList**: `"unece:MessageFunctionCodeList"` = `"unece:MessageFunctionCodeList"`
|
|
812
|
+
|
|
813
|
+
MessageFunctionCodeList.
|
|
814
|
+
|
|
815
|
+
#### See
|
|
816
|
+
|
|
817
|
+
https://vocabulary.uncefact.org/MessageFunctionCodeList
|
|
818
|
+
|
|
819
|
+
### OrganizationFunctionTypeCodeList
|
|
820
|
+
|
|
821
|
+
> `readonly` **OrganizationFunctionTypeCodeList**: `"unece:OrganizationFunctionTypeCodeList"` = `"unece:OrganizationFunctionTypeCodeList"`
|
|
822
|
+
|
|
823
|
+
OrganizationFunctionTypeCodeList.
|
|
824
|
+
|
|
825
|
+
#### See
|
|
826
|
+
|
|
827
|
+
https://vocabulary.uncefact.org/OrganizationFunctionTypeCodeList
|
|
828
|
+
|
|
829
|
+
### PackageTypeCodeList
|
|
830
|
+
|
|
831
|
+
> `readonly` **PackageTypeCodeList**: `"unece:PackageTypeCodeList"` = `"unece:PackageTypeCodeList"`
|
|
832
|
+
|
|
833
|
+
PackageTypeCodeList.
|
|
834
|
+
|
|
835
|
+
#### See
|
|
836
|
+
|
|
837
|
+
https://vocabulary.uncefact.org/PackageTypeCodeList
|
|
838
|
+
|
|
839
|
+
### PackagingLevelCodeList
|
|
840
|
+
|
|
841
|
+
> `readonly` **PackagingLevelCodeList**: `"unece:PackagingLevelCodeList"` = `"unece:PackagingLevelCodeList"`
|
|
842
|
+
|
|
843
|
+
PackagingLevelCodeList.
|
|
844
|
+
|
|
845
|
+
#### See
|
|
846
|
+
|
|
847
|
+
https://vocabulary.uncefact.org/PackagingLevelCodeList
|
|
848
|
+
|
|
849
|
+
### PackagingMarkingCodeList
|
|
850
|
+
|
|
851
|
+
> `readonly` **PackagingMarkingCodeList**: `"unece:PackagingMarkingCodeList"` = `"unece:PackagingMarkingCodeList"`
|
|
852
|
+
|
|
853
|
+
PackagingMarkingCodeList.
|
|
854
|
+
|
|
855
|
+
#### See
|
|
856
|
+
|
|
857
|
+
https://vocabulary.uncefact.org/PackagingMarkingCodeList
|
|
858
|
+
|
|
859
|
+
### PartyRoleCodeList
|
|
860
|
+
|
|
861
|
+
> `readonly` **PartyRoleCodeList**: `"unece:PartyRoleCodeList"` = `"unece:PartyRoleCodeList"`
|
|
862
|
+
|
|
863
|
+
PartyRoleCodeList.
|
|
864
|
+
|
|
865
|
+
#### See
|
|
866
|
+
|
|
867
|
+
https://vocabulary.uncefact.org/PartyRoleCodeList
|
|
868
|
+
|
|
869
|
+
### PartyTypeCodeList
|
|
870
|
+
|
|
871
|
+
> `readonly` **PartyTypeCodeList**: `"unece:PartyTypeCodeList"` = `"unece:PartyTypeCodeList"`
|
|
872
|
+
|
|
873
|
+
PartyTypeCodeList.
|
|
874
|
+
|
|
875
|
+
#### See
|
|
876
|
+
|
|
877
|
+
https://vocabulary.uncefact.org/PartyTypeCodeList
|
|
878
|
+
|
|
879
|
+
### PaymentGuaranteeMeansCodeList
|
|
880
|
+
|
|
881
|
+
> `readonly` **PaymentGuaranteeMeansCodeList**: `"unece:PaymentGuaranteeMeansCodeList"` = `"unece:PaymentGuaranteeMeansCodeList"`
|
|
882
|
+
|
|
883
|
+
PaymentGuaranteeMeansCodeList.
|
|
884
|
+
|
|
885
|
+
#### See
|
|
886
|
+
|
|
887
|
+
https://vocabulary.uncefact.org/PaymentGuaranteeMeansCodeList
|
|
888
|
+
|
|
889
|
+
### PaymentMeansChannelCodeList
|
|
890
|
+
|
|
891
|
+
> `readonly` **PaymentMeansChannelCodeList**: `"unece:PaymentMeansChannelCodeList"` = `"unece:PaymentMeansChannelCodeList"`
|
|
892
|
+
|
|
893
|
+
PaymentMeansChannelCodeList.
|
|
894
|
+
|
|
895
|
+
#### See
|
|
896
|
+
|
|
897
|
+
https://vocabulary.uncefact.org/PaymentMeansChannelCodeList
|
|
898
|
+
|
|
899
|
+
### PaymentMeansCodeList
|
|
900
|
+
|
|
901
|
+
> `readonly` **PaymentMeansCodeList**: `"unece:PaymentMeansCodeList"` = `"unece:PaymentMeansCodeList"`
|
|
902
|
+
|
|
903
|
+
PaymentMeansCodeList.
|
|
904
|
+
|
|
905
|
+
#### See
|
|
906
|
+
|
|
907
|
+
https://vocabulary.uncefact.org/PaymentMeansCodeList
|
|
908
|
+
|
|
909
|
+
### PaymentMethodCodeList
|
|
910
|
+
|
|
911
|
+
> `readonly` **PaymentMethodCodeList**: `"unece:PaymentMethodCodeList"` = `"unece:PaymentMethodCodeList"`
|
|
912
|
+
|
|
913
|
+
PaymentMethodCodeList.
|
|
914
|
+
|
|
915
|
+
#### See
|
|
916
|
+
|
|
917
|
+
https://vocabulary.uncefact.org/PaymentMethodCodeList
|
|
918
|
+
|
|
919
|
+
### PaymentTermsEventTimeReferenceCodeList
|
|
920
|
+
|
|
921
|
+
> `readonly` **PaymentTermsEventTimeReferenceCodeList**: `"unece:PaymentTermsEventTimeReferenceCodeList"` = `"unece:PaymentTermsEventTimeReferenceCodeList"`
|
|
922
|
+
|
|
923
|
+
PaymentTermsEventTimeReferenceCodeList.
|
|
924
|
+
|
|
925
|
+
#### See
|
|
926
|
+
|
|
927
|
+
https://vocabulary.uncefact.org/PaymentTermsEventTimeReferenceCodeList
|
|
928
|
+
|
|
929
|
+
### PaymentTermsId
|
|
930
|
+
|
|
931
|
+
> `readonly` **PaymentTermsId**: `"unece:PaymentTermsId"` = `"unece:PaymentTermsId"`
|
|
932
|
+
|
|
933
|
+
PaymentTermsId.
|
|
934
|
+
|
|
935
|
+
#### See
|
|
936
|
+
|
|
937
|
+
https://vocabulary.uncefact.org/PaymentTermsId
|
|
938
|
+
|
|
939
|
+
### PaymentTermsTypeCodeList
|
|
940
|
+
|
|
941
|
+
> `readonly` **PaymentTermsTypeCodeList**: `"unece:PaymentTermsTypeCodeList"` = `"unece:PaymentTermsTypeCodeList"`
|
|
942
|
+
|
|
943
|
+
PaymentTermsTypeCodeList.
|
|
944
|
+
|
|
945
|
+
#### See
|
|
946
|
+
|
|
947
|
+
https://vocabulary.uncefact.org/PaymentTermsTypeCodeList
|
|
948
|
+
|
|
949
|
+
### PriceTypeCodeList
|
|
950
|
+
|
|
951
|
+
> `readonly` **PriceTypeCodeList**: `"unece:PriceTypeCodeList"` = `"unece:PriceTypeCodeList"`
|
|
952
|
+
|
|
953
|
+
PriceTypeCodeList.
|
|
954
|
+
|
|
955
|
+
#### See
|
|
956
|
+
|
|
957
|
+
https://vocabulary.uncefact.org/PriceTypeCodeList
|
|
958
|
+
|
|
959
|
+
### PriorityDescriptionCodeList
|
|
960
|
+
|
|
961
|
+
> `readonly` **PriorityDescriptionCodeList**: `"unece:PriorityDescriptionCodeList"` = `"unece:PriorityDescriptionCodeList"`
|
|
962
|
+
|
|
963
|
+
PriorityDescriptionCodeList.
|
|
964
|
+
|
|
965
|
+
#### See
|
|
966
|
+
|
|
967
|
+
https://vocabulary.uncefact.org/PriorityDescriptionCodeList
|
|
968
|
+
|
|
969
|
+
### ProcessTypeCodeList
|
|
970
|
+
|
|
971
|
+
> `readonly` **ProcessTypeCodeList**: `"unece:ProcessTypeCodeList"` = `"unece:ProcessTypeCodeList"`
|
|
972
|
+
|
|
973
|
+
ProcessTypeCodeList.
|
|
974
|
+
|
|
975
|
+
#### See
|
|
976
|
+
|
|
977
|
+
https://vocabulary.uncefact.org/ProcessTypeCodeList
|
|
978
|
+
|
|
979
|
+
### QuotationDocumentCodeList
|
|
980
|
+
|
|
981
|
+
> `readonly` **QuotationDocumentCodeList**: `"unece:QuotationDocumentCodeList"` = `"unece:QuotationDocumentCodeList"`
|
|
982
|
+
|
|
983
|
+
QuotationDocumentCodeList.
|
|
984
|
+
|
|
985
|
+
#### See
|
|
986
|
+
|
|
987
|
+
https://vocabulary.uncefact.org/QuotationDocumentCodeList
|
|
988
|
+
|
|
989
|
+
### ReferenceCodeList
|
|
990
|
+
|
|
991
|
+
> `readonly` **ReferenceCodeList**: `"unece:ReferenceCodeList"` = `"unece:ReferenceCodeList"`
|
|
992
|
+
|
|
993
|
+
ReferenceCodeList.
|
|
994
|
+
|
|
995
|
+
#### See
|
|
996
|
+
|
|
997
|
+
https://vocabulary.uncefact.org/ReferenceCodeList
|
|
998
|
+
|
|
999
|
+
### RefundMethodCodeList
|
|
1000
|
+
|
|
1001
|
+
> `readonly` **RefundMethodCodeList**: `"unece:RefundMethodCodeList"` = `"unece:RefundMethodCodeList"`
|
|
1002
|
+
|
|
1003
|
+
RefundMethodCodeList.
|
|
1004
|
+
|
|
1005
|
+
#### See
|
|
1006
|
+
|
|
1007
|
+
https://vocabulary.uncefact.org/RefundMethodCodeList
|
|
1008
|
+
|
|
1009
|
+
### RemittanceDocumentCodeList
|
|
1010
|
+
|
|
1011
|
+
> `readonly` **RemittanceDocumentCodeList**: `"unece:RemittanceDocumentCodeList"` = `"unece:RemittanceDocumentCodeList"`
|
|
1012
|
+
|
|
1013
|
+
RemittanceDocumentCodeList.
|
|
1014
|
+
|
|
1015
|
+
#### See
|
|
1016
|
+
|
|
1017
|
+
https://vocabulary.uncefact.org/RemittanceDocumentCodeList
|
|
1018
|
+
|
|
1019
|
+
### ResponseTypeCodeList
|
|
1020
|
+
|
|
1021
|
+
> `readonly` **ResponseTypeCodeList**: `"unece:ResponseTypeCodeList"` = `"unece:ResponseTypeCodeList"`
|
|
1022
|
+
|
|
1023
|
+
ResponseTypeCodeList.
|
|
1024
|
+
|
|
1025
|
+
#### See
|
|
1026
|
+
|
|
1027
|
+
https://vocabulary.uncefact.org/ResponseTypeCodeList
|
|
1028
|
+
|
|
1029
|
+
### ResponsibleGovernmentAgencyCodeList
|
|
1030
|
+
|
|
1031
|
+
> `readonly` **ResponsibleGovernmentAgencyCodeList**: `"unece:ResponsibleGovernmentAgencyCodeList"` = `"unece:ResponsibleGovernmentAgencyCodeList"`
|
|
1032
|
+
|
|
1033
|
+
ResponsibleGovernmentAgencyCodeList.
|
|
1034
|
+
|
|
1035
|
+
#### See
|
|
1036
|
+
|
|
1037
|
+
https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
|
|
1038
|
+
|
|
1039
|
+
### ResponsibleGovernmentAgencyInvolvementCodeList
|
|
1040
|
+
|
|
1041
|
+
> `readonly` **ResponsibleGovernmentAgencyInvolvementCodeList**: `"unece:ResponsibleGovernmentAgencyInvolvementCodeList"` = `"unece:ResponsibleGovernmentAgencyInvolvementCodeList"`
|
|
1042
|
+
|
|
1043
|
+
ResponsibleGovernmentAgencyInvolvementCodeList.
|
|
1044
|
+
|
|
1045
|
+
#### See
|
|
1046
|
+
|
|
1047
|
+
https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyInvolvementCodeList
|
|
1048
|
+
|
|
1049
|
+
### ScenarioTypeCodeList
|
|
1050
|
+
|
|
1051
|
+
> `readonly` **ScenarioTypeCodeList**: `"unece:ScenarioTypeCodeList"` = `"unece:ScenarioTypeCodeList"`
|
|
1052
|
+
|
|
1053
|
+
ScenarioTypeCodeList.
|
|
1054
|
+
|
|
1055
|
+
#### See
|
|
1056
|
+
|
|
1057
|
+
https://vocabulary.uncefact.org/ScenarioTypeCodeList
|
|
1058
|
+
|
|
1059
|
+
### SchedulingDocumentCodeList
|
|
1060
|
+
|
|
1061
|
+
> `readonly` **SchedulingDocumentCodeList**: `"unece:SchedulingDocumentCodeList"` = `"unece:SchedulingDocumentCodeList"`
|
|
1062
|
+
|
|
1063
|
+
SchedulingDocumentCodeList.
|
|
1064
|
+
|
|
1065
|
+
#### See
|
|
1066
|
+
|
|
1067
|
+
https://vocabulary.uncefact.org/SchedulingDocumentCodeList
|
|
1068
|
+
|
|
1069
|
+
### SealConditionCodeList
|
|
1070
|
+
|
|
1071
|
+
> `readonly` **SealConditionCodeList**: `"unece:SealConditionCodeList"` = `"unece:SealConditionCodeList"`
|
|
1072
|
+
|
|
1073
|
+
SealConditionCodeList.
|
|
1074
|
+
|
|
1075
|
+
#### See
|
|
1076
|
+
|
|
1077
|
+
https://vocabulary.uncefact.org/SealConditionCodeList
|
|
1078
|
+
|
|
1079
|
+
### SealingPartyRoleCodeList
|
|
1080
|
+
|
|
1081
|
+
> `readonly` **SealingPartyRoleCodeList**: `"unece:SealingPartyRoleCodeList"` = `"unece:SealingPartyRoleCodeList"`
|
|
1082
|
+
|
|
1083
|
+
SealingPartyRoleCodeList.
|
|
1084
|
+
|
|
1085
|
+
#### See
|
|
1086
|
+
|
|
1087
|
+
https://vocabulary.uncefact.org/SealingPartyRoleCodeList
|
|
1088
|
+
|
|
1089
|
+
### SoftwareUserTypeCodeList
|
|
1090
|
+
|
|
1091
|
+
> `readonly` **SoftwareUserTypeCodeList**: `"unece:SoftwareUserTypeCodeList"` = `"unece:SoftwareUserTypeCodeList"`
|
|
1092
|
+
|
|
1093
|
+
SoftwareUserTypeCodeList.
|
|
1094
|
+
|
|
1095
|
+
#### See
|
|
1096
|
+
|
|
1097
|
+
https://vocabulary.uncefact.org/SoftwareUserTypeCodeList
|
|
1098
|
+
|
|
1099
|
+
### StatusCodeList
|
|
1100
|
+
|
|
1101
|
+
> `readonly` **StatusCodeList**: `"unece:StatusCodeList"` = `"unece:StatusCodeList"`
|
|
1102
|
+
|
|
1103
|
+
StatusCodeList.
|
|
1104
|
+
|
|
1105
|
+
#### See
|
|
1106
|
+
|
|
1107
|
+
https://vocabulary.uncefact.org/StatusCodeList
|
|
1108
|
+
|
|
1109
|
+
### SubjectCodeList
|
|
1110
|
+
|
|
1111
|
+
> `readonly` **SubjectCodeList**: `"unece:SubjectCodeList"` = `"unece:SubjectCodeList"`
|
|
1112
|
+
|
|
1113
|
+
SubjectCodeList.
|
|
1114
|
+
|
|
1115
|
+
#### See
|
|
1116
|
+
|
|
1117
|
+
https://vocabulary.uncefact.org/SubjectCodeList
|
|
1118
|
+
|
|
1119
|
+
### TaxCategoryCodeList
|
|
1120
|
+
|
|
1121
|
+
> `readonly` **TaxCategoryCodeList**: `"unece:TaxCategoryCodeList"` = `"unece:TaxCategoryCodeList"`
|
|
1122
|
+
|
|
1123
|
+
TaxCategoryCodeList.
|
|
1124
|
+
|
|
1125
|
+
#### See
|
|
1126
|
+
|
|
1127
|
+
https://vocabulary.uncefact.org/TaxCategoryCodeList
|
|
1128
|
+
|
|
1129
|
+
### TaxExemptionReasonCodeList
|
|
1130
|
+
|
|
1131
|
+
> `readonly` **TaxExemptionReasonCodeList**: `"unece:TaxExemptionReasonCodeList"` = `"unece:TaxExemptionReasonCodeList"`
|
|
1132
|
+
|
|
1133
|
+
TaxExemptionReasonCodeList.
|
|
1134
|
+
|
|
1135
|
+
#### See
|
|
1136
|
+
|
|
1137
|
+
https://vocabulary.uncefact.org/TaxExemptionReasonCodeList
|
|
1138
|
+
|
|
1139
|
+
### TaxTypeCodeList
|
|
1140
|
+
|
|
1141
|
+
> `readonly` **TaxTypeCodeList**: `"unece:TaxTypeCodeList"` = `"unece:TaxTypeCodeList"`
|
|
1142
|
+
|
|
1143
|
+
TaxTypeCodeList.
|
|
1144
|
+
|
|
1145
|
+
#### See
|
|
1146
|
+
|
|
1147
|
+
https://vocabulary.uncefact.org/TaxTypeCodeList
|
|
1148
|
+
|
|
1149
|
+
### TemperatureTypeCodeList
|
|
1150
|
+
|
|
1151
|
+
> `readonly` **TemperatureTypeCodeList**: `"unece:TemperatureTypeCodeList"` = `"unece:TemperatureTypeCodeList"`
|
|
1152
|
+
|
|
1153
|
+
TemperatureTypeCodeList.
|
|
1154
|
+
|
|
1155
|
+
#### See
|
|
1156
|
+
|
|
1157
|
+
https://vocabulary.uncefact.org/TemperatureTypeCodeList
|
|
1158
|
+
|
|
1159
|
+
### TemperatureUnitMeasureCode
|
|
1160
|
+
|
|
1161
|
+
> `readonly` **TemperatureUnitMeasureCode**: `"unece:TemperatureUnitMeasureCode"` = `"unece:TemperatureUnitMeasureCode"`
|
|
1162
|
+
|
|
1163
|
+
TemperatureUnitMeasureCode.
|
|
1164
|
+
|
|
1165
|
+
#### See
|
|
1166
|
+
|
|
1167
|
+
https://vocabulary.uncefact.org/TemperatureUnitMeasureCode
|
|
1168
|
+
|
|
1169
|
+
### TimeReferenceCodeList
|
|
1170
|
+
|
|
1171
|
+
> `readonly` **TimeReferenceCodeList**: `"unece:TimeReferenceCodeList"` = `"unece:TimeReferenceCodeList"`
|
|
1172
|
+
|
|
1173
|
+
TimeReferenceCodeList.
|
|
1174
|
+
|
|
1175
|
+
#### See
|
|
1176
|
+
|
|
1177
|
+
https://vocabulary.uncefact.org/TimeReferenceCodeList
|
|
1178
|
+
|
|
1179
|
+
### TransportContractMovementCodeList
|
|
1180
|
+
|
|
1181
|
+
> `readonly` **TransportContractMovementCodeList**: `"unece:TransportContractMovementCodeList"` = `"unece:TransportContractMovementCodeList"`
|
|
1182
|
+
|
|
1183
|
+
TransportContractMovementCodeList.
|
|
1184
|
+
|
|
1185
|
+
#### See
|
|
1186
|
+
|
|
1187
|
+
https://vocabulary.uncefact.org/TransportContractMovementCodeList
|
|
1188
|
+
|
|
1189
|
+
### TransportEquipmentCategoryCodeList
|
|
1190
|
+
|
|
1191
|
+
> `readonly` **TransportEquipmentCategoryCodeList**: `"unece:TransportEquipmentCategoryCodeList"` = `"unece:TransportEquipmentCategoryCodeList"`
|
|
1192
|
+
|
|
1193
|
+
TransportEquipmentCategoryCodeList.
|
|
1194
|
+
|
|
1195
|
+
#### See
|
|
1196
|
+
|
|
1197
|
+
https://vocabulary.uncefact.org/TransportEquipmentCategoryCodeList
|
|
1198
|
+
|
|
1199
|
+
### TransportEquipmentFullnessCodeList
|
|
1200
|
+
|
|
1201
|
+
> `readonly` **TransportEquipmentFullnessCodeList**: `"unece:TransportEquipmentFullnessCodeList"` = `"unece:TransportEquipmentFullnessCodeList"`
|
|
1202
|
+
|
|
1203
|
+
TransportEquipmentFullnessCodeList.
|
|
1204
|
+
|
|
1205
|
+
#### See
|
|
1206
|
+
|
|
1207
|
+
https://vocabulary.uncefact.org/TransportEquipmentFullnessCodeList
|
|
1208
|
+
|
|
1209
|
+
### TransportEquipmentHaulageArrangementsCodeList
|
|
1210
|
+
|
|
1211
|
+
> `readonly` **TransportEquipmentHaulageArrangementsCodeList**: `"unece:TransportEquipmentHaulageArrangementsCodeList"` = `"unece:TransportEquipmentHaulageArrangementsCodeList"`
|
|
1212
|
+
|
|
1213
|
+
TransportEquipmentHaulageArrangementsCodeList.
|
|
1214
|
+
|
|
1215
|
+
#### See
|
|
1216
|
+
|
|
1217
|
+
https://vocabulary.uncefact.org/TransportEquipmentHaulageArrangementsCodeList
|
|
1218
|
+
|
|
1219
|
+
### TransportEquipmentLegalStatusCodeList
|
|
1220
|
+
|
|
1221
|
+
> `readonly` **TransportEquipmentLegalStatusCodeList**: `"unece:TransportEquipmentLegalStatusCodeList"` = `"unece:TransportEquipmentLegalStatusCodeList"`
|
|
1222
|
+
|
|
1223
|
+
TransportEquipmentLegalStatusCodeList.
|
|
1224
|
+
|
|
1225
|
+
#### See
|
|
1226
|
+
|
|
1227
|
+
https://vocabulary.uncefact.org/TransportEquipmentLegalStatusCodeList
|
|
1228
|
+
|
|
1229
|
+
### TransportEquipmentMovementStatusCodeList
|
|
1230
|
+
|
|
1231
|
+
> `readonly` **TransportEquipmentMovementStatusCodeList**: `"unece:TransportEquipmentMovementStatusCodeList"` = `"unece:TransportEquipmentMovementStatusCodeList"`
|
|
1232
|
+
|
|
1233
|
+
TransportEquipmentMovementStatusCodeList.
|
|
1234
|
+
|
|
1235
|
+
#### See
|
|
1236
|
+
|
|
1237
|
+
https://vocabulary.uncefact.org/TransportEquipmentMovementStatusCodeList
|
|
1238
|
+
|
|
1239
|
+
### TransportEquipmentOperationalStatusCodeList
|
|
1240
|
+
|
|
1241
|
+
> `readonly` **TransportEquipmentOperationalStatusCodeList**: `"unece:TransportEquipmentOperationalStatusCodeList"` = `"unece:TransportEquipmentOperationalStatusCodeList"`
|
|
1242
|
+
|
|
1243
|
+
TransportEquipmentOperationalStatusCodeList.
|
|
1244
|
+
|
|
1245
|
+
#### See
|
|
1246
|
+
|
|
1247
|
+
https://vocabulary.uncefact.org/TransportEquipmentOperationalStatusCodeList
|
|
1248
|
+
|
|
1249
|
+
### TransportEquipmentSizeTypeCodeList
|
|
1250
|
+
|
|
1251
|
+
> `readonly` **TransportEquipmentSizeTypeCodeList**: `"unece:TransportEquipmentSizeTypeCodeList"` = `"unece:TransportEquipmentSizeTypeCodeList"`
|
|
1252
|
+
|
|
1253
|
+
TransportEquipmentSizeTypeCodeList.
|
|
1254
|
+
|
|
1255
|
+
#### See
|
|
1256
|
+
|
|
1257
|
+
https://vocabulary.uncefact.org/TransportEquipmentSizeTypeCodeList
|
|
1258
|
+
|
|
1259
|
+
### TransportEquipmentSupplierPartyRoleCodeList
|
|
1260
|
+
|
|
1261
|
+
> `readonly` **TransportEquipmentSupplierPartyRoleCodeList**: `"unece:TransportEquipmentSupplierPartyRoleCodeList"` = `"unece:TransportEquipmentSupplierPartyRoleCodeList"`
|
|
1262
|
+
|
|
1263
|
+
TransportEquipmentSupplierPartyRoleCodeList.
|
|
1264
|
+
|
|
1265
|
+
#### See
|
|
1266
|
+
|
|
1267
|
+
https://vocabulary.uncefact.org/TransportEquipmentSupplierPartyRoleCodeList
|
|
1268
|
+
|
|
1269
|
+
### TransportMeansDirectionCodeList
|
|
1270
|
+
|
|
1271
|
+
> `readonly` **TransportMeansDirectionCodeList**: `"unece:TransportMeansDirectionCodeList"` = `"unece:TransportMeansDirectionCodeList"`
|
|
1272
|
+
|
|
1273
|
+
TransportMeansDirectionCodeList.
|
|
1274
|
+
|
|
1275
|
+
#### See
|
|
1276
|
+
|
|
1277
|
+
https://vocabulary.uncefact.org/TransportMeansDirectionCodeList
|
|
1278
|
+
|
|
1279
|
+
### TransportMeansTypeCodeList
|
|
1280
|
+
|
|
1281
|
+
> `readonly` **TransportMeansTypeCodeList**: `"unece:TransportMeansTypeCodeList"` = `"unece:TransportMeansTypeCodeList"`
|
|
1282
|
+
|
|
1283
|
+
TransportMeansTypeCodeList.
|
|
1284
|
+
|
|
1285
|
+
#### See
|
|
1286
|
+
|
|
1287
|
+
https://vocabulary.uncefact.org/TransportMeansTypeCodeList
|
|
1288
|
+
|
|
1289
|
+
### TransportModeCodeList
|
|
1290
|
+
|
|
1291
|
+
> `readonly` **TransportModeCodeList**: `"unece:TransportModeCodeList"` = `"unece:TransportModeCodeList"`
|
|
1292
|
+
|
|
1293
|
+
TransportModeCodeList.
|
|
1294
|
+
|
|
1295
|
+
#### See
|
|
1296
|
+
|
|
1297
|
+
https://vocabulary.uncefact.org/TransportModeCodeList
|
|
1298
|
+
|
|
1299
|
+
### TransportMovementStageCodeList
|
|
1300
|
+
|
|
1301
|
+
> `readonly` **TransportMovementStageCodeList**: `"unece:TransportMovementStageCodeList"` = `"unece:TransportMovementStageCodeList"`
|
|
1302
|
+
|
|
1303
|
+
TransportMovementStageCodeList.
|
|
1304
|
+
|
|
1305
|
+
#### See
|
|
1306
|
+
|
|
1307
|
+
https://vocabulary.uncefact.org/TransportMovementStageCodeList
|
|
1308
|
+
|
|
1309
|
+
### TransportMovementTypeCodeList
|
|
1310
|
+
|
|
1311
|
+
> `readonly` **TransportMovementTypeCodeList**: `"unece:TransportMovementTypeCodeList"` = `"unece:TransportMovementTypeCodeList"`
|
|
1312
|
+
|
|
1313
|
+
TransportMovementTypeCodeList.
|
|
1314
|
+
|
|
1315
|
+
#### See
|
|
1316
|
+
|
|
1317
|
+
https://vocabulary.uncefact.org/TransportMovementTypeCodeList
|
|
1318
|
+
|
|
1319
|
+
### TransportServiceCategoryCodeList
|
|
1320
|
+
|
|
1321
|
+
> `readonly` **TransportServiceCategoryCodeList**: `"unece:TransportServiceCategoryCodeList"` = `"unece:TransportServiceCategoryCodeList"`
|
|
1322
|
+
|
|
1323
|
+
TransportServiceCategoryCodeList.
|
|
1324
|
+
|
|
1325
|
+
#### See
|
|
1326
|
+
|
|
1327
|
+
https://vocabulary.uncefact.org/TransportServiceCategoryCodeList
|
|
1328
|
+
|
|
1329
|
+
### TransportServiceConditionCodeList
|
|
1330
|
+
|
|
1331
|
+
> `readonly` **TransportServiceConditionCodeList**: `"unece:TransportServiceConditionCodeList"` = `"unece:TransportServiceConditionCodeList"`
|
|
1332
|
+
|
|
1333
|
+
TransportServiceConditionCodeList.
|
|
1334
|
+
|
|
1335
|
+
#### See
|
|
1336
|
+
|
|
1337
|
+
https://vocabulary.uncefact.org/TransportServiceConditionCodeList
|
|
1338
|
+
|
|
1339
|
+
### TransportServicePaymentArrangementCodeList
|
|
1340
|
+
|
|
1341
|
+
> `readonly` **TransportServicePaymentArrangementCodeList**: `"unece:TransportServicePaymentArrangementCodeList"` = `"unece:TransportServicePaymentArrangementCodeList"`
|
|
1342
|
+
|
|
1343
|
+
TransportServicePaymentArrangementCodeList.
|
|
1344
|
+
|
|
1345
|
+
#### See
|
|
1346
|
+
|
|
1347
|
+
https://vocabulary.uncefact.org/TransportServicePaymentArrangementCodeList
|
|
1348
|
+
|
|
1349
|
+
### TransportServicePriorityCodeList
|
|
1350
|
+
|
|
1351
|
+
> `readonly` **TransportServicePriorityCodeList**: `"unece:TransportServicePriorityCodeList"` = `"unece:TransportServicePriorityCodeList"`
|
|
1352
|
+
|
|
1353
|
+
TransportServicePriorityCodeList.
|
|
1354
|
+
|
|
1355
|
+
#### See
|
|
1356
|
+
|
|
1357
|
+
https://vocabulary.uncefact.org/TransportServicePriorityCodeList
|
|
1358
|
+
|
|
1359
|
+
### TransportServiceRequirementCodeList
|
|
1360
|
+
|
|
1361
|
+
> `readonly` **TransportServiceRequirementCodeList**: `"unece:TransportServiceRequirementCodeList"` = `"unece:TransportServiceRequirementCodeList"`
|
|
1362
|
+
|
|
1363
|
+
TransportServiceRequirementCodeList.
|
|
1364
|
+
|
|
1365
|
+
#### See
|
|
1366
|
+
|
|
1367
|
+
https://vocabulary.uncefact.org/TransportServiceRequirementCodeList
|
|
1368
|
+
|
|
1369
|
+
### UnitMeasureCode
|
|
1370
|
+
|
|
1371
|
+
> `readonly` **UnitMeasureCode**: `"unece:UnitMeasureCode"` = `"unece:UnitMeasureCode"`
|
|
1372
|
+
|
|
1373
|
+
UnitMeasureCode.
|
|
1374
|
+
|
|
1375
|
+
#### See
|
|
1376
|
+
|
|
1377
|
+
https://vocabulary.uncefact.org/UnitMeasureCode
|
|
1378
|
+
|
|
1379
|
+
### ValidationDocumentStatusCodeList
|
|
1380
|
+
|
|
1381
|
+
> `readonly` **ValidationDocumentStatusCodeList**: `"unece:ValidationDocumentStatusCodeList"` = `"unece:ValidationDocumentStatusCodeList"`
|
|
1382
|
+
|
|
1383
|
+
ValidationDocumentStatusCodeList.
|
|
1384
|
+
|
|
1385
|
+
#### See
|
|
1386
|
+
|
|
1387
|
+
https://vocabulary.uncefact.org/ValidationDocumentStatusCodeList
|
|
1388
|
+
|
|
1389
|
+
### VolumeUnitMeasureCode
|
|
1390
|
+
|
|
1391
|
+
> `readonly` **VolumeUnitMeasureCode**: `"unece:VolumeUnitMeasureCode"` = `"unece:VolumeUnitMeasureCode"`
|
|
1392
|
+
|
|
1393
|
+
VolumeUnitMeasureCode.
|
|
1394
|
+
|
|
1395
|
+
#### See
|
|
1396
|
+
|
|
1397
|
+
https://vocabulary.uncefact.org/VolumeUnitMeasureCode
|
|
1398
|
+
|
|
1399
|
+
### WeightUnitMeasureCode
|
|
1400
|
+
|
|
1401
|
+
> `readonly` **WeightUnitMeasureCode**: `"unece:WeightUnitMeasureCode"` = `"unece:WeightUnitMeasureCode"`
|
|
1402
|
+
|
|
1403
|
+
WeightUnitMeasureCode.
|
|
1404
|
+
|
|
1405
|
+
#### See
|
|
1406
|
+
|
|
1407
|
+
https://vocabulary.uncefact.org/WeightUnitMeasureCode
|
|
1408
|
+
|
|
1409
|
+
### WorkflowStatusCodeList
|
|
1410
|
+
|
|
1411
|
+
> `readonly` **WorkflowStatusCodeList**: `"unece:WorkflowStatusCodeList"` = `"unece:WorkflowStatusCodeList"`
|
|
1412
|
+
|
|
1413
|
+
WorkflowStatusCodeList.
|
|
1414
|
+
|
|
1415
|
+
#### See
|
|
1416
|
+
|
|
1417
|
+
https://vocabulary.uncefact.org/WorkflowStatusCodeList
|
|
1418
|
+
|
|
1419
|
+
## See
|
|
1420
|
+
|
|
1421
|
+
https://vocabulary.uncefact.org/code-lists
|