@twin.org/standards-unece 0.0.1-next.23 → 0.0.1-next.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
# Variable: DocumentStatusCodes
|
|
2
|
-
|
|
3
|
-
> `const` **DocumentStatusCodes**: `object`
|
|
4
|
-
|
|
5
|
-
A character string used to represent or replace a document status.
|
|
6
|
-
https://vocabulary.uncefact.org/DocumentStatusCodeList
|
|
7
|
-
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/documentstatuscodelist.json
|
|
8
|
-
|
|
9
|
-
## Type declaration
|
|
10
|
-
|
|
11
|
-
### 1
|
|
12
|
-
|
|
13
|
-
> **1**: `string` = `"unece:DocumentStatusCodeList#1"`
|
|
14
|
-
|
|
15
|
-
1 Accepted.
|
|
16
|
-
|
|
17
|
-
### 10
|
|
18
|
-
|
|
19
|
-
> **10**: `string` = `"unece:DocumentStatusCodeList#10"`
|
|
20
|
-
|
|
21
|
-
10 Document currently valid.
|
|
22
|
-
|
|
23
|
-
### 11
|
|
24
|
-
|
|
25
|
-
> **11**: `string` = `"unece:DocumentStatusCodeList#11"`
|
|
26
|
-
|
|
27
|
-
11 Document not available.
|
|
28
|
-
|
|
29
|
-
### 12
|
|
30
|
-
|
|
31
|
-
> **12**: `string` = `"unece:DocumentStatusCodeList#12"`
|
|
32
|
-
|
|
33
|
-
12 Document exhausted by declaration and attached.
|
|
34
|
-
|
|
35
|
-
### 13
|
|
36
|
-
|
|
37
|
-
> **13**: `string` = `"unece:DocumentStatusCodeList#13"`
|
|
38
|
-
|
|
39
|
-
13 Document not exhausted by declaration and attached.
|
|
40
|
-
|
|
41
|
-
### 14
|
|
42
|
-
|
|
43
|
-
> **14**: `string` = `"unece:DocumentStatusCodeList#14"`
|
|
44
|
-
|
|
45
|
-
14 Document exhausted by declaration and previously lodged.
|
|
46
|
-
|
|
47
|
-
### 15
|
|
48
|
-
|
|
49
|
-
> **15**: `string` = `"unece:DocumentStatusCodeList#15"`
|
|
50
|
-
|
|
51
|
-
15 Document not exhausted by declaration and previously lodged.
|
|
52
|
-
|
|
53
|
-
### 16
|
|
54
|
-
|
|
55
|
-
> **16**: `string` = `"unece:DocumentStatusCodeList#16"`
|
|
56
|
-
|
|
57
|
-
16 Document not attached.
|
|
58
|
-
|
|
59
|
-
### 17
|
|
60
|
-
|
|
61
|
-
> **17**: `string` = `"unece:DocumentStatusCodeList#17"`
|
|
62
|
-
|
|
63
|
-
17 Document with the goods.
|
|
64
|
-
|
|
65
|
-
### 18
|
|
66
|
-
|
|
67
|
-
> **18**: `string` = `"unece:DocumentStatusCodeList#18"`
|
|
68
|
-
|
|
69
|
-
18 Document attached, to be returned after endorsement.
|
|
70
|
-
|
|
71
|
-
### 19
|
|
72
|
-
|
|
73
|
-
> **19**: `string` = `"unece:DocumentStatusCodeList#19"`
|
|
74
|
-
|
|
75
|
-
19 Document applied for.
|
|
76
|
-
|
|
77
|
-
### 2
|
|
78
|
-
|
|
79
|
-
> **2**: `string` = `"unece:DocumentStatusCodeList#2"`
|
|
80
|
-
|
|
81
|
-
2 Accompanying goods.
|
|
82
|
-
|
|
83
|
-
### 20
|
|
84
|
-
|
|
85
|
-
> **20**: `string` = `"unece:DocumentStatusCodeList#20"`
|
|
86
|
-
|
|
87
|
-
20 Received for shipment.
|
|
88
|
-
|
|
89
|
-
### 21
|
|
90
|
-
|
|
91
|
-
> **21**: `string` = `"unece:DocumentStatusCodeList#21"`
|
|
92
|
-
|
|
93
|
-
21 Shipped on board.
|
|
94
|
-
|
|
95
|
-
### 22
|
|
96
|
-
|
|
97
|
-
> **22**: `string` = `"unece:DocumentStatusCodeList#22"`
|
|
98
|
-
|
|
99
|
-
22 Status 0.
|
|
100
|
-
|
|
101
|
-
### 23
|
|
102
|
-
|
|
103
|
-
> **23**: `string` = `"unece:DocumentStatusCodeList#23"`
|
|
104
|
-
|
|
105
|
-
23 Status 1.
|
|
106
|
-
|
|
107
|
-
### 24
|
|
108
|
-
|
|
109
|
-
> **24**: `string` = `"unece:DocumentStatusCodeList#24"`
|
|
110
|
-
|
|
111
|
-
24 Status 2.
|
|
112
|
-
|
|
113
|
-
### 25
|
|
114
|
-
|
|
115
|
-
> **25**: `string` = `"unece:DocumentStatusCodeList#25"`
|
|
116
|
-
|
|
117
|
-
25 Message under development.
|
|
118
|
-
|
|
119
|
-
### 26
|
|
120
|
-
|
|
121
|
-
> **26**: `string` = `"unece:DocumentStatusCodeList#26"`
|
|
122
|
-
|
|
123
|
-
26 Document not freighted.
|
|
124
|
-
|
|
125
|
-
### 27
|
|
126
|
-
|
|
127
|
-
> **27**: `string` = `"unece:DocumentStatusCodeList#27"`
|
|
128
|
-
|
|
129
|
-
27 Document freighted.
|
|
130
|
-
|
|
131
|
-
### 28
|
|
132
|
-
|
|
133
|
-
> **28**: `string` = `"unece:DocumentStatusCodeList#28"`
|
|
134
|
-
|
|
135
|
-
28 Archived.
|
|
136
|
-
|
|
137
|
-
### 29
|
|
138
|
-
|
|
139
|
-
> **29**: `string` = `"unece:DocumentStatusCodeList#29"`
|
|
140
|
-
|
|
141
|
-
29 Provisional.
|
|
142
|
-
|
|
143
|
-
### 3
|
|
144
|
-
|
|
145
|
-
> **3**: `string` = `"unece:DocumentStatusCodeList#3"`
|
|
146
|
-
|
|
147
|
-
3 Conditionally accepted.
|
|
148
|
-
|
|
149
|
-
### 30
|
|
150
|
-
|
|
151
|
-
> **30**: `string` = `"unece:DocumentStatusCodeList#30"`
|
|
152
|
-
|
|
153
|
-
30 Documents enclosed in the first transmission.
|
|
154
|
-
|
|
155
|
-
### 31
|
|
156
|
-
|
|
157
|
-
> **31**: `string` = `"unece:DocumentStatusCodeList#31"`
|
|
158
|
-
|
|
159
|
-
31 Documents enclosed in the second transmission.
|
|
160
|
-
|
|
161
|
-
### 32
|
|
162
|
-
|
|
163
|
-
> **32**: `string` = `"unece:DocumentStatusCodeList#32"`
|
|
164
|
-
|
|
165
|
-
32 Document not required, waiver issued.
|
|
166
|
-
|
|
167
|
-
### 33
|
|
168
|
-
|
|
169
|
-
> **33**: `string` = `"unece:DocumentStatusCodeList#33"`
|
|
170
|
-
|
|
171
|
-
33 Already on file with receiver of this message.
|
|
172
|
-
|
|
173
|
-
### 34
|
|
174
|
-
|
|
175
|
-
> **34**: `string` = `"unece:DocumentStatusCodeList#34"`
|
|
176
|
-
|
|
177
|
-
34 Retained by sender of this message, or by sender's agent or representative.
|
|
178
|
-
|
|
179
|
-
### 35
|
|
180
|
-
|
|
181
|
-
> **35**: `string` = `"unece:DocumentStatusCodeList#35"`
|
|
182
|
-
|
|
183
|
-
35 Document incomplete.
|
|
184
|
-
|
|
185
|
-
### 36
|
|
186
|
-
|
|
187
|
-
> **36**: `string` = `"unece:DocumentStatusCodeList#36"`
|
|
188
|
-
|
|
189
|
-
36 Document previously submitted.
|
|
190
|
-
|
|
191
|
-
### 37
|
|
192
|
-
|
|
193
|
-
> **37**: `string` = `"unece:DocumentStatusCodeList#37"`
|
|
194
|
-
|
|
195
|
-
37 Document complete.
|
|
196
|
-
|
|
197
|
-
### 38
|
|
198
|
-
|
|
199
|
-
> **38**: `string` = `"unece:DocumentStatusCodeList#38"`
|
|
200
|
-
|
|
201
|
-
38 Final.
|
|
202
|
-
|
|
203
|
-
### 39
|
|
204
|
-
|
|
205
|
-
> **39**: `string` = `"unece:DocumentStatusCodeList#39"`
|
|
206
|
-
|
|
207
|
-
39 On hold.
|
|
208
|
-
|
|
209
|
-
### 4
|
|
210
|
-
|
|
211
|
-
> **4**: `string` = `"unece:DocumentStatusCodeList#4"`
|
|
212
|
-
|
|
213
|
-
4 To arrive by separate EDI message.
|
|
214
|
-
|
|
215
|
-
### 40
|
|
216
|
-
|
|
217
|
-
> **40**: `string` = `"unece:DocumentStatusCodeList#40"`
|
|
218
|
-
|
|
219
|
-
40 Validity suspended.
|
|
220
|
-
|
|
221
|
-
### 41
|
|
222
|
-
|
|
223
|
-
> **41**: `string` = `"unece:DocumentStatusCodeList#41"`
|
|
224
|
-
|
|
225
|
-
41 Validity revoked.
|
|
226
|
-
|
|
227
|
-
### 42
|
|
228
|
-
|
|
229
|
-
> **42**: `string` = `"unece:DocumentStatusCodeList#42"`
|
|
230
|
-
|
|
231
|
-
42 In error.
|
|
232
|
-
|
|
233
|
-
### 43
|
|
234
|
-
|
|
235
|
-
> **43**: `string` = `"unece:DocumentStatusCodeList#43"`
|
|
236
|
-
|
|
237
|
-
43 Received.
|
|
238
|
-
|
|
239
|
-
### 44
|
|
240
|
-
|
|
241
|
-
> **44**: `string` = `"unece:DocumentStatusCodeList#44"`
|
|
242
|
-
|
|
243
|
-
44 Accepted with warnings.
|
|
244
|
-
|
|
245
|
-
### 5
|
|
246
|
-
|
|
247
|
-
> **5**: `string` = `"unece:DocumentStatusCodeList#5"`
|
|
248
|
-
|
|
249
|
-
5 Information only.
|
|
250
|
-
|
|
251
|
-
### 6
|
|
252
|
-
|
|
253
|
-
> **6**: `string` = `"unece:DocumentStatusCodeList#6"`
|
|
254
|
-
|
|
255
|
-
6 To arrive by manual means.
|
|
256
|
-
|
|
257
|
-
### 7
|
|
258
|
-
|
|
259
|
-
> **7**: `string` = `"unece:DocumentStatusCodeList#7"`
|
|
260
|
-
|
|
261
|
-
7 To be raised and sent.
|
|
262
|
-
|
|
263
|
-
### 8
|
|
264
|
-
|
|
265
|
-
> **8**: `string` = `"unece:DocumentStatusCodeList#8"`
|
|
266
|
-
|
|
267
|
-
8 Rejected.
|
|
268
|
-
|
|
269
|
-
### 9
|
|
270
|
-
|
|
271
|
-
> **9**: `string` = `"unece:DocumentStatusCodeList#9"`
|
|
272
|
-
|
|
273
|
-
9 To be printed.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# Variable: GovernmentActionCodes
|
|
2
|
-
|
|
3
|
-
> `const` **GovernmentActionCodes**: `object`
|
|
4
|
-
|
|
5
|
-
A character string used to replace or represent a government action.
|
|
6
|
-
https://vocabulary.uncefact.org/GovernmentActionCodeList
|
|
7
|
-
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/governmentactioncodelist.json
|
|
8
|
-
|
|
9
|
-
## Type declaration
|
|
10
|
-
|
|
11
|
-
### 1
|
|
12
|
-
|
|
13
|
-
> **1**: `string` = `"unece:GovernmentActionCodeList#1"`
|
|
14
|
-
|
|
15
|
-
1 Clearance.
|
|
16
|
-
|
|
17
|
-
### 10
|
|
18
|
-
|
|
19
|
-
> **10**: `string` = `"unece:GovernmentActionCodeList#10"`
|
|
20
|
-
|
|
21
|
-
10 Export certificate not required.
|
|
22
|
-
|
|
23
|
-
### 2
|
|
24
|
-
|
|
25
|
-
> **2**: `string` = `"unece:GovernmentActionCodeList#2"`
|
|
26
|
-
|
|
27
|
-
2 Detention.
|
|
28
|
-
|
|
29
|
-
### 3
|
|
30
|
-
|
|
31
|
-
> **3**: `string` = `"unece:GovernmentActionCodeList#3"`
|
|
32
|
-
|
|
33
|
-
3 Fumigation.
|
|
34
|
-
|
|
35
|
-
### 4
|
|
36
|
-
|
|
37
|
-
> **4**: `string` = `"unece:GovernmentActionCodeList#4"`
|
|
38
|
-
|
|
39
|
-
4 Inspection.
|
|
40
|
-
|
|
41
|
-
### 5
|
|
42
|
-
|
|
43
|
-
> **5**: `string` = `"unece:GovernmentActionCodeList#5"`
|
|
44
|
-
|
|
45
|
-
5 Security.
|
|
46
|
-
|
|
47
|
-
### 6
|
|
48
|
-
|
|
49
|
-
> **6**: `string` = `"unece:GovernmentActionCodeList#6"`
|
|
50
|
-
|
|
51
|
-
6 Means of transport admittance.
|
|
52
|
-
|
|
53
|
-
### 7
|
|
54
|
-
|
|
55
|
-
> **7**: `string` = `"unece:GovernmentActionCodeList#7"`
|
|
56
|
-
|
|
57
|
-
7 Cargo hold inspection.
|
|
58
|
-
|
|
59
|
-
### 8
|
|
60
|
-
|
|
61
|
-
> **8**: `string` = `"unece:GovernmentActionCodeList#8"`
|
|
62
|
-
|
|
63
|
-
8 Container inspection.
|
|
64
|
-
|
|
65
|
-
### 9
|
|
66
|
-
|
|
67
|
-
> **9**: `string` = `"unece:GovernmentActionCodeList#9"`
|
|
68
|
-
|
|
69
|
-
9 Cargo packaging inspection.
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
# Variable: ResponsibleGovernmentAgencyCodes
|
|
2
|
-
|
|
3
|
-
> `const` **ResponsibleGovernmentAgencyCodes**: `object`
|
|
4
|
-
|
|
5
|
-
A character string used to represent a responsible government agency.
|
|
6
|
-
https://vocabulary.uncefact.org/ResponsibleGovernmentAgencyCodeList
|
|
7
|
-
https://github.com/uncefact/vocabulary-outputs/blob/main/_data/responsiblegovernmentagencycodelist.json
|
|
8
|
-
|
|
9
|
-
## Type declaration
|
|
10
|
-
|
|
11
|
-
### 1
|
|
12
|
-
|
|
13
|
-
> **1**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#1"`
|
|
14
|
-
|
|
15
|
-
1 Agriculture.
|
|
16
|
-
|
|
17
|
-
### 10
|
|
18
|
-
|
|
19
|
-
> **10**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#10"`
|
|
20
|
-
|
|
21
|
-
10 Live animals.
|
|
22
|
-
|
|
23
|
-
### 11
|
|
24
|
-
|
|
25
|
-
> **11**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#11"`
|
|
26
|
-
|
|
27
|
-
11 Port authority.
|
|
28
|
-
|
|
29
|
-
### 12
|
|
30
|
-
|
|
31
|
-
> **12**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#12"`
|
|
32
|
-
|
|
33
|
-
12 Public health.
|
|
34
|
-
|
|
35
|
-
### 13
|
|
36
|
-
|
|
37
|
-
> **13**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#13"`
|
|
38
|
-
|
|
39
|
-
13 Transportation.
|
|
40
|
-
|
|
41
|
-
### 14
|
|
42
|
-
|
|
43
|
-
> **14**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#14"`
|
|
44
|
-
|
|
45
|
-
14 Port state control.
|
|
46
|
-
|
|
47
|
-
### 15
|
|
48
|
-
|
|
49
|
-
> **15**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#15"`
|
|
50
|
-
|
|
51
|
-
15 Fisheries.
|
|
52
|
-
|
|
53
|
-
### 16
|
|
54
|
-
|
|
55
|
-
> **16**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#16"`
|
|
56
|
-
|
|
57
|
-
16 Mineral resources.
|
|
58
|
-
|
|
59
|
-
### 17
|
|
60
|
-
|
|
61
|
-
> **17**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#17"`
|
|
62
|
-
|
|
63
|
-
17 Environment.
|
|
64
|
-
|
|
65
|
-
### 18
|
|
66
|
-
|
|
67
|
-
> **18**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#18"`
|
|
68
|
-
|
|
69
|
-
18 Nuclear safety.
|
|
70
|
-
|
|
71
|
-
### 19
|
|
72
|
-
|
|
73
|
-
> **19**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#19"`
|
|
74
|
-
|
|
75
|
-
19 Natural Resources.
|
|
76
|
-
|
|
77
|
-
### 2
|
|
78
|
-
|
|
79
|
-
> **2**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#2"`
|
|
80
|
-
|
|
81
|
-
2 Ammunition.
|
|
82
|
-
|
|
83
|
-
### 3
|
|
84
|
-
|
|
85
|
-
> **3**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#3"`
|
|
86
|
-
|
|
87
|
-
3 Commerce.
|
|
88
|
-
|
|
89
|
-
### 4
|
|
90
|
-
|
|
91
|
-
> **4**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#4"`
|
|
92
|
-
|
|
93
|
-
4 Coastguard.
|
|
94
|
-
|
|
95
|
-
### 5
|
|
96
|
-
|
|
97
|
-
> **5**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#5"`
|
|
98
|
-
|
|
99
|
-
5 Customs.
|
|
100
|
-
|
|
101
|
-
### 6
|
|
102
|
-
|
|
103
|
-
> **6**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#6"`
|
|
104
|
-
|
|
105
|
-
6 Food and drug.
|
|
106
|
-
|
|
107
|
-
### 7
|
|
108
|
-
|
|
109
|
-
> **7**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#7"`
|
|
110
|
-
|
|
111
|
-
7 Health certificate.
|
|
112
|
-
|
|
113
|
-
### 8
|
|
114
|
-
|
|
115
|
-
> **8**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#8"`
|
|
116
|
-
|
|
117
|
-
8 Harbour police.
|
|
118
|
-
|
|
119
|
-
### 9
|
|
120
|
-
|
|
121
|
-
> **9**: `string` = `"unece:ResponsibleGovernmentAgencyCodeList#9"`
|
|
122
|
-
|
|
123
|
-
9 Immigration.
|