edifact_types/d00b/
types.rs

1use serde::{Deserialize, Serialize};
2use strum_macros::{Display, EnumString};
3
4/// Syntax identifier
5///
6/// Coded identification of the agency controlling a syntax and syntax level used in an interchange.
7#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq, Default)]
8pub enum _0001 {
9    /// UN/ECE level A
10    /// As defined in the basic code table of ISO 646 with the exceptions of lower case letters, alternative graphic character allocations and national or application-oriented graphic character allocations.
11    UNOA,
12    /// UN/ECE level B
13    /// As defined in the basic code table of ISO 646 with the exceptions of alternative graphic character allocations and national or application-oriented graphic character allocations.
14    UNOB,
15    /// UN/ECE level C
16    /// As defined in ISO 8859-1 : Information processing - Part 1: Latin alphabet No. 1.
17    #[default]
18    UNOC,
19    /// UN/ECE level D
20    /// As defined in ISO 8859-2 : Information processing - Part 2: Latin alphabet No. 2.
21    UNOD,
22    /// UN/ECE level E
23    /// As defined in ISO 8859-5 : Information processing - Part 5: Latin/Cyrillic alphabet.
24    UNOE,
25    /// UN/ECE level F
26    /// As defined in ISO 8859-7 : Information processing - Part 7: Latin/Greek alphabet.
27    UNOF,
28}
29
30/// Syntax version number
31///
32/// Version number of the syntax identified in the syntax identifier (0001)
33#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq, Default)]
34pub enum _0002 {
35    /// Version 1
36    /// ISO 9735:1988.
37    #[strum(serialize = "1")]
38    _1,
39    /// Version 2
40    /// ISO 9735:1990.
41    #[strum(serialize = "2")]
42    _2,
43    /// Version 3
44    /// ISO 9735 Amendment 1:1992.
45    #[default]
46    #[strum(serialize = "3")]
47    _3,
48}
49
50/// Partner identification code qualifier
51///
52/// Qualifier referring to the source of codes for the identifiers of interchanging partners.
53#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq)]
54pub enum _0007 {
55    /// DUNS (Data Universal Numbering System)
56    ///
57    /// Partner identification code assigned by Dun & Bradstreet.
58    #[strum(serialize = "1")]
59    _1,
60    /// IATA (International Air Transport Association)
61    ///
62    /// Partner identification code assigned by the International Air Transport Association.
63    #[strum(serialize = "4")]
64    _4,
65    /// INSEE (Institut National de la Statistique et des Etudes Economiques) - SIRET
66    ///
67    /// French national statistics institute. SIRET means Systeme Informatique du Repertoire des entreprises et de leurs ETablissements.
68    #[strum(serialize = "5")]
69    _5,
70    /// UCC Communications ID (Uniform Code Council Communications Identifier)
71    ///
72    /// The Uniform Code Council Communications Identifier is a ten digit code used to uniquely identify physical and logical locations.
73    #[strum(serialize = "8")]
74    _8,
75    /// DUNS (Data Universal Numbering System) with 4 digit suffix
76    ///
77    /// Partner identification code assigned by Dun & Bradstreet with the 4 digit suffix.
78    #[strum(serialize = "9")]
79    _9,
80    /// Telephone number
81    ///
82    /// Partner identification code corresponds to the partner telephone number.
83    #[strum(serialize = "12")]
84    _12,
85    /// EAN (European Article Numbering Association)
86    ///
87    /// Partner identification code assigned by the European Article Numbering Association.
88    #[strum(serialize = "14")]
89    _14,
90    /// AIAG (Automotive Industry Action Group)
91    ///
92    /// Partner identification code assigned by the Automotive Industry Action Group.
93    #[strum(serialize = "18")]
94    _18,
95    /// INSEE (Institut National de la Statistique et des Etudes Economiques) - SIREN
96    ///
97    /// French national statistics institute. SIREN means Systeme Informatique du Repertoire des ENtreprises (et de leurs etablissements).
98    #[strum(serialize = "22")]
99    _22,
100    /// ISO 6523: Organization identification
101    ///
102    /// Partner identification code specified in ISO 6523 (Structures for the identification of organizations).
103    #[strum(serialize = "30")]
104    _30,
105    /// DIN (Deutsches Institut fuer Normung)
106    ///
107    /// German standardization institute.
108    #[strum(serialize = "31")]
109    _31,
110    /// BfA (Bundesversicherungsanstalt fuer Angestellte)
111    ///
112    /// German social security association.
113    #[strum(serialize = "33")]
114    _33,
115    /// National Statistical Agency
116    ///
117    /// Partner identification code assigned by a national statistical agency.
118    #[strum(serialize = "34")]
119    _34,
120    /// GEIS (General Electric Information Services)
121    ///
122    /// Partner identification code assigned by General Electric Information Services.
123    #[strum(serialize = "51")]
124    _51,
125    /// INS (IBM Network Services)
126    ///
127    /// Partner identification code assigned by IBM Network Services.
128    #[strum(serialize = "52")]
129    _52,
130    /// Datenzentrale des Einzelhandels
131    ///
132    /// German data centre for retail trade.
133    #[strum(serialize = "53")]
134    _53,
135    /// Bundesverband der Deutschen Baustoffhaendler
136    ///
137    /// German building material trade association.
138    #[strum(serialize = "54")]
139    _54,
140    /// Bank identifier code
141    ///
142    /// Partner identification code corresponds to the partner bank identification code.
143    #[strum(serialize = "55")]
144    _55,
145    /// KTNet (Korea Trade Network Services)
146    ///
147    /// Partner identification code assigned by Korea Trade Network Services.
148    #[strum(serialize = "57")]
149    _57,
150    /// UPU (Universal Postal Union)
151    ///
152    /// Partner identification code assigned by the Universal Postal Union.
153    #[strum(serialize = "58")]
154    _58,
155    /// ODETTE (Organization for Data Exchange through Tele- Transmission in Europe)
156    ///
157    /// European automotive industry project.
158    #[strum(serialize = "59")]
159    _59,
160    /// SCAC (Standard Carrier Alpha Code)
161    ///
162    /// Directory of standard multimodal carriers and tariff agent codes. The SCAC lists and codes transportation companies.
163    #[strum(serialize = "61")]
164    _61,
165    /// ECA (Electronic Commerce Australia)
166    ///
167    /// Australian association for electronic commerce.
168    #[strum(serialize = "63")]
169    _63,
170    /// TELEBOX 400 (Deutsche Telekom)
171    ///
172    /// German telecommunications service.
173    #[strum(serialize = "65")]
174    _65,
175    /// NHS (National Health Service)
176    ///
177    /// United Kingdom National Health Service.
178    #[strum(serialize = "80")]
179    _80,
180    /// Statens Teleforvaltning
181    ///
182    /// Norwegian telecommunications regulatory authority (NTRA).
183    #[strum(serialize = "82")]
184    _82,
185    /// Athens Chamber of Commerce
186    ///
187    /// Greek Chamber of Commerce.
188    #[strum(serialize = "84")]
189    _84,
190    /// Swiss Chamber of Commerce
191    ///
192    /// Swiss Chamber of Commerce.
193    #[strum(serialize = "85")]
194    _85,
195    /// US Council for International Business
196    ///
197    /// United States Council for International Business.
198    #[strum(serialize = "86")]
199    _86,
200    /// National Federation of Chambers of Commerce and Industry
201    ///
202    /// Belgium National Federation of Chambers of Commerce and Industry.
203    #[strum(serialize = "87")]
204    _87,
205    /// Association of British Chambers of Commerce
206    ///
207    /// Association of British Chambers of Commerce.
208    #[strum(serialize = "89")]
209    _89,
210    /// SITA (Societe Internationale de Telecommunications Aeronautiques)
211    ///
212    /// SITA (Societe Internationale de Telecommunications Aeronautiques).
213    #[strum(serialize = "90")]
214    _90,
215    /// Assigned by seller or seller's agent
216    ///
217    /// Partner identification code assigned by the seller or seller's agent.
218    #[strum(serialize = "91")]
219    _91,
220    /// Assigned by buyer or buyer's agent
221    ///
222    /// Partner identification code assigned by the buyer or buyer's agent.
223    #[strum(serialize = "92")]
224    _92,
225    /// TW, Trade-van
226    ///
227    /// Trade-van is an EDI VAN service center for customs, transport, and insurance in national and international trade.
228    #[strum(serialize = "103")]
229    _103,
230    /// BCNR (Telekurs Banken Clearing Number)
231    ///
232    /// Swiss national bank number assigned by Telekurs AG for the purpose of identifying a non-clearing banking institution.
233    #[strum(serialize = "128")]
234    _128,
235    /// BPI (Telekurs Business Partner Identification)
236    ///
237    /// Swiss national business number assigned by Telekurs AG for the purpose of identifying a non-clearing banking institution.
238    #[strum(serialize = "129")]
239    _129,
240    /// Mutually defined
241    ///
242    /// Mutually defined between trading partners.
243    #[strum(ascii_case_insensitive)]
244    ZZZ,
245}
246
247/// Recipient's reference/password qualifier
248///
249/// Qualifier for the recipient's reference or password.
250#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq)]
251pub enum _0025 {
252    /// Reference
253    /// Recipient's reference/password is a reference.
254    AA,
255    /// Password
256    /// Recipient's reference/password is a password.
257    BB,
258}
259
260/// Processing priority code
261///
262/// Code determined by the sender requesting processing priority for the interchange.
263#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq)]
264pub enum _0029 {
265    /// Highest priority
266    /// Requested processing priority is the highest.
267    A,
268}
269
270/// Acknowledgement request
271///
272/// Code determined by the sender for acknowledgement of the interchange.
273#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq)]
274pub enum _0031 {
275    /// Requested
276    /// Acknowledgement is requested.
277    #[strum(serialize = "1")]
278    _1,
279}
280
281/// Test indicator
282///
283/// Indication that the interchange is a test.
284#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq, Eq)]
285pub enum _0035 {
286    /// Interchange is a test
287    /// Indicates that the interchange is a test.
288    #[strum(serialize = "1")]
289    _1,
290}
291
292/// Document name code
293///
294/// Code specifying the document name.
295#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone, PartialEq)]
296pub enum _1001 {
297    /// Certificate of analysis
298    ///
299    /// Certificate providing the values of an analysis.
300    #[strum(serialize = "1")]
301    _1,
302    /// Certificate of conformity
303    ///
304    /// Certificate certifying the conformity to predefined definitions.
305    #[strum(serialize = "2")]
306    _2,
307    /// Certificate of quality
308    ///
309    /// Certificate certifying the quality of goods, services etc.
310    #[strum(serialize = "3")]
311    _3,
312    /// Test report
313    ///
314    /// Report providing the results of a test session.
315    #[strum(serialize = "4")]
316    _4,
317    /// Product performance report
318    ///
319    /// Report specifying the performance values of products.
320    #[strum(serialize = "5")]
321    _5,
322    /// Product specification report
323    ///
324    /// Report providing specification values of products.
325    #[strum(serialize = "6")]
326    _6,
327    /// Process data report
328    ///
329    /// Reports on events during production process.
330    #[strum(serialize = "7")]
331    _7,
332    /// First sample test report
333    ///
334    ///
335    #[strum(serialize = "8")]
336    _8,
337    /// Price/sales catalogue
338    ///
339    ///
340    #[strum(serialize = "9")]
341    _9,
342    /// Party information
343    ///
344    /// Document/message providing basic data concerning a party.
345    #[strum(serialize = "10")]
346    _10,
347    /// Federal label approval
348    ///
349    /// A pre-approved document relating to federal label approval requirements.
350    #[strum(serialize = "11")]
351    _11,
352    /// Mill certificate
353    ///
354    /// Certificate certifying a specific quality of agricultural products.
355    #[strum(serialize = "12")]
356    _12,
357    /// Post receipt
358    ///
359    /// Document/message which evidences the transport of goods by post (e.g. mail, parcel, etc.).
360    #[strum(serialize = "13")]
361    _13,
362    /// Weight certificate
363    ///
364    /// Certificate certifying the weight of goods.
365    #[strum(serialize = "14")]
366    _14,
367    /// Weight list
368    ///
369    /// Document/message specifying the weight of goods.
370    #[strum(serialize = "15")]
371    _15,
372    /// Certificate
373    ///
374    /// Document by means of which the documentary credit applicant specifies the conditions for the certificate and by whom the certificate is to be issued.
375    #[strum(serialize = "16")]
376    _16,
377    /// Combined certificate of value and origin
378    ///
379    /// Document identifying goods in which the issuing authority expressly certifies that the goods originate in a specific country or part of, or group of countries. It also states the price and/or cost of the goods with the purpose of determining the customs origin.
380    #[strum(serialize = "17")]
381    _17,
382    /// Movement certificate A.TR.1
383    ///
384    /// Specific form of transit declaration issued by the exporter (movement certificate).
385    #[strum(serialize = "18")]
386    _18,
387    /// Certificate of quantity
388    ///
389    /// Certificate certifying the quantity of goods, services etc.
390    #[strum(serialize = "19")]
391    _19,
392    /// Quality data message
393    ///
394    /// Usage of QALITY-message.
395    #[strum(serialize = "20")]
396    _20,
397    /// Query
398    ///
399    /// Request information based on defined criteria.
400    #[strum(serialize = "21")]
401    _21,
402    /// Response to query
403    ///
404    /// Self-explanatory.
405    #[strum(serialize = "22")]
406    _22,
407    /// Status information
408    ///
409    /// Information regarding the status of a related message.
410    #[strum(serialize = "23")]
411    _23,
412    /// Restow
413    ///
414    /// Message/document identifying containers that have been unloaded and then reloaded onto the same means of transport.
415    #[strum(serialize = "24")]
416    _24,
417    /// Container discharge list
418    ///
419    /// Message/document itemising containers to be discharged from vessel.
420    #[strum(serialize = "25")]
421    _25,
422    /// Corporate superannuation contributions advice
423    ///
424    /// Document/message providing contributions advice used for corporate superannuation schemes.
425    #[strum(serialize = "26")]
426    _26,
427    /// Industry superannuation contributions advice
428    ///
429    /// Document/message providing contributions advice used for superannuation schemes which are industry wide.
430    #[strum(serialize = "27")]
431    _27,
432    /// Corporate superannuation member maintenance message
433    ///
434    /// Member maintenance message used for corporate superannuation schemes.
435    #[strum(serialize = "28")]
436    _28,
437    /// Industry superannuation member maintenance message
438    ///
439    /// Member maintenance message used for industry wide superannuation schemes.
440    #[strum(serialize = "29")]
441    _29,
442    /// Life insurance payroll deductions advice
443    ///
444    /// Payroll deductions advice used in the life insurance industry.
445    #[strum(serialize = "30")]
446    _30,
447    /// Underbond request
448    ///
449    /// A Message/document requesting to move cargo from one Customs control point to another.
450    #[strum(serialize = "31")]
451    _31,
452    /// Underbond approval
453    ///
454    /// A message/document issuing Customs approval to move cargo from one Customs control point to another.
455    #[strum(serialize = "32")]
456    _32,
457    /// Certificate of sealing of export meat lockers
458    ///
459    /// Document / message issued by the authority in the exporting country evidencing the sealing of export meat lockers.
460    #[strum(serialize = "33")]
461    _33,
462    /// Cargo status
463    ///
464    /// Message identifying the status of cargo.
465    #[strum(serialize = "34")]
466    _34,
467    /// Inventory report
468    ///
469    /// A message specifying information relating to held inventories.
470    #[strum(serialize = "35")]
471    _35,
472    /// Identity card
473    ///
474    /// Official document to identify a person.
475    #[strum(serialize = "36")]
476    _36,
477    /// Response to a trade statistics message
478    ///
479    /// Document/message in which the competent national authorities provide a declarant with an acceptance or a rejection about a received declaration for European statistical purposes.
480    #[strum(serialize = "37")]
481    _37,
482    /// Vaccination certificate
483    ///
484    /// Official document proving immunisation against certain diseases.
485    #[strum(serialize = "38")]
486    _38,
487    /// Passport
488    ///
489    /// An official document giving permission to travel in foreign countries.
490    #[strum(serialize = "39")]
491    _39,
492    /// Driving licence (national)
493    ///
494    /// An official document giving permission to drive a car in a given country.
495    #[strum(serialize = "40")]
496    _40,
497    /// Driving licence (international)
498    ///
499    /// An official document giving a native of one country permission to drive a vehicle in certain other countries.
500    #[strum(serialize = "41")]
501    _41,
502    /// Free pass
503    ///
504    /// A document giving free access to a service.
505    #[strum(serialize = "42")]
506    _42,
507    /// Season ticket
508    ///
509    /// A document giving access to a service for a determined period of time.
510    #[strum(serialize = "43")]
511    _43,
512    /// Transport status report
513    ///
514    /// A message to report the transport status and/or change in the transport status (i.e. event) between agreed parties.
515    #[strum(serialize = "44")]
516    _44,
517    /// Transport status request
518    ///
519    /// A message to request a transport status report (e.g. through the International multimodal status report message IFSTA).
520    #[strum(serialize = "45")]
521    _45,
522    /// Banking status
523    ///
524    /// A banking status document and/or message.
525    #[strum(serialize = "46")]
526    _46,
527    /// Extra-Community trade statistical declaration
528    ///
529    /// Document/message in which a declarant provides information about extra-Community trade of goods required by the body responsible for the collection of trade statistics. Trade by a country in the European Union with a country outside the European Union.
530    #[strum(serialize = "47")]
531    _47,
532    /// Written instructions in conformance with ADR article number 10385
533    ///
534    /// Written instructions relating to dangerous goods and defined in the European Agreement of Dangerous Transport by Road known as ADR (Accord europeen relatif au transport international des marchandises Dangereuses par Route).
535    #[strum(serialize = "48")]
536    _48,
537    /// Damage certification
538    ///
539    /// Official certification that damages to the goods to be transported have been discovered.
540    #[strum(serialize = "49")]
541    _49,
542    /// Validated priced tender
543    ///
544    /// A validated priced tender.
545    #[strum(serialize = "50")]
546    _50,
547    /// Price/sales catalogue response
548    ///
549    /// A document providing a response to a previously sent price/sales catalogue.
550    #[strum(serialize = "51")]
551    _51,
552    /// Price negotiation result
553    ///
554    /// A document providing the result of price negotiations.
555    #[strum(serialize = "52")]
556    _52,
557    /// Safety and hazard data sheet
558    ///
559    /// Document or message to supply advice on a dangerous or hazardous material to industrial customers so as to enable them to take measures to protect their employees and the environment from any potential harmful effects from these material.
560    #[strum(serialize = "53")]
561    _53,
562    /// Legal statement of an account
563    ///
564    /// A statement of an account containing the booked items as in the ledger of the account servicing financial institution.
565    #[strum(serialize = "54")]
566    _54,
567    /// Listing statement of an account
568    ///
569    /// A statement from the account servicing financial institution containing items pending to be booked.
570    #[strum(serialize = "55")]
571    _55,
572    /// Closing statement of an account
573    ///
574    /// Last statement of a period containing the interest calculation and the final balance of the last entry date.
575    #[strum(serialize = "56")]
576    _56,
577    /// Transport equipment on-hire report
578    ///
579    /// Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the beginning of a rental period.
580    #[strum(serialize = "57")]
581    _57,
582    /// Transport equipment off-hire report
583    ///
584    /// Report on the movement of containers or other items of transport equipment to record physical movement activity and establish the end of a rental period.
585    #[strum(serialize = "58")]
586    _58,
587    /// Treatment - nil outturn
588    ///
589    /// No shortage, surplus or damaged outturn resulting from container vessel unpacking.
590    #[strum(serialize = "59")]
591    _59,
592    /// Treatment - time-up underbond
593    ///
594    /// Movement type indicator: goods are moved under customs control for warehousing due to being time-up.
595    #[strum(serialize = "60")]
596    _60,
597    /// Treatment - underbond by sea
598    ///
599    /// Movement type indicator: goods are to move by sea under customs control to a customs office where formalities will be completed.
600    #[strum(serialize = "61")]
601    _61,
602    /// Treatment - personal effect
603    ///
604    /// Cargo consists of personal effects.
605    #[strum(serialize = "62")]
606    _62,
607    /// Treatment - timber
608    ///
609    /// Cargo consists of timber.
610    #[strum(serialize = "63")]
611    _63,
612    /// Preliminary credit assessment
613    ///
614    /// Document/message issued either by a factor to indicate his preliminary credit assessment on a buyer, or by a seller to request a factor's preliminary credit assessment on a buyer.
615    #[strum(serialize = "64")]
616    _64,
617    /// Credit cover
618    ///
619    /// Document/message issued either by a factor to give a credit cover on a buyer, or by a seller to request a factor's credit cover.
620    #[strum(serialize = "65")]
621    _65,
622    /// Current account
623    ///
624    /// Document/message issued by a factor to indicate the money movements of a seller's or another factor's account with him.
625    #[strum(serialize = "66")]
626    _66,
627    /// Commercial dispute
628    ///
629    /// Document/message issued by a party (usually the buyer) to indicate that one or more invoices or one or more credit notes are disputed for payment.
630    #[strum(serialize = "67")]
631    _67,
632    /// Chargeback
633    ///
634    /// Document/message issued by a factor to a seller or to another factor to indicate that the rest of the amounts of one or more invoices uncollectable from buyers are charged back to clear the invoice(s) off the ledger.
635    #[strum(serialize = "68")]
636    _68,
637    /// Reassignment
638    ///
639    /// Document/message issued by a factor to a seller or to another factor to reassign an invoice or credit note previously assigned to him.
640    #[strum(serialize = "69")]
641    _69,
642    /// Collateral account
643    ///
644    /// Document message issued by a factor to indicate the movements of invoices, credit notes and payments of a seller's account.
645    #[strum(serialize = "70")]
646    _70,
647    /// Request for payment
648    ///
649    /// Document/message issued by a creditor to a debtor to request payment of one or more invoices past due.
650    #[strum(serialize = "71")]
651    _71,
652    /// Unship permit
653    ///
654    /// A message or document issuing permission to unship cargo.
655    #[strum(serialize = "72")]
656    _72,
657    /// Statistical definitions
658    ///
659    /// Transmission of one or more statistical definitions.
660    #[strum(serialize = "73")]
661    _73,
662    /// Statistical data
663    ///
664    /// Transmission of one or more items of data or data sets.
665    #[strum(serialize = "74")]
666    _74,
667    /// Request for statistical data
668    ///
669    /// Request for one or more items or data sets of statistical data.
670    #[strum(serialize = "75")]
671    _75,
672    /// Call-off delivery
673    ///
674    /// Document/message to provide split quantities and delivery dates referring to a previous delivery instruction.
675    #[strum(serialize = "76")]
676    _76,
677    /// Consignment status report
678    ///
679    /// Message covers information about the consignment status.
680    #[strum(serialize = "77")]
681    _77,
682    /// Inventory movement advice
683    ///
684    /// Advice of inventory movements.
685    #[strum(serialize = "78")]
686    _78,
687    /// Inventory status advice
688    ///
689    /// Advice of stock on hand.
690    #[strum(serialize = "79")]
691    _79,
692    /// Debit note related to goods or services
693    ///
694    /// Debit information related to a transaction for goods or services to the relevant party.
695    #[strum(serialize = "80")]
696    _80,
697    /// Credit note related to goods or services
698    ///
699    /// Document message used to provide credit information related to a transaction for goods or services to the relevant party.
700    #[strum(serialize = "81")]
701    _81,
702    /// Metered services invoice
703    ///
704    /// Document/message claiming payment for the supply of metered services (e.g., gas, electricity, etc.) supplied to a fixed meter whose consumption is measured over a period of time.
705    #[strum(serialize = "82")]
706    _82,
707    /// Credit note related to financial adjustments
708    ///
709    /// Document message for providing credit information related to financial adjustments to the relevant party, e.g., bonuses.
710    #[strum(serialize = "83")]
711    _83,
712    /// Debit note related to financial adjustments
713    ///
714    /// Document/message for providing debit information related to financial adjustments to the relevant party.
715    #[strum(serialize = "84")]
716    _84,
717    /// Customs manifest
718    ///
719    /// Message/document identifying a customs manifest. The document itemises a list of cargo prepared by shipping companies from bills of landing and presented to customs for formal report of cargo.
720    #[strum(serialize = "85")]
721    _85,
722    /// Vessel unpack report
723    ///
724    /// A document code to indicate that the message being transmitted identifies all short and surplus cargoes off-loaded from a vessel at a specified discharging port.
725    #[strum(serialize = "86")]
726    _86,
727    /// General cargo summary manifest report
728    ///
729    /// A document code to indicate that the message being transmitted is summary manifest information for general cargo.
730    #[strum(serialize = "87")]
731    _87,
732    /// Consignment unpack report
733    ///
734    /// A document code to indicate that the message being transmitted is a consignment unpack report only.
735    #[strum(serialize = "88")]
736    _88,
737    /// Meat and meat by-products sanitary certificate
738    ///
739    /// Document or message issued by the competent authority in the exporting country evidencing that meat or meat by- products comply with the requirements set by the importing country.
740    #[strum(serialize = "89")]
741    _89,
742    /// Meat food products sanitary certificate
743    ///
744    /// Document or message issued by the competent authority in the exporting country evidencing that meat food products comply with the requirements set by the importing country.
745    #[strum(serialize = "90")]
746    _90,
747    /// Poultry sanitary certificate
748    ///
749    /// Document or message issued by the competent authority in the exporting country evidencing that poultry products comply with the requirements set by the importing country.
750    #[strum(serialize = "91")]
751    _91,
752    /// Horsemeat sanitary certificate
753    ///
754    /// Document or message issued by the competent authority in the exporting country evidencing that horsemeat products comply with the requirements set by the importing country.
755    #[strum(serialize = "92")]
756    _92,
757    /// Casing sanitary certificate
758    ///
759    /// Document or message issued by the competent authority in the exporting country evidencing that casing products comply with the requirements set by the importing country.
760    #[strum(serialize = "93")]
761    _93,
762    /// Pharmaceutical sanitary certificate
763    ///
764    /// Document or message issued by the competent authority in the exporting country evidencing that pharmaceutical products comply with the requirements set by the importing country.
765    #[strum(serialize = "94")]
766    _94,
767    /// Inedible sanitary certificate
768    ///
769    /// Document or message issued by the competent authority in the exporting country evidencing that inedible products comply with the requirements set by the importing country.
770    #[strum(serialize = "95")]
771    _95,
772    /// Impending arrival
773    ///
774    /// Notification of impending arrival details for vessel.
775    #[strum(serialize = "96")]
776    _96,
777    /// Means of transport advice
778    ///
779    /// Message reporting the means of transport used to carry goods or cargo.
780    #[strum(serialize = "97")]
781    _97,
782    /// Arrival information
783    ///
784    /// Message reporting the arrival details of goods or cargo.
785    #[strum(serialize = "98")]
786    _98,
787    /// Cargo release notification
788    ///
789    /// Message/document sent by the cargo handler indicating that the cargo has moved from a Customs controlled premise.
790    #[strum(serialize = "99")]
791    _99,
792    /// Excise certificate
793    ///
794    /// Certificate asserting that the goods have been submitted to the excise authorities before departure from the exporting country or before delivery in case of import traffic.
795    #[strum(serialize = "100")]
796    _100,
797    /// Registration document
798    ///
799    /// An official document providing registration details.
800    #[strum(serialize = "101")]
801    _101,
802    /// Tax notification
803    ///
804    /// Used to specify that the message is a tax notification.
805    #[strum(serialize = "102")]
806    _102,
807    /// Transport equipment direct interchange report
808    ///
809    /// Report on the movement of containers or other items of transport equipment being exchanged, establishing relevant rental periods.
810    #[strum(serialize = "103")]
811    _103,
812    /// Transport equipment impending arrival advice
813    ///
814    /// Advice that containers or other items of transport equipment may be expected to be delivered to a certain location.
815    #[strum(serialize = "104")]
816    _104,
817    /// Purchase order
818    ///
819    /// Document/message issued within an enterprise to initiate the purchase of articles, materials or services required for the production or manufacture of goods to be offered for sale or otherwise supplied to customers.
820    #[strum(serialize = "105")]
821    _105,
822    /// Transport equipment damage report
823    ///
824    /// Report of damaged items of transport equipment that have been returned.
825    #[strum(serialize = "106")]
826    _106,
827    /// Transport equipment maintenance and repair work estimate advice
828    ///
829    /// Advice providing estimates of transport equipment maintenance and repair costs.
830    #[strum(serialize = "107")]
831    _107,
832    /// Transport equipment empty release instruction
833    ///
834    /// Instruction to release an item of empty transport equipment to a specified party or parties.
835    #[strum(serialize = "108")]
836    _108,
837    /// Transport movement gate in report
838    ///
839    /// Report on the inward movement of cargo, containers or other items of transport equipment which have been delivered to a facility by an inland carrier.
840    #[strum(serialize = "109")]
841    _109,
842    /// Manufacturing instructions
843    ///
844    /// Document/message issued within an enterprise to initiate the manufacture of goods to be offered for sale.
845    #[strum(serialize = "110")]
846    _110,
847    /// Transport movement gate out report
848    ///
849    /// Report on the outward movement of cargo, containers or other items of transport equipment (either full or empty) which have been picked up by an inland carrier.
850    #[strum(serialize = "111")]
851    _111,
852    /// Transport equipment unpacking instruction
853    ///
854    /// Instruction to unpack specified cargo from specified containers or other items of transport equipment.
855    #[strum(serialize = "112")]
856    _112,
857    /// Transport equipment unpacking report
858    ///
859    /// Report on the completion of unpacking specified containers or other items of transport equipment.
860    #[strum(serialize = "113")]
861    _113,
862    /// Transport equipment pick-up availability request
863    ///
864    /// Request for confirmation that an item of transport equipment will be available for collection.
865    #[strum(serialize = "114")]
866    _114,
867    /// Transport equipment pick-up availability confirmation
868    ///
869    /// Confirmation that an item of transport equipment is available for collection.
870    #[strum(serialize = "115")]
871    _115,
872    /// Transport equipment pick-up report
873    ///
874    /// Report that an item of transport equipment has been collected.
875    #[strum(serialize = "116")]
876    _116,
877    /// Transport equipment shift report
878    ///
879    /// Report on the movement of containers or other items of transport within a facility.
880    #[strum(serialize = "117")]
881    _117,
882    /// Transport discharge instruction
883    ///
884    /// Instruction to unload specified cargo, containers or transport equipment from a means of transport.
885    #[strum(serialize = "118")]
886    _118,
887    /// Transport discharge report
888    ///
889    /// Report on cargo, containers or transport equipment unloaded from a particular means of transport.
890    #[strum(serialize = "119")]
891    _119,
892    /// Stores requisition
893    ///
894    /// Document/message issued within an enterprise ordering the taking out of stock of goods.
895    #[strum(serialize = "120")]
896    _120,
897    /// Transport loading instruction
898    ///
899    /// Instruction to load cargo, containers or transport equipment onto a means of transport.
900    #[strum(serialize = "121")]
901    _121,
902    /// Transport loading report
903    ///
904    /// Report on completion of loading cargo, containers or other transport equipment onto a means of transport.
905    #[strum(serialize = "122")]
906    _122,
907    /// Transport equipment maintenance and repair work authorisation
908    ///
909    /// Authorisation to have transport equipment repaired or to have maintenance performed.
910    #[strum(serialize = "123")]
911    _123,
912    /// Transport departure report
913    ///
914    /// Report of the departure of a means of transport from a particular facility.
915    #[strum(serialize = "124")]
916    _124,
917    /// Transport empty equipment advice
918    ///
919    /// Advice that an item or items of empty transport equipment are available for return.
920    #[strum(serialize = "125")]
921    _125,
922    /// Transport equipment acceptance order
923    ///
924    /// Order to accept items of transport equipment which are to be delivered by an inland carrier (rail, road or barge) to a specified facility.
925    #[strum(serialize = "126")]
926    _126,
927    /// Transport equipment special service instruction
928    ///
929    /// Instruction to perform a specified service or services on an item or items of transport equipment.
930    #[strum(serialize = "127")]
931    _127,
932    /// Transport equipment stock report
933    ///
934    /// Report on the number of items of transport equipment stored at one or more locations.
935    #[strum(serialize = "128")]
936    _128,
937    /// Transport cargo release order
938    ///
939    /// Order to release cargo or items of transport equipment to a specified party.
940    #[strum(serialize = "129")]
941    _129,
942    /// Invoicing data sheet
943    ///
944    /// Document/message issued within an enterprise containing data about goods sold, to be used as the basis for the preparation of an invoice.
945    #[strum(serialize = "130")]
946    _130,
947    /// Transport equipment packing instruction
948    ///
949    /// Instruction to pack cargo into a container or other item of transport equipment.
950    #[strum(serialize = "131")]
951    _131,
952    /// Customs clearance notice
953    ///
954    /// Notification of customs clearance of cargo or items of transport equipment.
955    #[strum(serialize = "132")]
956    _132,
957    /// Customs documents expiration notice
958    ///
959    /// Notice specifying expiration of Customs documents relating to cargo or items of transport equipment.
960    #[strum(serialize = "133")]
961    _133,
962    /// Transport equipment on-hire request
963    ///
964    /// Request for transport equipment to be made available for hire.
965    #[strum(serialize = "134")]
966    _134,
967    /// Transport equipment on-hire order
968    ///
969    /// Order to release empty items of transport equipment for on-hire to a lessee, and authorising collection by or on behalf of a specified party.
970    #[strum(serialize = "135")]
971    _135,
972    /// Transport equipment off-hire request
973    ///
974    /// Request to terminate the lease on an item of transport equipment at a specified time.
975    #[strum(serialize = "136")]
976    _136,
977    /// Transport equipment survey order
978    ///
979    /// Order to perform a survey on specified items of transport equipment.
980    #[strum(serialize = "137")]
981    _137,
982    /// Transport equipment survey order response
983    ///
984    /// Response to an order to conduct a survey of transport equipment.
985    #[strum(serialize = "138")]
986    _138,
987    /// Transport equipment survey report
988    ///
989    /// Survey report of specified items of transport equipment.
990    #[strum(serialize = "139")]
991    _139,
992    /// Packing instructions
993    ///
994    /// Document/message within an enterprise giving instructions on how goods are to be packed.
995    #[strum(serialize = "140")]
996    _140,
997    /// Advising items to be booked to a financial account
998    ///
999    /// A document and/or message advising of items which have to be booked to a financial account.
1000    #[strum(serialize = "141")]
1001    _141,
1002    /// Transport equipment maintenance and repair work estimate order
1003    ///
1004    /// Order to draw up an estimate of the costs of maintenance or repair of transport equipment.
1005    #[strum(serialize = "142")]
1006    _142,
1007    /// Transport equipment maintenance and repair notice
1008    ///
1009    /// Report of transport equipment which has been repaired or has had maintenance performed.
1010    #[strum(serialize = "143")]
1011    _143,
1012    /// Empty container disposition order
1013    ///
1014    /// Order to make available empty containers.
1015    #[strum(serialize = "144")]
1016    _144,
1017    /// Cargo vessel discharge order
1018    ///
1019    /// Order that the containers or cargo specified are to be discharged from a vessel.
1020    #[strum(serialize = "145")]
1021    _145,
1022    /// Cargo vessel loading order
1023    ///
1024    /// Order that specified cargo, containers or groups of containers are to be loaded in or on a vessel.
1025    #[strum(serialize = "146")]
1026    _146,
1027    /// Multidrop order
1028    ///
1029    /// One purchase order that contains the orders of two or more vendors and the associated delivery points for each.
1030    #[strum(serialize = "147")]
1031    _147,
1032    /// Bailment contract
1033    ///
1034    /// A document authorizing the bailing of goods.
1035    #[strum(serialize = "148")]
1036    _148,
1037    /// Basic agreement
1038    ///
1039    /// A document indicating an agreement containing basic terms and conditions applicable to future contracts between two parties.
1040    #[strum(serialize = "149")]
1041    _149,
1042    /// Internal transport order
1043    ///
1044    /// Document/message giving instructions about the transport of goods within an enterprise.
1045    #[strum(serialize = "150")]
1046    _150,
1047    /// Grant
1048    ///
1049    /// A document indicating the granting of funds.
1050    #[strum(serialize = "151")]
1051    _151,
1052    /// Indefinite delivery indefinite quantity contract
1053    ///
1054    /// A document indicating a contract calling for the indefinite deliveries of indefinite quantities of goods.
1055    #[strum(serialize = "152")]
1056    _152,
1057    /// Indefinite delivery definite quantity contract
1058    ///
1059    /// A document indicating a contract calling for indefinite deliveries of definite quantities.
1060    #[strum(serialize = "153")]
1061    _153,
1062    /// Requirements contract
1063    ///
1064    /// A document indicating a requirements contract that authorizes the filling of all purchase requirements during a specified contract period.
1065    #[strum(serialize = "154")]
1066    _154,
1067    /// Task order
1068    ///
1069    /// A document indicating an order that tasks a contractor to perform a specified function.
1070    #[strum(serialize = "155")]
1071    _155,
1072    /// Make or buy plan
1073    ///
1074    /// A document indicating a plan that identifies which items will be made and which items will be bought.
1075    #[strum(serialize = "156")]
1076    _156,
1077    /// Subcontractor plan
1078    ///
1079    /// A document indicating a plan that identifies the manufacturer's subcontracting strategy for a specific contract.
1080    #[strum(serialize = "157")]
1081    _157,
1082    /// Cost data summary
1083    ///
1084    /// A document indicating a summary of cost data.
1085    #[strum(serialize = "158")]
1086    _158,
1087    /// Certified cost and price data
1088    ///
1089    /// A document indicating cost and price data whose accuracy has been certified.
1090    #[strum(serialize = "159")]
1091    _159,
1092    /// Wage determination
1093    ///
1094    /// A document indicating a determination of the wages to be paid.
1095    #[strum(serialize = "160")]
1096    _160,
1097    /// Contract Funds Status Report (CFSR)
1098    ///
1099    /// A report to provide the status of funds applicable to the contract.
1100    #[strum(serialize = "161")]
1101    _161,
1102    /// Certified inspection and test results
1103    ///
1104    /// A certification as to the accuracy of inspection and test results.
1105    #[strum(serialize = "162")]
1106    _162,
1107    /// Material inspection and receiving report
1108    ///
1109    /// A report that is both an inspection report for materials and a receiving document.
1110    #[strum(serialize = "163")]
1111    _163,
1112    /// Purchasing specification
1113    ///
1114    /// A document indicating a specification used to purchase an item.
1115    #[strum(serialize = "164")]
1116    _164,
1117    /// Payment or performance bond
1118    ///
1119    /// A document indicating a bond that guarantees the payment of monies or a performance.
1120    #[strum(serialize = "165")]
1121    _165,
1122    /// Contract security classification specification
1123    ///
1124    /// A document that indicates the specification contains the security and classification requirements for a contract.
1125    #[strum(serialize = "166")]
1126    _166,
1127    /// Manufacturing specification
1128    ///
1129    /// A document indicating the specification of how an item is to be manufactured.
1130    #[strum(serialize = "167")]
1131    _167,
1132    /// Buy America certificate of compliance
1133    ///
1134    /// A document certifying that more than 50 percent of the cost of an item is attributed to US origin.
1135    #[strum(serialize = "168")]
1136    _168,
1137    /// Container off-hire notice
1138    ///
1139    /// Notice to return leased containers.
1140    #[strum(serialize = "169")]
1141    _169,
1142    /// Cargo acceptance order
1143    ///
1144    /// Order to accept cargo to be delivered by a carrier.
1145    #[strum(serialize = "170")]
1146    _170,
1147    /// Pick-up notice
1148    ///
1149    /// Notice specifying the pick-up of released cargo or containers from a certain address.
1150    #[strum(serialize = "171")]
1151    _171,
1152    /// Authorisation to plan and suggest orders
1153    ///
1154    /// Document or message that authorises receiver to plan orders, based on information in this message, and send these orders as suggestions to the sender.
1155    #[strum(serialize = "172")]
1156    _172,
1157    /// Authorisation to plan and ship orders
1158    ///
1159    /// Document or message that authorises receiver to plan and ship orders based on information in this message.
1160    #[strum(serialize = "173")]
1161    _173,
1162    /// Drawing
1163    ///
1164    /// The document or message is a drawing.
1165    #[strum(serialize = "174")]
1166    _174,
1167    /// Cost Performance Report (CPR) format 2
1168    ///
1169    /// A report identifying the cost performance on a contract at specified levels of the work breakdown structure (format 2 - organizational categories).
1170    #[strum(serialize = "175")]
1171    _175,
1172    /// Cost Schedule Status Report (CSSR)
1173    ///
1174    /// A report providing the status of the cost and schedule applicable to a contract.
1175    #[strum(serialize = "176")]
1176    _176,
1177    /// Cost Performance Report (CPR) format 1
1178    ///
1179    /// A report identifying the cost performance on a contract including the current month's values at specified levels of the work breakdown structure (format 1 - work breakdown structure).
1180    #[strum(serialize = "177")]
1181    _177,
1182    /// Cost Performance Report (CPR) format 3
1183    ///
1184    /// A report identifying the cost performance on a contract that summarizes changes to a contract over a given reporting period with beginning and ending values (format 3 - baseline).
1185    #[strum(serialize = "178")]
1186    _178,
1187    /// Cost Performance Report (CPR) format 4
1188    ///
1189    /// A report identifying the cost performance on a contract including forecasts of labour requirements for the remaining portion of the contract (format 4 - staffing).
1190    #[strum(serialize = "179")]
1191    _179,
1192    /// Cost Performance Report (CPR) format 5
1193    ///
1194    /// A report identifying the cost performance on a contract that summarizes cost or schedule variances (format 5 - explanations and problem analysis).
1195    #[strum(serialize = "180")]
1196    _180,
1197    /// Progressive discharge report
1198    ///
1199    /// Document or message progressively issued by the container terminal operator in charge of discharging a vessel identifying containers that have been discharged from a specific vessel at that point in time.
1200    #[strum(serialize = "181")]
1201    _181,
1202    /// Balance confirmation
1203    ///
1204    /// Confirmation of a balance at an entry date.
1205    #[strum(serialize = "182")]
1206    _182,
1207    /// Container stripping order
1208    ///
1209    /// Order to unload goods from a container.
1210    #[strum(serialize = "183")]
1211    _183,
1212    /// Container stuffing order
1213    ///
1214    /// Order to stuff specified goods or consignments in a container.
1215    #[strum(serialize = "184")]
1216    _184,
1217    /// Conveyance declaration (arrival)
1218    ///
1219    /// Declaration to the public authority upon arrival of the conveyance.
1220    #[strum(serialize = "185")]
1221    _185,
1222    /// Conveyance declaration (departure)
1223    ///
1224    /// Declaration to the public authority upon departure of the conveyance.
1225    #[strum(serialize = "186")]
1226    _186,
1227    /// Conveyance declaration (combined)
1228    ///
1229    /// Combined declaration of arrival and departure to the public authority.
1230    #[strum(serialize = "187")]
1231    _187,
1232    /// Project recovery plan
1233    ///
1234    /// A project plan for recovery after a delay or problem resolution.
1235    #[strum(serialize = "188")]
1236    _188,
1237    /// Project production plan
1238    ///
1239    /// A project plan for the production of goods.
1240    #[strum(serialize = "189")]
1241    _189,
1242    /// Statistical and other administrative internal documents
1243    ///
1244    /// Documents/messages issued within an enterprise for the for the purpose of collection of production and other internal statistics, and for other administration purposes.
1245    #[strum(serialize = "190")]
1246    _190,
1247    /// Project master schedule
1248    ///
1249    /// A high level, all encompassing master schedule of activities to complete a project.
1250    #[strum(serialize = "191")]
1251    _191,
1252    /// Priced alternate tender bill of quantity
1253    ///
1254    /// A priced tender based upon an alternate specification.
1255    #[strum(serialize = "192")]
1256    _192,
1257    /// Estimated priced bill of quantity
1258    ///
1259    /// An estimate based upon a detailed, quantity based specification (bill of quantity).
1260    #[strum(serialize = "193")]
1261    _193,
1262    /// Draft bill of quantity
1263    ///
1264    /// Document/message providing a draft bill of quantity, issued in an unpriced form.
1265    #[strum(serialize = "194")]
1266    _194,
1267    /// Documentary credit collection instruction
1268    ///
1269    /// Instruction for the collection of the documentary credit.
1270    #[strum(serialize = "195")]
1271    _195,
1272    /// Request for an amendment of a documentary credit
1273    ///
1274    /// Request for an amendment of a documentary credit.
1275    #[strum(serialize = "196")]
1276    _196,
1277    /// Documentary credit amendment information
1278    ///
1279    /// Documentary credit amendment information.
1280    #[strum(serialize = "197")]
1281    _197,
1282    /// Advice of an amendment of a documentary credit
1283    ///
1284    /// Advice of an amendment of a documentary credit.
1285    #[strum(serialize = "198")]
1286    _198,
1287    /// Response to an amendment of a documentary credit
1288    ///
1289    /// Response to an amendment of a documentary credit.
1290    #[strum(serialize = "199")]
1291    _199,
1292    /// Documentary credit issuance information
1293    ///
1294    /// Provides information on documentary credit issuance.
1295    #[strum(serialize = "200")]
1296    _200,
1297    /// Direct payment valuation request
1298    ///
1299    /// Request to establish a direct payment valuation.
1300    #[strum(serialize = "201")]
1301    _201,
1302    /// Direct payment valuation
1303    ///
1304    /// Document/message addressed, for instance, by a general contractor to the owner, in order that a direct payment be made to a subcontractor.
1305    #[strum(serialize = "202")]
1306    _202,
1307    /// Provisional payment valuation
1308    ///
1309    /// Document/message establishing a provisional payment valuation.
1310    #[strum(serialize = "203")]
1311    _203,
1312    /// Payment valuation
1313    ///
1314    /// Document/message establishing the financial elements of a situation of works.
1315    #[strum(serialize = "204")]
1316    _204,
1317    /// Quantity valuation
1318    ///
1319    /// Document/message providing a confirmed assessment, by quantity, of the completed work for a construction contract.
1320    #[strum(serialize = "205")]
1321    _205,
1322    /// Quantity valuation request
1323    ///
1324    /// Document/message providing an initial assessment, by quantity, of the completed work for a construction contract.
1325    #[strum(serialize = "206")]
1326    _206,
1327    /// Contract bill of quantities - BOQ
1328    ///
1329    /// Document/message providing a formal specification identifying quantities and prices that are the basis of a contract for a construction project. BOQ means: Bill of quantity.
1330    #[strum(serialize = "207")]
1331    _207,
1332    /// Unpriced bill of quantity
1333    ///
1334    /// Document/message providing a detailed, quantity based specification, issued in an unpriced form to invite tender prices.
1335    #[strum(serialize = "208")]
1336    _208,
1337    /// Priced tender BOQ
1338    ///
1339    /// Document/message providing a detailed, quantity based specification, updated with prices to form a tender submission for a construction contract. BOQ means: Bill of quantity.
1340    #[strum(serialize = "209")]
1341    _209,
1342    /// Enquiry
1343    ///
1344    /// Document/message issued by a party interested in the purchase of goods specified therein and indicating particular, desirable conditions regarding delivery terms, etc., addressed to a prospective supplier with a view to obtaining an offer.
1345    #[strum(serialize = "210")]
1346    _210,
1347    /// Interim application for payment
1348    ///
1349    /// Document/message containing a provisional assessment in support of a request for payment for completed work for a construction contract.
1350    #[strum(serialize = "211")]
1351    _211,
1352    /// Agreement to pay
1353    ///
1354    /// Document/message in which the debtor expresses the intention to pay.
1355    #[strum(serialize = "212")]
1356    _212,
1357    /// Request for financial cancellation
1358    ///
1359    /// The message is a request for financial cancellation.
1360    #[strum(serialize = "213")]
1361    _213,
1362    /// Pre-authorised direct debit(s)
1363    ///
1364    /// The message contains pre-authorised direct debit(s).
1365    #[strum(serialize = "214")]
1366    _214,
1367    /// Letter of intent
1368    ///
1369    /// Document/message by means of which a buyer informs a seller that the buyer intends to enter into contractual negotiations.
1370    #[strum(serialize = "215")]
1371    _215,
1372    /// Approved unpriced bill of quantity
1373    ///
1374    /// Document/message providing an approved detailed, quantity based specification (bill of quantity), in an unpriced form.
1375    #[strum(serialize = "216")]
1376    _216,
1377    /// Payment valuation for unscheduled items
1378    ///
1379    /// A payment valuation for unscheduled items.
1380    #[strum(serialize = "217")]
1381    _217,
1382    /// Final payment request based on completion of work
1383    ///
1384    /// The final payment request of a series of payment requests submitted upon completion of all the work.
1385    #[strum(serialize = "218")]
1386    _218,
1387    /// Payment request for completed units
1388    ///
1389    /// A request for payment for completed units.
1390    #[strum(serialize = "219")]
1391    _219,
1392    /// Order
1393    ///
1394    /// Document/message by means of which a buyer initiates a transaction with a seller involving the supply of goods or services as specified, according to conditions set out in an offer, or otherwise known to the buyer.
1395    #[strum(serialize = "220")]
1396    _220,
1397    /// Blanket order
1398    ///
1399    /// Usage of document/message for general order purposes with later split into quantities and delivery dates and maybe delivery locations.
1400    #[strum(serialize = "221")]
1401    _221,
1402    /// Spot order
1403    ///
1404    /// Document/message ordering the remainder of a production's batch.
1405    #[strum(serialize = "222")]
1406    _222,
1407    /// Lease order
1408    ///
1409    /// Document/message for goods in leasing contracts.
1410    #[strum(serialize = "223")]
1411    _223,
1412    /// Rush order
1413    ///
1414    /// Document/message for urgent ordering.
1415    #[strum(serialize = "224")]
1416    _224,
1417    /// Repair order
1418    ///
1419    /// Document/message to order repair of goods.
1420    #[strum(serialize = "225")]
1421    _225,
1422    /// Call off order
1423    ///
1424    /// Document/message to provide split quantities and delivery dates referring to a previous blanket order.
1425    #[strum(serialize = "226")]
1426    _226,
1427    /// Consignment order
1428    ///
1429    /// Order to deliver goods into stock with agreement on payment when goods are sold out of this stock.
1430    #[strum(serialize = "227")]
1431    _227,
1432    /// Sample order
1433    ///
1434    /// Document/message to order samples.
1435    #[strum(serialize = "228")]
1436    _228,
1437    /// Swap order
1438    ///
1439    /// Document/message informing buyer or seller of the replacement of goods previously ordered.
1440    #[strum(serialize = "229")]
1441    _229,
1442    /// Purchase order change request
1443    ///
1444    /// Change to an purchase order already sent.
1445    #[strum(serialize = "230")]
1446    _230,
1447    /// Purchase order response
1448    ///
1449    /// Response to an purchase order already received.
1450    #[strum(serialize = "231")]
1451    _231,
1452    /// Hire order
1453    ///
1454    /// Document/message for hiring human resources or renting goods or equipment.
1455    #[strum(serialize = "232")]
1456    _232,
1457    /// Spare parts order
1458    ///
1459    /// Document/message to order spare parts.
1460    #[strum(serialize = "233")]
1461    _233,
1462    /// Campaign price/sales catalogue
1463    ///
1464    /// A price/sales catalogue containing special prices which are valid only for a specified period or under specified conditions.
1465    #[strum(serialize = "234")]
1466    _234,
1467    /// Container list
1468    ///
1469    /// Document or message issued by party identifying the containers for which they are responsible.
1470    #[strum(serialize = "235")]
1471    _235,
1472    /// Delivery forecast
1473    ///
1474    /// A message which enables the transmission of delivery or product forecasting requirements.
1475    #[strum(serialize = "236")]
1476    _236,
1477    /// Cross docking services order
1478    ///
1479    /// A document or message to order cross docking services.
1480    #[strum(serialize = "237")]
1481    _237,
1482    /// Non-pre-authorised direct debit(s)
1483    ///
1484    /// The message contains non-pre-authorised direct debit(s).
1485    #[strum(serialize = "238")]
1486    _238,
1487    /// Rejected direct debit(s)
1488    ///
1489    /// The message contains rejected direct debit(s).
1490    #[strum(serialize = "239")]
1491    _239,
1492    /// Delivery instructions
1493    ///
1494    /// Document/message issued by a buyer giving instructions regarding the details of the delivery of goods ordered.
1495    #[strum(serialize = "240")]
1496    _240,
1497    /// Delivery schedule
1498    ///
1499    /// Usage of DELFOR-message.
1500    #[strum(serialize = "241")]
1501    _241,
1502    /// Delivery just-in-time
1503    ///
1504    /// Usage of DELJIT-message.
1505    #[strum(serialize = "242")]
1506    _242,
1507    /// Pre-authorised direct debit request(s)
1508    ///
1509    /// The message contains pre-authorised direct debit request(s).
1510    #[strum(serialize = "243")]
1511    _243,
1512    /// Non-pre-authorised direct debit request(s)
1513    ///
1514    /// The message contains non-pre-authorised direct debit request(s).
1515    #[strum(serialize = "244")]
1516    _244,
1517    /// Delivery release
1518    ///
1519    /// Document/message issued by a buyer releasing the despatch of goods after receipt of the Ready for despatch advice from the seller.
1520    #[strum(serialize = "245")]
1521    _245,
1522    /// Settlement of a letter of credit
1523    ///
1524    /// Settlement of a letter of credit.
1525    #[strum(serialize = "246")]
1526    _246,
1527    /// Bank to bank funds transfer
1528    ///
1529    /// The message is a bank to bank funds transfer.
1530    #[strum(serialize = "247")]
1531    _247,
1532    /// Customer payment order(s)
1533    ///
1534    /// The message contains customer payment order(s).
1535    #[strum(serialize = "248")]
1536    _248,
1537    /// Low value payment order(s)
1538    ///
1539    /// The message contains low value payment order(s) only.
1540    #[strum(serialize = "249")]
1541    _249,
1542    /// Crew list declaration
1543    ///
1544    /// Declaration regarding crew members aboard the conveyance.
1545    #[strum(serialize = "250")]
1546    _250,
1547    /// Inquiry
1548    ///
1549    /// This is a request for information.
1550    #[strum(serialize = "251")]
1551    _251,
1552    /// Response to previous banking status message
1553    ///
1554    /// A response to a previously sent banking status message.
1555    #[strum(serialize = "252")]
1556    _252,
1557    /// Project master plan
1558    ///
1559    /// A high level, all encompassing master plan to complete a project.
1560    #[strum(serialize = "253")]
1561    _253,
1562    /// Project plan
1563    ///
1564    /// A plan for project work to be completed.
1565    #[strum(serialize = "254")]
1566    _254,
1567    /// Project schedule
1568    ///
1569    /// A schedule of project activities to be completed.
1570    #[strum(serialize = "255")]
1571    _255,
1572    /// Project planning available resources
1573    ///
1574    /// Available resources for project planning purposes.
1575    #[strum(serialize = "256")]
1576    _256,
1577    /// Project planning calendar
1578    ///
1579    /// Work calendar information for project planning purposes.
1580    #[strum(serialize = "257")]
1581    _257,
1582    /// Standing order
1583    ///
1584    /// An order to supply fixed quantities of products at fixed regular intervals.
1585    #[strum(serialize = "258")]
1586    _258,
1587    /// Cargo movement event log
1588    ///
1589    /// A document detailing times and dates of events pertaining to a cargo movement.
1590    #[strum(serialize = "259")]
1591    _259,
1592    /// Cargo analysis voyage report
1593    ///
1594    /// An analysis of the cargo for a voyage.
1595    #[strum(serialize = "260")]
1596    _260,
1597    /// Self billed credit note
1598    ///
1599    /// A document which indicates that the customer is claiming credit in a self billing environment.
1600    #[strum(serialize = "261")]
1601    _261,
1602    /// Consolidated credit note - goods and services
1603    ///
1604    /// Credit note for goods and services that covers multiple transactions involving more than one invoice.
1605    #[strum(serialize = "262")]
1606    _262,
1607    /// Inventory adjustment status report
1608    ///
1609    /// A message detailing statuses related to the adjustment of inventory.
1610    #[strum(serialize = "263")]
1611    _263,
1612    /// Transport equipment movement instruction
1613    ///
1614    /// Instruction to perform one or more different movements of transport equipment.
1615    #[strum(serialize = "264")]
1616    _264,
1617    /// Transport equipment movement report
1618    ///
1619    /// Report on one or more different movements of transport equipment.
1620    #[strum(serialize = "265")]
1621    _265,
1622    /// Transport equipment status change report
1623    ///
1624    /// Report on one or more changes of status associated with an item or items of transport equipment.
1625    #[strum(serialize = "266")]
1626    _266,
1627    /// Fumigation certificate
1628    ///
1629    /// Certificate attesting that fumigation has been performed.
1630    #[strum(serialize = "267")]
1631    _267,
1632    /// Wine certificate
1633    ///
1634    /// Certificate attesting to the quality, origin or appellation of wine.
1635    #[strum(serialize = "268")]
1636    _268,
1637    /// Wool health certificate
1638    ///
1639    /// Certificate attesting that wool is free from specified risks to human or animal health.
1640    #[strum(serialize = "269")]
1641    _269,
1642    /// Delivery note
1643    ///
1644    /// Paper document attached to a consignment informing the receiving party about contents of this consignment.
1645    #[strum(serialize = "270")]
1646    _270,
1647    /// Packing list
1648    ///
1649    /// Document/message specifying the distribution of goods in individual packages (in trade environment the despatch advice message is used for the packing list).
1650    #[strum(serialize = "271")]
1651    _271,
1652    /// New code request
1653    ///
1654    /// Requesting a new code.
1655    #[strum(serialize = "272")]
1656    _272,
1657    /// Code change request
1658    ///
1659    /// Request a change to an existing code.
1660    #[strum(serialize = "273")]
1661    _273,
1662    /// Simple data element request
1663    ///
1664    /// Requesting a new simple data element.
1665    #[strum(serialize = "274")]
1666    _274,
1667    /// Simple data element change request
1668    ///
1669    /// Request a change to an existing simple data element.
1670    #[strum(serialize = "275")]
1671    _275,
1672    /// Composite data element request
1673    ///
1674    /// Requesting a new composite data element.
1675    #[strum(serialize = "276")]
1676    _276,
1677    /// Composite data element change request
1678    ///
1679    /// Request a change to an existing composite data element.
1680    #[strum(serialize = "277")]
1681    _277,
1682    /// Segment request
1683    ///
1684    /// Request a new segment.
1685    #[strum(serialize = "278")]
1686    _278,
1687    /// Segment change request
1688    ///
1689    /// Requesting a change to an existing segment.
1690    #[strum(serialize = "279")]
1691    _279,
1692    /// New message request
1693    ///
1694    /// Request for a new message (NMR).
1695    #[strum(serialize = "280")]
1696    _280,
1697    /// Message in development request
1698    ///
1699    /// Requesting a Message in Development (MiD).
1700    #[strum(serialize = "281")]
1701    _281,
1702    /// Modification of existing message
1703    ///
1704    /// Requesting a change to an existing message.
1705    #[strum(serialize = "282")]
1706    _282,
1707    /// Tracking number assignment report
1708    ///
1709    /// Report of assigned tracking numbers.
1710    #[strum(serialize = "283")]
1711    _283,
1712    /// User directory definition
1713    ///
1714    /// Document/message defining the contents of a user directory set or parts thereof.
1715    #[strum(serialize = "284")]
1716    _284,
1717    /// United Nations standard message request
1718    ///
1719    /// Requesting a United Nations Standard Message (UNSM).
1720    #[strum(serialize = "285")]
1721    _285,
1722    /// Service directory definition
1723    ///
1724    /// Document/message defining the contents of a service directory set or parts thereof.
1725    #[strum(serialize = "286")]
1726    _286,
1727    /// Status report
1728    ///
1729    /// Message covers information about the status.
1730    #[strum(serialize = "287")]
1731    _287,
1732    /// Kanban schedule
1733    ///
1734    /// Message to describe a Kanban schedule.
1735    #[strum(serialize = "288")]
1736    _288,
1737    /// Product data message
1738    ///
1739    /// A message to submit master data, a set of data that is rarely changed, to identify and describe products a supplier offers to their (potential) customer or buyer.
1740    #[strum(serialize = "289")]
1741    _289,
1742    /// A claim for parts and/or labour charges
1743    ///
1744    /// A claim for parts and/or labour charges incurred .
1745    #[strum(serialize = "290")]
1746    _290,
1747    /// Delivery schedule response
1748    ///
1749    /// A message providing a response to a previously transmitted delivery schedule.
1750    #[strum(serialize = "291")]
1751    _291,
1752    /// Inspection request
1753    ///
1754    /// A message requesting a party to inspect items.
1755    #[strum(serialize = "292")]
1756    _292,
1757    /// Inspection report
1758    ///
1759    /// A message informing a party of the results of an inspection.
1760    #[strum(serialize = "293")]
1761    _293,
1762    /// Application acknowledgement and error report
1763    ///
1764    /// A message used by an application to acknowledge reception of a message and/or to report any errors.
1765    #[strum(serialize = "294")]
1766    _294,
1767    /// Price variation invoice
1768    ///
1769    /// An invoice which requests payment for the difference in price between an original invoice and the result of the application of a price variation formula.
1770    #[strum(serialize = "295")]
1771    _295,
1772    /// Credit note for price variation
1773    ///
1774    /// A credit note which is issued against a price variation invoice.
1775    #[strum(serialize = "296")]
1776    _296,
1777    /// Instruction to collect
1778    ///
1779    /// A message instructing a party to collect goods.
1780    #[strum(serialize = "297")]
1781    _297,
1782    /// Dangerous goods list
1783    ///
1784    /// Listing of all details of dangerous goods carried.
1785    #[strum(serialize = "298")]
1786    _298,
1787    /// Registration renewal
1788    ///
1789    /// Code specifying the continued validity of previously submitted registration information.
1790    #[strum(serialize = "299")]
1791    _299,
1792    /// Registration change
1793    ///
1794    /// Code specifying the modification of previously submitted registration information.
1795    #[strum(serialize = "300")]
1796    _300,
1797    /// Response to registration
1798    ///
1799    /// Code specifying a response to an occurrence of a registration message.
1800    #[strum(serialize = "301")]
1801    _301,
1802    /// Implementation guideline
1803    ///
1804    /// A document specifying the criterion and format for exchanging information in an electronic data interchange syntax.
1805    #[strum(serialize = "302")]
1806    _302,
1807    /// Request for transfer
1808    ///
1809    /// Document/message is a request for transfer.
1810    #[strum(serialize = "303")]
1811    _303,
1812    /// Cost performance report
1813    ///
1814    /// A report to convey cost performance data for a project or contract.
1815    #[strum(serialize = "304")]
1816    _304,
1817    /// Application error and acknowledgement
1818    ///
1819    /// A message to inform a message issuer that a previously sent message has been received by the addressee's application, or that a previously sent message has been rejected by the addressee's application.
1820    #[strum(serialize = "305")]
1821    _305,
1822    /// Cash pool financial statement
1823    ///
1824    /// A financial statement for a cash pool.
1825    #[strum(serialize = "306")]
1826    _306,
1827    /// Sequenced delivery schedule
1828    ///
1829    /// Message to describe a sequence of product delivery.
1830    #[strum(serialize = "307")]
1831    _307,
1832    /// Delcredere credit note
1833    ///
1834    /// A credit note sent to the party paying on behalf of a number of buyers.
1835    #[strum(serialize = "308")]
1836    _308,
1837    /// Healthcare discharge report, final
1838    ///
1839    /// Final discharge report by healthcare provider.
1840    #[strum(serialize = "309")]
1841    _309,
1842    /// Offer/quotation
1843    ///
1844    /// Document/message which , with a view to concluding a contract, sets out the conditions under which the goods are offered.
1845    #[strum(serialize = "310")]
1846    _310,
1847    /// Request for quote
1848    ///
1849    /// Document/message requesting a quote on specified goods or services.
1850    #[strum(serialize = "311")]
1851    _311,
1852    /// Acknowledgement message
1853    ///
1854    /// Message providing acknowledgement information at the business application level concerning the processing of a message.
1855    #[strum(serialize = "312")]
1856    _312,
1857    /// Application error message
1858    ///
1859    /// Message indicating that a message was rejected due to errors encountered at the application level.
1860    #[strum(serialize = "313")]
1861    _313,
1862    /// Cargo movement voyage summary
1863    ///
1864    /// A consolidated voyage summary which contains the information in a certificate of analysis, a voyage analysis and a cargo movement time log for a voyage.
1865    #[strum(serialize = "314")]
1866    _314,
1867    /// Contract
1868    ///
1869    /// Document/message evidencing an agreement between the seller and the buyer for the supply of goods or services; its effects are equivalent to those of an order followed by an acknowledgement of order.
1870    #[strum(serialize = "315")]
1871    _315,
1872    /// Application for usage of berth or mooring facilities
1873    ///
1874    /// Document to apply for usage of berth or mooring facilities.
1875    #[strum(serialize = "316")]
1876    _316,
1877    /// Application for designation of berthing places
1878    ///
1879    /// Document to apply for designation of berthing places.
1880    #[strum(serialize = "317")]
1881    _317,
1882    /// Application for shifting from the designated place in port
1883    ///
1884    /// Document to apply for shifting from the designated place in port.
1885    #[strum(serialize = "318")]
1886    _318,
1887    /// Supplementary document for application for cargo operation of dangerous goods
1888    ///
1889    /// Supplementary document to apply for cargo operation of dangerous goods.
1890    #[strum(serialize = "319")]
1891    _319,
1892    /// Acknowledgement of order
1893    ///
1894    /// Document/message acknowledging an undertaking to fulfil an order and confirming conditions or acceptance of conditions.
1895    #[strum(serialize = "320")]
1896    _320,
1897    /// Supplementary document for application for transport of dangerous goods
1898    ///
1899    /// Supplementary document to apply for transport of dangerous goods.
1900    #[strum(serialize = "321")]
1901    _321,
1902    /// Optical Character Reading (OCR) payment
1903    ///
1904    /// Payment effected by an Optical Character Reading (OCR) document.
1905    #[strum(serialize = "322")]
1906    _322,
1907    /// Preliminary sales report
1908    ///
1909    /// Preliminary sales report sent before all the information is available.
1910    #[strum(serialize = "323")]
1911    _323,
1912    /// Transport emergency card
1913    ///
1914    /// Official document specifying, for a given dangerous goods item, information such as nature of hazard, protective devices, actions to be taken in case of accident, spillage or fire and first aid to be given.
1915    #[strum(serialize = "324")]
1916    _324,
1917    /// Proforma invoice
1918    ///
1919    /// Document/message serving as a preliminary invoice, containing - on the whole - the same information as the final invoice, but not actually claiming payment.
1920    #[strum(serialize = "325")]
1921    _325,
1922    /// Partial invoice
1923    ///
1924    ///
1925    #[strum(serialize = "326")]
1926    _326,
1927    /// Operating instructions
1928    ///
1929    ///
1930    #[strum(serialize = "327")]
1931    _327,
1932    /// Name/product plate
1933    ///
1934    /// Plates on goods identifying and describing an article.
1935    #[strum(serialize = "328")]
1936    _328,
1937    /// Co-insurance ceding bordereau
1938    ///
1939    /// The document or message contains a bordereau describing co-insurance ceding information.
1940    #[strum(serialize = "329")]
1941    _329,
1942    /// Request for delivery instructions
1943    ///
1944    /// Document/message issued by a supplier requesting instructions from the buyer regarding the details of the delivery of goods ordered.
1945    #[strum(serialize = "330")]
1946    _330,
1947    /// Commercial invoice which includes a packing list
1948    ///
1949    /// Commercial transaction (invoice) will include a packing list.
1950    #[strum(serialize = "331")]
1951    _331,
1952    /// Trade data
1953    ///
1954    /// Document/message is for trade data.
1955    #[strum(serialize = "332")]
1956    _332,
1957    /// Customs declaration for cargo examination
1958    ///
1959    /// Declaration provided to customs for cargo examination.
1960    #[strum(serialize = "333")]
1961    _333,
1962    /// Customs declaration for cargo examination, alternate
1963    ///
1964    /// Alternate declaration provided to customs for cargo examination.
1965    #[strum(serialize = "334")]
1966    _334,
1967    /// Booking request
1968    ///
1969    /// Document/message issued by a supplier to a carrier requesting space to be reserved for a specified consignment, indicating desirable conveyance, despatch time, etc.
1970    #[strum(serialize = "335")]
1971    _335,
1972    /// Customs crew and conveyance
1973    ///
1974    /// Document/message contains information regarding the crew list and conveyance.
1975    #[strum(serialize = "336")]
1976    _336,
1977    /// Customs summary declaration with commercial detail, alternate
1978    ///
1979    /// Alternate Customs declaration summary with commercial transaction details.
1980    #[strum(serialize = "337")]
1981    _337,
1982    /// Items booked to a financial account report
1983    ///
1984    /// A message reporting items which have been booked to a financial account.
1985    #[strum(serialize = "338")]
1986    _338,
1987    /// Report of transactions which need further information from the receiver
1988    ///
1989    /// A message reporting transactions which need further information from the receiver.
1990    #[strum(serialize = "339")]
1991    _339,
1992    /// Shipping instructions
1993    ///
1994    /// Document/message advising details of cargo and exporter's requirements for its physical movement.
1995    #[strum(serialize = "340")]
1996    _340,
1997    /// Shipper's letter of instructions (air)
1998    ///
1999    /// Document/message issued by a consignor in which he gives details of a consignment of goods that enables an airline or its agent to prepare an air waybill.
2000    #[strum(serialize = "341")]
2001    _341,
2002    /// Report of transactions for information only
2003    ///
2004    /// A message reporting transactions for information only.
2005    #[strum(serialize = "342")]
2006    _342,
2007    /// Cartage order (local transport)
2008    ///
2009    /// Document/message giving instructions regarding local transport of goods, e.g. from the premises of an enterprise to those of a carrier undertaking further transport.
2010    #[strum(serialize = "343")]
2011    _343,
2012    /// EDI associated object administration message
2013    ///
2014    /// A message giving additional information about the exchange of an EDI associated object.
2015    #[strum(serialize = "344")]
2016    _344,
2017    /// Ready for despatch advice
2018    ///
2019    /// Document/message issued by a supplier informing a buyer that goods ordered are ready for despatch.
2020    #[strum(serialize = "345")]
2021    _345,
2022    /// Summary sales report
2023    ///
2024    /// Sales report containing summaries for several earlier sent sales reports.
2025    #[strum(serialize = "346")]
2026    _346,
2027    /// Order status enquiry
2028    ///
2029    /// A message enquiring the status of previously sent orders.
2030    #[strum(serialize = "347")]
2031    _347,
2032    /// Order status report
2033    ///
2034    /// A message reporting the status of previously sent orders.
2035    #[strum(serialize = "348")]
2036    _348,
2037    /// Declaration regarding the inward and outward movement of vessel
2038    ///
2039    /// Document to declare inward and outward movement of a vessel.
2040    #[strum(serialize = "349")]
2041    _349,
2042    /// Despatch order
2043    ///
2044    /// Document/message issued by a supplier initiating the despatch of goods to a buyer (consignee).
2045    #[strum(serialize = "350")]
2046    _350,
2047    /// Despatch advice
2048    ///
2049    /// Document/message by means of which the seller or consignor informs the consignee about the despatch of goods.
2050    #[strum(serialize = "351")]
2051    _351,
2052    /// Notification of usage of berth or mooring facilities
2053    ///
2054    /// Document to notify usage of berth or mooring facilities.
2055    #[strum(serialize = "352")]
2056    _352,
2057    /// Application for vessel's entering into port area in night- time
2058    ///
2059    /// Document to apply for vessel's entering into port area in night-time.
2060    #[strum(serialize = "353")]
2061    _353,
2062    /// Notification of emergency shifting from the designated place in port
2063    ///
2064    /// Document to notify shifting from designated place in port once secured at the designated place.
2065    #[strum(serialize = "354")]
2066    _354,
2067    /// Customs summary declaration without commercial detail, alternate
2068    ///
2069    /// Alternate Customs declaration summary without any commercial transaction details.
2070    #[strum(serialize = "355")]
2071    _355,
2072    /// Performance bond
2073    ///
2074    /// A document that guarantees performance.
2075    #[strum(serialize = "356")]
2076    _356,
2077    /// Payment bond
2078    ///
2079    /// A document that guarantees the payment of monies.
2080    #[strum(serialize = "357")]
2081    _357,
2082    /// Healthcare discharge report, preliminary
2083    ///
2084    /// Preliminary discharge report by healthcare provider.
2085    #[strum(serialize = "358")]
2086    _358,
2087    /// Request for provision of a health service
2088    ///
2089    /// Document containing request for provision of a health service.
2090    #[strum(serialize = "359")]
2091    _359,
2092    /// Advice of distribution of documents
2093    ///
2094    /// Document/message in which the party responsible for the issue of a set of trade documents specifies the various recipients of originals and copies of these documents, with an indication of the number of copies distributed to each of them.
2095    #[strum(serialize = "370")]
2096    _370,
2097    /// Plan for provision of health service
2098    ///
2099    /// Document containing a plan for provision of health service.
2100    #[strum(serialize = "371")]
2101    _371,
2102    /// Prescription
2103    ///
2104    /// Instructions for the dispensing and use of medicine or remedy.
2105    #[strum(serialize = "372")]
2106    _372,
2107    /// Prescription request
2108    ///
2109    /// Request to issue a prescription for medicine or remedy.
2110    #[strum(serialize = "373")]
2111    _373,
2112    /// Prescription dispensing report
2113    ///
2114    /// Document containing information of products dispensed according to a prescription.
2115    #[strum(serialize = "374")]
2116    _374,
2117    /// Certificate of shipment
2118    ///
2119    /// Certificate providing confirmation that a consignment has been shipped.
2120    #[strum(serialize = "375")]
2121    _375,
2122    /// Standing inquiry on product information
2123    ///
2124    /// A product inquiry which stands until it is cancelled.
2125    #[strum(serialize = "376")]
2126    _376,
2127    /// Commercial invoice
2128    ///
2129    /// Document/message claiming payment for goods or services supplied under conditions agreed between seller and buyer.
2130    #[strum(serialize = "380")]
2131    _380,
2132    /// Credit note
2133    ///
2134    /// Document/message for providing credit information to the relevant party.
2135    #[strum(serialize = "381")]
2136    _381,
2137    /// Commission note
2138    ///
2139    /// Document/message in which a seller specifies the amount of commission, the percentage of the invoice amount, or some other basis for the calculation of the commission to which a sales agent is entitled.
2140    #[strum(serialize = "382")]
2141    _382,
2142    /// Debit note
2143    ///
2144    /// Document/message for providing debit information to the relevant party.
2145    #[strum(serialize = "383")]
2146    _383,
2147    /// Corrected invoice
2148    ///
2149    /// Commercial invoice that includes revised information differing from an earlier submission of the same invoice.
2150    #[strum(serialize = "384")]
2151    _384,
2152    /// Consolidated invoice
2153    ///
2154    /// Commercial invoice that covers multiple transactions involving more than one vendor.
2155    #[strum(serialize = "385")]
2156    _385,
2157    /// Prepayment invoice
2158    ///
2159    /// An invoice to pay amounts for goods and services in advance; these amounts will be subtracted from the final invoice.
2160    #[strum(serialize = "386")]
2161    _386,
2162    /// Hire invoice
2163    ///
2164    /// Document/message for invoicing the hiring of human resources or renting goods or equipment.
2165    #[strum(serialize = "387")]
2166    _387,
2167    /// Tax invoice
2168    ///
2169    /// An invoice for tax purposes.
2170    #[strum(serialize = "388")]
2171    _388,
2172    /// Self-billed invoice
2173    ///
2174    /// An invoice the invoicee is producing instead of the seller.
2175    #[strum(serialize = "389")]
2176    _389,
2177    /// Delcredere invoice
2178    ///
2179    /// An invoice sent to the party paying for a number of buyers.
2180    #[strum(serialize = "390")]
2181    _390,
2182    /// Factored invoice
2183    ///
2184    /// Invoice assigned to a third party for collection.
2185    #[strum(serialize = "393")]
2186    _393,
2187    /// Lease invoice
2188    ///
2189    /// Usage of INVOIC-message for goods in leasing contracts.
2190    #[strum(serialize = "394")]
2191    _394,
2192    /// Consignment invoice
2193    ///
2194    /// Commercial invoice that covers a transaction other than one involving a sale.
2195    #[strum(serialize = "395")]
2196    _395,
2197    /// Factored credit note
2198    ///
2199    /// Credit note related to assigned invoice(s).
2200    #[strum(serialize = "396")]
2201    _396,
2202    /// Commercial account summary response
2203    ///
2204    /// A document providing a response to a previously sent commercial account summary message.
2205    #[strum(serialize = "397")]
2206    _397,
2207    /// Cross docking despatch advice
2208    ///
2209    /// Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for cross docking.
2210    #[strum(serialize = "398")]
2211    _398,
2212    /// Transshipment despatch advice
2213    ///
2214    /// Document by means of which the supplier or consignor informs the buyer, consignee or the distribution centre about the despatch of goods for transshipment.
2215    #[strum(serialize = "399")]
2216    _399,
2217    /// Exceptional order
2218    ///
2219    /// An order which falls outside the framework of an agreement.
2220    #[strum(serialize = "400")]
2221    _400,
2222    /// Transshipment order
2223    ///
2224    /// An order requesting the supply of products packed according to the final delivery point which will be moved across a dock in a distribution centre without further handling.
2225    #[strum(serialize = "401")]
2226    _401,
2227    /// Cross docking order
2228    ///
2229    /// An order requesting the supply of products which will be de-consolidated in the distribution centre and re- consolidated according to final delivery location.
2230    #[strum(serialize = "402")]
2231    _402,
2232    /// Means of transportation availability information
2233    ///
2234    /// Information giving the various availabilities of a means of transportation.
2235    #[strum(serialize = "403")]
2236    _403,
2237    /// Means of transportation schedule information
2238    ///
2239    /// Information giving the various schedules of a means of transportation.
2240    #[strum(serialize = "404")]
2241    _404,
2242    /// Transport equipment delivery notice
2243    ///
2244    /// Notification regarding the delivery of transport equipment.
2245    #[strum(serialize = "405")]
2246    _405,
2247    /// Instructions for bank transfer
2248    ///
2249    /// Document/message containing instructions from a customer to his bank to pay an amount in a specified currency to a nominated party in another country by a method either specified (e.g. teletransmission, air mail) or left to the discretion of the bank.
2250    #[strum(serialize = "409")]
2251    _409,
2252    /// Application for banker's draft
2253    ///
2254    /// Application by a customer to his bank to issue a banker's draft stating the amount and currency of the draft, the name of the payee and the place and country of payment.
2255    #[strum(serialize = "412")]
2256    _412,
2257    /// Collection payment advice
2258    ///
2259    /// Document/message whereby a bank advises that a collection has been paid, giving details and methods of funds disposal.
2260    #[strum(serialize = "425")]
2261    _425,
2262    /// Documentary credit payment advice
2263    ///
2264    /// Document/message whereby a bank advises payment under a documentary credit.
2265    #[strum(serialize = "426")]
2266    _426,
2267    /// Documentary credit acceptance advice
2268    ///
2269    /// Document/message whereby a bank advises acceptance under a documentary credit.
2270    #[strum(serialize = "427")]
2271    _427,
2272    /// Documentary credit negotiation advice
2273    ///
2274    /// Document/message whereby a bank advises negotiation under a documentary credit.
2275    #[strum(serialize = "428")]
2276    _428,
2277    /// Application for banker's guarantee
2278    ///
2279    /// Document/message whereby a customer requests his bank to issue a guarantee in favour of a nominated party in another country, stating the amount and currency and the specific conditions of the guarantee.
2280    #[strum(serialize = "429")]
2281    _429,
2282    /// Banker's guarantee
2283    ///
2284    /// Document/message in which a bank undertakes to pay out a limited amount of money to a designated party, on conditions stated therein (other than those laid down in the Uniform Customs Practice).
2285    #[strum(serialize = "430")]
2286    _430,
2287    /// Documentary credit letter of indemnity
2288    ///
2289    /// Document/message in which a beneficiary of a documentary credit accepts responsibility for non-compliance with the terms and conditions of the credit, and undertakes to refund the money received under the credit, with interest and charges accrued.
2290    #[strum(serialize = "431")]
2291    _431,
2292    /// Preadvice of a credit
2293    ///
2294    /// Preadvice indicating a credit to happen in the future.
2295    #[strum(serialize = "435")]
2296    _435,
2297    /// Collection order
2298    ///
2299    /// Document/message whereby a bank is instructed (or requested) to handle financial and/or commercial documents in order to obtain acceptance and/or payment, or to deliver documents on such other terms and conditions as may be specified.
2300    #[strum(serialize = "447")]
2301    _447,
2302    /// Documents presentation form
2303    ///
2304    /// Document/message whereby a draft or similar instrument and/or commercial documents are presented to a bank for acceptance, discounting, negotiation, payment or collection, whether or not against a documentary credit.
2305    #[strum(serialize = "448")]
2306    _448,
2307    /// Payment order
2308    ///
2309    /// Document/message containing information needed to initiate the payment. It may cover the financial settlement for one or more commercial trade transactions. A payment order is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.
2310    #[strum(serialize = "450")]
2311    _450,
2312    /// Extended payment order
2313    ///
2314    /// Document/message containing information needed to initiate the payment. It may cover the financial settlement for several commercial trade transactions, which it is possible to specify in a special payments detail part. It is an instruction to the ordered bank to arrange for the payment of one specified amount to the beneficiary.
2315    #[strum(serialize = "451")]
2316    _451,
2317    /// Multiple payment order
2318    ///
2319    /// Document/message containing a payment order to debit one or more accounts and to credit one or more beneficiaries.
2320    #[strum(serialize = "452")]
2321    _452,
2322    /// Credit advice
2323    ///
2324    /// Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry which has been or will be credited to its account for a specified amount on the date indicated.
2325    #[strum(serialize = "454")]
2326    _454,
2327    /// Extended credit advice
2328    ///
2329    /// Document/message sent by an account servicing institution to one of its account owners, to inform the account owner of an entry that has been or will be credited to its account for a specified amount on the date indicated. It provides extended commercial information concerning the relevant remittance advice.
2330    #[strum(serialize = "455")]
2331    _455,
2332    /// Debit advice
2333    ///
2334    /// Advice on a debit.
2335    #[strum(serialize = "456")]
2336    _456,
2337    /// Reversal of debit
2338    ///
2339    /// Reversal of debit accounting entry by bank.
2340    #[strum(serialize = "457")]
2341    _457,
2342    /// Reversal of credit
2343    ///
2344    /// Reversal of credit accounting entry by bank.
2345    #[strum(serialize = "458")]
2346    _458,
2347    /// Documentary credit application
2348    ///
2349    /// Document/message whereby a bank is requested to issue a documentary credit on the conditions specified therein.
2350    #[strum(serialize = "460")]
2351    _460,
2352    /// Documentary credit
2353    ///
2354    /// Document/message in which a bank states that it has issued a documentary credit under which the beneficiary is to obtain payment, acceptance or negotiation on compliance with certain terms and conditions and against presentation of stipulated documents and such drafts as may be specified. The credit may or may not be confirmed by another bank.
2355    #[strum(serialize = "465")]
2356    _465,
2357    /// Documentary credit notification
2358    ///
2359    /// Document/message issued by an advising bank in order to transmit a documentary credit to a beneficiary, or to another advising bank.
2360    #[strum(serialize = "466")]
2361    _466,
2362    /// Documentary credit transfer advice
2363    ///
2364    /// Document/message whereby a bank advises that (part of) a documentary credit is being or has been transferred in favour of a second beneficiary.
2365    #[strum(serialize = "467")]
2366    _467,
2367    /// Documentary credit amendment notification
2368    ///
2369    /// Document/message whereby a bank advises that the terms and conditions of a documentary credit have been amended.
2370    #[strum(serialize = "468")]
2371    _468,
2372    /// Documentary credit amendment
2373    ///
2374    /// Document/message whereby a bank notifies a beneficiary of the details of an amendment to the terms and conditions of a documentary credit.
2375    #[strum(serialize = "469")]
2376    _469,
2377    /// Remittance advice
2378    ///
2379    /// Document/message advising of the remittance of payment.
2380    #[strum(serialize = "481")]
2381    _481,
2382    /// Banker's draft
2383    ///
2384    /// Draft drawn in favour of a third party either by one bank on another bank, or by a branch of a bank on its head office (or vice versa) or upon another branch of the same bank. In either case, the draft should comply with the specifications laid down for cheques in the country in which it is to be payable.
2385    #[strum(serialize = "485")]
2386    _485,
2387    /// Bill of exchange
2388    ///
2389    /// Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional order whereby the drawer directs the drawee to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document itself.
2390    #[strum(serialize = "490")]
2391    _490,
2392    /// Promissory note
2393    ///
2394    /// Document/message, issued and signed in conformity with the applicable legislation, which contains an unconditional promise whereby the maker undertakes to pay a definite sum of money to the payee or to his order, on demand or at a definite time, against the surrender of the document itself.
2395    #[strum(serialize = "491")]
2396    _491,
2397    /// Statement of account message
2398    ///
2399    /// Usage of STATAC-message.
2400    #[strum(serialize = "493")]
2401    _493,
2402    /// Insurance certificate
2403    ///
2404    /// Document/message issued to the insured certifying that insurance has been effected and that a policy has been issued. Such a certificate for a particular cargo is primarily used when good are insured under the terms of a floating or an open policy; at the request of the insured it can be exchanged for a policy.
2405    #[strum(serialize = "520")]
2406    _520,
2407    /// Insurance policy
2408    ///
2409    /// Document/message issued by the insurer evidencing an agreement to insure and containing the conditions of the agreement concluded whereby the insurer undertakes for a specific fee to indemnify the insured for the losses arising out of the perils and accidents specified in the contract.
2410    #[strum(serialize = "530")]
2411    _530,
2412    /// Insurance declaration sheet (bordereau)
2413    ///
2414    /// A document/message used when an insured reports to his insurer details of individual shipments which are covered by an insurance contract - an open cover or a floating policy - between the parties.
2415    #[strum(serialize = "550")]
2416    _550,
2417    /// Insurer's invoice
2418    ///
2419    /// Document/message issued by an insurer specifying the cost of an insurance which has been effected and claiming payment therefore.
2420    #[strum(serialize = "575")]
2421    _575,
2422    /// Cover note
2423    ///
2424    /// Document/message issued by an insurer (insurance broker, agent, etc.) to notify the insured that his insurance have been carried out.
2425    #[strum(serialize = "580")]
2426    _580,
2427    /// Forwarding instructions
2428    ///
2429    /// Document/message issued to a freight forwarder, giving instructions regarding the action to be taken by the forwarder for the forwarding of goods described therein.
2430    #[strum(serialize = "610")]
2431    _610,
2432    /// Forwarder's advice to import agent
2433    ///
2434    /// Document/message issued by a freight forwarder in an exporting country advising his counterpart in an importing country about the forwarding of goods described therein.
2435    #[strum(serialize = "621")]
2436    _621,
2437    /// Forwarder's advice to exporter
2438    ///
2439    /// Document/message issued by a freight forwarder informing an exporter of the action taken in fulfillment of instructions received.
2440    #[strum(serialize = "622")]
2441    _622,
2442    /// Forwarder's invoice
2443    ///
2444    /// Invoice issued by a freight forwarder specifying services rendered and costs incurred and claiming payment therefore.
2445    #[strum(serialize = "623")]
2446    _623,
2447    /// Forwarder's certificate of receipt
2448    ///
2449    /// Non-negotiable document issued by a forwarder to certify that he has assumed control of a specified consignment, with irrevocable instructions to send it to the consignee indicated in the document or to hold it at his disposal. E.g. FIATA-FCR.
2450    #[strum(serialize = "624")]
2451    _624,
2452    /// Shipping note
2453    ///
2454    /// Document/message provided by the shipper or his agent to the carrier, multimodal transport operator, terminal or other receiving authority, giving information about export consignments offered for transport, and providing for the necessary receipts and declarations of liability. (Sometimes a multipurpose cargo handling document also fulfilling the functions of document 632, 633, 650 and 655).
2455    #[strum(serialize = "630")]
2456    _630,
2457    /// Forwarder's warehouse receipt
2458    ///
2459    /// Document/message issued by a forwarder acting as Warehouse Keeper acknowledging receipt of goods placed in a warehouse, and stating or referring to the conditions which govern the warehousing and the release of goods. The document contains detailed provisions regarding the rights of holders-by-endorsement, transfer of ownership, etc. E.g. FIATA-FWR.
2460    #[strum(serialize = "631")]
2461    _631,
2462    /// Goods receipt
2463    ///
2464    /// Document/message issued by a port, warehouse/shed, or terminal operator acknowledging receipt of goods specified therein on conditions stated or referred to in the document.
2465    #[strum(serialize = "632")]
2466    _632,
2467    /// Port charges documents
2468    ///
2469    /// Documents/messages specifying services rendered, storage and handling costs, demurrage and other charges due to the owner of goods described therein.
2470    #[strum(serialize = "633")]
2471    _633,
2472    /// Warehouse warrant
2473    ///
2474    /// Negotiable receipt document, issued by a Warehouse Keeper to a person placing goods in a warehouse and conferring title to the goods stored.
2475    #[strum(serialize = "635")]
2476    _635,
2477    /// Delivery order
2478    ///
2479    /// Document/message issued by a party entitled to authorize the release of goods specified therein to a named consignee, to be retained by the custodian of the goods.
2480    #[strum(serialize = "640")]
2481    _640,
2482    /// Handling order
2483    ///
2484    /// Document/message issued by a cargo handling organization (port administration, terminal operator, etc.) for the removal or other handling of goods under their care.
2485    #[strum(serialize = "650")]
2486    _650,
2487    /// Gate pass
2488    ///
2489    /// Document/message authorizing goods specified therein to be brought out of a fenced-in port or terminal area.
2490    #[strum(serialize = "655")]
2491    _655,
2492    /// Waybill
2493    ///
2494    /// Non-negotiable document evidencing the contract for the transport of cargo.
2495    #[strum(serialize = "700")]
2496    _700,
2497    /// Universal (multipurpose) transport document
2498    ///
2499    /// Document/message evidencing a contract of carriage covering the movement of goods by any mode of transport, or combination of modes, for national as well as international transport, under any applicable international convention or national law and under the conditions of carriage of any carrier or transport operator undertaking or arranging the transport referred to in the document.
2500    #[strum(serialize = "701")]
2501    _701,
2502    /// Goods receipt, carriage
2503    ///
2504    /// Document/message issued by a carrier or a carrier's agent, acknowledging receipt for carriage of goods specified therein on conditions stated or referred to in the document, enabling the carrier to issue a transport document.
2505    #[strum(serialize = "702")]
2506    _702,
2507    /// House waybill
2508    ///
2509    /// The document made out by an agent/consolidator which evidences the contract between the shipper and the agent/consolidator for the arrangement of carriage of goods.
2510    #[strum(serialize = "703")]
2511    _703,
2512    /// Master bill of lading
2513    ///
2514    /// A bill of lading issued by the master of a vessel (in actuality the owner or charterer of the vessel). It could cover a number of house bills.
2515    #[strum(serialize = "704")]
2516    _704,
2517    /// Bill of lading
2518    ///
2519    /// Negotiable document/message which evidences a contract of carriage by sea and the taking over or loading of goods by carrier, and by which carrier undertakes to deliver goods against surrender of the document. A provision in the document that goods are to be delivered to the order of a named person, or to order, or to bearer, constitutes such an undertaking.
2520    #[strum(serialize = "705")]
2521    _705,
2522    /// Bill of lading original
2523    ///
2524    /// The original of the bill of lading issued by a transport company. When issued by the maritime industry it could signify ownership of the cargo.
2525    #[strum(serialize = "706")]
2526    _706,
2527    /// Bill of lading copy
2528    ///
2529    /// A copy of the bill of lading issued by a transport company.
2530    #[strum(serialize = "707")]
2531    _707,
2532    /// Empty container bill
2533    ///
2534    /// Bill of lading indicating an empty container.
2535    #[strum(serialize = "708")]
2536    _708,
2537    /// Tanker bill of lading
2538    ///
2539    /// Document which evidences a transport of liquid bulk cargo.
2540    #[strum(serialize = "709")]
2541    _709,
2542    /// Sea waybill
2543    ///
2544    /// Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over of the goods by the carrier, and by which the carrier undertakes to deliver the goods to the consignee named in the document.
2545    #[strum(serialize = "710")]
2546    _710,
2547    /// Inland waterway bill of lading
2548    ///
2549    /// Negotiable transport document made out to a named person, to order or to bearer, signed by the carrier and handed to the sender after receipt of the goods.
2550    #[strum(serialize = "711")]
2551    _711,
2552    /// Non-negotiable maritime transport document (generic)
2553    ///
2554    /// Non-negotiable document which evidences a contract for the carriage of goods by sea and the taking over or loading of the goods by the carrier, and by which the carrier undertakes to deliver the goods to the consignee named in the document. E.g. Sea waybill. Remark: Synonymous with "straight" or "non-negotiable Bill of lading" used in certain countries, e.g. Canada.
2555    #[strum(serialize = "712")]
2556    _712,
2557    /// Mate's receipt
2558    ///
2559    /// Document/message issued by a ship's officer to acknowledge that a specified consignment has been received on board a vessel, and the apparent condition of the goods; enabling the carrier to issue a Bill of lading.
2560    #[strum(serialize = "713")]
2561    _713,
2562    /// House bill of lading
2563    ///
2564    /// The bill of lading issued not by the carrier but by the freight forwarder/consolidator known by the carrier.
2565    #[strum(serialize = "714")]
2566    _714,
2567    /// Letter of indemnity for non-surrender of bill of lading
2568    ///
2569    /// Document/message issued by a commercial party or a bank of an insurance company accepting responsibility to the beneficiary of the indemnity in accordance with the terms thereof.
2570    #[strum(serialize = "715")]
2571    _715,
2572    /// Forwarder's bill of lading
2573    ///
2574    /// Non-negotiable document issued by a freight forwarder evidencing a contract for the carriage of goods by sea and the taking over or loading of the goods by the freight forwarder, and by which the freight forwarder undertakes to deliver the goods to the consignee named in the document.
2575    #[strum(serialize = "716")]
2576    _716,
2577    /// Rail consignment note (generic term)
2578    ///
2579    /// Transport document constituting a contract for the carriage of goods between the sender and the carrier (the railway). For international rail traffic, this document must conform to the model prescribed by the international conventions concerning carriage of goods by rail, e.g. CIM Convention, SMGS Convention.
2580    #[strum(serialize = "720")]
2581    _720,
2582    /// Road list-SMGS
2583    ///
2584    /// Accounting document, one copy of which is drawn up for each consignment note; it accompanies the consignment over the whole route and is a rail transport document.
2585    #[strum(serialize = "722")]
2586    _722,
2587    /// Escort official recognition
2588    ///
2589    /// Document/message which gives right to the owner to exert all functions normally transferred to a guard in a train by which an escorted consignment is transported.
2590    #[strum(serialize = "723")]
2591    _723,
2592    /// Recharging document
2593    ///
2594    /// Fictitious transport document regarding a previous transport, enabling a carrier's agent to give to another carrier's agent (in a different country) the possibility to collect charges relating to the original transport (rail environment).
2595    #[strum(serialize = "724")]
2596    _724,
2597    /// Road consignment note
2598    ///
2599    /// Transport document/message which evidences a contract between a carrier and a sender for the carriage of goods by road (generic term). Remark: For international road traffic, this document must contain at least the particulars prescribed by the convention on the contract for the international carriage of goods by road (CMR).
2600    #[strum(serialize = "730")]
2601    _730,
2602    /// Air waybill
2603    ///
2604    /// Document/message made out by or on behalf of the shipper which evidences the contract between the shipper and carrier(s) for carriage of goods over routes of the carrier(s) and which is identified by the airline prefix issuing the document plus a serial (IATA).
2605    #[strum(serialize = "740")]
2606    _740,
2607    /// Master air waybill
2608    ///
2609    /// Document/message made out by or on behalf of the agent/consolidator which evidences the contract between the agent/consolidator and carrier(s) for carriage of goods over routes of the carrier(s) for a consignment consisting of goods originated by more than one shipper (IATA).
2610    #[strum(serialize = "741")]
2611    _741,
2612    /// Substitute air waybill
2613    ///
2614    /// A temporary air waybill which contains only limited information because of the absence of the original.
2615    #[strum(serialize = "743")]
2616    _743,
2617    /// Crew's effects declaration
2618    ///
2619    /// Declaration to Customs regarding the personal effects of crew members aboard the conveyance; equivalent to IMO FAL 4.
2620    #[strum(serialize = "744")]
2621    _744,
2622    /// Passenger list
2623    ///
2624    /// Declaration to Customs regarding passengers aboard the conveyance; equivalent to IMO FAL 6.
2625    #[strum(serialize = "745")]
2626    _745,
2627    /// Delivery notice (rail transport)
2628    ///
2629    /// Document/message created by the consignor or by the departure station, joined to the transport or sent to the consignee, giving the possibility to the consignee or the arrival station to attest the delivery of the goods. The document must be returned to the consignor or to the departure station.
2630    #[strum(serialize = "746")]
2631    _746,
2632    /// Despatch note (post parcels)
2633    ///
2634    /// Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU convention, is to accompany post parcels.
2635    #[strum(serialize = "750")]
2636    _750,
2637    /// Multimodal/combined transport document (generic)
2638    ///
2639    /// A transport document used when more than one mode of transportation is involved in the movement of cargo. It is a contract of carriage and receipt of the cargo for a multimodal transport. It indicates the place where the responsible transport company in the move takes responsibility for the cargo, the place where the responsibility of this transport company in the move ends and the conveyances involved.
2640    #[strum(serialize = "760")]
2641    _760,
2642    /// Through bill of lading
2643    ///
2644    /// Bill of lading which evidences a contract of carriage from one place to another in separate stages of which at least one stage is a sea transit, and by which the issuing carrier accepts responsibility for the carriage as set forth in the through bill of lading.
2645    #[strum(serialize = "761")]
2646    _761,
2647    /// Forwarder's certificate of transport
2648    ///
2649    /// Negotiable document/message issued by a forwarder to certify that he has taken charge of a specified consignment for despatch and delivery in accordance with the consignor's instructions, as indicated in the document, and that he accepts responsibility for delivery of the goods to the holder of the document through the intermediary of a delivery agent of his choice. E.g. FIATA-FCT.
2650    #[strum(serialize = "763")]
2651    _763,
2652    /// Combined transport document (generic)
2653    ///
2654    /// Negotiable or non-negotiable document evidencing a contract for the performance and/or procurement of performance of combined transport of goods and bearing on its face either the heading "Negotiable combined transport document issued subject to Uniform Rules for a Combined Transport Document (ICC Brochure No. 298)" or the heading "Non-negotiable Combined Transport Document issued subject to Uniform Rules for a Combined Transport Document (ICC Brochure No. 298)".
2655    #[strum(serialize = "764")]
2656    _764,
2657    /// Multimodal transport document (generic)
2658    ///
2659    /// Document/message which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an undertaking by him to deliver the goods in accordance with the terms of the contract. (International Convention on Multimodal Transport of Goods).
2660    #[strum(serialize = "765")]
2661    _765,
2662    /// Combined transport bill of lading/multimodal bill of lading
2663    ///
2664    /// Document which evidences a multimodal transport contract, the taking in charge of the goods by the multimodal transport operator, and an undertaking by him to deliver the goods in accordance with the terms of the contract.
2665    #[strum(serialize = "766")]
2666    _766,
2667    /// Booking confirmation
2668    ///
2669    /// Document/message issued by a carrier to confirm that space has been reserved for a consignment in means of transport.
2670    #[strum(serialize = "770")]
2671    _770,
2672    /// Calling forward notice
2673    ///
2674    /// Instructions for release or delivery of goods.
2675    #[strum(serialize = "775")]
2676    _775,
2677    /// Freight invoice
2678    ///
2679    /// Document/message issued by a transport operation specifying freight costs and charges incurred for a transport operation and stating conditions of payment.
2680    #[strum(serialize = "780")]
2681    _780,
2682    /// Arrival notice (goods)
2683    ///
2684    /// Notification from the carrier to the consignee in writing, by telephone or by any other means (express letter, message, telegram, etc.) informing him that a consignment addressed to him is being or will shortly be held at his disposal at a specified point in the place of destination.
2685    #[strum(serialize = "781")]
2686    _781,
2687    /// Notice of circumstances preventing delivery (goods)
2688    ///
2689    /// Request made by the carrier to the sender, or, as the case may be, the consignee, for instructions as to the disposal of the consignment when circumstances prevent delivery and the return of the goods has not been requested by the consignor in the transport document.
2690    #[strum(serialize = "782")]
2691    _782,
2692    /// Notice of circumstances preventing transport (goods)
2693    ///
2694    /// Request made by the carrier to the sender, or, the consignee as the case may be, for instructions as to the disposal of the goods when circumstances prevent transport before departure or en route, after acceptance of the consignment concerned.
2695    #[strum(serialize = "783")]
2696    _783,
2697    /// Delivery notice (goods)
2698    ///
2699    /// Notification in writing, sent by the carrier to the sender, to inform him at his request of the actual date of delivery of the goods.
2700    #[strum(serialize = "784")]
2701    _784,
2702    /// Cargo manifest
2703    ///
2704    /// Listing of goods comprising the cargo carried in a means of transport or in a transport-unit. The cargo manifest gives the commercial particulars of the goods, such as transport document numbers, consignors, consignees, shipping marks, number and kind of packages and descriptions and quantities of the goods.
2705    #[strum(serialize = "785")]
2706    _785,
2707    /// Freight manifest
2708    ///
2709    /// Document/message containing the same information as a cargo manifest, and additional details on freight amounts, charges, etc.
2710    #[strum(serialize = "786")]
2711    _786,
2712    /// Bordereau
2713    ///
2714    /// Document/message used in road transport, listing the cargo carried on a road vehicle, often referring to appended copies of Road consignment note.
2715    #[strum(serialize = "787")]
2716    _787,
2717    /// Container manifest (unit packing list)
2718    ///
2719    /// Document/message specifying the contents of particular freight containers or other transport units, prepared by the party responsible for their loading into the container or unit.
2720    #[strum(serialize = "788")]
2721    _788,
2722    /// Charges note
2723    ///
2724    /// Document used by the rail organization to indicate freight charges or additional charges in each case where the departure station is not able to calculate the charges for the total voyage (e.g. tariff not yet updated, part of voyage not covered by the tariff). This document must be considered as joined to the transport.
2725    #[strum(serialize = "789")]
2726    _789,
2727    /// Advice of collection
2728    ///
2729    /// Document that is joined to the transport or sent by separate means, giving to the departure rail organization the proof that the cash-on delivery amount has been encashed by the arrival rail organization before reimbursement of the consignor.
2730    #[strum(serialize = "790")]
2731    _790,
2732    /// Safety of ship certificate
2733    ///
2734    /// Document certifying a ship's safety to a specified date.
2735    #[strum(serialize = "791")]
2736    _791,
2737    /// Safety of radio certificate
2738    ///
2739    /// Document certifying the safety of a ship's radio facilities to a specified date.
2740    #[strum(serialize = "792")]
2741    _792,
2742    /// Safety of equipment certificate
2743    ///
2744    /// Document certifying the safety of a ship's equipment to a specified date.
2745    #[strum(serialize = "793")]
2746    _793,
2747    /// Civil liability for oil certificate
2748    ///
2749    /// Document declaring a ship owner's liability for oil propelling or carried on a vessel.
2750    #[strum(serialize = "794")]
2751    _794,
2752    /// Loadline document
2753    ///
2754    /// Document specifying the limit of a ship's legal submersion under various conditions.
2755    #[strum(serialize = "795")]
2756    _795,
2757    /// Derat document
2758    ///
2759    /// Document certifying that a ship is free of rats, valid to a specified date.
2760    #[strum(serialize = "796")]
2761    _796,
2762    /// Maritime declaration of health
2763    ///
2764    /// Document certifying the health condition on board a vessel, valid to a specified date.
2765    #[strum(serialize = "797")]
2766    _797,
2767    /// Certificate of registry
2768    ///
2769    /// Official certificate stating the vessel's registry.
2770    #[strum(serialize = "798")]
2771    _798,
2772    /// Ship's stores declaration
2773    ///
2774    /// Declaration to Customs regarding the contents of the ship's stores (equivalent to IMO FAL 3) i.e. goods intended for consumption by passengers/crew on board vessels, aircraft or trains, whether or not sold or landed; goods necessary for operation/maintenance of conveyance, including fuel/lubricants, excluding spare parts/equipment (IMO).
2775    #[strum(serialize = "799")]
2776    _799,
2777    /// Export licence, application for
2778    ///
2779    /// Application for a permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of destination, etc.
2780    #[strum(serialize = "810")]
2781    _810,
2782    /// Export licence
2783    ///
2784    /// Permit issued by a government authority permitting exportation of a specified commodity subject to specified conditions as quantity, country of destination, etc. Synonym: Embargo permit.
2785    #[strum(serialize = "811")]
2786    _811,
2787    /// Exchange control declaration, export
2788    ///
2789    /// Document/message completed by an exporter/seller as a means whereby the competent body may control that the amount of foreign exchange accrued from a trade transaction is repatriated in accordance with the conditions of payment and exchange control regulations in force.
2790    #[strum(serialize = "812")]
2791    _812,
2792    /// Despatch note model T
2793    ///
2794    /// European community transit declaration.
2795    #[strum(serialize = "820")]
2796    _820,
2797    /// Despatch note model T1
2798    ///
2799    /// Transit declaration for goods circulating under internal community transit procedures (between European Union (EU) countries).
2800    #[strum(serialize = "821")]
2801    _821,
2802    /// Despatch note model T2
2803    ///
2804    /// Ascertainment that the declared goods were originally produced in an European Union (EU) country.
2805    #[strum(serialize = "822")]
2806    _822,
2807    /// Control document T5
2808    ///
2809    /// Control document (export declaration) used particularly in case of re-sending without use with only VAT collection, refusal, unconformity with contract etc.
2810    #[strum(serialize = "823")]
2811    _823,
2812    /// Re-sending consignment note
2813    ///
2814    /// Rail consignment note prepared by the consignor for the facilitation of an eventual return to the origin of the goods.
2815    #[strum(serialize = "824")]
2816    _824,
2817    /// Despatch note model T2L
2818    ///
2819    /// Ascertainment that the declared goods were originally produced in an European Union (EU) country. May only be used for goods that are loaded on one single means of transport in one single departure point for one single delivery point.
2820    #[strum(serialize = "825")]
2821    _825,
2822    /// Goods declaration for exportation
2823    ///
2824    /// Document/message by which goods are declared for export Customs clearance, conforming to the layout key set out at Appendix I to Annex C.1 concerning outright exportation to the Kyoto convention (CCC). Within a Customs union, "for despatch" may have the same meaning as "for exportation".
2825    #[strum(serialize = "830")]
2826    _830,
2827    /// Cargo declaration (departure)
2828    ///
2829    /// Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning the cargo (freight) carried by commercial means of transport (CCC).
2830    #[strum(serialize = "833")]
2831    _833,
2832    /// Application for goods control certificate
2833    ///
2834    /// Document/message submitted to a competent body by party requesting a Goods control certificate to be issued in accordance with national or international standards, or conforming to legislation in the importing country, or as specified in the contract.
2835    #[strum(serialize = "840")]
2836    _840,
2837    /// Goods control certificate
2838    ///
2839    /// Document/message issued by a competent body evidencing the quality of the goods described therein, in accordance with national or international standards, or conforming to legislation in the importing country, or as specified in the contract.
2840    #[strum(serialize = "841")]
2841    _841,
2842    /// Application for phytosanitary certificate
2843    ///
2844    /// Document/message submitted to a competent body by party requesting a Phytosanitary certificate to be issued.
2845    #[strum(serialize = "850")]
2846    _850,
2847    /// Phytosanitary certificate
2848    ///
2849    /// Document/message issued by the competent body in the exporting country evidencing that plants, fruit, or vegetables are free from disease and fit for consumption and giving details on fumigation or other treatment to which they may have been subjected.
2850    #[strum(serialize = "851")]
2851    _851,
2852    /// Sanitary certificate
2853    ///
2854    /// Document/message issued by the competent authority in the exporting country evidencing that alimentary and animal products, including dead animals, are fit for human consumption, and giving details, when relevant, of controls undertaken.
2855    #[strum(serialize = "852")]
2856    _852,
2857    /// Veterinary certificate
2858    ///
2859    /// Document/message issued by the competent authority in the exporting country evidencing that live animals or birds are not infested or infected with disease, and giving details regarding their provenance, and of vaccinations and other treatment to which they have been subjected.
2860    #[strum(serialize = "853")]
2861    _853,
2862    /// Application for inspection certificate
2863    ///
2864    /// Document/message submitted to a competent body by a party requesting an Inspection certificate to be issued in accordance with national or international standards, or conforming to legislation in the country in which it is required, or as specified in the contract.
2865    #[strum(serialize = "855")]
2866    _855,
2867    /// Inspection certificate
2868    ///
2869    /// Document/message issued by a competent body evidencing that the goods described therein have been inspected in accordance with national or international standards, in conformity with legislation in the country in which the inspection is required, or as specified in the contract.
2870    #[strum(serialize = "856")]
2871    _856,
2872    /// Certificate of origin, application for
2873    ///
2874    /// Document/message submitted to a competent body by an interested party requesting a Certificate of origin to be issued in accordance with relevant criteria, and on the basis of evidence of the origin of the goods.
2875    #[strum(serialize = "860")]
2876    _860,
2877    /// Certificate of origin
2878    ///
2879    /// Document/message identifying goods, in which the authority or body authorized to issue it certifies expressly that the goods to which the certificate relates originate in a specific country. The word "country" may include a group of countries, a region or a part of a country. This certificate may also include a declaration by the manufacturer, producer, supplier, exporter or other competent person.
2880    #[strum(serialize = "861")]
2881    _861,
2882    /// Declaration of origin
2883    ///
2884    /// Appropriate statement as to the origin of the goods, made in connection with their exportation by the manufacturer, producer, supplier, exporter or other competent person on the Commercial invoice or any other document relating to the goods (CCC).
2885    #[strum(serialize = "862")]
2886    _862,
2887    /// Regional appellation certificate
2888    ///
2889    /// Certificate drawn up in accordance with the rules laid down by an authority or approved body, certifying that the goods described therein qualify for a designation specific to the given region (e.g. champagne, port wine, Parmesan cheese).
2890    #[strum(serialize = "863")]
2891    _863,
2892    /// Preference certificate of origin
2893    ///
2894    /// Description to be provided.
2895    #[strum(serialize = "864")]
2896    _864,
2897    /// Certificate of origin form GSP
2898    ///
2899    /// Specific form of certificate of origin for goods qualifying for preferential treatment under the generalized system of preferences (includes a combined declaration of origin and certificate, form A).
2900    #[strum(serialize = "865")]
2901    _865,
2902    /// Consular invoice
2903    ///
2904    /// Document/message to be prepared by an exporter in his country and presented to a diplomatic representation of the importing country for endorsement and subsequently to be presented by the importer in connection with the import of the goods described therein.
2905    #[strum(serialize = "870")]
2906    _870,
2907    /// Dangerous goods declaration
2908    ///
2909    /// Document/message issued by a consignor in accordance with applicable conventions or regulations, describing hazardous goods or materials for transport purposes, and stating that the latter have been packed and labelled in accordance with the provisions of the relevant conventions or regulations.
2910    #[strum(serialize = "890")]
2911    _890,
2912    /// Statistical document, export
2913    ///
2914    /// Document/message in which an exporter provides information about exported goods required by the body responsible for the collection of international trade statistics.
2915    #[strum(serialize = "895")]
2916    _895,
2917    /// INTRASTAT declaration
2918    ///
2919    /// Document/message in which a declarant provides information about goods required by the body responsible for the collection of trade statistics.
2920    #[strum(serialize = "896")]
2921    _896,
2922    /// Delivery verification certificate
2923    ///
2924    /// Document/message whereby an official authority (Customs or governmental) certifies that goods have been delivered.
2925    #[strum(serialize = "901")]
2926    _901,
2927    /// Import licence, application for
2928    ///
2929    /// Document/message in which an interested party applies to the competent body for authorization to import either a limited quantity of articles subject to import restrictions, or an unlimited quantity of such articles during a limited period, and specifies the kind of articles, their origin and value, etc.
2930    #[strum(serialize = "910")]
2931    _910,
2932    /// Import licence
2933    ///
2934    /// Document/message issued by the competent body in accordance with import regulations in force, by which authorization is granted to a named party to import either a limited quantity of designated articles or an unlimited quantity of such articles during a limited period, under conditions specified in the document.
2935    #[strum(serialize = "911")]
2936    _911,
2937    /// Customs declaration without commercial detail
2938    ///
2939    /// CUSDEC transmission that does not include data from the commercial detail section of the message.
2940    #[strum(serialize = "913")]
2941    _913,
2942    /// Customs declaration with commercial and item detail
2943    ///
2944    /// CUSDEC transmission that includes data from both the commercial detail and item detail sections of the message.
2945    #[strum(serialize = "914")]
2946    _914,
2947    /// Customs declaration without item detail
2948    ///
2949    /// CUSDEC transmission that does not include data from the item detail section of the message.
2950    #[strum(serialize = "915")]
2951    _915,
2952    /// Related document
2953    ///
2954    /// Description to be provided.
2955    #[strum(serialize = "916")]
2956    _916,
2957    /// Receipt (Customs)
2958    ///
2959    /// Receipt for Customs duty/tax/fee paid.
2960    #[strum(serialize = "917")]
2961    _917,
2962    /// Application for exchange allocation
2963    ///
2964    /// Document/message whereby an importer/buyer requests the competent body to allocate an amount of foreign exchange to be transferred to an exporter/seller in payment for goods.
2965    #[strum(serialize = "925")]
2966    _925,
2967    /// Foreign exchange permit
2968    ///
2969    /// Document/message issued by the competent body authorizing an importer/buyer to transfer an amount of foreign exchange to an exporter/seller in payment for goods.
2970    #[strum(serialize = "926")]
2971    _926,
2972    /// Exchange control declaration (import)
2973    ///
2974    /// Document/message completed by an importer/buyer as a means for the competent body to control that a trade transaction for which foreign exchange has been allocated has been executed and that money has been transferred in accordance with the conditions of payment and the exchange control regulations in force.
2975    #[strum(serialize = "927")]
2976    _927,
2977    /// Goods declaration for importation
2978    ///
2979    /// Document/message by which goods are declared for import Customs clearance [sister entry of 830].
2980    #[strum(serialize = "929")]
2981    _929,
2982    /// Goods declaration for home use
2983    ///
2984    /// Document/message by which goods are declared for import Customs clearance according to Annex B.1 (concerning clearance for home use) to the Kyoto convention (CCC).
2985    #[strum(serialize = "930")]
2986    _930,
2987    /// Customs immediate release declaration
2988    ///
2989    /// Document/message issued by an importer notifying Customs that goods have been removed from an importing means of transport to the importer's premises under a Customs- approved arrangement for immediate release, or requesting authorization to do so.
2990    #[strum(serialize = "931")]
2991    _931,
2992    /// Customs delivery note
2993    ///
2994    /// Document/message whereby a Customs authority releases goods under its control to be placed at the disposal of the party concerned. Synonym: Customs release note.
2995    #[strum(serialize = "932")]
2996    _932,
2997    /// Cargo declaration (arrival)
2998    ///
2999    /// Generic term, sometimes referred to as Freight declaration, applied to the documents providing the particulars required by the Customs concerning the cargo (freight) carried by commercial means of transport (CCC).
3000    #[strum(serialize = "933")]
3001    _933,
3002    /// Value declaration
3003    ///
3004    /// Document/message in which a declarant (importer) states the invoice or other price (e.g. selling price, price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, any relationship with the trading partner, etc., for the purpose of determining the Customs value of goods imported.
3005    #[strum(serialize = "934")]
3006    _934,
3007    /// Customs invoice
3008    ///
3009    /// Document/message required by the Customs in an importing country in which an exporter states the invoice or other price (e.g. selling price, price of identical goods), and specifies costs for freight, insurance and packing, etc., terms of delivery and payment, for the purpose of determining the Customs value in the importing country of goods consigned to that country.
3010    #[strum(serialize = "935")]
3011    _935,
3012    /// Customs declaration (post parcels)
3013    ///
3014    /// Document/message which, according to Article 106 of the "Agreement concerning Postal Parcels" under the UPU Convention, must accompany post parcels and in which the contents of such parcels are specified.
3015    #[strum(serialize = "936")]
3016    _936,
3017    /// Tax declaration (value added tax)
3018    ///
3019    /// Document/message in which an importer states the pertinent information required by the competent body for assessment of value-added tax.
3020    #[strum(serialize = "937")]
3021    _937,
3022    /// Tax declaration (general)
3023    ///
3024    /// Document/message containing a general tax declaration.
3025    #[strum(serialize = "938")]
3026    _938,
3027    /// Tax demand
3028    ///
3029    /// Document/message containing the demand of tax.
3030    #[strum(serialize = "940")]
3031    _940,
3032    /// Embargo permit
3033    ///
3034    /// Document/message giving the permission to export specified goods.
3035    #[strum(serialize = "941")]
3036    _941,
3037    /// Goods declaration for Customs transit
3038    ///
3039    /// Document/message by which the sender declares goods for Customs transit according to Annex E.1 (concerning Customs transit) to the Kyoto convention (CCC).
3040    #[strum(serialize = "950")]
3041    _950,
3042    /// TIF form
3043    ///
3044    /// International Customs transit document by which the sender declares goods for carriage by rail in accordance with the provisions of the 1952 International Convention to facilitate the crossing of frontiers for goods carried by rail (TIF Convention of UIC).
3045    #[strum(serialize = "951")]
3046    _951,
3047    /// TIR carnet
3048    ///
3049    /// International Customs document (International Transit by Road), issued by a guaranteeing association approved by the Customs authorities, under the cover of which goods are carried, in most cases under Customs seal, in road vehicles and/or containers in compliance with the requirements of the Customs TIR Convention of the International Transport of Goods under cover of TIR Carnets (UN/ECE).
3050    #[strum(serialize = "952")]
3051    _952,
3052    /// EC carnet
3053    ///
3054    /// EC customs transit document issued by EC customs authorities for transit and/or temporary user of goods within the EC.
3055    #[strum(serialize = "953")]
3056    _953,
3057    /// EUR 1 certificate of origin
3058    ///
3059    /// Customs certificate used in preferential goods interchanges between EC countries and EC external countries.
3060    #[strum(serialize = "954")]
3061    _954,
3062    /// ATA carnet
3063    ///
3064    /// International Customs document (Admission Temporaire / Temporary Admission) which, issued under the terms of the ATA Convention (1961), incorporates an internationally valid guarantee and may be used, in lieu of national Customs documents and as security for import duties and taxes, to cover the temporary admission of goods and, where appropriate, the transit of goods. If accepted for controlling the temporary export and reimport of goods, international guarantee does not apply (CCC).
3065    #[strum(serialize = "955")]
3066    _955,
3067    /// Single administrative document
3068    ///
3069    /// A set of documents, replacing the various (national) forms for Customs declaration within the EC, implemented on 01-01-1988.
3070    #[strum(serialize = "960")]
3071    _960,
3072    /// General response (Customs)
3073    ///
3074    /// General response message to permit the transfer of data from Customs to the transmitter of the previous message.
3075    #[strum(serialize = "961")]
3076    _961,
3077    /// Document response (Customs)
3078    ///
3079    /// Document response message to permit the transfer of data from Customs to the transmitter of the previous message.
3080    #[strum(serialize = "962")]
3081    _962,
3082    /// Error response (Customs)
3083    ///
3084    /// Error response message to permit the transfer of data from Customs to the transmitter of the previous message.
3085    #[strum(serialize = "963")]
3086    _963,
3087    /// Package response (Customs)
3088    ///
3089    /// Package response message to permit the transfer of data from Customs to the transmitter of the previous message.
3090    #[strum(serialize = "964")]
3091    _964,
3092    /// Tax calculation/confirmation response (Customs)
3093    ///
3094    /// Tax calculation/confirmation response message to permit the transfer of data from Customs to the transmitter of the previous message.
3095    #[strum(serialize = "965")]
3096    _965,
3097    /// Quota prior allocation certificate
3098    ///
3099    /// Document/message issued by the competent body for prior allocation of a quota.
3100    #[strum(serialize = "966")]
3101    _966,
3102    /// End use authorization
3103    ///
3104    /// Description to be provided.
3105    #[strum(serialize = "990")]
3106    _990,
3107    /// Government contract
3108    ///
3109    /// Description to be provided.
3110    #[strum(serialize = "991")]
3111    _991,
3112    /// Statistical document, import
3113    ///
3114    /// Description to be provided.
3115    #[strum(serialize = "995")]
3116    _995,
3117    /// Application for documentary credit
3118    ///
3119    /// Message with application for opening of a documentary credit.
3120    #[strum(serialize = "996")]
3121    _996,
3122    /// Previous Customs document/message
3123    ///
3124    /// Indication of the previous Customs document/message concerning the same transaction.
3125    #[strum(serialize = "998")]
3126    _998,
3127}
3128
3129/// Message function code
3130///
3131/// Code indicating the function of the message.
3132#[derive(Debug, Serialize, Deserialize, Clone, EnumString, Display, PartialEq)]
3133pub enum _1225 {
3134    /// Cancellation
3135    ///
3136    /// Message cancelling a previous transmission for a given
3137    /// transaction.
3138    #[strum(serialize = "1")]
3139    _1,
3140    #[strum(serialize = "2")]
3141    _2,
3142    #[strum(serialize = "3")]
3143    _3,
3144    #[strum(serialize = "4")]
3145    _4,
3146    #[strum(serialize = "5")]
3147    _5,
3148    #[strum(serialize = "6")]
3149    _6,
3150    #[strum(serialize = "7")]
3151    _7,
3152    #[strum(serialize = "8")]
3153    _8,
3154    #[strum(serialize = "9")]
3155    _9,
3156    #[strum(serialize = "10")]
3157    _10,
3158    #[strum(serialize = "11")]
3159    _11,
3160    #[strum(serialize = "12")]
3161    _12,
3162    #[strum(serialize = "13")]
3163    _13,
3164    #[strum(serialize = "14")]
3165    _14,
3166    #[strum(serialize = "15")]
3167    _15,
3168    #[strum(serialize = "16")]
3169    _16,
3170    #[strum(serialize = "17")]
3171    _17,
3172    #[strum(serialize = "18")]
3173    _18,
3174    #[strum(serialize = "19")]
3175    _19,
3176    #[strum(serialize = "20")]
3177    _20,
3178    #[strum(serialize = "21")]
3179    _21,
3180    #[strum(serialize = "22")]
3181    _22,
3182    #[strum(serialize = "23")]
3183    _23,
3184    #[strum(serialize = "24")]
3185    _24,
3186    #[strum(serialize = "25")]
3187    _25,
3188    #[strum(serialize = "26")]
3189    _26,
3190    #[strum(serialize = "27")]
3191    _27,
3192    #[strum(serialize = "28")]
3193    _28,
3194    #[strum(serialize = "29")]
3195    _29,
3196    #[strum(serialize = "30")]
3197    _30,
3198    #[strum(serialize = "31")]
3199    _31,
3200    #[strum(serialize = "32")]
3201    _32,
3202    #[strum(serialize = "33")]
3203    _33,
3204    #[strum(serialize = "34")]
3205    _34,
3206    #[strum(serialize = "35")]
3207    _35,
3208    #[strum(serialize = "36")]
3209    _36,
3210    #[strum(serialize = "37")]
3211    _37,
3212    #[strum(serialize = "38")]
3213    _38,
3214    #[strum(serialize = "39")]
3215    _39,
3216    #[strum(serialize = "40")]
3217    _40,
3218    #[strum(serialize = "41")]
3219    _41,
3220    #[strum(serialize = "42")]
3221    _42,
3222    #[strum(serialize = "43")]
3223    _43,
3224    #[strum(serialize = "44")]
3225    _44,
3226    #[strum(serialize = "45")]
3227    _45,
3228    #[strum(serialize = "46")]
3229    _46,
3230    #[strum(serialize = "47")]
3231    _47,
3232    #[strum(serialize = "48")]
3233    _48,
3234    #[strum(serialize = "49")]
3235    _49,
3236    #[strum(serialize = "50")]
3237    _50,
3238    #[strum(serialize = "51")]
3239    _51,
3240    #[strum(serialize = "52")]
3241    _52,
3242    #[strum(serialize = "53")]
3243    _53,
3244    #[strum(serialize = "54")]
3245    _54,
3246    #[strum(serialize = "55")]
3247    _55,
3248    #[strum(serialize = "56")]
3249    _56,
3250    #[strum(serialize = "57")]
3251    _57,
3252    #[strum(serialize = "58")]
3253    _58,
3254    #[strum(serialize = "59")]
3255    _59,
3256    #[strum(serialize = "60")]
3257    _60,
3258    #[strum(serialize = "61")]
3259    _61,
3260    #[strum(serialize = "62")]
3261    _62,
3262    #[strum(serialize = "63")]
3263    _63,
3264}
3265
3266/// Code list identification code
3267///
3268/// Code identifying a code list.
3269#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
3270pub enum _1131 {
3271    /// Logistics code list
3272    ///
3273    /// Code list containing logistics and program management activities.
3274    #[strum(serialize = "1")]
3275    _1,
3276    /// ICD 9
3277    ///
3278    /// A code list containing the International Classification of Diseases, version 9 (ICD 9).
3279    #[strum(serialize = "2")]
3280    _2,
3281    /// Operating status
3282    ///
3283    /// Code list identifying operating status of an entity.
3284    #[strum(serialize = "3")]
3285    _3,
3286    /// DoDAAC (Department of Defense Activity Address Code)
3287    ///
3288    /// A code list containing codes assigned to operating military units to identify the name and address of the unit.
3289    #[strum(serialize = "4")]
3290    _4,
3291    /// Facility identification
3292    ///
3293    /// A code list identifying a facility(ies).
3294    #[strum(serialize = "5")]
3295    _5,
3296    /// Application acknowledgement and error codes
3297    ///
3298    /// A code list to identify acknowledgement and error codes applicable at the application level.
3299    #[strum(serialize = "6")]
3300    _6,
3301    /// Health industry organization identification
3302    ///
3303    /// List of codes identifying organizations in the health care industry.
3304    #[strum(serialize = "7")]
3305    _7,
3306    /// Electromagnetic transmitter identification
3307    ///
3308    /// A code list containing electromagnetic transmitter identifications.
3309    #[strum(serialize = "8")]
3310    _8,
3311    /// Military Assistance Program Address Code (MAPAC)
3312    ///
3313    /// Lists of codes identifying name and address information for organizations participating in a military assistance program.
3314    #[strum(serialize = "9")]
3315    _9,
3316    /// Medicare provider
3317    ///
3318    /// A list of codes identifying health care providers under the Medicare program.
3319    #[strum(serialize = "10")]
3320    _10,
3321    /// Medicaid provider
3322    ///
3323    /// A list of codes identifying health care providers under a Medicaid program.
3324    #[strum(serialize = "11")]
3325    _11,
3326    ///
3327    /// Telephone directory
3328    #[strum(serialize = "12")]
3329    _12,
3330    /// Employee identification
3331    ///
3332    /// A list of codes identifying employees of an organization.
3333    #[strum(serialize = "13")]
3334    _13,
3335    /// Sample extraction location
3336    ///
3337    /// Code list identifying the location from which a sample is taken.
3338    #[strum(serialize = "14")]
3339    _14,
3340    /// Medical benefits schedule
3341    ///
3342    /// Code list containing classifications of medical services for use in determining the medical benefits payable.
3343    #[strum(serialize = "15")]
3344    _15,
3345    /// Postcode directory
3346    ///
3347    /// [3251] Code defining postal zones or addresses.
3348    #[strum(serialize = "16")]
3349    _16,
3350    /// ICD 10
3351    ///
3352    /// Code list containing the International Classification of Diseases, version 10 (ICD 10).
3353    #[strum(serialize = "17")]
3354    _17,
3355    /// Diagnosis Related Group (DRG)
3356    ///
3357    /// Code list containing diagnosis related group classifications.
3358    #[strum(serialize = "18")]
3359    _18,
3360    /// Standard text clauses
3361    ///
3362    /// A list of codes representing standardized text clauses.
3363    #[strum(serialize = "19")]
3364    _19,
3365    /// United Nations Standard Products and Services Classification (UN/SPSC) code
3366    ///
3367    /// A code list that provides a hierarchical classification of goods and services for the purposes of resource discovery and spend analysis.
3368    #[strum(serialize = "20")]
3369    _20,
3370    /// Policy on claim indicator
3371    /// Identifies a code list containing indicators referring to policy on claims.
3372    ///
3373    /// (legal persons, partnerships, sole proprietorships and their branch offices) and private persons.
3374    #[strum(serialize = "21")]
3375    _21,
3376    /// A code list specifying codes assigned by the EDI Registration Authority to register organizations
3377    ///
3378    /// EDIRA-Id (EDI Registration Authority Identification)
3379    #[strum(serialize = "22")]
3380    _22,
3381    ///
3382    /// Clearing house automated payment
3383    #[strum(serialize = "23")]
3384    _23,
3385    /// Rail handling restrictions and instructions
3386    ///
3387    /// A code list specifying rail codes for handling restrictions or instructions.
3388    #[strum(serialize = "24")]
3389    _24,
3390    /// Bank identification
3391    ///
3392    /// Code for identification of banks.
3393    #[strum(serialize = "25")]
3394    _25,
3395    /// Rail harmonized equipment type
3396    ///
3397    /// A code list specifying codes for harmonized equipment type in the railway industry.
3398    #[strum(serialize = "26")]
3399    _26,
3400    /// Railway frontier and transit point
3401    ///
3402    /// A code list specifying frontier or transit points in the railway industry.
3403    #[strum(serialize = "27")]
3404    _27,
3405    /// Commercial And Government Entity (CAGE)
3406    ///
3407    /// List of codes identifying a commercial and government entity.
3408    #[strum(serialize = "33")]
3409    _33,
3410    /// Reinsurance policy attributes
3411    ///
3412    /// A list of attributes regarding policies reinsured with a professional reinsurer.
3413    #[strum(serialize = "34")]
3414    _34,
3415    /// Rail additional charges
3416    ///
3417    /// A code list identifying specific rail charges included in the payment conditions in addition to the freight cost.
3418    #[strum(serialize = "35")]
3419    _35,
3420    /// Railway company network
3421    ///
3422    /// A code list identifying the different railway companies as member of the International Union of Railways.
3423    #[strum(serialize = "36")]
3424    _36,
3425    /// Railway locations
3426    ///
3427    /// Code identifying a location in railway environment.
3428    #[strum(serialize = "37")]
3429    _37,
3430    /// Railway customer
3431    ///
3432    /// A code list identifying rail customers.
3433    #[strum(serialize = "38")]
3434    _38,
3435    ///
3436    /// Rail unified nomenclature of goods
3437    #[strum(serialize = "39")]
3438    _39,
3439    /// Reinsurance monetary type
3440    ///
3441    /// Identifies the type of reinsurance amounts.
3442    #[strum(serialize = "40")]
3443    _40,
3444    ///
3445    /// Business function
3446    #[strum(serialize = "42")]
3447    _42,
3448    /// Clearing House Interbank Payment System Participants ID
3449    ///
3450    /// Participants identification of the automated clearing house of the New York Clearing House Association (CHIPS).
3451    #[strum(serialize = "43")]
3452    _43,
3453    /// Clearing House Interbank Payment System Universal ID
3454    ///
3455    /// Universal identification of the automated clearing house of the New York Clearing House Association (CHIPS).
3456    #[strum(serialize = "44")]
3457    _44,
3458    /// United Nations Common Coding System (UNCCS)
3459    ///
3460    /// A code list adopted by the United Nations organisations for the procurement of goods and services.
3461    #[strum(serialize = "45")]
3462    _45,
3463    /// DUNS (Dun and Bradstreet) +4
3464    ///
3465    /// An organization identified by the DUNS number and a 4- character extension.
3466    #[strum(serialize = "46")]
3467    _46,
3468    /// Occupation classification
3469    ///
3470    /// Identifies the class of occupation.
3471    #[strum(serialize = "47")]
3472    _47,
3473    /// Policy reserve valuation type
3474    ///
3475    /// Identification of the policy reserve valuation type.
3476    #[strum(serialize = "48")]
3477    _48,
3478    /// Life reinsurance message type
3479    ///
3480    /// To indicate the type of life reinsurance activity transmitted in the message.
3481    #[strum(serialize = "49")]
3482    _49,
3483    /// Value added tax identification
3484    ///
3485    /// Value added tax identification code.
3486    #[strum(serialize = "52")]
3487    _52,
3488    /// Passport number
3489    ///
3490    /// Number assigned to a passport.
3491    #[strum(serialize = "53")]
3492    _53,
3493    /// Statistical object
3494    ///
3495    /// A statistical object such as a statistical concept, array structure component or statistical nomenclature.
3496    #[strum(serialize = "54")]
3497    _54,
3498    /// Quality conformance
3499    ///
3500    /// A code list specifying the quality standard a product complies with, e.g. ISO9000, BS5750, etc.
3501    #[strum(serialize = "55")]
3502    _55,
3503    /// Safety regulation
3504    ///
3505    /// A code list specifying the safety regulations which apply to a product, such as UK COSHH (control of substances hazardous to health) regulations.
3506    #[strum(serialize = "56")]
3507    _56,
3508    /// Product code
3509    ///
3510    /// Code assigned to a specific product by a controlling agency.
3511    #[strum(serialize = "57")]
3512    _57,
3513    /// Business account number
3514    ///
3515    /// An identifying number or code assigned by issuing authorities to manage business activities.
3516    #[strum(serialize = "58")]
3517    _58,
3518    /// Railway services harmonized code
3519    ///
3520    /// Services provided by the different railway organizations.
3521    #[strum(serialize = "59")]
3522    _59,
3523    /// Type of financial account
3524    ///
3525    /// Identification of the type of financial account.
3526    #[strum(serialize = "60")]
3527    _60,
3528    /// Type of assets and liabilities
3529    ///
3530    /// Identification of the type of assets and liabilities.
3531    #[strum(serialize = "61")]
3532    _61,
3533    /// Requirements indicator
3534    ///
3535    /// A code list which specifies various requirements that a customer may have when fulfilling a purchase order.
3536    #[strum(serialize = "62")]
3537    _62,
3538    /// Handling action
3539    ///
3540    /// Codes for handling action.
3541    #[strum(serialize = "63")]
3542    _63,
3543    /// Freight forwarder
3544    ///
3545    /// Codes for freight forwarders.
3546    #[strum(serialize = "64")]
3547    _64,
3548    /// Shipping agent
3549    ///
3550    /// Codes for shipping agents.
3551    #[strum(serialize = "65")]
3552    _65,
3553    /// Type of package
3554    ///
3555    /// Indication of the type of package codes.
3556    #[strum(serialize = "67")]
3557    _67,
3558    /// Type of industrial activity
3559    ///
3560    /// Identification of the type of industrial activity.
3561    #[strum(serialize = "68")]
3562    _68,
3563    /// Type of survey question
3564    ///
3565    /// Identification of the type of survey question.
3566    #[strum(serialize = "69")]
3567    _69,
3568    /// Customs inspection type
3569    ///
3570    /// A code to indicate the type of inspection performed by customs.
3571    #[strum(serialize = "70")]
3572    _70,
3573    /// Nature of transaction
3574    ///
3575    /// Identification of the nature of the transaction.
3576    #[strum(serialize = "71")]
3577    _71,
3578    /// Container terminal
3579    ///
3580    /// Codes for container terminal.
3581    #[strum(serialize = "72")]
3582    _72,
3583    /// Insurance information indicator
3584    ///
3585    /// Identifies the type of insurance information provided.
3586    #[strum(serialize = "73")]
3587    _73,
3588    /// Joint life insurance indicator
3589    ///
3590    /// Indicates joint life insurance coverage.
3591    #[strum(serialize = "74")]
3592    _74,
3593    /// Bill of lading clauses
3594    ///
3595    /// Code list identifying official clauses associated with bills of lading.
3596    #[strum(serialize = "75")]
3597    _75,
3598    /// Export commodity classification (US Schedule B)
3599    ///
3600    /// Code list containing the commodity classifications applying to goods being exported (United States Schedule B).
3601    #[strum(serialize = "76")]
3602    _76,
3603    /// Customs domestic port location codes (US Schedule D)
3604    ///
3605    /// Code list containing Customs domestic port locations (United States Schedule D).
3606    #[strum(serialize = "77")]
3607    _77,
3608    /// Customs foreign port location codes (US Schedule K)
3609    ///
3610    /// Code list containing Customs foreign port locations (United States Schedule K).
3611    #[strum(serialize = "78")]
3612    _78,
3613    /// Functional group
3614    ///
3615    /// Identifies a group of application related messages.
3616    #[strum(serialize = "79")]
3617    _79,
3618    /// Application error code
3619    ///
3620    /// A code list specifying application errors.
3621    #[strum(serialize = "80")]
3622    _80,
3623    /// Policy type
3624    ///
3625    /// To identify the code list for the type of policy.
3626    #[strum(serialize = "81")]
3627    _81,
3628    /// Type of insured
3629    ///
3630    /// To specify the insured type.
3631    #[strum(serialize = "82")]
3632    _82,
3633    /// Occupation code
3634    ///
3635    /// Identification of an occupation.
3636    #[strum(serialize = "83")]
3637    _83,
3638    /// State code
3639    ///
3640    /// A code list of states within a country.
3641    #[strum(serialize = "84")]
3642    _84,
3643    /// Technical Assessment Checklist (TAC)
3644    ///
3645    /// A code list of technical assessment checklist numbers.
3646    #[strum(serialize = "85")]
3647    _85,
3648    /// Syntax notes
3649    ///
3650    /// A code list of syntax (dependency) note identifiers.
3651    #[strum(serialize = "86")]
3652    _86,
3653    ///
3654    /// Enhanced party identification
3655    #[strum(serialize = "100")]
3656    _100,
3657    ///
3658    /// Air carrier
3659    #[strum(serialize = "101")]
3660    _101,
3661    ///
3662    /// Size and type
3663    #[strum(serialize = "102")]
3664    _102,
3665    /// Call sign directory
3666    ///
3667    /// A directory of call signs assigned to transport vehicles.
3668    #[strum(serialize = "103")]
3669    _103,
3670    /// Customs area of transaction
3671    ///
3672    /// Customs code to indicate the different types of declarations according to the countries involved in the transaction (e.g. box 1/1 of SAD: inter EC Member States, EC-EFTA, EC-third countries, etc.).
3673    #[strum(serialize = "104")]
3674    _104,
3675    /// Customs declaration type
3676    ///
3677    /// Customs code to indicate the type of declaration according to the different Customs procedures requested (e.g.: import, export, transit).
3678    #[strum(serialize = "105")]
3679    _105,
3680    /// Incoterms 1980
3681    ///
3682    /// (4110) Code to indicate applicable Incoterm (1980 edition) under which seller undertakes to deliver merchandise to buyer (ICC). Incoterms 1990: use 4053 only.
3683    #[strum(serialize = "106")]
3684    _106,
3685    /// Excise duty
3686    ///
3687    /// Customs or fiscal authorities code to identify a specific or ad valorem levy on a specific commodity, applied either domestically or at time of importation.
3688    #[strum(serialize = "107")]
3689    _107,
3690    ///
3691    /// Tariff schedule
3692    #[strum(serialize = "108")]
3693    _108,
3694    /// Customs indicator
3695    ///
3696    /// Customs code for circumstances where only an indication is needed.
3697    #[strum(serialize = "109")]
3698    _109,
3699    /// Customs special codes
3700    ///
3701    /// Customs code to indicate an exemption to a regulation or a special Customs treatment.
3702    #[strum(serialize = "110")]
3703    _110,
3704    /// Statistical nature of transaction
3705    ///
3706    /// Indication of the type of contract under which goods are supplied.
3707    #[strum(serialize = "112")]
3708    _112,
3709    /// Customs office
3710    ///
3711    /// Customs administrative unit competent for the performance of Customs formalities, and the premises or other areas approved for the purpose by the competent authorities (CCC).
3712    #[strum(serialize = "113")]
3713    _113,
3714    /// Railcar letter marking
3715    ///
3716    /// Codes for all marking codes (in letters) for railcars specifying the type, series, order number, check digit and some technical characteristics.
3717    #[strum(serialize = "114")]
3718    _114,
3719    /// Examination facility
3720    ///
3721    /// Building or location where merchandise is examined by Customs.
3722    #[strum(serialize = "115")]
3723    _115,
3724    /// Customs preference
3725    ///
3726    /// Customs code to identify a specific tariff preference.
3727    #[strum(serialize = "116")]
3728    _116,
3729    /// Customs procedure
3730    ///
3731    /// (9380) Customs code to identify goods which are subject to Customs control (e.g. home use, Customs warehousing, temporary admission, Customs transit).
3732    #[strum(serialize = "117")]
3733    _117,
3734    /// Government agency procedure
3735    ///
3736    /// Treatment applied by a government agency other than Customs to merchandise under their control.
3737    #[strum(serialize = "118")]
3738    _118,
3739    /// Customs simplified procedure
3740    ///
3741    /// Customs code to indicate the type of simplified Customs procedure requested by a declarant (CCC).
3742    #[strum(serialize = "119")]
3743    _119,
3744    /// Customs status of goods
3745    ///
3746    /// Customs code to specify the status accorded by Customs to a consignment e.g. release without further formality, present supporting documents for inspection, etc (CCC).
3747    #[strum(serialize = "120")]
3748    _120,
3749    /// Shipment description
3750    ///
3751    /// Code to indicate whether a shipment is a total, part or split consignment.
3752    #[strum(serialize = "121")]
3753    _121,
3754    /// Commodity
3755    ///
3756    /// (7357) Code identifying types of goods for Customs, transport or statistical purposes (generic term).
3757    #[strum(serialize = "122")]
3758    _122,
3759    /// Entitlement
3760    ///
3761    /// Code to indicate the recipient of a charge amount (IATA).
3762    #[strum(serialize = "123")]
3763    _123,
3764    /// Customs transit guarantee
3765    ///
3766    /// Customs code to identify the type of guarantee used in a transit movement.
3767    #[strum(serialize = "125")]
3768    _125,
3769    /// Accounting information identifier
3770    ///
3771    /// Identification of a specific kind of accounting information.
3772    #[strum(serialize = "126")]
3773    _126,
3774    /// Customs valuation method
3775    ///
3776    /// Customs code to identify the valuation method used to determine the dutiable value of the declared goods.
3777    #[strum(serialize = "127")]
3778    _127,
3779    /// Service
3780    ///
3781    /// Identification of services.
3782    #[strum(serialize = "128")]
3783    _128,
3784    /// Customs warehouse
3785    ///
3786    /// Identification and/or location of the Customs warehouse in which goods will be or have been deposited (CCC).
3787    #[strum(serialize = "129")]
3788    _129,
3789    /// Special handling
3790    ///
3791    /// Code to indicate that the nature of the consignment may necessitate use of special handling procedures (IATA).
3792    #[strum(serialize = "130")]
3793    _130,
3794    /// Free zone
3795    ///
3796    /// Code identifying the zone within a state where any goods introduced are generally regarded, insofar as import duties and taxes are concerned, as being outside the Customs territory and are not subject to the usual Customs control.
3797    #[strum(serialize = "131")]
3798    _131,
3799    /// Charge
3800    ///
3801    /// Identification of a type of charge.
3802    #[strum(serialize = "132")]
3803    _132,
3804    /// Financial regime
3805    ///
3806    /// Nature and methods of a transaction from financial viewpoint.
3807    #[strum(serialize = "133")]
3808    _133,
3809    /// Duty, tax or fee payment method
3810    ///
3811    /// [4390] Method by which a duty or tax is paid to the relevant administration.
3812    #[strum(serialize = "134")]
3813    _134,
3814    /// Rate class
3815    ///
3816    /// Code to identify a specific rate category.
3817    #[strum(serialize = "135")]
3818    _135,
3819    /// Restrictions and prohibitions placed on the re-use of designated rail wagons
3820    ///
3821    /// A code list identifying restrictions and prohibitions placed on the re-use of designated rail wagons.
3822    #[strum(serialize = "136")]
3823    _136,
3824    /// Rail harmonized codification of tariffs
3825    ///
3826    /// A list of rail tariffs, the coding of which has been harmonized.
3827    #[strum(serialize = "137")]
3828    _137,
3829    /// Port
3830    ///
3831    /// A location having facilities for means of transport to load or discharge cargo.
3832    #[strum(serialize = "139")]
3833    _139,
3834    /// Area
3835    ///
3836    /// Codes for specific geographic areas e.g. seas, straits, basins etc.
3837    #[strum(serialize = "140")]
3838    _140,
3839    /// Forwarding restrictions
3840    ///
3841    /// A code list containing restrictions regarding the forwarding of goods or equipment.
3842    #[strum(serialize = "141")]
3843    _141,
3844    /// Train identification
3845    ///
3846    /// A code list specifying international train identifications maintained by the UIC (International Union of Railways).
3847    #[strum(serialize = "142")]
3848    _142,
3849    /// Removable accessories and special equipment on railcars
3850    ///
3851    /// A list of removable accessories and special equipment associated with railcars.
3852    #[strum(serialize = "143")]
3853    _143,
3854    /// Rail routes
3855    ///
3856    /// A code list identifying routes used in rail transport.
3857    #[strum(serialize = "144")]
3858    _144,
3859    /// Airport/city
3860    ///
3861    /// As described and published by IATA.
3862    #[strum(serialize = "145")]
3863    _145,
3864    /// Means of transport identification
3865    ///
3866    /// Code identifying the name or number of a means of transport (vessel, vehicle).
3867    #[strum(serialize = "146")]
3868    _146,
3869    /// Document requested by Customs
3870    ///
3871    /// Customs code to identify documents requested by Customs in an information interchange.
3872    #[strum(serialize = "147")]
3873    _147,
3874    /// Customs release notification
3875    ///
3876    /// Authorisation given by Customs to move the goods or not move the goods from the place of registration.
3877    #[strum(serialize = "148")]
3878    _148,
3879    /// Customs transit type
3880    ///
3881    /// Customs code to indicate the different kinds of transit movement of the goods (e.g. Box 1/3 of the SAD).
3882    #[strum(serialize = "149")]
3883    _149,
3884    ///
3885    /// Financial routing
3886    #[strum(serialize = "150")]
3887    _150,
3888    /// Locations for tariff calculations
3889    ///
3890    /// A list of locations related to tariff calculations.
3891    #[strum(serialize = "151")]
3892    _151,
3893    ///
3894    /// Materials
3895    #[strum(serialize = "152")]
3896    _152,
3897    /// Methods of payment
3898    ///
3899    /// Identification of methods of payment.
3900    #[strum(serialize = "153")]
3901    _153,
3902    /// Bank branch sorting identification
3903    ///
3904    /// Identification of a specific branch of a bank.
3905    #[strum(serialize = "154")]
3906    _154,
3907    /// Automated clearing house
3908    ///
3909    /// Identification of automated clearing houses.
3910    #[strum(serialize = "155")]
3911    _155,
3912    /// Location of goods
3913    ///
3914    /// (3384) Indication of the place where goods are located and where they are available for examination.
3915    #[strum(serialize = "156")]
3916    _156,
3917    /// Clearing code
3918    ///
3919    /// Identification of the responsible bank/clearing house which has cleared or is ordered to do the clearing.
3920    #[strum(serialize = "157")]
3921    _157,
3922    /// Terms of delivery
3923    ///
3924    /// Code to identify terms of delivery.
3925    #[strum(serialize = "158")]
3926    _158,
3927    /// Party identification
3928    ///
3929    /// Identification of parties, corporates, etc.
3930    #[strum(serialize = "160")]
3931    _160,
3932    /// Goods description
3933    ///
3934    /// Identification of a type of goods description.
3935    #[strum(serialize = "161")]
3936    _161,
3937    /// Country
3938    ///
3939    /// Identification of a country.
3940    #[strum(serialize = "162")]
3941    _162,
3942    /// Country sub-entity
3943    ///
3944    /// (3228) Identification of country sub-entity (region, department, state, province) defined by appropriate authority.
3945    #[strum(serialize = "163")]
3946    _163,
3947    /// Member organizations
3948    ///
3949    /// Identification of member organizations.
3950    #[strum(serialize = "164")]
3951    _164,
3952    /// Amendment code (Customs)
3953    ///
3954    /// Customs code indicating the reason for transmitting an amendment to Customs.
3955    #[strum(serialize = "165")]
3956    _165,
3957    /// Social security identification
3958    ///
3959    /// Code assigned by the authority competent to issue social security identification to identify a person.
3960    #[strum(serialize = "166")]
3961    _166,
3962    /// Tax party identification
3963    ///
3964    /// Code assigned by a tax authority to identify a party.
3965    #[strum(serialize = "167")]
3966    _167,
3967    /// Rail document names
3968    ///
3969    /// Rail specific identifications of documents.
3970    #[strum(serialize = "168")]
3971    _168,
3972    /// Harmonized system
3973    ///
3974    /// Identification of commodities according to the Harmonized System.
3975    #[strum(serialize = "169")]
3976    _169,
3977    ///
3978    /// Bank securities code
3979    #[strum(serialize = "170")]
3980    _170,
3981    /// Carriers
3982    ///
3983    /// Code list identifying carriers.
3984    #[strum(serialize = "172")]
3985    _172,
3986    /// Export requirements
3987    ///
3988    /// Identification of requirements and regulations established by relevant authorities concerning exportation.
3989    #[strum(serialize = "173")]
3990    _173,
3991    /// Citizen identification
3992    #[strum(serialize = "174")]
3993    _174,
3994    /// Account analysis codes
3995    ///
3996    /// Account service charges list.
3997    #[strum(serialize = "175")]
3998    _175,
3999    /// Flow of the goods
4000    ///
4001    /// List of statistical codes covering the movement of the goods to be declared (e.g. despatch, arrival).
4002    #[strum(serialize = "176")]
4003    _176,
4004    /// Statistical procedures
4005    ///
4006    /// Indication of the statistical procedure to which the goods are subject.
4007    #[strum(serialize = "177")]
4008    _177,
4009    /// Standard text according US embargo regulations
4010    ///
4011    /// US government regulations prescribe specific standard text usage. Using codes from this code list prevents full text transmission.
4012    #[strum(serialize = "178")]
4013    _178,
4014    /// Standard text for export according national prescriptions
4015    ///
4016    /// National export regulations prescribe specific standard text usage. Using codes from this code list prevents full text transmission.
4017    #[strum(serialize = "179")]
4018    _179,
4019    /// Airport terminal
4020    ///
4021    /// Code identifying terminals or other sub-locations at airports.
4022    #[strum(serialize = "180")]
4023    _180,
4024    /// Activity
4025    ///
4026    /// Code identifying activities.
4027    #[strum(serialize = "181")]
4028    _181,
4029    /// Combiterms 1990
4030    ///
4031    /// Code to indicate the applicable Combiterm (1990 edition), used for the purpose of cost distribution between seller according to Incoterms 1990.
4032    #[strum(serialize = "182")]
4033    _182,
4034    /// Dangerous goods packing type
4035    ///
4036    /// Identification of package types for the description related to dangerous goods.
4037    #[strum(serialize = "183")]
4038    _183,
4039    /// Tax assessment method
4040    ///
4041    /// A code to identify the tax assessment method.
4042    #[strum(serialize = "184")]
4043    _184,
4044    /// Item type
4045    ///
4046    /// A code list defining the level of elaboration of a item such as raw material, component, tooling, etc.
4047    #[strum(serialize = "185")]
4048    _185,
4049    /// Product supply condition
4050    ///
4051    /// A code list specifying the rules according to which a product is supplied, e.g. from stock, available on demand, make on order, etc.
4052    #[strum(serialize = "186")]
4053    _186,
4054    /// Supplier's stock turnover
4055    ///
4056    /// A code list giving an indication about the level of the supplier's stock turnover.
4057    #[strum(serialize = "187")]
4058    _187,
4059    /// Article status
4060    ///
4061    /// A code list defining the status of an article from the procurement point of view, e.g. new article, critical article, etc.
4062    #[strum(serialize = "188")]
4063    _188,
4064    /// Quality control code
4065    ///
4066    /// A code list specifying how the article is classified according to the quality control point of view, e.g. safety item, subject to regulation, etc.
4067    #[strum(serialize = "189")]
4068    _189,
4069    /// Item sourcing category
4070    ///
4071    /// A code list to specify details related to the sourcing of the corresponding item such as provided by the buyer, from a mandatory source, etc.
4072    #[strum(serialize = "190")]
4073    _190,
4074    /// Dumping or countervailing assessment method
4075    ///
4076    /// A code to identify the method used to determine the dumping or countervailing duty.
4077    #[strum(serialize = "191")]
4078    _191,
4079    /// Dumping specification
4080    ///
4081    /// Code list to identify types of goods for dumping purposes.
4082    #[strum(serialize = "192")]
4083    _192,
4084    /// Legal event
4085    ///
4086    /// Identifies a code list of legal events.
4087    #[strum(serialize = "193")]
4088    _193,
4089    /// Record precedence based on its currency in time
4090    ///
4091    /// Identifies the priority of a record based on its currency in time.
4092    #[strum(serialize = "194")]
4093    _194,
4094    /// Ownership rights
4095    ///
4096    /// Identifies a code list containing types of ownership rights.
4097    #[strum(serialize = "195")]
4098    _195,
4099    /// Property ownership extent
4100    ///
4101    /// Identifies a code list containing the extent of legal rights of possession to property.
4102    #[strum(serialize = "196")]
4103    _196,
4104    /// Monetary function detail
4105    ///
4106    /// Identifies a code list containing monetary function details.
4107    #[strum(serialize = "197")]
4108    _197,
4109    /// Account relationship type
4110    ///
4111    /// Identifies a code list containing types of account relationships.
4112    #[strum(serialize = "198")]
4113    _198,
4114    /// Account rating
4115    ///
4116    /// Identifies the code list containing account rating types.
4117    #[strum(serialize = "199")]
4118    _199,
4119    /// Loan type
4120    ///
4121    /// Identifies the code list of loan types.
4122    #[strum(serialize = "200")]
4123    _200,
4124    /// Claim type
4125    ///
4126    /// Identifies the code list containing the claim types.
4127    #[strum(serialize = "201")]
4128    _201,
4129    /// Legal case type
4130    ///
4131    /// Identifies the code list containing the type of legal cases.
4132    #[strum(serialize = "202")]
4133    _202,
4134    /// Court of law event type
4135    ///
4136    /// Identifies the code list containing the type of law events.
4137    #[strum(serialize = "203")]
4138    _203,
4139    /// Notice type
4140    ///
4141    /// Identifies the code list containing the type of notice.
4142    #[strum(serialize = "204")]
4143    _204,
4144    /// Ethnicity
4145    ///
4146    /// Identifies the code list containing ethnic types.
4147    #[strum(serialize = "205")]
4148    _205,
4149    /// Individual participation in company
4150    ///
4151    /// Identifies the code list containing the types of participation of an individual within a company.
4152    #[strum(serialize = "206")]
4153    _206,
4154    /// Real estate asset type
4155    ///
4156    /// Identifies the code list containing the types of real estate assets.
4157    #[strum(serialize = "207")]
4158    _207,
4159    /// Asset recurrence
4160    ///
4161    /// Identifies the code list containing the types of recurrences of assets.
4162    #[strum(serialize = "208")]
4163    _208,
4164    /// Construction material
4165    ///
4166    /// Identifies the code list containing types of materials used for construction.
4167    #[strum(serialize = "209")]
4168    _209,
4169    /// Information request type
4170    ///
4171    /// Identifies a code list containing types of information requests.
4172    #[strum(serialize = "210")]
4173    _210,
4174    /// Business change
4175    ///
4176    /// Identifies a code list containing business change types.
4177    #[strum(serialize = "211")]
4178    _211,
4179    /// Business credit rating
4180    ///
4181    /// Identifies a code list containing business credit rating types.
4182    #[strum(serialize = "212")]
4183    _212,
4184    /// Corporate financial filing criteria
4185    ///
4186    /// Identifies a code list containing criteria for corporate financial filings.
4187    #[strum(serialize = "213")]
4188    _213,
4189    /// Reason for public record filing
4190    ///
4191    /// Identifies a code list containing reasons for public record filings.
4192    #[strum(serialize = "214")]
4193    _214,
4194    /// Registration type
4195    ///
4196    /// Identifies a code list containing registration types.
4197    #[strum(serialize = "215")]
4198    _215,
4199    /// Stock exchange detail
4200    ///
4201    /// Identifies a code list containing stock exchange details.
4202    #[strum(serialize = "216")]
4203    _216,
4204    /// Business legal structure type
4205    ///
4206    /// Identifies a code list containing business legal structure details.
4207    #[strum(serialize = "217")]
4208    _217,
4209    /// Information request result
4210    ///
4211    /// Identifies a code list containing information request results.
4212    #[strum(serialize = "218")]
4213    _218,
4214    /// Financial information type
4215    ///
4216    /// Identifies a code list containing financial information types.
4217    #[strum(serialize = "219")]
4218    _219,
4219    /// Consolidation detail
4220    ///
4221    /// Identifies a code list containing consolidation details.
4222    #[strum(serialize = "220")]
4223    _220,
4224    /// Condition detail
4225    ///
4226    /// Identifies a code list containing condition details.
4227    #[strum(serialize = "221")]
4228    _221,
4229    /// Financial statement format
4230    ///
4231    /// Identifies a code list containing financial statement formats.
4232    #[strum(serialize = "222")]
4233    _222,
4234    /// Source of disclosure
4235    ///
4236    /// Identifies a code list containing disclosure sources.
4237    #[strum(serialize = "223")]
4238    _223,
4239    /// General territory type
4240    ///
4241    /// Identifies a code list containing general territory types.
4242    #[strum(serialize = "224")]
4243    _224,
4244    /// Roadway type
4245    ///
4246    /// Identifies a code list containing roadway types.
4247    #[strum(serialize = "225")]
4248    _225,
4249    /// Roadway detail
4250    ///
4251    /// Identifies a code list containing roadway details.
4252    #[strum(serialize = "226")]
4253    _226,
4254    /// City
4255    ///
4256    /// Identifies a code list containing cities.
4257    #[strum(serialize = "227")]
4258    _227,
4259    /// County
4260    ///
4261    /// Identifies a code list containing counties. A county is any of the territorial divisions of some countries, forming the chief unit of local administration.
4262    #[strum(serialize = "228")]
4263    _228,
4264    /// Geographic location
4265    ///
4266    /// Identifies a code list containing geographic locations.
4267    #[strum(serialize = "229")]
4268    _229,
4269    /// Entity relationship
4270    ///
4271    /// Identifies a code list of entity relationships.
4272    #[strum(serialize = "230")]
4273    _230,
4274    /// Payment behaviour rating
4275    ///
4276    /// Identifies a code list containing payment behaviour ratings.
4277    #[strum(serialize = "231")]
4278    _231,
4279    /// Inquiry selection
4280    ///
4281    /// Identifies a code list containing inquiry selections.
4282    #[strum(serialize = "232")]
4283    _232,
4284    /// Rating summary value
4285    ///
4286    /// Identifies a code list containing rating summary values.
4287    #[strum(serialize = "233")]
4288    _233,
4289    /// Industry rating
4290    ///
4291    /// Identifies a code list containing industry ratings.
4292    #[strum(serialize = "234")]
4293    _234,
4294    /// Forecast type
4295    ///
4296    /// Identifies a code list containing forecast types.
4297    #[strum(serialize = "235")]
4298    _235,
4299    /// Hobby
4300    ///
4301    /// Identifies a code list containing hobby types.
4302    #[strum(serialize = "236")]
4303    _236,
4304    /// Functional business area
4305    ///
4306    /// Identifies a code list containing functional business areas.
4307    #[strum(serialize = "237")]
4308    _237,
4309    /// Current asset details
4310    ///
4311    /// Identifies a code list containing details of the current asset types.
4312    #[strum(serialize = "238")]
4313    _238,
4314    /// Asset details
4315    ///
4316    /// Identifies a code list containing details of the asset types.
4317    #[strum(serialize = "239")]
4318    _239,
4319    /// Current liability details
4320    ///
4321    /// Identifies a code list containing the current liability types.
4322    #[strum(serialize = "240")]
4323    _240,
4324    /// Liability details
4325    ///
4326    /// Identifies a code list containing details of liability types.
4327    #[strum(serialize = "241")]
4328    _241,
4329    /// Financial item reclassification
4330    ///
4331    /// Identifies a code list containing financial item reclassifications.
4332    #[strum(serialize = "242")]
4333    _242,
4334    /// Financial item allocation
4335    ///
4336    /// Identifies a code list containing financial item allocations.
4337    #[strum(serialize = "243")]
4338    _243,
4339    /// Reason for financial item detail change
4340    ///
4341    /// Identifies a code list containing reasons for the change in financial item details.
4342    #[strum(serialize = "244")]
4343    _244,
4344    /// Educational institution type
4345    ///
4346    /// Identifies a code list containing educational institution types.
4347    #[strum(serialize = "245")]
4348    _245,
4349    /// Educational study area
4350    ///
4351    /// Identifies a code list containing educational study areas.
4352    #[strum(serialize = "246")]
4353    _246,
4354    /// Security share type
4355    ///
4356    /// Identifies a code list containing security share types.
4357    #[strum(serialize = "247")]
4358    _247,
4359    /// Insurance coverage detail
4360    ///
4361    /// Identifies a code list containing insurance coverage details.
4362    #[strum(serialize = "248")]
4363    _248,
4364    /// Property type
4365    ///
4366    /// Identifies a code list containing property types.
4367    #[strum(serialize = "249")]
4368    _249,
4369    /// Data category
4370    ///
4371    /// Identifies a code list containing data categories.
4372    #[strum(serialize = "250")]
4373    _250,
4374    /// Information type
4375    ///
4376    /// Identifies a code list containing types of information.
4377    #[strum(serialize = "251")]
4378    _251,
4379    /// Court of law type
4380    ///
4381    /// Identifies a code list containing court of law types.
4382    #[strum(serialize = "252")]
4383    _252,
4384    /// Region
4385    ///
4386    /// Identifies a code list containing regions that identify an area of the earth's surface, having definable boundaries or characteristics.
4387    #[strum(serialize = "253")]
4388    _253,
4389    /// Postal service carrier route
4390    ///
4391    /// Identifies a code list containing routes covered by a postal service carrier.
4392    #[strum(serialize = "254")]
4393    _254,
4394    /// Continent
4395    ///
4396    /// Identifies a code list containing continents, that are any of the main continuous expanses of land.
4397    #[strum(serialize = "255")]
4398    _255,
4399    /// Postal district
4400    ///
4401    /// Identifies a code list containing territories for the routing of mail.
4402    #[strum(serialize = "256")]
4403    _256,
4404    /// Non-postal town
4405    ///
4406    /// Identifies a code list containing towns not recognised as a postal entity.
4407    #[strum(serialize = "257")]
4408    _257,
4409    /// City subdivision
4410    ///
4411    /// Identifies a code list containing subdivisions of a city.
4412    #[strum(serialize = "258")]
4413    _258,
4414    /// Financial analysis categories
4415    ///
4416    /// Identifies a code list containing financial analysis categories.
4417    #[strum(serialize = "259")]
4418    _259,
4419    /// Accord Europeen relatif au transport international des marchandises(ADR).
4420    ///
4421    /// A code list identifying dangerous goods for transport purposes.
4422    #[strum(serialize = "260")]
4423    _260,
4424    /// Consignee's premises
4425    ///
4426    /// Facility controlled by the consignee of cargo.
4427    #[strum(serialize = "261")]
4428    _261,
4429    /// Consignor's premises
4430    ///
4431    /// Facility controlled by the consignor of cargo.
4432    #[strum(serialize = "262")]
4433    _262,
4434    /// Packing and/or unpacking facility
4435    ///
4436    /// Facility dedicated to the packing and/or unpacking of cargo.
4437    #[strum(serialize = "263")]
4438    _263,
4439    /// Storage facility
4440    ///
4441    /// Facility at which goods are stored.
4442    #[strum(serialize = "264")]
4443    _264,
4444    /// Repair facility
4445    ///
4446    /// Facility at which repairs are carried out.
4447    #[strum(serialize = "265")]
4448    _265,
4449    /// Marine berth
4450    ///
4451    /// The location within a port where a ship anchors or ties up.
4452    #[strum(serialize = "266")]
4453    _266,
4454    /// Marine wharf
4455    ///
4456    /// Landing platform where a ship can load and unload.
4457    #[strum(serialize = "267")]
4458    _267,
4459    /// Gate
4460    ///
4461    /// The location at which access to or from a facility is controlled.
4462    #[strum(serialize = "268")]
4463    _268,
4464    /// Warehouse
4465    ///
4466    /// A covered facility for the storage and distribution of goods.
4467    #[strum(serialize = "269")]
4468    _269,
4469    /// Business classification
4470    ///
4471    /// Code list of business classifications.
4472    #[strum(serialize = "270")]
4473    _270,
4474    /// Facility security clearance
4475    ///
4476    /// Code list specifying the security clearance assigned to a facility.
4477    #[strum(serialize = "271")]
4478    _271,
4479    /// Individual security clearance
4480    ///
4481    /// Code list specifying the security clearance assigned to an individual.
4482    #[strum(serialize = "272")]
4483    _272,
4484    /// Means of communications identifier
4485    ///
4486    /// Code list of communication means used to transmit data.
4487    #[strum(serialize = "273")]
4488    _273,
4489    /// Mutually defined
4490    #[strum(ascii_case_insensitive)]
4491    _ZZZ,
4492}
4493
4494/// Date or time or period function code qualifier
4495///
4496/// Code qualifying the function of a date, time or period.
4497#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
4498pub enum _2005 {
4499    /// Service completion date/time, actual
4500    ///
4501    /// Actual date/time on which the service was completed.
4502    #[strum(serialize = "1")]
4503    _1,
4504    /// Delivery date/time, requested
4505    ///
4506    /// Date on which buyer requests goods to be delivered.
4507    #[strum(serialize = "2")]
4508    _2,
4509    /// Invoice date/time
4510    ///
4511    /// [2376] Date when a Commercial Invoice is issued.
4512    #[strum(serialize = "3")]
4513    _3,
4514    /// Order date/time
4515    ///
4516    /// [2010] Date when an order is issued.
4517    #[strum(serialize = "4")]
4518    _4,
4519    /// Saleable stock demand cover period, expected
4520    ///
4521    /// A period of time when saleable stocks are expected to cover demand for a product.
4522    #[strum(serialize = "5")]
4523    _5,
4524    /// Moved from location date
4525    ///
4526    /// The date an entity moved from a location.
4527    #[strum(serialize = "6")]
4528    _6,
4529    /// Effective date/time
4530    ///
4531    /// Date and/or time at which specified event or document becomes effective.
4532    #[strum(serialize = "7")]
4533    _7,
4534    /// Order received date/time
4535    ///
4536    /// Date/time when the purchase order is received by the seller.
4537    #[strum(serialize = "8")]
4538    _8,
4539    /// Processing date/time
4540    ///
4541    /// Date/time of processing.
4542    #[strum(serialize = "9")]
4543    _9,
4544    /// Shipment date/time, requested
4545    ///
4546    /// Date on which goods should be shipped or despatched by the supplier.
4547    #[strum(serialize = "10")]
4548    _10,
4549    /// Despatch date and or time
4550    ///
4551    /// (2170) Date/time on which the goods are or are expected to be despatched or shipped.
4552    #[strum(serialize = "11")]
4553    _11,
4554    /// Terms discount due date/time
4555    ///
4556    /// Date by which payment should be made if discount terms are to apply.
4557    #[strum(serialize = "12")]
4558    _12,
4559    /// Terms net due date
4560    ///
4561    /// Date by which payment must be made.
4562    #[strum(serialize = "13")]
4563    _13,
4564    /// Payment date/time, deferred
4565    ///
4566    /// Date/time when instalments are due.
4567    #[strum(serialize = "14")]
4568    _14,
4569    /// Promotion start date/time
4570    ///
4571    /// Date/time when promotion activities begin.
4572    #[strum(serialize = "15")]
4573    _15,
4574    /// Promotion end date/time
4575    ///
4576    /// Date/time when promotion activities end.
4577    #[strum(serialize = "16")]
4578    _16,
4579    /// Delivery date/time, estimated
4580    ///
4581    /// Date and/or time when the shipper of the goods expects delivery will take place.
4582    #[strum(serialize = "17")]
4583    _17,
4584    /// Installation date/time/period
4585    ///
4586    ///
4587    #[strum(serialize = "18")]
4588    _18,
4589    /// Meat ageing period
4590    ///
4591    /// Period of time between slaughter and delivery during which meat is ageing.
4592    #[strum(serialize = "19")]
4593    _19,
4594    /// Cheque date/time
4595    ///
4596    /// Date/time when cheque is issued.
4597    #[strum(serialize = "20")]
4598    _20,
4599    /// Charge back date/time
4600    ///
4601    /// Description to be provided.
4602    #[strum(serialize = "21")]
4603    _21,
4604    /// Freight bill date/time
4605    ///
4606    /// Date/time when freight bill is issued.
4607    #[strum(serialize = "22")]
4608    _22,
4609    /// Equipment reconditioning date/time, actual
4610    ///
4611    /// Actual date/time of the reconditioning of a piece of equipment.
4612    #[strum(serialize = "23")]
4613    _23,
4614    /// Transfer note acceptance date and time
4615    ///
4616    /// Date and time when a transfer note (transfer document for transport exclusively using containers as equipment) is recognised as being valid by the carrier.
4617    #[strum(serialize = "24")]
4618    _24,
4619    /// Delivery date/time, actual
4620    ///
4621    /// Date/time on which goods or consignment are delivered at their destination.
4622    #[strum(serialize = "35")]
4623    _35,
4624    /// Expiry date
4625    ///
4626    /// Date of expiry of the validity of a referenced document, price information or any other referenced data element with a limited validity period.
4627    #[strum(serialize = "36")]
4628    _36,
4629    /// Ship not before date/time
4630    ///
4631    /// Goods should not be shipped before given date/time.
4632    #[strum(serialize = "37")]
4633    _37,
4634    /// Ship not later than date/time
4635    ///
4636    /// Date/time by which the goods should have been shipped.
4637    #[strum(serialize = "38")]
4638    _38,
4639    /// Ship week of date
4640    ///
4641    /// Date identifying the week during which goods should be shipped.
4642    #[strum(serialize = "39")]
4643    _39,
4644    /// Clinical information issue date and/or time
4645    ///
4646    /// Date and/or time when clinical information is issued.
4647    #[strum(serialize = "40")]
4648    _40,
4649    /// Event duration, expected
4650    ///
4651    /// The expected duration of an event.
4652    #[strum(serialize = "41")]
4653    _41,
4654    /// Superseded date/time
4655    ///
4656    /// Date/time being overlaid by a date given elsewhere.
4657    #[strum(serialize = "42")]
4658    _42,
4659    /// Event duration, intended
4660    ///
4661    /// The intended duration of an event.
4662    #[strum(serialize = "43")]
4663    _43,
4664    /// Availability
4665    ///
4666    /// Date/time when received item is available.
4667    #[strum(serialize = "44")]
4668    _44,
4669    /// Compilation date and time
4670    ///
4671    /// Date and time of the compilation.
4672    #[strum(serialize = "45")]
4673    _45,
4674    /// Cancellation date
4675    ///
4676    /// Date on which a document or message has been cancelled.
4677    #[strum(serialize = "46")]
4678    _46,
4679    /// Statistical time series date
4680    ///
4681    /// Date for statistical time series purposes.
4682    #[strum(serialize = "47")]
4683    _47,
4684    /// Duration
4685    ///
4686    /// Duration.
4687    #[strum(serialize = "48")]
4688    _48,
4689    /// Deliver not before and not after dates
4690    ///
4691    /// Deliver not before and not after a specific date range.
4692    #[strum(serialize = "49")]
4693    _49,
4694    /// Goods receipt date/time
4695    ///
4696    /// Date/time upon which the goods were received by a given party.
4697    #[strum(serialize = "50")]
4698    _50,
4699    /// Cumulative quantity start date
4700    ///
4701    /// First Date for accumulation of delivery quantities.
4702    #[strum(serialize = "51")]
4703    _51,
4704    /// Cumulative quantity end date
4705    ///
4706    /// Last Date for accumulation of delivery quantities.
4707    #[strum(serialize = "52")]
4708    _52,
4709    /// Buyer's local time
4710    ///
4711    /// Time at the buyer's location.
4712    #[strum(serialize = "53")]
4713    _53,
4714    /// Seller's local time
4715    ///
4716    /// Time at the seller's location.
4717    #[strum(serialize = "54")]
4718    _54,
4719    /// Confirmed date/time
4720    ///
4721    /// Date/time which has been confirmed.
4722    #[strum(serialize = "55")]
4723    _55,
4724    /// Original authorisation date and/or time
4725    ///
4726    /// Date and/or time when original authorisation was issued.
4727    #[strum(serialize = "56")]
4728    _56,
4729    /// Precaution relevant period
4730    ///
4731    /// The period when a precaution is relevant.
4732    #[strum(serialize = "57")]
4733    _57,
4734    /// Clearance date (Customs)
4735    ///
4736    /// (3080) Date on which Customs formalities necessary to allow goods to be exported, to enter home use, or to be placed under another Customs procedure has been accomplished (CCC).
4737    #[strum(serialize = "58")]
4738    _58,
4739    /// Inbound movement authorization date
4740    ///
4741    /// Inland movement authorization date.
4742    #[strum(serialize = "59")]
4743    _59,
4744    /// Engineering change level date
4745    ///
4746    /// Date the engineering level of goods is changed.
4747    #[strum(serialize = "60")]
4748    _60,
4749    /// Cancel if not delivered by this date
4750    ///
4751    ///
4752    #[strum(serialize = "61")]
4753    _61,
4754    /// Excluded date
4755    ///
4756    /// Date excluded from a period of time.
4757    #[strum(serialize = "62")]
4758    _62,
4759    /// Delivery date/time, latest
4760    ///
4761    /// Date identifying a point of time after which goods shall not or will not be delivered.
4762    #[strum(serialize = "63")]
4763    _63,
4764    /// Delivery date/time, earliest
4765    ///
4766    /// Date identifying a point in time before which the goods shall not be delivered.
4767    #[strum(serialize = "64")]
4768    _64,
4769    /// Delivery date/time, 1st schedule
4770    ///
4771    ///
4772    #[strum(serialize = "65")]
4773    _65,
4774    /// Excluded period
4775    ///
4776    /// An interval of time excluded from a period of time.
4777    #[strum(serialize = "66")]
4778    _66,
4779    /// Delivery date/time, current schedule
4780    ///
4781    /// Delivery Date deriving from actual schedule.
4782    #[strum(serialize = "67")]
4783    _67,
4784    /// Additional period
4785    ///
4786    /// An interval of time added to a period of time.
4787    #[strum(serialize = "68")]
4788    _68,
4789    /// Delivery date/time, promised for
4790    ///
4791    /// [2138] Date by which, or period within which, the merchandise should be delivered to the buyer, as agreed between the seller and the buyer (generic term).
4792    #[strum(serialize = "69")]
4793    _69,
4794    /// Additional date
4795    ///
4796    /// Date added to a period of time.
4797    #[strum(serialize = "70")]
4798    _70,
4799    /// Delivery date/time, requested for (after and including)
4800    ///
4801    /// Delivery is requested to happen after or on given date.
4802    #[strum(serialize = "71")]
4803    _71,
4804    /// Delivery date/time, promised for (after and including)
4805    ///
4806    /// Delivery might take place earliest at given date.
4807    #[strum(serialize = "72")]
4808    _72,
4809    /// Guarantee period
4810    ///
4811    /// The period for which the guarantee is or will be granted.
4812    #[strum(serialize = "73")]
4813    _73,
4814    /// Delivery date/time, requested for (prior to and including)
4815    ///
4816    /// Delivery is requested to happen prior to or including the given date.
4817    #[strum(serialize = "74")]
4818    _74,
4819    /// Delivery date/time, promised for (prior to and including)
4820    ///
4821    /// Delivery might take place latest at given date.
4822    #[strum(serialize = "75")]
4823    _75,
4824    /// Delivery date/time, scheduled for
4825    ///
4826    ///
4827    #[strum(serialize = "76")]
4828    _76,
4829    /// Specification revision date
4830    ///
4831    /// Date of revision to a specification.
4832    #[strum(serialize = "77")]
4833    _77,
4834    /// Event date/time/period, actual
4835    ///
4836    /// The actual date/time/period an event occurred.
4837    #[strum(serialize = "78")]
4838    _78,
4839    /// Shipment date/time, promised for
4840    ///
4841    /// Shipment might happen at given date/time.
4842    #[strum(serialize = "79")]
4843    _79,
4844    /// Planning end date and/or time, actual
4845    ///
4846    /// The actual date and/or time the planning ended.
4847    #[strum(serialize = "80")]
4848    _80,
4849    /// Shipment date/time, requested for (after and including)
4850    ///
4851    /// Shipment should happen earliest at given date.
4852    #[strum(serialize = "81")]
4853    _81,
4854    /// Medicine administration time
4855    ///
4856    /// Designated time of day for the administration of medicine.
4857    #[strum(serialize = "82")]
4858    _82,
4859    /// Dispensing interval, minimum
4860    ///
4861    /// The shortest interval allowed between one dispensing of an item and the next dispensing of the same item.
4862    #[strum(serialize = "83")]
4863    _83,
4864    /// Shipment date/time, requested for (prior to and including)
4865    ///
4866    /// Shipment should take place latest at given date.
4867    #[strum(serialize = "84")]
4868    _84,
4869    /// Shipment date/time, promised for (prior to and including)
4870    ///
4871    /// Shipment might take place latest at given date.
4872    #[strum(serialize = "85")]
4873    _85,
4874    /// Medication date/time, start
4875    ///
4876    /// Date and/or time when medication was started.
4877    #[strum(serialize = "86")]
4878    _86,
4879    /// Travel service connection time
4880    ///
4881    /// Time elapsing between the arrival of a travel service and the departure of a connecting travel service.
4882    #[strum(serialize = "87")]
4883    _87,
4884    /// Summer time, start
4885    ///
4886    /// Date/time at which the summer time starts.
4887    #[strum(serialize = "88")]
4888    _88,
4889    /// Inquiry date
4890    ///
4891    ///
4892    #[strum(serialize = "89")]
4893    _89,
4894    /// Report start date
4895    ///
4896    ///
4897    #[strum(serialize = "90")]
4898    _90,
4899    /// Report end date
4900    ///
4901    ///
4902    #[strum(serialize = "91")]
4903    _91,
4904    /// Contract effective date
4905    ///
4906    /// Date when a contract becomes valid.
4907    #[strum(serialize = "92")]
4908    _92,
4909    /// Contract expiry date
4910    ///
4911    /// Date when a contract expires.
4912    #[strum(serialize = "93")]
4913    _93,
4914    /// Production/manufacture date
4915    ///
4916    /// Date on which goods are produced.
4917    #[strum(serialize = "94")]
4918    _94,
4919    /// Bill of lading date
4920    ///
4921    /// Date as specified on the bill of lading.
4922    #[strum(serialize = "95")]
4923    _95,
4924    /// Discharge date/time
4925    ///
4926    /// Date/time when goods should, might or have been discharged from the means of transport.
4927    #[strum(serialize = "96")]
4928    _96,
4929    /// Transaction creation date
4930    ///
4931    ///
4932    #[strum(serialize = "97")]
4933    _97,
4934    /// Winter time, start
4935    ///
4936    /// Date/time at which the winter time starts.
4937    #[strum(serialize = "98")]
4938    _98,
4939    /// Quotation opening date
4940    ///
4941    /// The date on which the quotation has been or may be opened.
4942    #[strum(serialize = "99")]
4943    _99,
4944    /// Product ageing period before delivery
4945    ///
4946    /// Period of time before delivery during which the product is ageing.
4947    #[strum(serialize = "100")]
4948    _100,
4949    /// Production date, no schedule established as of
4950    ///
4951    /// Date as of there is no valid production schedule.
4952    #[strum(serialize = "101")]
4953    _101,
4954    /// Health problem period
4955    ///
4956    /// Period of time of health problem.
4957    #[strum(serialize = "102")]
4958    _102,
4959    /// Deposit date/time
4960    ///
4961    ///
4962    #[strum(serialize = "107")]
4963    _107,
4964    /// Postmark date/time
4965    ///
4966    ///
4967    #[strum(serialize = "108")]
4968    _108,
4969    /// Receive at lockbox date
4970    ///
4971    /// The date on which a financial institution, serving as collection agency for a company located in another part of the country, collects an amount of money on behalf of that company.
4972    #[strum(serialize = "109")]
4973    _109,
4974    /// Ship date, originally scheduled
4975    ///
4976    /// The date on which the shipment of goods was originally scheduled.
4977    #[strum(serialize = "110")]
4978    _110,
4979    /// Manifest/ship notice date
4980    ///
4981    /// The date of issuance of a manifest or ship notice.
4982    #[strum(serialize = "111")]
4983    _111,
4984    /// First interest-bearing date
4985    ///
4986    /// The first date from which interest is borne.
4987    #[strum(serialize = "112")]
4988    _112,
4989    /// Sample required date
4990    ///
4991    /// Date as of a sample has to be available customer defined.
4992    #[strum(serialize = "113")]
4993    _113,
4994    /// Tooling required date
4995    ///
4996    /// Date as of a tool has to be available customer defined.
4997    #[strum(serialize = "114")]
4998    _114,
4999    /// Sample available date
5000    ///
5001    /// Date as of a sample will be available seller defined.
5002    #[strum(serialize = "115")]
5003    _115,
5004    /// Equipment return period, expected
5005    ///
5006    /// Period until which equipment is expected to be hired.
5007    #[strum(serialize = "116")]
5008    _116,
5009    /// Delivery date/time, first
5010    ///
5011    /// First possible date/time for delivery.
5012    #[strum(serialize = "117")]
5013    _117,
5014    /// Cargo booking confirmed date/time
5015    ///
5016    /// Date/time at which the cargo booking has been accepted by the carrier.
5017    #[strum(serialize = "118")]
5018    _118,
5019    /// Test completion date
5020    ///
5021    /// Date when a test has been completed.
5022    #[strum(serialize = "119")]
5023    _119,
5024    /// Last interest-bearing date
5025    ///
5026    /// The last date from which interest is borne.
5027    #[strum(serialize = "120")]
5028    _120,
5029    /// Entry date
5030    ///
5031    /// Date of entry.
5032    #[strum(serialize = "121")]
5033    _121,
5034    /// Contract completion date
5035    ///
5036    /// The date a contract is completed.
5037    #[strum(serialize = "122")]
5038    _122,
5039    /// Documentary credit expiry date/time
5040    ///
5041    /// The latest date/time for presentation of the documents to the bank where the credit expires.
5042    #[strum(serialize = "123")]
5043    _123,
5044    /// Despatch note date
5045    ///
5046    /// [2218] Date when a Despatch Note is issued.
5047    #[strum(serialize = "124")]
5048    _124,
5049    /// Import licence date
5050    ///
5051    /// [2292] Date when Import Licence is issued.
5052    #[strum(serialize = "125")]
5053    _125,
5054    /// Contract date
5055    ///
5056    /// [2326] Date when a Contract is agreed.
5057    #[strum(serialize = "126")]
5058    _126,
5059    /// Previous report date
5060    ///
5061    /// Date of the previous report.
5062    #[strum(serialize = "127")]
5063    _127,
5064    /// Delivery date/time, last
5065    ///
5066    /// Date when the last delivery should be or has been accomplished.
5067    #[strum(serialize = "128")]
5068    _128,
5069    /// Exportation date
5070    ///
5071    /// Date when imported vessel/merchandise last left the country of export for the country of import.
5072    #[strum(serialize = "129")]
5073    _129,
5074    /// Current report date
5075    ///
5076    /// Date of the current report.
5077    #[strum(serialize = "130")]
5078    _130,
5079    /// Tax point date
5080    ///
5081    /// Date on which tax is due or calculated.
5082    #[strum(serialize = "131")]
5083    _131,
5084    /// Arrival date/time, estimated
5085    ///
5086    /// (2348) Date/time when carrier estimates that a means of transport should arrive at the port of discharge or place of destination.
5087    #[strum(serialize = "132")]
5088    _132,
5089    /// Departure date/time, estimated
5090    ///
5091    /// Date/time when carrier estimates that a means of transport should depart at the place of departure.
5092    #[strum(serialize = "133")]
5093    _133,
5094    /// Rate of exchange date/time
5095    ///
5096    /// Date/time on which the exchange rate was fixed.
5097    #[strum(serialize = "134")]
5098    _134,
5099    /// Telex date
5100    ///
5101    /// Date identifying when a telex message was sent.
5102    #[strum(serialize = "135")]
5103    _135,
5104    /// Departure date/time
5105    ///
5106    /// [2280] Date (and time) of departure of means of transport.
5107    #[strum(serialize = "136")]
5108    _136,
5109    /// Document/message date/time
5110    ///
5111    /// (2006) Date/time when a document/message is issued. This may include authentication.
5112    #[strum(serialize = "137")]
5113    _137,
5114    /// Payment date
5115    ///
5116    /// [2034] Date on which an amount due is made available to the creditor, in accordance with the terms of payment.
5117    #[strum(serialize = "138")]
5118    _138,
5119    /// Payment due date
5120    ///
5121    /// Date/time at which funds should be made available.
5122    #[strum(serialize = "140")]
5123    _140,
5124    /// Presentation date of Goods declaration (Customs)
5125    ///
5126    /// [2032] Date on which a Goods declaration is presented or lodged with Customs.
5127    #[strum(serialize = "141")]
5128    _141,
5129    /// Labour wage determination date
5130    ///
5131    /// The date a labour wage is determined.
5132    #[strum(serialize = "142")]
5133    _142,
5134    /// Acceptance date/time of goods
5135    ///
5136    /// [2126] Date on which the goods are taken over by the carrier at the place of acceptance (CMR 4).
5137    #[strum(serialize = "143")]
5138    _143,
5139    /// Quota date
5140    ///
5141    /// Date that the quota applies to.
5142    #[strum(serialize = "144")]
5143    _144,
5144    /// Event date
5145    ///
5146    /// A date specifying an event.
5147    #[strum(serialize = "145")]
5148    _145,
5149    /// Entry date, estimated (Customs)
5150    ///
5151    /// Date on which the official date of Customs entry is anticipated.
5152    #[strum(serialize = "146")]
5153    _146,
5154    /// Expiry date of export licence
5155    ///
5156    /// [2078] Date of expiry of the validity of an Export Licence.
5157    #[strum(serialize = "147")]
5158    _147,
5159    /// Acceptance date of Goods declaration (Customs)
5160    ///
5161    /// [2036] Date on which a Goods declaration is accepted by Customs in accordance with Customs legislation.
5162    #[strum(serialize = "148")]
5163    _148,
5164    /// Invoice date, required
5165    ///
5166    /// Date required for invoice issue.
5167    #[strum(serialize = "149")]
5168    _149,
5169    /// Declaration/presentation date
5170    ///
5171    /// Date when item has been or has to be declared/presented.
5172    #[strum(serialize = "150")]
5173    _150,
5174    /// Importation date
5175    ///
5176    /// Date on which goods are imported, as determined by the governing Customs administration.
5177    #[strum(serialize = "151")]
5178    _151,
5179    /// Exportation date for textiles
5180    ///
5181    /// Date when imported textiles last left the country of origin for the country of importation.
5182    #[strum(serialize = "152")]
5183    _152,
5184    /// Cancellation date/time, latest
5185    ///
5186    /// The latest date/time on which cancellation of the payment order may be requested.
5187    #[strum(serialize = "153")]
5188    _153,
5189    /// Acceptance date of document
5190    ///
5191    /// The date on which a document was accepted.
5192    #[strum(serialize = "154")]
5193    _154,
5194    /// Accounting period start date
5195    ///
5196    ///
5197    #[strum(serialize = "155")]
5198    _155,
5199    /// Accounting period end date
5200    ///
5201    ///
5202    #[strum(serialize = "156")]
5203    _156,
5204    /// Validity start date
5205    ///
5206    ///
5207    #[strum(serialize = "157")]
5208    _157,
5209    /// Horizon start date
5210    ///
5211    /// The first date of a period forming a horizon.
5212    #[strum(serialize = "158")]
5213    _158,
5214    /// Horizon end date
5215    ///
5216    /// The last date of a period forming a horizon.
5217    #[strum(serialize = "159")]
5218    _159,
5219    /// Authorization date
5220    ///
5221    /// Date when an authorization was given.
5222    #[strum(serialize = "160")]
5223    _160,
5224    /// Release date of customer
5225    ///
5226    /// Date the customer authorised the goods' release.
5227    #[strum(serialize = "161")]
5228    _161,
5229    /// Release date of supplier
5230    ///
5231    /// Date when the supplier released goods.
5232    #[strum(serialize = "162")]
5233    _162,
5234    /// Processing start date/time
5235    ///
5236    /// Date/Time when a specific process starts.
5237    #[strum(serialize = "163")]
5238    _163,
5239    /// Processing end date/time
5240    ///
5241    /// Date/Time when a specific process ends.
5242    #[strum(serialize = "164")]
5243    _164,
5244    /// Tax period start date
5245    ///
5246    /// Date when a tax period begins.
5247    #[strum(serialize = "165")]
5248    _165,
5249    /// Tax period end date
5250    ///
5251    /// Date when a tax period ends.
5252    #[strum(serialize = "166")]
5253    _166,
5254    /// Charge period start date
5255    ///
5256    /// The charge period's first date.
5257    #[strum(serialize = "167")]
5258    _167,
5259    /// Charge period end date
5260    ///
5261    /// The charge period's last date.
5262    #[strum(serialize = "168")]
5263    _168,
5264    /// Lead time
5265    ///
5266    /// Time required between order entry till earliest goods delivery.
5267    #[strum(serialize = "169")]
5268    _169,
5269    /// Settlement due date
5270    ///
5271    /// More generic than 'payment due date' and therefore more apt for reinsurance/insurance business.
5272    #[strum(serialize = "170")]
5273    _170,
5274    /// Reference date/time
5275    ///
5276    /// Date/time on which the reference was issued.
5277    #[strum(serialize = "171")]
5278    _171,
5279    /// Hired from date
5280    ///
5281    /// Date from which an item has been or will be hired.
5282    #[strum(serialize = "172")]
5283    _172,
5284    /// Hired until date
5285    ///
5286    /// Date until which an item has been or will be hired.
5287    #[strum(serialize = "173")]
5288    _173,
5289    /// Advise after date/time
5290    ///
5291    /// The information must be advised after the date/time indicated.
5292    #[strum(serialize = "174")]
5293    _174,
5294    /// Advise before date/time
5295    ///
5296    /// The information must be advised before the date/time indicated.
5297    #[strum(serialize = "175")]
5298    _175,
5299    /// Advise completed date/time
5300    ///
5301    /// The advise has been completed at the date indicated.
5302    #[strum(serialize = "176")]
5303    _176,
5304    /// Advise on date/time
5305    ///
5306    /// The information must be advised on the date/time indicated.
5307    #[strum(serialize = "177")]
5308    _177,
5309    /// Arrival date/time, actual
5310    ///
5311    /// [2106] Date (and time) of arrival of means of transport.
5312    #[strum(serialize = "178")]
5313    _178,
5314    /// Booking date/time
5315    ///
5316    /// Date at which the booking was made.
5317    #[strum(serialize = "179")]
5318    _179,
5319    /// Closing date/time
5320    ///
5321    /// Final date for delivering cargo to a liner ship.
5322    #[strum(serialize = "180")]
5323    _180,
5324    /// Positioning date/time of equipment
5325    ///
5326    /// Date/time when equipment is positioned.
5327    #[strum(serialize = "181")]
5328    _181,
5329    /// Issue date
5330    ///
5331    /// Date when a document/message has been or will be issued.
5332    #[strum(serialize = "182")]
5333    _182,
5334    /// Date, as at
5335    ///
5336    /// Date related to a given context.
5337    #[strum(serialize = "183")]
5338    _183,
5339    /// Notification date/time
5340    ///
5341    /// Date/time of notification.
5342    #[strum(serialize = "184")]
5343    _184,
5344    /// Commenced tank cleaning date/time
5345    ///
5346    /// The date/and or time tank cleaning was started.
5347    #[strum(serialize = "185")]
5348    _185,
5349    /// Departure date/time, actual
5350    ///
5351    /// (2280) Date (and time) of departure of means of transport.
5352    #[strum(serialize = "186")]
5353    _186,
5354    /// Authentication date/time of document
5355    ///
5356    /// Date/time when the document is signed or otherwise authenticated.
5357    #[strum(serialize = "187")]
5358    _187,
5359    /// Previous current account date
5360    ///
5361    /// Date of the previous current account.
5362    #[strum(serialize = "188")]
5363    _188,
5364    /// Departure date/time, scheduled
5365    ///
5366    /// Date (and time) of scheduled departure of means of transport.
5367    #[strum(serialize = "189")]
5368    _189,
5369    /// Transhipment date/time
5370    ///
5371    /// Date and time of the transfer of the goods from one means of transport to another.
5372    #[strum(serialize = "190")]
5373    _190,
5374    /// Delivery date/time, expected
5375    ///
5376    /// Date/time on which goods are expected to be delivered.
5377    #[strum(serialize = "191")]
5378    _191,
5379    /// Expiration date/time of customs document
5380    ///
5381    /// Date on which validity of a customs document expires.
5382    #[strum(serialize = "192")]
5383    _192,
5384    /// Execution date
5385    ///
5386    /// The date when ordered bank initiated the transaction.
5387    #[strum(serialize = "193")]
5388    _193,
5389    /// Start date/time
5390    ///
5391    /// Date/time on which a period starts.
5392    #[strum(serialize = "194")]
5393    _194,
5394    /// Expiry date of import licence
5395    ///
5396    /// [2272] Date of expiry of the validity of an Import Licence.
5397    #[strum(serialize = "195")]
5398    _195,
5399    /// Departure date/time, earliest
5400    ///
5401    /// Date/time of earliest departure of means of transport.
5402    #[strum(serialize = "196")]
5403    _196,
5404    /// Lay-time first day
5405    ///
5406    /// First of a number of days allowed in a charter party of the loading and discharging of cargo.
5407    #[strum(serialize = "197")]
5408    _197,
5409    /// Lay-time last day
5410    ///
5411    /// Last of a number of days allowed in a charter party for the loading and discharging of cargo.
5412    #[strum(serialize = "198")]
5413    _198,
5414    /// Positioning date/time of goods
5415    ///
5416    /// The date and/or time the goods have to be or have been positioned.
5417    #[strum(serialize = "199")]
5418    _199,
5419    /// Pick-up/collection date/time of cargo
5420    ///
5421    /// Date/time at which the cargo is picked up.
5422    #[strum(serialize = "200")]
5423    _200,
5424    /// Pick-up date/time of equipment
5425    ///
5426    /// Date/time at which the equipment is picked up.
5427    #[strum(serialize = "201")]
5428    _201,
5429    /// Posting date
5430    ///
5431    /// The date when an entry is posted to an account.
5432    #[strum(serialize = "202")]
5433    _202,
5434    /// Execution date/time, requested
5435    ///
5436    /// The date/time on which the ordered bank is requested to initiate the payment order, as specified by the originator (e.g. the date of the debit).
5437    #[strum(serialize = "203")]
5438    _203,
5439    /// Release date (Customs)
5440    ///
5441    /// Date on which Customs releases merchandise to the carrier or importer.
5442    #[strum(serialize = "204")]
5443    _204,
5444    /// Settlement date
5445    ///
5446    /// Date for settlement of financial transaction e.g. foreign exchange securities.
5447    #[strum(serialize = "205")]
5448    _205,
5449    /// End date/time
5450    ///
5451    /// Date/time on which a period (from - to) ends.
5452    #[strum(serialize = "206")]
5453    _206,
5454    /// Commenced pumping ballast date/time
5455    ///
5456    /// Date/time on which the intake of materials to be carried to improve the trim and the stability of the means of transport, was commenced.
5457    #[strum(serialize = "207")]
5458    _207,
5459    /// Departure date/time, ultimate
5460    ///
5461    /// Date/time at which a means of transport has to depart ultimately.
5462    #[strum(serialize = "208")]
5463    _208,
5464    /// Value date
5465    ///
5466    /// Date on which the funds are at the disposal of the beneficiary or cease to be at the disposal of the ordering customer.
5467    #[strum(serialize = "209")]
5468    _209,
5469    /// Reinsurance current account period
5470    ///
5471    /// Description to be provided.
5472    #[strum(serialize = "210")]
5473    _210,
5474    /// 360/30
5475    ///
5476    /// Calculation is based on year of 360 days, month of 30 days.
5477    #[strum(serialize = "211")]
5478    _211,
5479    /// 360/28-31
5480    ///
5481    /// Calculation is based on year of 360 days, month of 28-31 days.
5482    #[strum(serialize = "212")]
5483    _212,
5484    /// 365-6/30
5485    ///
5486    /// Calculation is based on year of 365-6 days, month of 30 days.
5487    #[strum(serialize = "213")]
5488    _213,
5489    /// 365-6/28-31
5490    ///
5491    /// Calculation is based on year of 365-6 days, month of 28- 31 days.
5492    #[strum(serialize = "214")]
5493    _214,
5494    /// 365/28-31
5495    ///
5496    /// Calculation is based on year of 365 days, month of 28-31 days.
5497    #[strum(serialize = "215")]
5498    _215,
5499    /// 365/30
5500    ///
5501    /// Calculation is based on year of 365 days, month of 30 days.
5502    #[strum(serialize = "216")]
5503    _216,
5504    /// From date of award to latest delivery
5505    ///
5506    /// Lead time to determine the latest date a delivery can be made based on the date an award is made.
5507    #[strum(serialize = "217")]
5508    _217,
5509    /// Authentication/validation date/time
5510    ///
5511    ///
5512    #[strum(serialize = "218")]
5513    _218,
5514    /// Crossborder date/time
5515    ///
5516    /// Date/time at which goods are transferred across a country border.
5517    #[strum(serialize = "219")]
5518    _219,
5519    /// Interest period
5520    ///
5521    /// Number of days used for the calculation of interests.
5522    #[strum(serialize = "221")]
5523    _221,
5524    /// Presentation date, latest
5525    ///
5526    /// Latest date for presentation of a document.
5527    #[strum(serialize = "222")]
5528    _222,
5529    /// Delivery date/time, deferred
5530    ///
5531    /// New date and time of delivery calculated on basis of a consignee's requirement (chargeable).
5532    #[strum(serialize = "223")]
5533    _223,
5534    /// Permit to admit date
5535    ///
5536    /// Date on which permission was granted to move merchandise into a bonded warehouse or free trade zone.
5537    #[strum(serialize = "224")]
5538    _224,
5539    /// Certification of weight date/time
5540    ///
5541    /// Date/time at which the carrier proceeds to the weighting of the goods.
5542    #[strum(serialize = "225")]
5543    _225,
5544    /// Discrepancy date/time
5545    ///
5546    /// Date/time at which a discrepancy has been found.
5547    #[strum(serialize = "226")]
5548    _226,
5549    /// Beneficiary's banks due date
5550    ///
5551    /// Date on which funds should be made available to the beneficiary's bank.
5552    #[strum(serialize = "227")]
5553    _227,
5554    /// Debit value date, requested
5555    ///
5556    /// Date on which the account owner wants the debit value to his account.
5557    #[strum(serialize = "228")]
5558    _228,
5559    /// Hoses connected date/time
5560    ///
5561    /// The date and/or time hoses were connected.
5562    #[strum(serialize = "229")]
5563    _229,
5564    /// Hoses disconnected date/time
5565    ///
5566    /// The date and/or time hoses were disconnected.
5567    #[strum(serialize = "230")]
5568    _230,
5569    /// Arrival date/time, earliest
5570    ///
5571    /// Date/time of earliest arrival of means of transport.
5572    #[strum(serialize = "231")]
5573    _231,
5574    /// Arrival date/time, scheduled
5575    ///
5576    /// Date (and time) of scheduled arrival of means of transport.
5577    #[strum(serialize = "232")]
5578    _232,
5579    /// Arrival date/time, ultimate
5580    ///
5581    /// Date (and time) of ultimate arrival of means of transport.
5582    #[strum(serialize = "233")]
5583    _233,
5584    /// Collection date/time, earliest
5585    ///
5586    /// The transport order may be issued before the goods are ready for picking up. This date/time indicates from when on the carrier can have access to the consignment.
5587    #[strum(serialize = "234")]
5588    _234,
5589    /// Collection date/time, latest
5590    ///
5591    /// In relation with the arrangements agreed between buyer and seller or between sender and main transport it may be necessary to specify the latest collection date/time.
5592    #[strum(serialize = "235")]
5593    _235,
5594    /// Completed pumping ballast date/time
5595    ///
5596    /// Date/time at which the intake of materials, to be carried to improve the trim and the stability of the means of transport, was completed.
5597    #[strum(serialize = "236")]
5598    _236,
5599    /// Completed tank cleaning date/time
5600    ///
5601    /// The date and/or time tank cleaning was completed.
5602    #[strum(serialize = "237")]
5603    _237,
5604    /// Tanks accepted date/time
5605    ///
5606    /// The date and/or time the tanks are to be or have been accepted.
5607    #[strum(serialize = "238")]
5608    _238,
5609    /// Tanks inspected date/time
5610    ///
5611    /// The date and/or time the tanks are to be or have been inspected.
5612    #[strum(serialize = "239")]
5613    _239,
5614    /// Reinsurance accounting period
5615    ///
5616    /// To identify a reinsurance account period via start and end dates.
5617    #[strum(serialize = "240")]
5618    _240,
5619    /// From date of award to earliest delivery
5620    ///
5621    /// Lead time to determine the earliest date a delivery can be made based on the date an award is made.
5622    #[strum(serialize = "241")]
5623    _241,
5624    /// Preparation date/time of document
5625    ///
5626    /// Date and/or time that the document was prepared.
5627    #[strum(serialize = "242")]
5628    _242,
5629    /// Transmission date/time of document
5630    ///
5631    ///
5632    #[strum(serialize = "243")]
5633    _243,
5634    /// Settlement date, planned
5635    ///
5636    ///
5637    #[strum(serialize = "244")]
5638    _244,
5639    /// Underwriting year
5640    ///
5641    /// Year in which the treaty was commenced.
5642    #[strum(serialize = "245")]
5643    _245,
5644    /// Accounting year
5645    ///
5646    /// Year considered for accounting of the treaty or portion of the treaty.
5647    #[strum(serialize = "246")]
5648    _246,
5649    /// Year of occurrence
5650    ///
5651    /// Year in which a specific event (e.g. a loss) took place.
5652    #[strum(serialize = "247")]
5653    _247,
5654    /// Loss
5655    ///
5656    /// Date, time, period on which a referenced loss occurred.
5657    #[strum(serialize = "248")]
5658    _248,
5659    /// Cash call date
5660    ///
5661    /// Date on which a cash call was made for a loss suffered and covered.
5662    #[strum(serialize = "249")]
5663    _249,
5664    /// Re-exportation date
5665    ///
5666    /// Date of re-exportation.
5667    #[strum(serialize = "250")]
5668    _250,
5669    /// Re-importation date
5670    ///
5671    /// Date of re-importation.
5672    #[strum(serialize = "251")]
5673    _251,
5674    /// Arrival date/time at initial port
5675    ///
5676    /// Date/time that the conveyance arrives at the initial port in the country of destination.
5677    #[strum(serialize = "252")]
5678    _252,
5679    /// Departure date/time from last port of call
5680    ///
5681    /// Date/time that conveyance departed from the last foreign port of call.
5682    #[strum(serialize = "253")]
5683    _253,
5684    /// Registration date of previous Customs declaration
5685    ///
5686    /// Registration date of the Customs declaration for the previous Customs procedure either in the same or another country.
5687    #[strum(serialize = "254")]
5688    _254,
5689    /// Availability due date
5690    ///
5691    /// Date when ordered items should be available at a specified location.
5692    #[strum(serialize = "255")]
5693    _255,
5694    /// From date of award to completion
5695    ///
5696    /// Lead time to determine the completion date of an effort based on the date an award is made.
5697    #[strum(serialize = "256")]
5698    _256,
5699    /// Calculation date/time/period
5700    ///
5701    /// The date/time/period on which a calculation will take, or has taken, place.
5702    #[strum(serialize = "257")]
5703    _257,
5704    /// Guarantee date
5705    ///
5706    /// Date when a guarantee is placed.
5707    #[strum(serialize = "258")]
5708    _258,
5709    /// Conveyance registration date
5710    ///
5711    /// Date when a vessel, vehicle or other means of transport was registered by a competent authority.
5712    #[strum(serialize = "259")]
5713    _259,
5714    /// Valuation date (Customs)
5715    ///
5716    /// Date when Customs valuation was made.
5717    #[strum(serialize = "260")]
5718    _260,
5719    /// Release date/time
5720    ///
5721    /// Date/time assigned to identify the release of a set of rules, conditions, conventions, productions, etc.
5722    #[strum(serialize = "261")]
5723    _261,
5724    /// Closure date/time/period
5725    ///
5726    /// Date/time/period when an enterprise is closed.
5727    #[strum(serialize = "262")]
5728    _262,
5729    /// Invoicing period
5730    ///
5731    /// Period for which an invoice is issued.
5732    #[strum(serialize = "263")]
5733    _263,
5734    /// Release frequency
5735    ///
5736    /// Frequency of a release.
5737    #[strum(serialize = "264")]
5738    _264,
5739    /// Due date
5740    ///
5741    ///
5742    #[strum(serialize = "265")]
5743    _265,
5744    /// Validation date
5745    ///
5746    ///
5747    #[strum(serialize = "266")]
5748    _266,
5749    /// Rate/price date/time
5750    ///
5751    /// Date/time on which a rate/price is determined.
5752    #[strum(serialize = "267")]
5753    _267,
5754    /// Transit time/limits
5755    ///
5756    /// Description to be provided.
5757    #[strum(serialize = "268")]
5758    _268,
5759    /// Ship during date
5760    ///
5761    /// The date identifying the period during or in which the goods should be shipped.
5762    #[strum(serialize = "270")]
5763    _270,
5764    /// Ship on or about date
5765    ///
5766    /// Date on or about which goods should be shipped.
5767    #[strum(serialize = "271")]
5768    _271,
5769    /// Documentary credit presentation period
5770    ///
5771    /// The specification of the period of time, expressed in number of days, after the date of issuance of the transport document(s) within which the documents must be presented.
5772    #[strum(serialize = "272")]
5773    _272,
5774    /// Validity period
5775    ///
5776    /// Dates (from/to)/period referenced documents are valid.
5777    #[strum(serialize = "273")]
5778    _273,
5779    /// From date of order receipt to sample ready
5780    ///
5781    /// Lead time is the defined timespan.
5782    #[strum(serialize = "274")]
5783    _274,
5784    /// From date of tooling authorization to sample ready
5785    ///
5786    /// Lead time is the defined timespan.
5787    #[strum(serialize = "275")]
5788    _275,
5789    /// From date of receipt of tooling aids to sample ready
5790    ///
5791    /// Lead time is the defined timespan.
5792    #[strum(serialize = "276")]
5793    _276,
5794    /// From date of sample approval to first product shipment
5795    ///
5796    /// Lead time is the defined timespan.
5797    #[strum(serialize = "277")]
5798    _277,
5799    /// From date of order receipt to shipment
5800    ///
5801    /// Lead time is the defined timespan.
5802    #[strum(serialize = "278")]
5803    _278,
5804    /// From date of order receipt to delivery
5805    ///
5806    /// Lead time is the defined timespan.
5807    #[strum(serialize = "279")]
5808    _279,
5809    /// From last booked order to delivery
5810    ///
5811    /// Lead time is the defined timespan.
5812    #[strum(serialize = "280")]
5813    _280,
5814    /// Date of order lead time
5815    ///
5816    /// Lead time is referenced to the date of order.
5817    #[strum(serialize = "281")]
5818    _281,
5819    /// Confirmation date lead time
5820    ///
5821    /// Lead time is referenced to the date of confirmation.
5822    #[strum(serialize = "282")]
5823    _282,
5824    /// Arrival date/time of transport lead time
5825    ///
5826    /// Lead time is referenced to the date a transport will arrive or has arrived.
5827    #[strum(serialize = "283")]
5828    _283,
5829    /// Before inventory is replenished based on stock check lead time
5830    ///
5831    /// Lead time is the defined timespan.
5832    #[strum(serialize = "284")]
5833    _284,
5834    /// Invitation to tender date/time
5835    ///
5836    /// Date/time on which the invitation to tender has been made available to relevant parties.
5837    #[strum(serialize = "285")]
5838    _285,
5839    /// Tender submission date/time
5840    ///
5841    /// Date/time on which the tender was submitted.
5842    #[strum(serialize = "286")]
5843    _286,
5844    /// Contract award date/time
5845    ///
5846    /// Date/time on which the contract is awarded to a tenderer.
5847    #[strum(serialize = "287")]
5848    _287,
5849    /// Price base date/time
5850    ///
5851    /// Base date/time of prices.
5852    #[strum(serialize = "288")]
5853    _288,
5854    /// Interest rate validity period
5855    ///
5856    /// Validity period of the interest rate.
5857    #[strum(serialize = "289")]
5858    _289,
5859    /// Contractual start date/time
5860    ///
5861    /// Date/time on which activities stated in the contract must start.
5862    #[strum(serialize = "290")]
5863    _290,
5864    /// Start date/time, planned
5865    ///
5866    ///
5867    #[strum(serialize = "291")]
5868    _291,
5869    /// Works completion date/time, planned
5870    ///
5871    ///
5872    #[strum(serialize = "292")]
5873    _292,
5874    /// Works completion date/time, actual
5875    ///
5876    ///
5877    #[strum(serialize = "293")]
5878    _293,
5879    /// Hand over date/time, planned
5880    ///
5881    /// Date/time on which hand over (i.e. the transfer of responsibility for an object or activity such as documentation, system etc. from one party to another) is planned to take place.
5882    #[strum(serialize = "294")]
5883    _294,
5884    /// Hand over date/time, actual
5885    ///
5886    /// Date/time on which hand over (i.e. the transfer of responsibility for an object or activity such as documentation, system etc. from one party to another) actually takes place.
5887    #[strum(serialize = "295")]
5888    _295,
5889    /// Retention release date/time
5890    ///
5891    /// Date/time on which the retention is released.
5892    #[strum(serialize = "296")]
5893    _296,
5894    /// Retention release date/time, partial
5895    ///
5896    /// Date/time on which the retention is partially released.
5897    #[strum(serialize = "297")]
5898    _297,
5899    /// Escalation start date
5900    ///
5901    /// Value date of the indexes appearing as denominators in an escalation formula.
5902    #[strum(serialize = "298")]
5903    _298,
5904    /// Price adjustment start date
5905    ///
5906    /// Value date of the indexes appearing as denominators in a price adjustment formula.
5907    #[strum(serialize = "299")]
5908    _299,
5909    /// Price adjustment limit date
5910    ///
5911    /// Limit value date of indexes used as numerators in a price adjustment formula.
5912    #[strum(serialize = "300")]
5913    _300,
5914    /// Value date of index
5915    ///
5916    /// Date of validity of index values.
5917    #[strum(serialize = "301")]
5918    _301,
5919    /// Publication date
5920    ///
5921    ///
5922    #[strum(serialize = "302")]
5923    _302,
5924    /// Escalation date
5925    ///
5926    /// Value date of indexes appearing as numerators in an escalation formula.
5927    #[strum(serialize = "303")]
5928    _303,
5929    /// Price adjustment date
5930    ///
5931    /// Value date of indexes appearing as numerators in a price adjustment formula.
5932    #[strum(serialize = "304")]
5933    _304,
5934    /// Latest price adjustment date
5935    ///
5936    /// Date on which the latest price adjustment took place.
5937    #[strum(serialize = "305")]
5938    _305,
5939    /// Work period
5940    ///
5941    /// Period of execution of works.
5942    #[strum(serialize = "306")]
5943    _306,
5944    /// Payment instruction date/time
5945    ///
5946    /// Date/time on which a payment instruction was given.
5947    #[strum(serialize = "307")]
5948    _307,
5949    /// Payment valuation presentation date/time
5950    ///
5951    /// Date/time on which the payment valuation is presented.
5952    #[strum(serialize = "308")]
5953    _308,
5954    /// Blanks value date
5955    ///
5956    /// The date on which the funds are at the disposal of the receiving bank.
5957    #[strum(serialize = "309")]
5958    _309,
5959    /// Received date/time
5960    ///
5961    /// Date/time of receipt.
5962    #[strum(serialize = "310")]
5963    _310,
5964    /// On
5965    ///
5966    /// Fixed maturity day for deferred payment or time draft(s).
5967    #[strum(serialize = "311")]
5968    _311,
5969    /// Ship not before and not after date/time
5970    ///
5971    /// Shipment(s) of goods is/are to be made not before the first specified date/time and not after the second specified date/time.
5972    #[strum(serialize = "312")]
5973    _312,
5974    /// Order to proceed date
5975    ///
5976    /// Issue date of an instruction to start work.
5977    #[strum(serialize = "313")]
5978    _313,
5979    /// Planned duration of works
5980    ///
5981    ///
5982    #[strum(serialize = "314")]
5983    _314,
5984    /// Agreement to pay date
5985    ///
5986    /// Date on which the debtor agreed to pay.
5987    #[strum(serialize = "315")]
5988    _315,
5989    /// Valuation date/time
5990    ///
5991    /// Date/time of valuation.
5992    #[strum(serialize = "316")]
5993    _316,
5994    /// Reply date
5995    ///
5996    ///
5997    #[strum(serialize = "317")]
5998    _317,
5999    /// Request date
6000    ///
6001    /// The date on which something was asked for.
6002    #[strum(serialize = "318")]
6003    _318,
6004    /// Customer value date
6005    ///
6006    /// Date at which funds are taken into account for interest calculation (in debit or credit).
6007    #[strum(serialize = "319")]
6008    _319,
6009    /// Declaration reference period
6010    ///
6011    /// Reference period of a set of items reported on the same declaration.
6012    #[strum(serialize = "320")]
6013    _320,
6014    /// Promotion date/period
6015    ///
6016    /// Date/period relevant for specific promotion activities.
6017    #[strum(serialize = "321")]
6018    _321,
6019    /// Accounting period
6020    ///
6021    /// Self-explanatory.
6022    #[strum(serialize = "322")]
6023    _322,
6024    /// Horizon period
6025    ///
6026    /// Period forming a (planning) horizon.
6027    #[strum(serialize = "323")]
6028    _323,
6029    /// Processing date/period
6030    ///
6031    /// Date/period a specific process happened/will happen.
6032    #[strum(serialize = "324")]
6033    _324,
6034    /// Tax period
6035    ///
6036    /// Period a tax rate/tax amount etc. is applicable.
6037    #[strum(serialize = "325")]
6038    _325,
6039    /// Charge period
6040    ///
6041    /// Period a specified charge is valid for.
6042    #[strum(serialize = "326")]
6043    _326,
6044    /// Instalment payment due date
6045    ///
6046    /// Self-explanatory.
6047    #[strum(serialize = "327")]
6048    _327,
6049    /// Payroll deduction date/time
6050    ///
6051    /// Date/time of a monetary deduction made from the salary of a person on a payroll.
6052    #[strum(serialize = "328")]
6053    _328,
6054    /// Birth date/time
6055    ///
6056    /// Date/time when a person was born.
6057    #[strum(serialize = "329")]
6058    _329,
6059    /// Joined employer date
6060    ///
6061    /// Date when a person joins an employer.
6062    #[strum(serialize = "330")]
6063    _330,
6064    /// Contributions ceasing date/time
6065    ///
6066    /// Date/time when contributions cease.
6067    #[strum(serialize = "331")]
6068    _331,
6069    /// Contribution period end date/time
6070    ///
6071    /// Date/time when a contribution period ends.
6072    #[strum(serialize = "332")]
6073    _332,
6074    /// Part-time working change date/time
6075    ///
6076    /// Date/time when the proportion of part-time work changes.
6077    #[strum(serialize = "333")]
6078    _333,
6079    /// Status change date/time
6080    ///
6081    /// Date/time when a status changes.
6082    #[strum(serialize = "334")]
6083    _334,
6084    /// Contribution period start date/time
6085    ///
6086    /// Date/time when a contribution period commences.
6087    #[strum(serialize = "335")]
6088    _335,
6089    /// Salary change effective date
6090    ///
6091    /// Date when a change in salary becomes effective.
6092    #[strum(serialize = "336")]
6093    _336,
6094    /// Left employer date
6095    ///
6096    /// Date when a person leaves an employer.
6097    #[strum(serialize = "337")]
6098    _337,
6099    /// Benefit change date/time
6100    ///
6101    /// Date/time when a benefit provided by a service provider is changed.
6102    #[strum(serialize = "338")]
6103    _338,
6104    /// Category change date/time
6105    ///
6106    /// Date/time when a change of category is made.
6107    #[strum(serialize = "339")]
6108    _339,
6109    /// Joined fund date/time
6110    ///
6111    /// Date/time when a person joins a fund.
6112    #[strum(serialize = "340")]
6113    _340,
6114    /// Waiting time
6115    ///
6116    /// The period of time between the moment at which one wants an activity to begin and the moment at which this activity can actually begin.
6117    #[strum(serialize = "341")]
6118    _341,
6119    /// On-board date
6120    ///
6121    /// The date goods have been loaded on board of a conveyance.
6122    #[strum(serialize = "342")]
6123    _342,
6124    /// Date/time of discount termination
6125    ///
6126    /// Date/time when the deduction from an amount comes to an end.
6127    #[strum(serialize = "343")]
6128    _343,
6129    /// Date/time of interest due
6130    ///
6131    /// Date/time when the interest has to be paid.
6132    #[strum(serialize = "344")]
6133    _344,
6134    /// Days of operation
6135    ///
6136    /// Week days of operation.
6137    #[strum(serialize = "345")]
6138    _345,
6139    /// Latest check-in time
6140    ///
6141    /// Latest time of check-in.
6142    #[strum(serialize = "346")]
6143    _346,
6144    /// Slaughtering start date
6145    ///
6146    /// Date on which slaughtering commenced.
6147    #[strum(serialize = "347")]
6148    _347,
6149    /// Packing start date
6150    ///
6151    /// Date on which packing commenced.
6152    #[strum(serialize = "348")]
6153    _348,
6154    /// Packing end date
6155    ///
6156    /// Date on which packing completed.
6157    #[strum(serialize = "349")]
6158    _349,
6159    /// Test start date
6160    ///
6161    /// Date when a test has been started.
6162    #[strum(serialize = "350")]
6163    _350,
6164    /// Inspection date
6165    ///
6166    /// Date of inspection.
6167    #[strum(serialize = "351")]
6168    _351,
6169    /// Slaughtering end date
6170    ///
6171    /// Date on which slaughtering completed.
6172    #[strum(serialize = "352")]
6173    _352,
6174    /// Accounting transaction date
6175    ///
6176    /// Date to which an accounting transaction refers.
6177    #[strum(serialize = "353")]
6178    _353,
6179    /// Activity period date range
6180    ///
6181    /// A specific date range associated with an activity.
6182    #[strum(serialize = "354")]
6183    _354,
6184    /// Contractual delivery date
6185    ///
6186    /// The date of delivery contractually agreed between parties.
6187    #[strum(serialize = "355")]
6188    _355,
6189    /// Sales date, and or time, and or period
6190    ///
6191    /// The date, and or time, and or period on which a sale took place.
6192    #[strum(serialize = "356")]
6193    _356,
6194    /// Cancel if not published by this date
6195    ///
6196    /// Cancel if not published by this date.
6197    #[strum(serialize = "357")]
6198    _357,
6199    /// Scheduled for delivery on or after
6200    ///
6201    /// Scheduled for delivery on or after the specified date, and or time.
6202    #[strum(serialize = "358")]
6203    _358,
6204    /// Scheduled for delivery on or before
6205    ///
6206    /// Scheduled for delivery on or before specified date and or time.
6207    #[strum(serialize = "359")]
6208    _359,
6209    /// Sell by date
6210    ///
6211    /// The date by which a product should be sold.
6212    #[strum(serialize = "360")]
6213    _360,
6214    /// Best before date
6215    ///
6216    /// The best before date.
6217    #[strum(serialize = "361")]
6218    _361,
6219    /// End availability date
6220    ///
6221    /// The end date of availability.
6222    #[strum(serialize = "362")]
6223    _362,
6224    /// Total shelf life period
6225    ///
6226    /// A period indicating the total shelf life of a product.
6227    #[strum(serialize = "363")]
6228    _363,
6229    /// Minimum shelf life remaining at time of despatch period
6230    ///
6231    /// Period indicating the minimum shelf life remaining for a product at the time of leaving the supplier.
6232    #[strum(serialize = "364")]
6233    _364,
6234    /// Packaging date
6235    ///
6236    /// The date on which the packaging of a product took place.
6237    #[strum(serialize = "365")]
6238    _365,
6239    /// Inventory report date
6240    ///
6241    /// Date on which a inventory report is made.
6242    #[strum(serialize = "366")]
6243    _366,
6244    /// Previous meter reading date
6245    ///
6246    /// Date on which the previous reading of a meter took place.
6247    #[strum(serialize = "367")]
6248    _367,
6249    /// Latest meter reading date
6250    ///
6251    /// Date on which the latest reading of a meter took place.
6252    #[strum(serialize = "368")]
6253    _368,
6254    /// Date and or time of handling, estimated
6255    ///
6256    /// The date and or time when the handling action is estimated to take place.
6257    #[strum(serialize = "369")]
6258    _369,
6259    /// Date when container equipment becomes domestic
6260    ///
6261    /// The date on which foreign-built container equipment has entered into the commerce of another country and has become domestic equipment.
6262    #[strum(serialize = "370")]
6263    _370,
6264    /// Hydrotest date
6265    ///
6266    /// The date equipment has been hydrotested.
6267    #[strum(serialize = "371")]
6268    _371,
6269    /// Equipment pre-trip date
6270    ///
6271    /// The date on which equipment is pre-tripped.
6272    #[strum(serialize = "372")]
6273    _372,
6274    /// Mooring, date and time
6275    ///
6276    /// Date and time of mooring.
6277    #[strum(serialize = "373")]
6278    _373,
6279    /// Road fund tax expiry date
6280    ///
6281    /// The date of expiry of the road fund tax.
6282    #[strum(serialize = "374")]
6283    _374,
6284    /// Date of first registration
6285    ///
6286    /// Date of first registration.
6287    #[strum(serialize = "375")]
6288    _375,
6289    /// Biannual terminal inspection date
6290    ///
6291    /// The date on which a biannual inspection of a terminal has taken or will take place.
6292    #[strum(serialize = "376")]
6293    _376,
6294    /// Federal HighWay Administration (FHWA) inspection date
6295    ///
6296    /// The date on which container equipment is to be or has been inspected in accordance with the requirements of the U.S. Federal Highway Administration.
6297    #[strum(serialize = "377")]
6298    _377,
6299    /// Container Safety Convention (CSC) inspection date
6300    ///
6301    /// The date on which container equipment is to be or has been inspected as per the Container Safety Convention (CSC).
6302    #[strum(serialize = "378")]
6303    _378,
6304    /// Periodic inspection date
6305    ///
6306    /// The date on which a periodic inspection has to take place.
6307    #[strum(serialize = "379")]
6308    _379,
6309    /// Drawing revision date
6310    ///
6311    /// Date the drawing revision has been allocated to a design.
6312    #[strum(serialize = "380")]
6313    _380,
6314    /// Product lifespan at time of production
6315    ///
6316    /// The total lifespan of a product at the time of its production.
6317    #[strum(serialize = "381")]
6318    _381,
6319    /// Earliest sale date
6320    ///
6321    /// The earliest date on which the product may be made available for sale.
6322    #[strum(serialize = "382")]
6323    _382,
6324    /// Cancel if not shipped by this date
6325    ///
6326    /// Cancel the order if goods not shipped by this date.
6327    #[strum(serialize = "383")]
6328    _383,
6329    /// Previous invoice date
6330    ///
6331    /// Indicates the date which was allocated to a previous invoice.
6332    #[strum(serialize = "384")]
6333    _384,
6334    /// Repair turnaround time
6335    ///
6336    /// Provides the period of time necessary to turnaround a given repair.
6337    #[strum(serialize = "387")]
6338    _387,
6339    /// Order amendment binding date
6340    ///
6341    /// The date when an order amendment becomes binding for both parties.
6342    #[strum(serialize = "388")]
6343    _388,
6344    /// Cure time
6345    ///
6346    /// Specifies the length of time that an article was or should be cured.
6347    #[strum(serialize = "389")]
6348    _389,
6349    /// From date of award to delivery
6350    ///
6351    /// Lead time to determine the delivery date based on the date an award is made.
6352    #[strum(serialize = "390")]
6353    _390,
6354    /// From date of receipt of item to approval
6355    ///
6356    /// Lead time to determine the date an item will be approved based on the date the item was received.
6357    #[strum(serialize = "391")]
6358    _391,
6359    /// Equipment collection or pick-up date/time, earliest
6360    ///
6361    /// Date/time on which equipment can be picked up at the earliest.
6362    #[strum(serialize = "392")]
6363    _392,
6364    /// Equipment collection or pick-up date/time, planned
6365    ///
6366    /// Date/time on which equipment can be picked up, either full or empty, according to a planning.
6367    #[strum(serialize = "393")]
6368    _393,
6369    /// Equipment positioning date/time, actual
6370    ///
6371    /// Date/time on which equipment was actually positioned (delivered).
6372    #[strum(serialize = "394")]
6373    _394,
6374    /// Equipment positioning date/time, estimated
6375    ///
6376    /// Date/time on which equipment is estimated to be positioned (delivered).
6377    #[strum(serialize = "395")]
6378    _395,
6379    /// Equipment positioning date/time, requested
6380    ///
6381    /// Date/time on which equipment is requested to be positioned (delivered).
6382    #[strum(serialize = "396")]
6383    _396,
6384    /// Equipment positioning date/time, ultimate
6385    ///
6386    /// Date/time on which equipment should be positioned (delivered) at the latest.
6387    #[strum(serialize = "397")]
6388    _397,
6389    /// Goods collection or pick-up date/time, planned
6390    ///
6391    /// Date/time at which goods can be picked up, according to a planning.
6392    #[strum(serialize = "398")]
6393    _398,
6394    /// Goods positioning date/time, expected
6395    ///
6396    /// Date/time on which goods are expected to be positioned.
6397    #[strum(serialize = "399")]
6398    _399,
6399    /// Cargo release date/time, ultimate
6400    ///
6401    /// Ultimate date/time at which goods or equipment should be released.
6402    #[strum(serialize = "400")]
6403    _400,
6404    /// Container Safety Convention (CSC) plate expiration date
6405    ///
6406    /// Date on which the validity of a Container Safety Convention (CSC) plate expires.
6407    #[strum(serialize = "401")]
6408    _401,
6409    /// Document received date/time
6410    ///
6411    /// Date/time on which the document was actually received.
6412    #[strum(serialize = "402")]
6413    _402,
6414    /// Discharge date/time, actual
6415    ///
6416    /// Date/time when the specified goods or transport equipment has or have been discharged from the means of transport.
6417    #[strum(serialize = "403")]
6418    _403,
6419    /// Loading date/time, actual
6420    ///
6421    /// Date/time when the specified goods or transport equipment has or have been loaded in or on the means of transport.
6422    #[strum(serialize = "404")]
6423    _404,
6424    /// Equipment collection or pick-up date/time, actual
6425    ///
6426    /// Date/time on which the equipment was actually collected.
6427    #[strum(serialize = "405")]
6428    _405,
6429    /// Goods positioning date/time, planned
6430    ///
6431    /// The date/time on which the goods will be positioned according to a planning.
6432    #[strum(serialize = "406")]
6433    _406,
6434    /// Document requested date/time
6435    ///
6436    /// Date/time on which the document is requested by a party.
6437    #[strum(serialize = "407")]
6438    _407,
6439    /// Expected container hire from date/time
6440    ///
6441    /// Estimated date and time when the containers are expected to go on-hire.
6442    #[strum(serialize = "408")]
6443    _408,
6444    /// Order completion date/time, ultimate
6445    ///
6446    /// Date/time on which the order should be completed at the latest.
6447    #[strum(serialize = "409")]
6448    _409,
6449    /// Equipment repair ready date/time, ultimate
6450    ///
6451    /// Ultimate date/time on which a piece of equipment must be repaired.
6452    #[strum(serialize = "410")]
6453    _410,
6454    /// Container stuffing date/time, ultimate
6455    ///
6456    /// Date/time on which the container stuffing should be completed at the latest.
6457    #[strum(serialize = "411")]
6458    _411,
6459    /// Container stripping date/time, ultimate
6460    ///
6461    /// Date/time on which the container stripping should be completed at the latest.
6462    #[strum(serialize = "412")]
6463    _412,
6464    /// Discharge and loading completed date/time
6465    ///
6466    /// Date/time when all discharge and loading operations on the transport means have been completed.
6467    #[strum(serialize = "413")]
6468    _413,
6469    /// Equipment stock check date/time
6470    ///
6471    /// Date/time on which equipment has been ascertained as being in stock.
6472    #[strum(serialize = "414")]
6473    _414,
6474    /// Activity reporting date
6475    ///
6476    /// The date applicable to the activity being reported.
6477    #[strum(serialize = "415")]
6478    _415,
6479    /// Submission date
6480    ///
6481    /// The date of a submission.
6482    #[strum(serialize = "416")]
6483    _416,
6484    /// Previous booking date/time
6485    ///
6486    /// Date/time at which the previous booking was made.
6487    #[strum(serialize = "417")]
6488    _417,
6489    /// Minimum shelf life remaining at time of receipt
6490    ///
6491    /// The minimum shelf life remaining at the time of receipt.
6492    #[strum(serialize = "418")]
6493    _418,
6494    /// Forecast period
6495    ///
6496    /// A period for which a forecast applies.
6497    #[strum(serialize = "419")]
6498    _419,
6499    /// Unloaded, date and time
6500    ///
6501    /// To report the date and time that an unloading action occurred.
6502    #[strum(serialize = "420")]
6503    _420,
6504    /// Estimated acceptance date
6505    ///
6506    /// To estimate the date of acceptance.
6507    #[strum(serialize = "421")]
6508    _421,
6509    /// Documentary credit issue date
6510    ///
6511    /// The date the documentary credit has been issued.
6512    #[strum(serialize = "422")]
6513    _422,
6514    /// First date of ordering
6515    ///
6516    /// The first date on which ordering may take place.
6517    #[strum(serialize = "423")]
6518    _423,
6519    /// Last date of ordering
6520    ///
6521    /// The last date on which ordering may take place.
6522    #[strum(serialize = "424")]
6523    _424,
6524    /// Original posting date
6525    ///
6526    /// Date when the entry was originally posted.
6527    #[strum(serialize = "425")]
6528    _425,
6529    /// Reinsurance payment frequency
6530    ///
6531    /// The frequency of payments of reinsurance premiums.
6532    #[strum(serialize = "426")]
6533    _426,
6534    /// Adjusted age
6535    ///
6536    /// The adjusted age used for purposes of calculation.
6537    #[strum(serialize = "427")]
6538    _427,
6539    /// Original issue age
6540    ///
6541    /// The original issue age.
6542    #[strum(serialize = "428")]
6543    _428,
6544    /// Coverage duration
6545    ///
6546    /// The period coverage has been in force.
6547    #[strum(serialize = "429")]
6548    _429,
6549    /// Coverage issue date
6550    ///
6551    /// Date from which the anniversary coverage is measured.
6552    #[strum(serialize = "430")]
6553    _430,
6554    /// Flat extra period
6555    ///
6556    /// Period for charging the additional extra.
6557    #[strum(serialize = "431")]
6558    _431,
6559    /// Paid to date
6560    ///
6561    /// Date to which payments have been paid.
6562    #[strum(serialize = "432")]
6563    _432,
6564    /// Reinsurance coverage duration
6565    ///
6566    /// The period for which reinsurance coverage has been in force.
6567    #[strum(serialize = "433")]
6568    _433,
6569    /// Maturity date
6570    ///
6571    /// Date at which maturity occurs.
6572    #[strum(serialize = "434")]
6573    _434,
6574    /// Reinsurance issue age
6575    ///
6576    /// The actual or equivalent age at time of issue.
6577    #[strum(serialize = "435")]
6578    _435,
6579    /// Reinsurance paid-up date
6580    ///
6581    /// The date up to which the reinsurance has been paid.
6582    #[strum(serialize = "436")]
6583    _436,
6584    /// Benefit period
6585    ///
6586    /// The period of time for which benefits are provided.
6587    #[strum(serialize = "437")]
6588    _437,
6589    /// Disability wait period
6590    ///
6591    /// The period of time the insured must be disabled before reinsurance coverage becomes effective.
6592    #[strum(serialize = "438")]
6593    _438,
6594    /// Deferred Period
6595    ///
6596    /// The period of time for which an activity has been postponed.
6597    #[strum(serialize = "439")]
6598    _439,
6599    /// Documentary credit amendment date
6600    ///
6601    /// Date of amendment of a documentary credit.
6602    #[strum(serialize = "440")]
6603    _440,
6604    /// Last on hire date
6605    ///
6606    /// Date the item was last placed on hire.
6607    #[strum(serialize = "441")]
6608    _441,
6609    /// Last off hire date
6610    ///
6611    /// Date the item was last returned from hire.
6612    #[strum(serialize = "442")]
6613    _442,
6614    /// Direct interchange date
6615    ///
6616    /// Date the item was directly interchanged.
6617    #[strum(serialize = "443")]
6618    _443,
6619    /// Approval date
6620    ///
6621    /// Date of approval.
6622    #[strum(serialize = "444")]
6623    _444,
6624    /// Original estimate date
6625    ///
6626    /// The date of the original estimate.
6627    #[strum(serialize = "445")]
6628    _445,
6629    /// Revised estimate date
6630    ///
6631    /// The date the estimate was revised.
6632    #[strum(serialize = "446")]
6633    _446,
6634    /// Creditor's requested value date
6635    ///
6636    /// Date on which the creditor requests to be credited.
6637    #[strum(serialize = "447")]
6638    _447,
6639    /// Referenced item creation date
6640    ///
6641    /// Creation date of referenced item.
6642    #[strum(serialize = "448")]
6643    _448,
6644    /// Date for the last update
6645    ///
6646    /// Date for the last update.
6647    #[strum(serialize = "449")]
6648    _449,
6649    /// Opening date
6650    ///
6651    /// Date of opening.
6652    #[strum(serialize = "450")]
6653    _450,
6654    /// Source document capture date
6655    ///
6656    /// Date source document data is entered into a business application.
6657    #[strum(serialize = "451")]
6658    _451,
6659    /// Trial balance period
6660    ///
6661    /// Period covered by the trial balance.
6662    #[strum(serialize = "452")]
6663    _452,
6664    /// Date of source document
6665    ///
6666    /// The date of the source document.
6667    #[strum(serialize = "453")]
6668    _453,
6669    /// Accounting value date
6670    ///
6671    /// Date against which the entry has to be legally allocated.
6672    #[strum(serialize = "454")]
6673    _454,
6674    /// Expected value date
6675    ///
6676    /// Date on which the funds are expected to be at the disposal of the beneficiary.
6677    #[strum(serialize = "455")]
6678    _455,
6679    /// Chart of account period
6680    ///
6681    /// Period covered by the chart of account.
6682    #[strum(serialize = "456")]
6683    _456,
6684    /// Date of separation
6685    ///
6686    /// Date of marital separation.
6687    #[strum(serialize = "457")]
6688    _457,
6689    /// Date of divorce
6690    ///
6691    /// Date when two married persons are officially divorced.
6692    #[strum(serialize = "458")]
6693    _458,
6694    /// Date of marriage
6695    ///
6696    /// Date when two persons are married.
6697    #[strum(serialize = "459")]
6698    _459,
6699    /// Wage period, start date
6700    ///
6701    /// Date when a period of wage begins.
6702    #[strum(serialize = "460")]
6703    _460,
6704    /// Wage period, end date
6705    ///
6706    /// Date when a period of wage ends.
6707    #[strum(serialize = "461")]
6708    _461,
6709    /// Working period, start date
6710    ///
6711    /// Date when a period of work begins.
6712    #[strum(serialize = "462")]
6713    _462,
6714    /// Working period, end date
6715    ///
6716    /// Date when a period of work ends.
6717    #[strum(serialize = "463")]
6718    _463,
6719    /// Embarkation date and time
6720    ///
6721    /// Date and time at which crew and/or passengers board.
6722    #[strum(serialize = "464")]
6723    _464,
6724    /// Disembarkation date and time
6725    ///
6726    /// Date and time at which crew and/or passengers disembark.
6727    #[strum(serialize = "465")]
6728    _465,
6729    /// Time now date
6730    ///
6731    /// A time now date used for planning and scheduling purposes.
6732    #[strum(serialize = "466")]
6733    _466,
6734    /// Holiday
6735    ///
6736    /// A date or period that is a break from work.
6737    #[strum(serialize = "467")]
6738    _467,
6739    /// Non working
6740    ///
6741    /// To specify a non working date or period.
6742    #[strum(serialize = "468")]
6743    _468,
6744    /// Start date or time, earliest
6745    ///
6746    /// The earliest date or time for starting.
6747    #[strum(serialize = "469")]
6748    _469,
6749    /// Start date or time, latest
6750    ///
6751    /// The latest date or time for starting.
6752    #[strum(serialize = "470")]
6753    _470,
6754    /// Finish date or time, earliest
6755    ///
6756    /// The earliest date or time for finishing.
6757    #[strum(serialize = "471")]
6758    _471,
6759    /// Finish date or time, latest
6760    ///
6761    /// The latest date or time for finishing.
6762    #[strum(serialize = "472")]
6763    _472,
6764    /// Start date or time, mandatory
6765    ///
6766    /// The mandatory date or time for starting.
6767    #[strum(serialize = "473")]
6768    _473,
6769    /// Finish date or time, mandatory
6770    ///
6771    /// The mandatory date or time for finishing.
6772    #[strum(serialize = "474")]
6773    _474,
6774    /// Start date or time, actual
6775    ///
6776    /// The actual date or time for starting.
6777    #[strum(serialize = "475")]
6778    _475,
6779    /// Start date or time, estimated
6780    ///
6781    /// The estimated date or time for starting.
6782    #[strum(serialize = "476")]
6783    _476,
6784    /// Completion date or time, estimated
6785    ///
6786    /// The estimated date or time for completion.
6787    #[strum(serialize = "477")]
6788    _477,
6789    /// Start date or time, scheduled
6790    ///
6791    /// The scheduled date or time for starting.
6792    #[strum(serialize = "478")]
6793    _478,
6794    /// Completion date or time, scheduled
6795    ///
6796    /// The scheduled date or time for completion.
6797    #[strum(serialize = "479")]
6798    _479,
6799    /// Start date or time, not before
6800    ///
6801    /// The not before date or time for starting.
6802    #[strum(serialize = "480")]
6803    _480,
6804    /// Start date or time, not after
6805    ///
6806    /// The not after date or time for starting.
6807    #[strum(serialize = "481")]
6808    _481,
6809    /// Completion date or time, not before
6810    ///
6811    /// The not before date or time for completion.
6812    #[strum(serialize = "482")]
6813    _482,
6814    /// Completion date or time, not after
6815    ///
6816    /// The not after date or time for completion.
6817    #[strum(serialize = "483")]
6818    _483,
6819    /// Illness recovery date, expected
6820    ///
6821    /// Date when a person is expected to recover from illness.
6822    #[strum(serialize = "484")]
6823    _484,
6824    /// Period of illness, start date
6825    ///
6826    /// Date when a period of illness began.
6827    #[strum(serialize = "485")]
6828    _485,
6829    /// Period of illness, end date
6830    ///
6831    /// Date when a period of illness ends.
6832    #[strum(serialize = "486")]
6833    _486,
6834    /// Decease date
6835    ///
6836    /// Date when a person died.
6837    #[strum(serialize = "487")]
6838    _487,
6839    /// Benefit period, start date
6840    ///
6841    /// Date when a period of benefit begins.
6842    #[strum(serialize = "488")]
6843    _488,
6844    /// Benefit period, end date
6845    ///
6846    /// Date when a period of benefit ends.
6847    #[strum(serialize = "489")]
6848    _489,
6849    /// Selection period, start date
6850    ///
6851    /// Date when a period of selection begins.
6852    #[strum(serialize = "490")]
6853    _490,
6854    /// Selection period, end date
6855    ///
6856    /// Date when a period of selection ends.
6857    #[strum(serialize = "491")]
6858    _491,
6859    /// Balance date/time/period
6860    ///
6861    /// The date/time/period of a balance.
6862    #[strum(serialize = "492")]
6863    _492,
6864    /// Benefit payments termination date
6865    ///
6866    /// To identify the date on which benefit payments have ceased.
6867    #[strum(serialize = "493")]
6868    _493,
6869    /// Covered income period
6870    ///
6871    /// To identify the period over which covered income is measured.
6872    #[strum(serialize = "494")]
6873    _494,
6874    /// Current income period
6875    ///
6876    /// To identify the period over which current income is measured.
6877    #[strum(serialize = "495")]
6878    _495,
6879    /// Reinstatement date
6880    ///
6881    /// Identifies the date of reinstatement.
6882    #[strum(serialize = "496")]
6883    _496,
6884    /// Definition of disability duration
6885    ///
6886    /// To identify the period for which the definition of disability applies.
6887    #[strum(serialize = "497")]
6888    _497,
6889    /// Previous termination date
6890    ///
6891    /// Identifies the date of the previous termination.
6892    #[strum(serialize = "498")]
6893    _498,
6894    /// Premium change period
6895    ///
6896    /// To identify the period of the premium change.
6897    #[strum(serialize = "499")]
6898    _499,
6899    /// Off-hire survey date
6900    ///
6901    /// Date on which the equipment was surveyed at the end of the current leasing period.
6902    #[strum(serialize = "500")]
6903    _500,
6904    /// In service survey date
6905    ///
6906    /// Date of survey of equipment while in use.
6907    #[strum(serialize = "501")]
6908    _501,
6909    /// On hire survey date
6910    ///
6911    /// Date on which the equipment was surveyed at the beginning of the current leasing period.
6912    #[strum(serialize = "502")]
6913    _502,
6914    /// Production inspection date
6915    ///
6916    /// Date of production inspection.
6917    #[strum(serialize = "503")]
6918    _503,
6919    /// Overtime, start date
6920    ///
6921    /// Date when a period of overtime begins.
6922    #[strum(serialize = "504")]
6923    _504,
6924    /// Overtime, end date
6925    ///
6926    /// Date when a period of overtime ends.
6927    #[strum(serialize = "505")]
6928    _505,
6929    /// Back order delivery date/time/period
6930    ///
6931    /// The date/time/period during which the delivery of a back order will take, or has taken, place.
6932    #[strum(serialize = "506")]
6933    _506,
6934    /// Negotiations start date
6935    ///
6936    /// The date on which negotiations started.
6937    #[strum(serialize = "507")]
6938    _507,
6939    /// Work effective start date
6940    ///
6941    /// The date on which work will effectively start.
6942    #[strum(serialize = "508")]
6943    _508,
6944    /// Contract binding date
6945    ///
6946    /// The date from which a contract becomes binding on the contracting parties.
6947    #[strum(serialize = "509")]
6948    _509,
6949    /// Notification time limit
6950    ///
6951    /// The time limit which has been set for a notification to take place.
6952    #[strum(serialize = "510")]
6953    _510,
6954    /// Time limit
6955    ///
6956    /// The time limit in which an event must take place.
6957    #[strum(serialize = "511")]
6958    _511,
6959    /// Attendance date and or time and or period
6960    ///
6961    /// Date and or time and or period of attendance.
6962    #[strum(serialize = "512")]
6963    _512,
6964    /// Accident date and or time
6965    ///
6966    /// Date and or time when an accident occurred.
6967    #[strum(serialize = "513")]
6968    _513,
6969    /// Adoption date, actual
6970    ///
6971    /// Actual date when adoption occurs.
6972    #[strum(serialize = "514")]
6973    _514,
6974    /// Reimbursement claim issue date and or time
6975    ///
6976    /// Date and or time when a reimbursement claim is issued.
6977    #[strum(serialize = "515")]
6978    _515,
6979    /// Hospital admission date and or time
6980    ///
6981    /// Date and or time of admission to a hospital.
6982    #[strum(serialize = "516")]
6983    _516,
6984    /// Hospital discharge date and or time
6985    ///
6986    /// Date and or time of discharge from a hospital.
6987    #[strum(serialize = "517")]
6988    _517,
6989    /// Period of care start date and or time
6990    ///
6991    /// Date and or time when a period of care starts.
6992    #[strum(serialize = "518")]
6993    _518,
6994    /// Period of care end date and or time
6995    ///
6996    /// Date and or time when a period of care ends.
6997    #[strum(serialize = "519")]
6998    _519,
6999    /// Department admission date and or time
7000    ///
7001    /// Date and or time of admission to a department.
7002    #[strum(serialize = "520")]
7003    _520,
7004    /// Department discharge date and or time
7005    ///
7006    /// Date and or time of discharge from a department.
7007    #[strum(serialize = "521")]
7008    _521,
7009    /// Childbirth date and or time, actual
7010    ///
7011    /// Actual date and or time of childbirth.
7012    #[strum(serialize = "522")]
7013    _522,
7014    /// Prescription issue date and or time
7015    ///
7016    /// Date and or time when a prescription was issued.
7017    #[strum(serialize = "523")]
7018    _523,
7019    /// Prescription dispensing date and or time
7020    ///
7021    /// Date and or time when a prescription was dispensed.
7022    #[strum(serialize = "524")]
7023    _524,
7024    /// Clinical examination date and or time
7025    ///
7026    /// Date and or time of clinical examination.
7027    #[strum(serialize = "525")]
7028    _525,
7029    /// Death date and or time
7030    ///
7031    /// Date and or time of death.
7032    #[strum(serialize = "526")]
7033    _526,
7034    /// Childbirth date, estimated
7035    ///
7036    /// Estimated date of childbirth.
7037    #[strum(serialize = "527")]
7038    _527,
7039    /// Last menstrual cycle, start date
7040    ///
7041    /// Date when the last menstrual cycle started.
7042    #[strum(serialize = "528")]
7043    _528,
7044    /// Pregnancy duration, actual
7045    ///
7046    /// Actual duration of pregnancy.
7047    #[strum(serialize = "529")]
7048    _529,
7049    /// Fumigation date and/or time
7050    ///
7051    /// The date/or time on which fumigation is to occur or has taken place.
7052    #[strum(serialize = "530")]
7053    _530,
7054    /// Payment period
7055    ///
7056    /// A period of time in which a payment has been or will be made.
7057    #[strum(serialize = "531")]
7058    _531,
7059    /// Average delivery delay
7060    ///
7061    /// The average delay between deliveries.
7062    #[strum(serialize = "532")]
7063    _532,
7064    /// Budget line application date
7065    ///
7066    /// The date on which something has been applied to a budget line.
7067    #[strum(serialize = "533")]
7068    _533,
7069    /// Date of repair or service
7070    ///
7071    /// The date of a repair or service.
7072    #[strum(serialize = "534")]
7073    _534,
7074    /// Date of product failure
7075    ///
7076    /// The date the product failed.
7077    #[strum(serialize = "535")]
7078    _535,
7079    /// Review date
7080    ///
7081    /// Date the item was or will be reviewed.
7082    #[strum(serialize = "536")]
7083    _536,
7084    /// International review cycle start date
7085    ///
7086    /// Date the international review cycle starts.
7087    #[strum(serialize = "537")]
7088    _537,
7089    /// International assessment approval for publication date
7090    ///
7091    /// Date the Data Maintenance Request (DMR) was approved for publication after completing international review.
7092    #[strum(serialize = "538")]
7093    _538,
7094    /// Status assignment date
7095    ///
7096    /// Date a status was assigned.
7097    #[strum(serialize = "539")]
7098    _539,
7099    /// Instruction's original execution date
7100    ///
7101    /// Original execution date for the instruction.
7102    #[strum(serialize = "540")]
7103    _540,
7104    /// First published date
7105    ///
7106    /// Date when material was first published.
7107    #[strum(serialize = "541")]
7108    _541,
7109    /// Last published date
7110    ///
7111    /// Date when material was last published.
7112    #[strum(serialize = "542")]
7113    _542,
7114    /// Balance sheet date, latest
7115    ///
7116    /// Date of the latest balance sheet.
7117    #[strum(serialize = "543")]
7118    _543,
7119    /// Security share price as of given date
7120    ///
7121    /// Date of the security share price.
7122    #[strum(serialize = "544")]
7123    _544,
7124    /// Assigned date
7125    ///
7126    /// Date when assigned.
7127    #[strum(serialize = "545")]
7128    _545,
7129    /// Business opened date
7130    ///
7131    /// Date opened for business.
7132    #[strum(serialize = "546")]
7133    _546,
7134    /// Initial financial accounts filed date
7135    ///
7136    /// Date when the initial financial accounts were filed.
7137    #[strum(serialize = "547")]
7138    _547,
7139    /// Stop work as of given date
7140    ///
7141    /// Date work stopped or will stop.
7142    #[strum(serialize = "548")]
7143    _548,
7144    /// Completion date
7145    ///
7146    /// Date of completion.
7147    #[strum(serialize = "549")]
7148    _549,
7149    /// Lease term, start date
7150    ///
7151    /// Start date of the lease term.
7152    #[strum(serialize = "550")]
7153    _550,
7154    /// Lease term, end date
7155    ///
7156    /// End date of the lease term.
7157    #[strum(serialize = "551")]
7158    _551,
7159    /// Start date, actual
7160    ///
7161    /// Actual date of start.
7162    #[strum(serialize = "552")]
7163    _552,
7164    /// Start date, estimated
7165    ///
7166    /// Date of estimated start.
7167    #[strum(serialize = "553")]
7168    _553,
7169    /// Filed date
7170    ///
7171    /// Date when filed.
7172    #[strum(serialize = "554")]
7173    _554,
7174    /// Return to work date
7175    ///
7176    /// Date of return to work.
7177    #[strum(serialize = "555")]
7178    _555,
7179    /// Purchased date
7180    ///
7181    /// Date of purchase.
7182    #[strum(serialize = "556")]
7183    _556,
7184    /// Returned date
7185    ///
7186    /// Date return takes place.
7187    #[strum(serialize = "557")]
7188    _557,
7189    /// Changed date
7190    ///
7191    /// Date change takes place.
7192    #[strum(serialize = "558")]
7193    _558,
7194    /// Terminated date
7195    ///
7196    /// Date termination takes place.
7197    #[strum(serialize = "559")]
7198    _559,
7199    /// Evaluation date
7200    ///
7201    /// Date evaluation takes place.
7202    #[strum(serialize = "560")]
7203    _560,
7204    /// Business termination date
7205    ///
7206    /// Date the business terminates.
7207    #[strum(serialize = "561")]
7208    _561,
7209    /// Release from bankruptcy date
7210    ///
7211    /// Date when an entity is released from bankruptcy status.
7212    #[strum(serialize = "562")]
7213    _562,
7214    /// Placement date, initial
7215    ///
7216    /// Date of initial placement.
7217    #[strum(serialize = "563")]
7218    _563,
7219    /// Signature date
7220    ///
7221    /// Date of signature.
7222    #[strum(serialize = "564")]
7223    _564,
7224    /// Bankruptcy filed date
7225    ///
7226    /// Date when bankruptcy was filed.
7227    #[strum(serialize = "565")]
7228    _565,
7229    /// End date, scheduled
7230    ///
7231    /// Date when activity is scheduled to end.
7232    #[strum(serialize = "566")]
7233    _566,
7234    /// Report period
7235    ///
7236    /// Period covered by the report.
7237    #[strum(serialize = "567")]
7238    _567,
7239    /// Suspended date
7240    ///
7241    /// Date of suspension.
7242    #[strum(serialize = "568")]
7243    _568,
7244    /// Renewal date
7245    ///
7246    /// Date of renewal.
7247    #[strum(serialize = "569")]
7248    _569,
7249    /// Reported date
7250    ///
7251    /// Date when reported.
7252    #[strum(serialize = "570")]
7253    _570,
7254    /// Checked date
7255    ///
7256    /// Date when checked.
7257    #[strum(serialize = "571")]
7258    _571,
7259    /// Present residence, start date
7260    ///
7261    /// The beginning date of residence at present location.
7262    #[strum(serialize = "572")]
7263    _572,
7264    /// Employment position, start date
7265    ///
7266    /// The start date of employment in a particular position.
7267    #[strum(serialize = "573")]
7268    _573,
7269    /// Account closed date
7270    ///
7271    /// Date when account was closed.
7272    #[strum(serialize = "574")]
7273    _574,
7274    /// Construction date, actual
7275    ///
7276    /// Date of actual construction.
7277    #[strum(serialize = "575")]
7278    _575,
7279    /// Employment profession start date
7280    ///
7281    /// Start date of employment in a particular profession.
7282    #[strum(serialize = "576")]
7283    _576,
7284    /// Next review date
7285    ///
7286    /// Date of next review.
7287    #[strum(serialize = "577")]
7288    _577,
7289    /// Meeting date
7290    ///
7291    /// Date of the meeting.
7292    #[strum(serialize = "578")]
7293    _578,
7294    /// Administrator ordered date
7295    ///
7296    /// Date when an administrator is ordered for a company.
7297    #[strum(serialize = "579")]
7298    _579,
7299    /// Last date to file a claim
7300    ///
7301    /// Date after which no claim can be filed.
7302    #[strum(serialize = "580")]
7303    _580,
7304    /// Convicted date
7305    ///
7306    /// Date when convicted.
7307    #[strum(serialize = "581")]
7308    _581,
7309    /// Interviewed date
7310    ///
7311    /// Date of an interview.
7312    #[strum(serialize = "582")]
7313    _582,
7314    /// Last visit date
7315    ///
7316    /// Date of last visit.
7317    #[strum(serialize = "583")]
7318    _583,
7319    /// Future period
7320    ///
7321    /// Period in the future.
7322    #[strum(serialize = "584")]
7323    _584,
7324    /// Preceding period
7325    ///
7326    /// Period preceding current period.
7327    #[strum(serialize = "585")]
7328    _585,
7329    /// Expected problem resolution date
7330    ///
7331    /// Date when problem is expected to be resolved.
7332    #[strum(serialize = "586")]
7333    _586,
7334    /// Action date
7335    ///
7336    /// Date of action.
7337    #[strum(serialize = "587")]
7338    _587,
7339    /// Accountant's opinion date
7340    ///
7341    /// Date of an accountant's opinion.
7342    #[strum(serialize = "588")]
7343    _588,
7344    /// Last activity date
7345    ///
7346    /// Date of last activity.
7347    #[strum(serialize = "589")]
7348    _589,
7349    /// Resolved date
7350    ///
7351    /// Date when resolved.
7352    #[strum(serialize = "590")]
7353    _590,
7354    /// Recorded date
7355    ///
7356    /// Date when recorded.
7357    #[strum(serialize = "591")]
7358    _591,
7359    /// Date of birth, estimated
7360    ///
7361    /// The estimated date of birth.
7362    #[strum(serialize = "592")]
7363    _592,
7364    /// Last annual report date
7365    ///
7366    /// Date of the last annual report.
7367    #[strum(serialize = "593")]
7368    _593,
7369    /// Net worth date
7370    ///
7371    /// Date of net worth.
7372    #[strum(serialize = "594")]
7373    _594,
7374    /// Profit period
7375    ///
7376    /// Period over which profit was earned.
7377    #[strum(serialize = "596")]
7378    _596,
7379    /// Registration date
7380    ///
7381    /// Date when registered.
7382    #[strum(serialize = "597")]
7383    _597,
7384    /// Consolidation date
7385    ///
7386    /// Date when consolidation occurred.
7387    #[strum(serialize = "598")]
7388    _598,
7389    /// Board of directors not authorised as of given date
7390    ///
7391    /// As of this date the board of directors is not authorised.
7392    #[strum(serialize = "599")]
7393    _599,
7394    /// Board of directors not complete as of given date
7395    ///
7396    /// As of this date the board of directors is not fully filled.
7397    #[strum(serialize = "600")]
7398    _600,
7399    /// Manager not registered as of given date
7400    ///
7401    /// As of this date the manager is not registered.
7402    #[strum(serialize = "601")]
7403    _601,
7404    /// Citizenship change date
7405    ///
7406    /// Date of citizenship change.
7407    #[strum(serialize = "602")]
7408    _602,
7409    /// Participation date
7410    ///
7411    /// Date of participation.
7412    #[strum(serialize = "603")]
7413    _603,
7414    /// Capitalisation date
7415    ///
7416    /// Date of capitalisation.
7417    #[strum(serialize = "604")]
7418    _604,
7419    /// Board of directors registration date
7420    ///
7421    /// Date when the board of directors was registered.
7422    #[strum(serialize = "605")]
7423    _605,
7424    /// Operations ceased date
7425    ///
7426    /// Date when operations ceased.
7427    #[strum(serialize = "606")]
7428    _606,
7429    /// Satisfaction date
7430    ///
7431    /// Date when satisfaction was obtained.
7432    #[strum(serialize = "607")]
7433    _607,
7434    /// Legal settlement terms met date
7435    ///
7436    /// Date when terms specified in the legal settlement were met.
7437    #[strum(serialize = "608")]
7438    _608,
7439    /// Business control change date
7440    ///
7441    /// Date when a new authority took control.
7442    #[strum(serialize = "609")]
7443    _609,
7444    /// Court registration date
7445    ///
7446    /// Date of registration in the court.
7447    #[strum(serialize = "610")]
7448    _610,
7449    /// Annual report due date
7450    ///
7451    /// Date when annual report is due.
7452    #[strum(serialize = "611")]
7453    _611,
7454    /// Asset and liability schedule date
7455    ///
7456    /// Date of the asset and liability schedule.
7457    #[strum(serialize = "612")]
7458    _612,
7459    /// Annual report mailing date
7460    ///
7461    /// Date when the annual report was mailed.
7462    #[strum(serialize = "613")]
7463    _613,
7464    /// Annual report filing date
7465    ///
7466    /// Date when the annual report was filed.
7467    #[strum(serialize = "614")]
7468    _614,
7469    /// Annual report delinquent on date
7470    ///
7471    /// Date when annual report was considered delinquent.
7472    #[strum(serialize = "615")]
7473    _615,
7474    /// Accounting methodology change date
7475    ///
7476    /// Date when accounting methodology was changed.
7477    #[strum(serialize = "616")]
7478    _616,
7479    /// Closed until date
7480    ///
7481    /// Date when again open.
7482    #[strum(serialize = "617")]
7483    _617,
7484    /// Conversion into holding company date
7485    ///
7486    /// Date business was converted into a holding company.
7487    #[strum(serialize = "618")]
7488    _618,
7489    /// Deed not available as of given date
7490    ///
7491    /// Date when deed was not available.
7492    #[strum(serialize = "619")]
7493    _619,
7494    /// Detrimental information receipt date
7495    ///
7496    /// Date when detrimental information was received.
7497    #[strum(serialize = "620")]
7498    _620,
7499    /// Construction date, estimated
7500    ///
7501    /// Estimated date of construction.
7502    #[strum(serialize = "621")]
7503    _621,
7504    /// Financial information date
7505    ///
7506    /// Date of the financial information.
7507    #[strum(serialize = "622")]
7508    _622,
7509    /// Graduation date
7510    ///
7511    /// Date when graduation occurs.
7512    #[strum(serialize = "623")]
7513    _623,
7514    /// Insolvency discharge granted date
7515    ///
7516    /// Date when insolvency discharge was granted.
7517    #[strum(serialize = "624")]
7518    _624,
7519    /// Incorporation date
7520    ///
7521    /// Date of incorporation.
7522    #[strum(serialize = "625")]
7523    _625,
7524    /// Inactivity end date
7525    ///
7526    /// Date when inactivity ends.
7527    #[strum(serialize = "626")]
7528    _626,
7529    /// Last check for balance sheet update date
7530    ///
7531    /// Date balance sheet was last checked to determine if update had taken place.
7532    #[strum(serialize = "627")]
7533    _627,
7534    /// Last capital change date
7535    ///
7536    /// Date of last capital change.
7537    #[strum(serialize = "628")]
7538    _628,
7539    /// Letter of agreement date
7540    ///
7541    /// Date of a letter of agreement.
7542    #[strum(serialize = "629")]
7543    _629,
7544    /// Letter of liability date
7545    ///
7546    /// Date of a letter of liability.
7547    #[strum(serialize = "630")]
7548    _630,
7549    /// Liquidation date
7550    ///
7551    /// Date of liquidation.
7552    #[strum(serialize = "631")]
7553    _631,
7554    /// Lowest activity period
7555    ///
7556    /// Period of lowest activity.
7557    #[strum(serialize = "632")]
7558    _632,
7559    /// Legal structure change date
7560    ///
7561    /// Date when legal structure was changed.
7562    #[strum(serialize = "633")]
7563    _633,
7564    /// Current name effective date
7565    ///
7566    /// Date when current name became effective.
7567    #[strum(serialize = "634")]
7568    _634,
7569    /// Not registered as of given date
7570    ///
7571    /// Date when not yet registered.
7572    #[strum(serialize = "635")]
7573    _635,
7574    /// Current authority control start date
7575    ///
7576    /// Date when current authority took control.
7577    #[strum(serialize = "636")]
7578    _636,
7579    /// Privilege details verification date
7580    ///
7581    /// Date when privilege details were verified.
7582    #[strum(serialize = "637")]
7583    _637,
7584    /// Current legal structure effective date
7585    ///
7586    /// Date when current legal structure became effective.
7587    #[strum(serialize = "638")]
7588    _638,
7589    /// Peak activity period
7590    ///
7591    /// Period of peak activity.
7592    #[strum(serialize = "639")]
7593    _639,
7594    /// Presentation to bankruptcy receivers date
7595    ///
7596    /// Date when presented to the bankruptcy receivers.
7597    #[strum(serialize = "640")]
7598    _640,
7599    /// Resignation date
7600    ///
7601    /// Date of resignation.
7602    #[strum(serialize = "641")]
7603    _641,
7604    /// Legal action closed date
7605    ///
7606    /// Date when the legal action was closed.
7607    #[strum(serialize = "642")]
7608    _642,
7609    /// Mail receipt date
7610    ///
7611    /// Date mail was received.
7612    #[strum(serialize = "643")]
7613    _643,
7614    /// Social security claims verification date
7615    ///
7616    /// Date when social security claims were verified.
7617    #[strum(serialize = "644")]
7618    _644,
7619    /// Sole directorship registration date
7620    ///
7621    /// Date when sole directorship was registered.
7622    #[strum(serialize = "645")]
7623    _645,
7624    /// Trade style registration date
7625    ///
7626    /// Date when trade style was registered.
7627    #[strum(serialize = "646")]
7628    _646,
7629    /// Trial start date, scheduled
7630    ///
7631    /// Date when a trial is scheduled to begin.
7632    #[strum(serialize = "647")]
7633    _647,
7634    /// Trial start date, actual
7635    ///
7636    /// Date when the trial actually started.
7637    #[strum(serialize = "648")]
7638    _648,
7639    /// Value Added Tax (VAT) claims verification date
7640    ///
7641    /// Date when the Value Added Tax (VAT) claims were verified.
7642    #[strum(serialize = "649")]
7643    _649,
7644    /// Receivership result date
7645    ///
7646    /// Date when the result of the receivership occurs.
7647    #[strum(serialize = "650")]
7648    _650,
7649    /// Investigation end date
7650    ///
7651    /// The date when an investigation ended.
7652    #[strum(serialize = "651")]
7653    _651,
7654    /// Employee temporary laid-off period end date
7655    ///
7656    /// The ending date of a period in which employees were temporarily placed out of work.
7657    #[strum(serialize = "652")]
7658    _652,
7659    /// Investigation start date
7660    ///
7661    /// The date when an investigation began.
7662    #[strum(serialize = "653")]
7663    _653,
7664    /// Income period
7665    ///
7666    /// The period of time in which income is earned.
7667    #[strum(serialize = "654")]
7668    _654,
7669    /// Criminal sentence duration
7670    ///
7671    /// The period of time over which a criminal sentence applies.
7672    #[strum(serialize = "655")]
7673    _655,
7674    /// Age
7675    ///
7676    /// The length of time that a person or thing has existed.
7677    #[strum(serialize = "656")]
7678    _656,
7679    /// Receivables collection period
7680    ///
7681    /// The period of time over which receivable accounts are collected.
7682    #[strum(serialize = "657")]
7683    _657,
7684    /// Comparison period
7685    ///
7686    /// The time period covered in a comparison.
7687    #[strum(serialize = "658")]
7688    _658,
7689    /// Adjournment
7690    ///
7691    /// The period of time over which an adjournment is in effect.
7692    #[strum(serialize = "659")]
7693    _659,
7694    /// Court dismissal date
7695    ///
7696    /// The date on which a court refused further hearing of a case.
7697    #[strum(serialize = "660")]
7698    _660,
7699    /// Insufficient assets judgement date
7700    ///
7701    /// The date on which assets were judged to be insufficient.
7702    #[strum(serialize = "661")]
7703    _661,
7704    /// Average payment period
7705    ///
7706    /// The average period of time over which money has been paid.
7707    #[strum(serialize = "662")]
7708    _662,
7709    /// Forecast period start
7710    ///
7711    /// The beginning of a forecast period.
7712    #[strum(serialize = "663")]
7713    _663,
7714    /// Period extended
7715    ///
7716    /// Number of time units added to the original end date/time/period.
7717    #[strum(serialize = "664")]
7718    _664,
7719    /// Employee temporary laid-off period start date
7720    ///
7721    /// The start date of a period in which employees were temporarily placed out of work.
7722    #[strum(serialize = "665")]
7723    _665,
7724    /// Management available date
7725    ///
7726    /// Date when management is available.
7727    #[strum(serialize = "666")]
7728    _666,
7729    /// Withdrawn date
7730    ///
7731    /// The date when something was retracted.
7732    #[strum(serialize = "667")]
7733    _667,
7734    /// Claim incurred date
7735    ///
7736    /// The date that the claim was incurred.
7737    #[strum(serialize = "668")]
7738    _668,
7739    /// Financial coverage period
7740    ///
7741    /// The period of time for which financial coverage applies.
7742    #[strum(serialize = "669")]
7743    _669,
7744    /// Claim made date
7745    ///
7746    /// The date on which a claim was made.
7747    #[strum(serialize = "670")]
7748    _670,
7749    /// Stop distribution date
7750    ///
7751    /// The date on which distribution is to stop.
7752    #[strum(serialize = "671")]
7753    _671,
7754    /// Period assigned
7755    ///
7756    /// The period assigned.
7757    #[strum(serialize = "672")]
7758    _672,
7759    /// Lease period
7760    ///
7761    /// The period associated with a lease.
7762    #[strum(serialize = "673")]
7763    _673,
7764    /// Forecast period end date
7765    ///
7766    /// The ending date of a forecast period.
7767    #[strum(serialize = "674")]
7768    _674,
7769    /// Judgement date
7770    ///
7771    /// The date on which a decision from a court of law was rendered.
7772    #[strum(serialize = "675")]
7773    _675,
7774    /// Period worked for the company
7775    ///
7776    /// Period of time that was worked for the company.
7777    #[strum(serialize = "676")]
7778    _676,
7779    /// Transport equipment stuffing date and/or time
7780    ///
7781    /// The date and/or time on which the stuffing of transport equipment is to or has taken place.
7782    #[strum(serialize = "677")]
7783    _677,
7784    /// Transport equipment stripping date and/or time
7785    ///
7786    /// The date and/or time on which the stripping of a transport equipment is to or has taken place.
7787    #[strum(serialize = "678")]
7788    _678,
7789    /// Initial request date
7790    ///
7791    /// Date of an initial request.
7792    #[strum(serialize = "679")]
7793    _679,
7794    /// Period overdue
7795    ///
7796    /// The period by which an event is overdue.
7797    #[strum(serialize = "680")]
7798    _680,
7799    /// Implementation date/time/period
7800    ///
7801    /// A date/time/period within which an implementation is to take place.
7802    #[strum(serialize = "681")]
7803    _681,
7804    /// Refusal period
7805    ///
7806    /// The period within which a refusal can be made.
7807    #[strum(serialize = "682")]
7808    _682,
7809    /// Suspension period
7810    ///
7811    /// The period for which something is suspended.
7812    #[strum(serialize = "683")]
7813    _683,
7814    /// Deletion date
7815    ///
7816    /// The date on which deletion occurs.
7817    #[strum(serialize = "684")]
7818    _684,
7819    /// First sale date and/or time and/or period
7820    ///
7821    /// The first date, and/or time, and/or period a product was sold.
7822    #[strum(serialize = "685")]
7823    _685,
7824    /// Last sale date and/or time and/or period
7825    ///
7826    /// The last date, and/or time, and/or period a product was sold.
7827    #[strum(serialize = "686")]
7828    _686,
7829    /// Date ready for collection
7830    ///
7831    /// A date on which an object is ready for collection.
7832    #[strum(serialize = "687")]
7833    _687,
7834    /// Shipping date, no schedule established as of
7835    ///
7836    /// As at this date no valid shipping schedule has been established.
7837    #[strum(serialize = "688")]
7838    _688,
7839    /// Shipping date and/or time, current schedule
7840    ///
7841    /// Shipping date and/or time as currently scheduled.
7842    #[strum(serialize = "689")]
7843    _689,
7844    /// Suppliers' average credit period
7845    ///
7846    /// The average period of time that credit is extended by suppliers.
7847    #[strum(serialize = "690")]
7848    _690,
7849    /// Advising date
7850    ///
7851    /// Date of advice.
7852    #[strum(serialize = "691")]
7853    _691,
7854    /// Project over target baseline date
7855    ///
7856    /// The date an over target baseline was implemented for a project.
7857    #[strum(serialize = "692")]
7858    _692,
7859    /// Established date
7860    ///
7861    /// Date when an entity was established or created.
7862    #[strum(serialize = "693")]
7863    _693,
7864    /// Latest filing period
7865    ///
7866    /// Latest period for which a filing may be made.
7867    #[strum(serialize = "694")]
7868    _694,
7869    /// Mailing date
7870    ///
7871    /// Date when an item may be mailed.
7872    #[strum(serialize = "695")]
7873    _695,
7874    /// Date/time of latest accounts filing at public registry
7875    ///
7876    /// The latest date/time when financial accounts were filed at public registry.
7877    #[strum(serialize = "696")]
7878    _696,
7879    /// Date placed in disfavour
7880    ///
7881    /// Date when placed in a disfavoured category or status.
7882    #[strum(serialize = "697")]
7883    _697,
7884    /// Employment position start date, estimated
7885    ///
7886    /// Estimated start date of employment in a particular position.
7887    #[strum(serialize = "698")]
7888    _698,
7889    /// Registered contractor number assignment date, original
7890    ///
7891    /// Date when a registered contractor number was originally assigned.
7892    #[strum(serialize = "699")]
7893    _699,
7894    /// Ownership change date
7895    ///
7896    /// Date when ownership changes.
7897    #[strum(serialize = "700")]
7898    _700,
7899    /// Original duration
7900    ///
7901    /// Original length of time.
7902    #[strum(serialize = "701")]
7903    _701,
7904    /// Period between changes
7905    ///
7906    /// The period of time between changes.
7907    #[strum(serialize = "702")]
7908    _702,
7909    /// From date of notice to proceed to commencement of performance
7910    ///
7911    /// Period of time from notice to proceed until performance commencement.
7912    #[strum(serialize = "703")]
7913    _703,
7914    /// From date of notice to proceed to completion
7915    ///
7916    /// Period of time from date of notice to proceed until completion.
7917    #[strum(serialize = "704")]
7918    _704,
7919    /// Period an event is late due to customer
7920    ///
7921    /// The period of time an event is late due to the actions of a customer.
7922    #[strum(serialize = "705")]
7923    _705,
7924    /// File generation date and/or time
7925    ///
7926    /// Date and, or time of file generation.
7927    #[strum(serialize = "706")]
7928    _706,
7929    /// Endorsed certificate issue date
7930    ///
7931    /// Date on which a certificate, endorsed by signature or other agreed means, is issued.
7932    #[strum(serialize = "707")]
7933    _707,
7934    /// Patient first visit for condition
7935    ///
7936    /// The date of the first visit by a patient to a healthcare provider for this condition.
7937    #[strum(serialize = "708")]
7938    _708,
7939    /// Admission date and/or time, expected
7940    ///
7941    /// Expected date and/or time of admission.
7942    #[strum(serialize = "709")]
7943    _709,
7944    /// Symptoms onset, patient alleged
7945    ///
7946    /// Date and/or time of onset of symptoms according to the patient.
7947    #[strum(serialize = "710")]
7948    _710,
7949    /// Accident benefit period
7950    ///
7951    /// To identify the period of time for which benefits are provided in the event of an accident.
7952    #[strum(serialize = "711")]
7953    _711,
7954    /// Accident benefit age limit
7955    ///
7956    /// To identify the age to which benefits are provided to the insured in the event of an accident.
7957    #[strum(serialize = "712")]
7958    _712,
7959    /// Accident lifetime benefit qualification age
7960    ///
7961    /// To identify the qualification age for lifetime benefits provided to the insured in the event of an accident.
7962    #[strum(serialize = "713")]
7963    _713,
7964    /// Sickness benefit period
7965    ///
7966    /// To identify the period of time for which benefits are provided in the event of sickness.
7967    #[strum(serialize = "714")]
7968    _714,
7969    /// Sickness benefit age limit
7970    ///
7971    /// To identify the age to which benefits are provided to the insured in the event of sickness.
7972    #[strum(serialize = "715")]
7973    _715,
7974    /// Sickness lifetime benefit qualification age
7975    ///
7976    /// To identify the qualification age for lifetime benefits provided to the insured in the event of sickness.
7977    #[strum(serialize = "716")]
7978    _716,
7979    /// Accident insurance elimination period
7980    ///
7981    /// To identify the period of time the insured must be disabled in the event of an accident for benefits to be payable by the ceding company.
7982    #[strum(serialize = "717")]
7983    _717,
7984    /// Sickness insurance elimination period
7985    ///
7986    /// The period of time the insured must be disabled in the event of sickness for benefits to be payable by the ceding company.
7987    #[strum(serialize = "718")]
7988    _718,
7989    /// Provider signature date
7990    ///
7991    /// Date when the provider signed.
7992    #[strum(serialize = "719")]
7993    _719,
7994    /// Condition initial treatment date
7995    ///
7996    /// Date when initially treated for this condition.
7997    #[strum(serialize = "720")]
7998    _720,
7999    /// Information release authorization date
8000    ///
8001    /// Date when the information was authorized to be released.
8002    #[strum(serialize = "721")]
8003    _721,
8004    /// Benefit release authorization date
8005    ///
8006    /// Date when a benefit is authorized for release.
8007    #[strum(serialize = "722")]
8008    _722,
8009    /// Last seen date
8010    ///
8011    /// The date when last seen.
8012    #[strum(serialize = "723")]
8013    _723,
8014    /// Acute manifestation date
8015    ///
8016    /// The date the symptoms manifested themselves in an acute form.
8017    #[strum(serialize = "724")]
8018    _724,
8019    /// Similar illness onset date
8020    ///
8021    /// The date of the onset of an illness similar to the illness currently being treated.
8022    #[strum(serialize = "725")]
8023    _725,
8024    /// Last X-ray date
8025    ///
8026    /// The date the last X-ray was taken.
8027    #[strum(serialize = "726")]
8028    _726,
8029    /// Placement date, previous
8030    ///
8031    /// The date something was previously placed.
8032    #[strum(serialize = "727")]
8033    _727,
8034    /// Placement date
8035    ///
8036    /// The date something is placed.
8037    #[strum(serialize = "728")]
8038    _728,
8039    /// Temporary prosthesis date
8040    ///
8041    /// The date a temporary prosthetic device was provided.
8042    #[strum(serialize = "729")]
8043    _729,
8044    /// Orthodontic treatment period, remaining
8045    ///
8046    /// The period of time that the orthodontic treatment has remaining.
8047    #[strum(serialize = "730")]
8048    _730,
8049    /// Orthodontic treatment period, total
8050    ///
8051    /// The period of orthodontic treatment from beginning to end.
8052    #[strum(serialize = "731")]
8053    _731,
8054    /// Maximum credit granted date
8055    ///
8056    /// Date on which the highest credit was granted.
8057    #[strum(serialize = "732")]
8058    _732,
8059    /// Last date of accounts filed at public register
8060    ///
8061    /// Date on which accounts were last filed at the public register.
8062    #[strum(serialize = "733")]
8063    _733,
8064    /// Allowed renewal duration period
8065    ///
8066    /// The period of time a company can renew its duration period.
8067    #[strum(serialize = "734")]
8068    _734,
8069    /// Offset from Coordinated Universal Time (UTC)
8070    ///
8071    /// Number of hour's offset from Coordinated Universal Time (UTC).
8072    #[strum(serialize = "735")]
8073    _735,
8074    /// Appointment expiry date
8075    ///
8076    /// Date when an appointment will expire.
8077    #[strum(serialize = "736")]
8078    _736,
8079    /// Earliest filing period
8080    ///
8081    /// Earliest period for which a filing is made.
8082    #[strum(serialize = "737")]
8083    _737,
8084    /// Original name change date
8085    ///
8086    /// Date when the original name was changed.
8087    #[strum(serialize = "738")]
8088    _738,
8089    /// Education start date
8090    ///
8091    /// Date education begins at an educational institution.
8092    #[strum(serialize = "739")]
8093    _739,
8094    /// Education end date
8095    ///
8096    /// Date education is completed at an educational institution.
8097    #[strum(serialize = "740")]
8098    _740,
8099    /// Receivership period
8100    ///
8101    /// Period of time a receivership lasts.
8102    #[strum(serialize = "741")]
8103    _741,
8104    /// Financial information submission date/time
8105    ///
8106    /// Date/time when financial information is submitted.
8107    #[strum(serialize = "742")]
8108    _742,
8109    /// Purchase order latest possible change date
8110    ///
8111    /// Date identifying a point of time after which a purchase order cannot be changed.
8112    #[strum(serialize = "743")]
8113    _743,
8114    /// Investment number allocation date
8115    ///
8116    /// The date that an investment number was allocated.
8117    #[strum(serialize = "744")]
8118    _744,
8119    /// Mutually defined
8120    #[strum(ascii_case_insensitive)]
8121    ZZZ,
8122}
8123
8124/// Date or time or period format code
8125///
8126/// Code specifying the representation of a date, time or period.
8127#[derive(Debug, Serialize, Deserialize, Clone, EnumString, Display)]
8128pub enum _2379 {
8129    /// DDMMYY
8130    ///
8131    /// Calendar date: D = Day; M = Month; Y = Year.
8132    #[strum(serialize = "2")]
8133    _2,
8134
8135    /// MMDDYY
8136    ///
8137    /// Calendar date: M = Month; D = Day; Y = Year.
8138    #[strum(serialize = "3")]
8139    _3,
8140
8141    /// DDMMCCYY
8142    ///
8143    /// Calendar date C=Century; Y=Year; M=Month; D=Day.
8144    #[strum(serialize = "4")]
8145    _4,
8146
8147    /// DDMMCCYYHHMM
8148    ///
8149    /// Calendar date and time: C=Century; Y=Year; M=Month; D=Day; H=Hour; M=Minute.
8150    #[strum(serialize = "5")]
8151    _5,
8152
8153    /// YYMMDD
8154    ///
8155    /// Calendar date: Y = Year; M = Month; D = Day.
8156    #[strum(serialize = "101")]
8157    _101,
8158
8159    /// CCYYMMDD
8160    ///
8161    /// Calendar date: C = Century ; Y = Year ; M = Month ; D = Day.
8162    #[strum(serialize = "102")]
8163    _102,
8164
8165    /// YYWWD
8166    ///
8167    /// Calendar week day: Y = Year ; W = Week ; D = Day Week number 01 is always first week of January Day number 1 is always Monday.
8168    #[strum(serialize = "103")]
8169    _103,
8170
8171    /// YYDDD
8172    ///
8173    /// Calendar day: Y = Year ; D = Day January the first = Day 001 Always start numbering the days of the year from January 1st through December 31st.
8174    #[strum(serialize = "105")]
8175    _105,
8176
8177    /// MMDD
8178    ///
8179    /// Day of a month: M = Month; D = Day.
8180    #[strum(serialize = "106")]
8181    _106,
8182
8183    /// DDD
8184    ///
8185    /// Day's number within a specific year: D = Day.
8186    #[strum(serialize = "107")]
8187    _107,
8188
8189    /// WW
8190    ///
8191    /// Week's number within a specific year: W = Week.
8192    #[strum(serialize = "108")]
8193    _108,
8194
8195    /// MM
8196    ///
8197    /// Month's number within a specific year: M = Month.
8198    #[strum(serialize = "109")]
8199    _109,
8200
8201    /// DD
8202    ///
8203    /// Day's number within is a specific month: D = Day.
8204    #[strum(serialize = "110")]
8205    _110,
8206
8207    /// YYMMDDHHMM
8208    ///
8209    /// Calendar date including time without seconds: Y = Year; M = Month; D = Day; H = Hour; M = Minute.
8210    #[strum(serialize = "201")]
8211    _201,
8212
8213    /// YYMMDDHHMMSS
8214    ///
8215    /// Calendar date including time with seconds: Y = Year; M = Month; D = Day; H = Hour; m = Minutes = Seconds.
8216    #[strum(serialize = "202")]
8217    _202,
8218
8219    /// CCYYMMDDHHMM
8220    ///
8221    /// Calendar date including time with minutes: C=Century; Y=Year; M=Month; D=Day; H=Hour; M=Minutes.
8222    #[strum(serialize = "203")]
8223    _203,
8224
8225    /// CCYYMMDDHHMMSS
8226    ///
8227    /// Calendar date including time with seconds: C=Century;Y=Year; M=Month;D=Day;H=Hour;M=Minute;S=Second.
8228    #[strum(serialize = "204")]
8229    _204,
8230
8231    /// CCYYMMDDHHMMZHHMM
8232    ///
8233    /// Calendar date including time and time zone expressed in hours and minutes. ZHHMM = time zone given as offset from Coordinated Universal Time (UTC).
8234    #[strum(serialize = "205")]
8235    _205,
8236
8237    /// YYMMDDHHMMZZZ
8238    ///
8239    /// See 201 + Z = Time zone.
8240    #[strum(serialize = "301")]
8241    _301,
8242
8243    /// YYMMDDHHMMSSZZZ
8244    ///
8245    /// See 202 + Z = Time zone.
8246    #[strum(serialize = "302")]
8247    _302,
8248
8249    /// CCYYMMDDHHMMZZZ
8250    ///
8251    /// See 203 plus Z=Time zone.
8252    #[strum(serialize = "303")]
8253    _303,
8254
8255    /// CCYYMMDDHHMMSSZZZ
8256    ///
8257    /// See 204 plus Z=Time zone.
8258    #[strum(serialize = "304")]
8259    _304,
8260
8261    /// MMDDHHMM
8262    ///
8263    /// Month, day, hours, minutes; M = Month; D = Day; H = Hour; M = Minute.
8264    #[strum(serialize = "305")]
8265    _305,
8266
8267    /// DDHHMM
8268    ///
8269    /// Day, hours, minutes; D = Day; H = Hour; M = Minute.
8270    #[strum(serialize = "306")]
8271    _306,
8272
8273    /// HHMM
8274    ///
8275    /// Time without seconds: H = Hour; m = Minute.
8276    #[strum(serialize = "401")]
8277    _401,
8278
8279    /// HHMMSS
8280    ///
8281    /// Time with seconds: H = Hour; m = Minute; s = Seconds.
8282    #[strum(serialize = "402")]
8283    _402,
8284
8285    /// HHMMSSZZZ
8286    ///
8287    /// See 402 plus Z=Time zone.
8288    #[strum(serialize = "404")]
8289    _404,
8290
8291    /// MMMMSS
8292    ///
8293    /// Time without hours: m=minutes, s=seconds.
8294    #[strum(serialize = "405")]
8295    _405,
8296
8297    /// ZHHMM
8298    ///
8299    /// Offset from Coordinated Universal Time (UTC) where Z is plus (+) or minus (-).
8300    #[strum(serialize = "406")]
8301    _406,
8302
8303    /// HHMMHHMM
8304    ///
8305    /// Time span without seconds: H = Hour; m = Minute;.
8306    #[strum(serialize = "501")]
8307    _501,
8308
8309    /// HHMMSS-HHMMSS
8310    ///
8311    /// Format of period to be given without hyphen.
8312    #[strum(serialize = "502")]
8313    _502,
8314
8315    /// HHMMSSZZZ-HHMMSSZZZ
8316    ///
8317    /// Format of period to be given without hyphen.
8318    #[strum(serialize = "503")]
8319    _503,
8320
8321    /// CC
8322    ///
8323    /// Century.
8324    #[strum(serialize = "600")]
8325    _600,
8326
8327    /// YY
8328    ///
8329    /// Calendar year: Y = Year.
8330    #[strum(serialize = "601")]
8331    _601,
8332
8333    /// CCYY
8334    ///
8335    /// Calendar year including century: C = Century; Y = Year.
8336    #[strum(serialize = "602")]
8337    _602,
8338
8339    /// YYS
8340    ///
8341    /// Semester in a calendar year: Y = Year; S = Semester.
8342    #[strum(serialize = "603")]
8343    _603,
8344
8345    /// CCYYS
8346    ///
8347    /// Semester in a calendar year: C = Century; Y = Year; S = Semester.
8348    #[strum(serialize = "604")]
8349    _604,
8350
8351    /// CCYYQ
8352    ///
8353    /// Quarter in a calendar year: C = Century; Y = Year; Q = Quarter.
8354    #[strum(serialize = "608")]
8355    _608,
8356
8357    /// YYMM
8358    ///
8359    /// Month within a calendar year: Y = Year; M = Month.
8360    #[strum(serialize = "609")]
8361    _609,
8362
8363    /// CCYYMM
8364    ///
8365    /// Month within a calendar year: CC = Century; Y = Year; M = Month.
8366    #[strum(serialize = "610")]
8367    _610,
8368
8369    /// YYMMA
8370    ///
8371    /// Format of period to be given without hyphen (A = ten days period).
8372    #[strum(serialize = "613")]
8373    _613,
8374
8375    /// CCYYMMA
8376    ///
8377    /// Format of period to be given without hyphen (A = ten days period).
8378    #[strum(serialize = "614")]
8379    _614,
8380
8381    /// YYWW
8382    ///
8383    /// Week within a calendar year: Y = Year; W = Week 1st week of January = week 01.
8384    #[strum(serialize = "615")]
8385    _615,
8386
8387    /// CCYYWW
8388    ///
8389    /// Week within a calendar year: CC = Century; Y = Year; W = Week (1st week of January = week 01).
8390    #[strum(serialize = "616")]
8391    _616,
8392
8393    /// YY-YY
8394    ///
8395    /// Format of period to be given in actual message without hyphen.
8396    #[strum(serialize = "701")]
8397    _701,
8398
8399    /// CCYY-CCYY
8400    ///
8401    /// Format of period to be given in actual message without hyphen.
8402    #[strum(serialize = "702")]
8403    _702,
8404
8405    /// YYS-YYS
8406    ///
8407    /// Format of period to be given without hyphen.
8408    #[strum(serialize = "703")]
8409    _703,
8410
8411    /// CCYYS-CCYYS
8412    ///
8413    /// Format of period to be given in actual message without hyphen.
8414    #[strum(serialize = "704")]
8415    _704,
8416
8417    /// YYPYYP
8418    ///
8419    /// Format of period to be given without hyphen (P = period of 4 months).
8420    #[strum(serialize = "705")]
8421    _705,
8422
8423    /// CCYYP-CCYYP
8424    ///
8425    /// Format of period to be given without hyphen (P = period of 4 months).
8426    #[strum(serialize = "706")]
8427    _706,
8428
8429    /// YYQ-YYQ
8430    ///
8431    /// Format of period to be given without hyphen.
8432    #[strum(serialize = "707")]
8433    _707,
8434
8435    /// CCYYQ-CCYYQ
8436    ///
8437    /// Format of period to be given in actual message without hyphen.
8438    #[strum(serialize = "708")]
8439    _708,
8440
8441    /// YYMM-YYMM
8442    ///
8443    /// Format of period to be given in actual message without hyphen.
8444    #[strum(serialize = "709")]
8445    _709,
8446
8447    /// CCYYMM-CCYYMM
8448    ///
8449    /// Format of period to be given in actual message without hyphen.
8450    #[strum(serialize = "710")]
8451    _710,
8452
8453    /// CCYYMMDD-CCYYMMDD
8454    ///
8455    /// Format of period to be given in actual message without hyphen.
8456    #[strum(serialize = "711")]
8457    _711,
8458
8459    /// YYMMDDHHMM-YYMMDDHHMM
8460    ///
8461    /// Format of period to be given in actual message without hyphen.
8462    #[strum(serialize = "713")]
8463    _713,
8464
8465    /// YYWW-YYWW
8466    ///
8467    /// Format of period to be given in actual message without hyphen.
8468    #[strum(serialize = "715")]
8469    _715,
8470
8471    /// CCYYWW-CCYYWW
8472    ///
8473    /// Format of period to be given without hyphen.
8474    #[strum(serialize = "716")]
8475    _716,
8476
8477    /// YYMMDD-YYMMDD
8478    ///
8479    /// Format of period to be given in actual message without hyphen.
8480    #[strum(serialize = "717")]
8481    _717,
8482
8483    /// CCYYMMDD-CCYYMMDD
8484    ///
8485    /// Format of period to be given without hyphen.
8486    #[strum(serialize = "718")]
8487    _718,
8488
8489    /// CCYYMMDDHHMM-CCYYMMDDHHMM
8490    ///
8491    /// A period of time which includes the century, year, month, day, hour and minute. Format of period to be given in actual message without hyphen.
8492    #[strum(serialize = "719")]
8493    _719,
8494
8495    /// DHHMM-DHHMM
8496    ///
8497    /// Format of period to be given without hyphen (D=day of the week, 1=Monday; 2=Tuesday; ... 7=Sunday).
8498    #[strum(serialize = "720")]
8499    _720,
8500
8501    /// Year
8502    ///
8503    /// To indicate a quantity of years.
8504    #[strum(serialize = "801")]
8505    _801,
8506
8507    /// Month
8508    ///
8509    /// To indicate a quantity of months.
8510    #[strum(serialize = "802")]
8511    _802,
8512
8513    /// Week
8514    ///
8515    /// To indicate a quantity of weeks.
8516    #[strum(serialize = "803")]
8517    _803,
8518
8519    /// Day
8520    ///
8521    /// To indicate a quantity of days.
8522    #[strum(serialize = "804")]
8523    _804,
8524
8525    /// Hour
8526    ///
8527    /// To indicate a quantity of hours.
8528    #[strum(serialize = "805")]
8529    _805,
8530
8531    /// Minute
8532    ///
8533    /// To indicate a quantity of minutes.
8534    #[strum(serialize = "806")]
8535    _806,
8536
8537    /// Second
8538    ///
8539    /// To indicate a quantity of seconds.
8540    #[strum(serialize = "807")]
8541    _807,
8542
8543    /// Semester
8544    ///
8545    /// To indicate a quantity of semesters (six months).
8546    #[strum(serialize = "808")]
8547    _808,
8548
8549    /// Four months period
8550    ///
8551    /// To indicate a quantity of four months periods.
8552    #[strum(serialize = "809")]
8553    _809,
8554
8555    /// Trimester
8556    ///
8557    /// To indicate a quantity of trimesters (three months).
8558    #[strum(serialize = "810")]
8559    _810,
8560
8561    /// Half month
8562    ///
8563    /// To indicate a quantity of half months.
8564    #[strum(serialize = "811")]
8565    _811,
8566
8567    /// Ten days
8568    ///
8569    /// To indicate a quantity of ten days periods.
8570    #[strum(serialize = "812")]
8571    _812,
8572
8573    /// Day of the week
8574    ///
8575    /// Numeric representation of the day (Monday = 1).
8576    #[strum(serialize = "813")]
8577    _813,
8578
8579    /// Working days
8580    ///
8581    /// Number of working days.
8582    #[strum(serialize = "814")]
8583    _814,
8584}
8585
8586/// Party function code qualifier
8587///
8588/// Code giving specific meaning to a party.
8589#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
8590pub enum _3035 {
8591    ///Party to be billed (AAR Accounting rule 11)
8592    ///
8593    ///Party to be billed in accordance with AAR Accounting rule 11.
8594    AA,
8595    ///Buyer's agent/representative
8596    ///
8597    ///Third party who arranged the purchase of merchandise on behalf of the actual buyer.
8598    AB,
8599    ///Declarant's agent/representative
8600    ///
8601    ///Any natural or legal person who makes a declaration to an official body on behalf of another natural or legal person, where legally permitted (CCC).
8602    AE,
8603    ///Transit principal
8604    ///
8605    ///Natural or legal person responsible for the satisfactory performance of a Customs transit operation. Source: CCC.
8606    AF,
8607    ///Agent/representative
8608    ///
8609    ///(3196) Party authorized to act on behalf of another party.
8610    AG,
8611    ///Transit principal's agent/representative
8612    ///
8613    ///Agent acting on behalf of the transit principal (CCC).
8614    AH,
8615    ///Successful job applicant
8616    ///
8617    ///Person who has been chosen for a job.
8618    AI,
8619    ///Party issuing mutually agreed codes
8620    ///
8621    ///The party which has issued all mutually agreed codes used in the message.
8622    AJ,
8623    ///Acknowledgement recipient
8624    ///
8625    ///Party to whom acknowledgement should be sent.
8626    AK,
8627    ///Principal
8628    ///
8629    ///(3340) Party accepting liability for goods held or moving (e.g. transit) under a Customs authorization and - when applicable - a guarantee.
8630    AL,
8631    ///Authorized official
8632    ///
8633    ///Employee of a company or firm authorized to act on behalf of that company or firm e.g. to make a Customs declaration.
8634    AM,
8635    ///Approved importer
8636    ///
8637    ///Person or company which is authorised by the relevant Customs authority to import goods without payment all taxes or specific taxes at the point of entry into the country.
8638    AN,
8639    ///Account of
8640    ///
8641    ///Party account is assigned to.
8642    AO,
8643    ///Accepting party
8644    ///
8645    ///(3352) Party accepting goods, products, services etc.
8646    AP,
8647    ///Approved consignor
8648    ///
8649    ///Person or company approved by the relevant authority in the country to pack and export specific goods under Customs supervision.
8650    AQ,
8651    ///Authorized exporter
8652    ///
8653    ///Exporter authorized/approved by Customs for special Customs procedures e.g. simplified procedure.
8654    AR,
8655    ///Account servicing financial institution
8656    ///
8657    ///Identifies the financial institution servicing the account(s).
8658    AS,
8659    ///Authorized importer
8660    ///
8661    ///Importer authorized/approved by Customs for special Customs procedures e.g. simplified procedure.
8662    AT,
8663    ///Authorized trader (transit)
8664    ///
8665    ///Trader authorized/approved by Customs for special transit procedures e.g. simplified procedure.
8666    AU,
8667    ///Authorizing official
8668    ///
8669    ///Party that has delegated the authority to take a certain action on behalf of a company or agency.
8670    AV,
8671    ///Applicant's bank
8672    ///
8673    ///Financial institution which is requested to issue the documentary credit.
8674    AW,
8675    ///Authenticating party
8676    ///
8677    ///Party which certifies that a document is authentic.
8678    AX,
8679    ///Animal being investigated
8680    ///
8681    ///Animal being investigated.
8682    AY,
8683    ///Issuing bank
8684    ///
8685    ///Financial institution which issues the documentary credit, if the applicant's bank is not acting as the issuing bank.
8686    AZ,
8687    ///Contact bank 1
8688    ///
8689    ///Identifies an additional bank which must be informed of certain aspects of the message.
8690    B1,
8691    ///Contact bank 2
8692    ///
8693    ///Identifies an additional bank which must be informed of certain aspects of the message.
8694    B2,
8695    ///Booking agent
8696    ///
8697    ///Party acting as a booking office for transport and forwarding services.
8698    BA,
8699    ///Buyer's bank
8700    ///
8701    ///[3420] Bank employed by the buyer to make payment.
8702    BB,
8703    ///Negotiating bank
8704    ///
8705    ///Financial institution to whom a negotiable documentary credit is directed.
8706    BC,
8707    ///Documentary credit reimbursing bank
8708    ///
8709    ///Self-explanatory.
8710    BD,
8711    ///Beneficiary
8712    ///
8713    ///The ultimate recipient of the funds. Normally the account owner who is reimbursed by the payor.
8714    BE,
8715    ///Beneficiary's bank
8716    ///
8717    ///Identifies the account servicer for the beneficiary or the payee.
8718    BF,
8719    ///Employer
8720    ///
8721    ///Self-explanatory.
8722    BG,
8723    ///Previous employer
8724    ///
8725    ///Previous employer of a person(s).
8726    BH,
8727    ///Buyer's financial institution
8728    ///
8729    ///Financial institution designated by buyer to make payment.
8730    BI,
8731    ///Release to party
8732    ///
8733    ///Party to which the goods or container(s) is (are) to be released.
8734    BJ,
8735    ///Financial institution
8736    ///
8737    ///Party acting as financial institution.
8738    BK,
8739    ///Bill of lading recipient
8740    ///
8741    ///Party to receive B/L.
8742    BL,
8743    ///Insured
8744    ///
8745    ///Party which is the object of an insurance contract.
8746    BM,
8747    ///Insurance beneficiary
8748    ///
8749    ///Party which benefits from insurance coverage.
8750    BN,
8751    ///Broker or sales office
8752    ///
8753    ///Party acting in the name of the seller as broker or as sales office.
8754    BO,
8755    ///Building site purchaser
8756    ///
8757    ///Party at the building site responsible for the purchasing of goods and services for that particular site.
8758    BP,
8759    ///Cheque drawn bank
8760    ///
8761    ///Identifies the bank on which the cheque should be drawn, as instructed by the ordering customer.
8762    BQ,
8763    ///Bill and ship to
8764    ///
8765    ///Party receiving goods and relevant invoice.
8766    BS,
8767    ///Party to be billed for other than freight (bill to)
8768    ///
8769    ///Party receiving invoice excluding freight costs.
8770    BT,
8771    ///Service bureau
8772    ///
8773    ///Party carrying out service bureau processing work, (e.g. a payroll bureau).
8774    BU,
8775    ///Member
8776    ///
8777    ///Member of a group (e.g. of a group of persons or a service scheme).
8778    BV,
8779    /// Borrower
8780    BW,
8781    ///Building site engineer
8782    ///
8783    ///Party at the building site responsible for engineering matters for that particular site.
8784    BX,
8785    ///Buyer
8786    ///
8787    ///Party to whom merchandise and/or service is sold.
8788    BY,
8789    ///Building site forwarder
8790    ///
8791    ///Party at the building site responsible for forwarding the received goods on that particular site.
8792    BZ,
8793    ///In care of party no. 1
8794    ///
8795    ///Description to be provided.
8796    C1,
8797    ///In care of party no. 2
8798    ///
8799    ///Description to be provided.
8800    C2,
8801    ///Carrier
8802    ///
8803    ///(3126) Party undertaking or arranging transport of goods between named points.
8804    CA,
8805    ///Customs broker
8806    ///
8807    ///Agent or representative or a professional Customs clearing agent who deals directly with Customs on behalf of the importer or exporter (CCC).
8808    CB,
8809    ///Claimant
8810    ///
8811    ///Party who claims goods or insurance.
8812    CC,
8813    ///Agent's bank
8814    ///
8815    ///Bank of the agent.
8816    CD,
8817    ///Ceding company
8818    ///
8819    ///Description to be provided.
8820    CE,
8821    ///Container operator/lessee
8822    ///
8823    ///Party to whom the possession of specified property (e.g. container) has been conveyed for a period of time in return for rental payments.
8824    CF,
8825    ///Carrier's agent
8826    ///
8827    ///Party authorized to act for or on behalf of carrier.
8828    CG,
8829    ///Connecting carrier
8830    ///
8831    ///Owner or operator of a transportation conveyance to which goods in a given transaction will be transferred.
8832    CH,
8833    ///Commission processor
8834    ///
8835    ///Party who provides extra treatment to goods on commission base.
8836    CI,
8837    ///Previous member
8838    ///
8839    ///Previous member of a group of persons or a service scheme.
8840    CJ,
8841    ///Empty equipment despatch party
8842    ///
8843    ///Party from whose premises empty equipment will be or has been despatched.
8844    CK,
8845    ///Container location party
8846    ///
8847    ///Party from whose premises container will be or has been despatched.
8848    CL,
8849    ///Customs
8850    ///
8851    ///Identification of customs authority relevant to the transaction or shipment.
8852    CM,
8853    ///Consignee
8854    ///
8855    ///(3132) Party to which goods are consigned.
8856    CN,
8857    ///Cash pool top account servicing financial institution
8858    ///
8859    ///Identification of a financial institution servicing the top account of a cash pool.
8860    CNX,
8861    ///Cash pool level account servicing financial institution
8862    ///
8863    ///Identification of a financial institution servicing the level account of a cash pool.
8864    CNY,
8865    ///Cash pool sub-account servicing financial institution
8866    ///
8867    ///Identification of a financial institution servicing the sub-account of a cash pool.
8868    CNZ,
8869    ///Corporate office
8870    ///
8871    ///Identification of the Head Office within a company.
8872    CO,
8873    ///Entity in which a financial interest is held
8874    ///
8875    ///Business in which a financial interest is held.
8876    COA,
8877    ///Intermediate level parent company
8878    ///
8879    ///Identifies an intermediate parent company.
8880    COB,
8881    ///Transshipment party
8882    ///
8883    ///A party responsible for transshipment.
8884    COC,
8885    ///Quotation requesting party
8886    ///
8887    ///Party sending a request for a quotation.
8888    COD,
8889    ///Party maintaining the codes used in the message
8890    ///
8891    ///The party which maintains the codes used in the message.
8892    COE,
8893    ///Party maintaining the identifiers used in the message
8894    ///
8895    ///The party which maintains the identifiers used in the message.
8896    COF,
8897    ///Dispatcher
8898    ///
8899    ///An individual responsible for sending something to a destination.
8900    COG,
8901    ///Submitter of sample
8902    ///
8903    ///An entity responsible for the submission of a sample.
8904    COH,
8905    ///Institutional provider
8906    ///
8907    ///The institution providing the service.
8908    COI,
8909    ///Primary health care provider
8910    ///
8911    ///Health care provider that has primary responsibility for patient.
8912    COJ,
8913    ///Assistant surgeon
8914    ///
8915    ///Physician assisting in surgery.
8916    COK,
8917    ///Admitting health care provider
8918    ///
8919    ///Health care provider that admitted the patient.
8920    COL,
8921    ///Referring health care provider
8922    ///
8923    ///Health care provider that referred patient to current provider of services.
8924    COM,
8925    ///Supervising health care provider
8926    ///
8927    ///Health care provider that supervised the rendering of a service.
8928    CON,
8929    ///Party providing financing
8930    ///
8931    ///Identifies the party providing the financing.
8932    COO,
8933    ///Convoying party
8934    ///
8935    ///Party designated to escort the transported goods.
8936    COP,
8937    ///Nominated bank
8938    ///
8939    ///Identifies the nominated bank.
8940    COQ,
8941    ///Family member
8942    ///
8943    ///Identifies a family member.
8944    COR,
8945    ///Co-participant
8946    ///
8947    ///Identifies another party who participates in an activity.
8948    COS,
8949    ///Involved party
8950    ///
8951    ///Party which is involved in an activity.
8952    COT,
8953    ///Assigner
8954    ///
8955    ///Identifies the entity who assigns.
8956    COU,
8957    ///Registered principal
8958    ///
8959    ///An individual who is registered as a principal for an entity.
8960    COV,
8961    ///Freight payer on behalf of the consignor
8962    ///
8963    ///Freight payer is a third party acting on behalf of the consignor.
8964    COW,
8965    ///Freight payer on behalf of the consignee
8966    ///
8967    ///Freight payer is a third party acting on behalf of the consignee.
8968    COX,
8969    ///Party responsible for disinfection
8970    ///
8971    ///Party responsible for performing disinfection operations.
8972    COY,
8973    ///Party responsible for refueling
8974    ///
8975    ///Party responsible for performing refueling operations.
8976    COZ,
8977    ///Party to receive certificate of compliance
8978    ///
8979    ///Party acting for or on behalf of seller in matters concerning compliance.
8980    CP,
8981    ///Advising bank
8982    ///
8983    ///Identifies the financial institution used by the issuing bank to advise the documentary credit.
8984    CPA,
8985    ///Reimbursing bank
8986    ///
8987    ///Identifies the financial institution through which the reimbursement is to be effected.
8988    CPB,
8989    ///Advise through bank
8990    ///
8991    ///Identifies the financial institution through which the advising bank is to advise.
8992    CPC,
8993    ///Charges payer at destination
8994    ///
8995    ///Party, other than the ordering party, which has to pay the charges concerning the destination operations.
8996    CPD,
8997    ///Vessel master
8998    ///
8999    ///Master of the conveyance.
9000    CPE,
9001    ///Means of transport charterer
9002    ///
9003    ///Charterer of the means of transport.
9004    CPF,
9005    ///Excise party
9006    ///
9007    ///Party to whom excise must be paid.
9008    CPG,
9009    ///Copy report to
9010    ///
9011    ///Party receiving a copy of a report.
9012    CPH,
9013    ///Related healthcare party
9014    ///
9015    ///A healthcare party related to the subject.
9016    CPI,
9017    ///Clinical information provider
9018    ///
9019    ///Party providing clinical information.
9020    CPJ,
9021    ///Service requester
9022    ///
9023    ///Party requesting a service.
9024    CPK,
9025    ///Patient admitted by
9026    ///
9027    ///Party who admitted a patient.
9028    CPL,
9029    ///Patient discharged to
9030    ///
9031    ///The party who receives the discharged patient.
9032    CPM,
9033    ///Patient hosted by
9034    ///
9035    ///The party hosting the patient.
9036    CPN,
9037    ///Prescriber's contact person
9038    ///
9039    ///Contact person for the prescriber.
9040    CPO,
9041    ///Cheque order
9042    ///
9043    ///Party to which the cheque will be ordered, when different from the beneficiary.
9044    CQ,
9045    ///Empty equipment return party
9046    ///
9047    ///Party to whose premises empty equipment will be or has been returned.
9048    CR,
9049    ///Consolidator
9050    ///
9051    ///Party consolidating various consignments, payments etc.
9052    CS,
9053    ///Consignee to be specified
9054    ///
9055    ///The party to be identified at a later time as the consignee.
9056    CT,
9057    ///Container return company
9058    ///
9059    ///The company to which containers have to be returned.
9060    CU,
9061    ///Consignee of vessel
9062    ///
9063    ///Description to be provided.
9064    CV,
9065    ///Equipment owner
9066    ///
9067    ///Owner of equipment (container, etc.).
9068    CW,
9069    ///Consignee's agent
9070    ///
9071    ///Party authorized to act on behalf of the consignee.
9072    CX,
9073    /// Commissionable agent
9074    ///
9075    /// IATA cargo agent entitled to commission.
9076    CY,
9077    ///Consignor
9078    ///
9079    ///(3336) Party which, by contract with a carrier, consigns or sends goods with the carrier, or has them conveyed by him. Synonym: shipper, sender.
9080    CZ,
9081    ///Available with bank (documentary credits)
9082    ///
9083    ///Financial institution with whom the documentary credit is available.
9084    DA,
9085    ///Distributor branch
9086    ///
9087    ///The affiliate of a retailer or distributor.
9088    DB,
9089    ///Deconsolidator
9090    ///
9091    ///Party that splits up a large consignment composed of separate consignments of goods. The smaller consignments of goods were grouped together into that large consignment for carriage as a larger unit in order to obtain a reduced rate.
9092    DC,
9093    ///Despatch charge payer
9094    ///
9095    ///Party, other than the ordering party, which has to pay the charges concerning the despatch operations.
9096    DCP,
9097    ///Prescription database owner
9098    ///
9099    ///Organisation or person owning a prescription database.
9100    DCQ,
9101    ///Original prescriber
9102    ///
9103    ///The doctor who issued the original prescription.
9104    DCR,
9105    ///Temporary employee
9106    ///
9107    ///A person employed on a temporary basis.
9108    DCS,
9109    ///Designer
9110    ///
9111    ///A party who designs.
9112    DCT,
9113    ///Quotation delivered to
9114    ///
9115    ///Party to whom the quotation is to be or has been delivered.
9116    DCU,
9117    ///Developer
9118    ///
9119    ///A party who develops.
9120    DCV,
9121    ///Test execution party
9122    ///
9123    ///The party performing a test.
9124    DCW,
9125    ///Party to receive refund
9126    ///
9127    ///Party to whom a refund is given.
9128    DCX,
9129    ///Authorised issuer of prescription
9130    ///
9131    ///Party authorised to issue a prescription.
9132    DCY,
9133    ///Authorised dispenser of medicine
9134    ///
9135    ///Organisation or person authorised to dispense medicine.
9136    DCZ,
9137    ///Documentary credit account party's bank
9138    ///
9139    ///Bank of the documentary credit account party.
9140    DD,
9141    ///Report responsible party
9142    ///
9143    ///The party or person taking responsibility for a report.
9144    DDA,
9145    ///Initial sender
9146    ///
9147    ///The party who does the initial sending.
9148    DDB,
9149    ///The party authorising the original prescription
9150    ///
9151    ///The party authorising the issuer of the original prescription.
9152    DDC,
9153    ///Depositor
9154    ///
9155    ///Party depositing goods, financial payments or documents.
9156    DE,
9157    ///Documentary credit applicant
9158    ///
9159    ///Party at whose request the applicant's bank/issuing bank is to issue a documentary credit.
9160    DF,
9161    ///Documentary credit beneficiary
9162    ///
9163    ///Party in whose favour the documentary credit is to be issued and the party that must comply with the credit's terms and conditions.
9164    DG,
9165    ///Documentary credit account party
9166    ///
9167    ///Party which is responsible for the payment settlement of the documentary credit with the applicant's bank/issuing bank, if different from the documentary credit applicant.
9168    DH,
9169    ///Documentary credit second beneficiary
9170    ///
9171    ///Party to whom the documentary credit can be transferred.
9172    DI,
9173    ///Party according to documentary credit transaction
9174    ///
9175    ///Party related to documentary credit transaction.
9176    DJ,
9177    ///Documentary credit beneficiary's bank
9178    ///
9179    ///Financial institution with which the beneficiary of the documentary credit maintains an account.
9180    DK,
9181    ///Factor
9182    ///
9183    ///Company offering a financial service whereby a firm sells or transfers title to its accounts receivable to the factoring company.
9184    DL,
9185    /// Party to whom documents are to be presented
9186    DM,
9187    ///Owner of operation
9188    ///
9189    ///Owner of the operation.
9190    DN,
9191    ///Document recipient
9192    ///
9193    ///(1370) Party which should receive a specified document.
9194    DO,
9195    ///Delivery party
9196    ///
9197    ///(3144) Party to which goods should be delivered, if not identical with consignee.
9198    DP,
9199    ///Owner's agent
9200    ///
9201    ///Person acting on delegation of powers of the owner.
9202    DQ,
9203    ///Driver
9204    ///
9205    ///Person who drives a means of transport.
9206    DR,
9207    ///Distributor
9208    ///
9209    ///Party distributing goods, financial payments or documents.
9210    DS,
9211    ///Declarant
9212    ///
9213    ///(3140) Party who makes a declaration to an official body or - where legally permitted - in whose name, or on whose behalf, a declaration to an official body is made.
9214    DT,
9215    ///Owner's representative
9216    ///
9217    ///Person commissioned by the owner to represent him in certain circumstances.
9218    DU,
9219    ///Project management office
9220    ///
9221    ///Party commissioned by the owner to follow through the execution of all works.
9222    DV,
9223    ///Drawee
9224    ///
9225    ///Party on whom drafts must be drawn.
9226    DW,
9227    ///Engineer (construction)
9228    ///
9229    ///Party representing the contractor to advise and supervise engineering aspects of the works.
9230    DX,
9231    ///Engineer, resident (construction)
9232    ///
9233    ///Party commissioned by the owner to advise and supervise engineering aspects of the works.
9234    DY,
9235    /// Architect
9236    DZ,
9237    ///Architect-designer
9238    ///
9239    ///Designer of the construction project.
9240    EA,
9241    ///Building inspectorate
9242    ///
9243    ///Party controlling the conformity of works to legal and regulation rules.
9244    EB,
9245    ///Exchanger
9246    ///
9247    ///Party exchanging currencies or goods.
9248    EC,
9249    ///Engineer, consultant
9250    ///
9251    ///Party providing professional engineering services.
9252    ED,
9253    /// Location of goods for customs examination before clearance
9254    ///
9255    /// SE.
9256    EE,
9257    ///Project coordination office
9258    ///
9259    ///Party responsible for technical coordination of works.
9260    EF,
9261    ///Surveyor, topographical
9262    ///
9263    ///Party responsible for topographical measurements.
9264    EG,
9265    ///Engineer, measurement
9266    ///
9267    ///Party responsible for quantity measurements.
9268    EH,
9269    ///Controller, quality
9270    ///
9271    ///Party controlling the quality of goods and workmanship for the project.
9272    EI,
9273    ///Surveyor, quantity
9274    ///
9275    ///Party responsible for the quantification and valuation of the works on behalf of the contractor.
9276    EJ,
9277    ///Surveyor (professional), quantity
9278    ///
9279    ///Party responsible to the owner for the quantification and valuation of the works.
9280    EK,
9281    ///Project
9282    ///
9283    ///Party responsible for a project, e.g. a construction project.
9284    EL,
9285    ///Party to receive electronic memo of invoice
9286    ///
9287    ///Party being informed about invoice issue (via EDI).
9288    EM,
9289    ///Tenderer
9290    ///
9291    ///Firm answering an invitation to tender.
9292    EN,
9293    ///Owner of equipment
9294    ///
9295    ///Party who owns equipment.
9296    EO,
9297    ///Equipment drop-off party
9298    ///
9299    ///The party which drops off equipment.
9300    EP,
9301    ///Empty container responsible party
9302    ///
9303    ///Party responsible for the empty container.
9304    EQ,
9305    ///Empty container return agent
9306    ///
9307    ///Party, designated by owner of containers, responsible for their collection as agreed between the owner and customer/ consignee.
9308    ER,
9309    ///Contractor, lead
9310    ///
9311    ///Leader representing a grouping of co-contractors.
9312    ES,
9313    ///Co-contractor
9314    ///
9315    ///Member of a grouping of co-contractors.
9316    ET,
9317    ///Contractor, general
9318    ///
9319    ///Single contractor for the whole construction project, working by his own or with subcontractors.
9320    EU,
9321    ///Subcontractor
9322    ///
9323    ///Firm carrying out a part of the works for a contractor.
9324    EV,
9325    ///Subcontractor with direct payment
9326    ///
9327    ///Subcontractor benefiting from direct payments.
9328    EW,
9329    ///Exporter
9330    ///
9331    ///(3030) Party who makes - or on whose behalf a Customs clearing agent or other authorized person makes - an export declaration. This may include a manufacturer, seller or other person. Within a Customs union, consignor may have the same meaning as exporter.
9332    EX,
9333    ///Subcontractor, nominated
9334    ///
9335    ///Subcontractor authorized by the owner after having been proposed.
9336    EY,
9337    ///Operator, essential services
9338    ///
9339    ///Operator of essential services e.g. water, sewerage system, power.
9340    EZ,
9341    ///Operator, communication channel
9342    ///
9343    ///Operator of a communication channel.
9344    FA,
9345    ///Nominated freight company
9346    ///
9347    ///Party nominated to act as transport company or carrier for the goods.
9348    FB,
9349    ///Contractor, main
9350    ///
9351    ///Firm or grouping of co-contractors which has been awarded the contract.
9352    FC,
9353    ///Buyer's parent company
9354    ///
9355    ///Parent company, e.g. holding company.
9356    FD,
9357    /// Credit rating agency
9358    FE,
9359    ///Factor, correspondent
9360    ///
9361    ///Factoring company engaged by another factoring company to assist the letter with the services provided to the clients (sellers).
9362    FF,
9363    ///Buyer as officially registered
9364    ///
9365    ///Buying party as officially registered with government.
9366    FG,
9367    ///Seller as officially registered
9368    ///
9369    ///Selling party as officially registered with government.
9370    FH,
9371    ///Copy message to
9372    ///
9373    ///Party that is to receive a copy of a message.
9374    FI,
9375    ///Trade Union
9376    ///
9377    ///Organisation representing employees.
9378    FJ,
9379    ///Previous Trade Union
9380    ///
9381    ///Employee organisation who previously represented an employee .
9382    FK,
9383    ///Passenger
9384    ///
9385    ///A person conveyed by a means of transport, other than the crew.
9386    FL,
9387    ///Crew member
9388    ///
9389    ///A person manning a means of transport.
9390    FM,
9391    ///Tariff issuer
9392    ///
9393    ///The issuer of a tariff, e.g. a freight tariff.
9394    FN,
9395    /// Party performing inspection
9396    FO,
9397    ///Freight/charges payer
9398    ///
9399    ///Party responsible for the payment of freight.
9400    FP,
9401    ///Container survey agent
9402    ///
9403    ///The container survey agency that will survey the containers.
9404    FQ,
9405    ///Message from
9406    ///
9407    ///Party where the message comes from.
9408    FR,
9409    ///Party authorized to make definite a contract action
9410    ///
9411    ///Party who has the authority to make definite a contract action.
9412    FS,
9413    ///Party responsible for financial settlement
9414    ///
9415    ///(3450) Party responsible for either the transfer or repatriation of the funds relating to a transaction.
9416    FT,
9417    ///Hazardous material office
9418    ///
9419    ///The office responsible for providing information regarding hazardous material.
9420    FU,
9421    ///Party providing government furnished property
9422    ///
9423    ///The party responsible for providing government furnished property.
9424    FV,
9425    ///Freight forwarder
9426    ///
9427    ///Party arranging forwarding of goods.
9428    FW,
9429    ///Current receiver
9430    ///
9431    ///Current receiver of the goods in a multi-step transportation process (indirect flow) involving at least one grouping centre.
9432    FX,
9433    ///Current sender
9434    ///
9435    ///Current sender of the goods in a multi-step transportation process (indirect flow) involving at least one grouping centre.
9436    FY,
9437    ///Grouping centre
9438    ///
9439    ///A party in charge of groupage, including degroupage and regroupage.
9440    FZ,
9441    ///Road carrier
9442    ///
9443    ///A road carrier moving cargo.
9444    GA,
9445    ///Chamber of commerce
9446    ///
9447    ///Name of the Chamber of Commerce of the town where the company is registered.
9448    GB,
9449    ///Goods custodian
9450    ///
9451    ///(3024) Party responsible for the keeping of goods.
9452    GC,
9453    ///Producer
9454    ///
9455    ///Party or person who has produced the produce.
9456    GD,
9457    ///Registration tribunal
9458    ///
9459    ///Name of the tribunal where the company is registered.
9460    GE,
9461    ///Slot charter party
9462    ///
9463    ///An identification code of a participant or user that books slots (space) on a ship, more likely on a long term basis on a series of sailings. He pays for the space whether he uses it or not.
9464    GF,
9465    ///Warehouse
9466    ///
9467    ///The name of the warehouse where product is held.
9468    GG,
9469    ///Applicant for job
9470    ///
9471    ///A person who applied for a job.
9472    GH,
9473    ///Spouse
9474    ///
9475    ///Person is a spouse.
9476    GI,
9477    ///Mother
9478    ///
9479    ///Person is a mother.
9480    GJ,
9481    ///Father
9482    ///
9483    ///Person is a father.
9484    GK,
9485    ///Socially insured person
9486    ///
9487    ///A person who is registered in a social security scheme.
9488    GL,
9489    ///Inventory controller
9490    ///
9491    ///To specifically identify the party in charge of inventory control.
9492    GM,
9493    ///Processor
9494    ///
9495    ///Party or person who has or will apply a process.
9496    GN,
9497    ///Goods owner
9498    ///
9499    ///The party which owns the goods.
9500    GO,
9501    ///Packer
9502    ///
9503    ///Party or person who has undertaken or will undertake packing.
9504    GP,
9505    ///Slaughterer
9506    ///
9507    ///Party or person who has undertaken or will undertake a slaughter.
9508    GQ,
9509    ///Goods releaser
9510    ///
9511    ///(3026) Party entitled to authorize release of goods from custodian.
9512    GR,
9513    ///Consignor's representative
9514    ///
9515    ///Party authorised to represent the consignor.
9516    GS,
9517    ///Rail carrier
9518    ///
9519    ///A carrier moving cargo, including containers, via rail.
9520    GT,
9521    ///Originator of article number
9522    ///
9523    ///A code identifying the party which created a specific article number.
9524    GU,
9525    ///Procurement responsibility for order
9526    ///
9527    ///A code used to identify the organization which is responsible for the procurement.
9528    GV,
9529    ///Party fulfilling all operations
9530    ///
9531    ///Code indicating the fact that the party identified carries out all operations within that company's activities.
9532    GW,
9533    ///Central catalogue party
9534    ///
9535    ///Party controlling a central catalogue.
9536    GX,
9537    ///Inventory reporting party
9538    ///
9539    ///Party reporting inventory information.
9540    GY,
9541    ///Substitute supplier
9542    ///
9543    ///Party which may be in a position to supply products or services should the main usual supplier be unable to do so.
9544    GZ,
9545    ///Party which delivers consignments to the terminal
9546    ///
9547    ///Party which delivers consignments to a terminal.
9548    HA,
9549    ///Party which picks up consignments from the terminal
9550    ///
9551    ///Party which picks up consignments from a terminal.
9552    HB,
9553    ///Transit freight forwarder
9554    ///
9555    ///Freight forwarder to whom transit consignments are addressed, and from whom they are to be on-forwarded.
9556    HC,
9557    ///Inspection and acceptance party
9558    ///
9559    ///The party who will perform inspection and acceptance.
9560    HD,
9561    ///Transportation office
9562    ///
9563    ///The office that provides transportation information.
9564    HE,
9565    ///Contract administration office
9566    ///
9567    ///The office responsible for the administration of a contract.
9568    HF,
9569    ///Investigator
9570    ///
9571    ///A party who conducts investigations.
9572    HG,
9573    ///Audit office
9574    ///
9575    ///The office responsible for conducting audits.
9576    HH,
9577    ///Requestor
9578    ///
9579    ///The party requesting an action.
9580    HI,
9581    ///Foreign disclosure information office
9582    ///
9583    ///The office that reviews sensitive information for foreign disclosure.
9584    HJ,
9585    ///Mark-for party
9586    ///
9587    ///The party within an organization for whom the material is marked to be delivered.
9588    HK,
9589    ///Party to receive reports
9590    ///
9591    ///The party to whom reports are to be submitted.
9592    HL,
9593    ///Alternative manufacturer
9594    ///
9595    ///Party identification of an alternative manufacturer for a product.
9596    HM,
9597    ///Service performer
9598    ///
9599    ///The party who is performing a service.
9600    HN,
9601    ///Shipper's association
9602    ///
9603    ///An association of shippers.
9604    HO,
9605    ///Final message recipient
9606    ///
9607    ///To identify the final recipient of the message.
9608    HP,
9609    ///Account owner
9610    ///
9611    ///Identifies the owner of the account.
9612    HQ,
9613    ///Shipping line service
9614    ///
9615    ///Identifies the shipping line service organization.
9616    HR,
9617    ///Creditor
9618    ///
9619    ///Party to whom payment is due.
9620    HS,
9621    ///Clearing house
9622    ///
9623    ///Institution through which funds will be paid.
9624    HT,
9625    ///Ordering bank
9626    ///
9627    ///Bank which instructed the sender to act on the transaction(s).
9628    HU,
9629    ///Receiver of funds
9630    ///
9631    ///Identifies the party that receives the funds.
9632    HV,
9633    ///Sender of funds
9634    ///
9635    ///Identifies the party that sends the funds.
9636    HW,
9637    ///Debtor
9638    ///
9639    ///Party from whom payment is due.
9640    HX,
9641    ///Presenting bank
9642    ///
9643    ///The bank which presents documents to the drawee.
9644    HY,
9645    ///Work team
9646    ///
9647    ///Team responsible for performing work.
9648    HZ,
9649    ///Intermediary bank 1
9650    ///
9651    ///A financial institution between the ordered bank and the beneficiary's bank.
9652    I1,
9653    ///Intermediary bank 2
9654    ///
9655    ///A financial institution between the ordered bank and the beneficiary's bank.
9656    I2,
9657    ///Intermediary/broker
9658    ///
9659    ///Description to be provided.
9660    IB,
9661    ///Intermediate consignee
9662    ///
9663    ///The intermediate consignee.
9664    IC,
9665    ///Replacing manufacturer
9666    ///
9667    ///A code used to identify a party who replaces the previous party for the manufacture of an article.
9668    ID,
9669    ///Non-resident third party company with whom financial account is held
9670    ///
9671    ///Identifies the non-resident third party company with whom the financial account is held.
9672    IE,
9673    ///Non-resident group company with whom financial account is held
9674    ///
9675    ///Identifies the non-resident group company with whom the financial account is held.
9676    IF,
9677    ///Non-resident beneficiary
9678    ///
9679    ///The ultimate non-resident recipient of the funds. Normally the account owner who is reimbursed by the payor.
9680    IG,
9681    ///Resident beneficiary
9682    ///
9683    ///The ultimate resident recipient of the funds. Normally the account owner who is reimbursed by the payor.
9684    IH,
9685    ///Issuer of invoice
9686    ///
9687    ///(3028) Party issuing an invoice.
9688    II,
9689    ///Non-resident instructing party
9690    ///
9691    ///Identifies the non-resident party originating the instruction.
9692    IJ,
9693    ///Resident instructing party
9694    ///
9695    ///Identifies the resident party originating the instruction.
9696    IL,
9697    ///Importer
9698    ///
9699    ///(3020) Party who makes - or on whose behalf a Customs clearing agent or other authorized person makes - an import declaration. This may include a person who has possession of the goods or to whom the goods are consigned.
9700    IM,
9701    ///Insurer
9702    ///
9703    ///Description to be provided.
9704    IN,
9705    ///Insurance company
9706    ///
9707    ///Description to be provided.
9708    IO,
9709    ///Insurance claim adjuster
9710    ///
9711    ///Description to be provided.
9712    IP,
9713    ///Domestic financial institution
9714    ///
9715    ///Domestic party acting as financial institution.
9716    IQ,
9717    ///Non-domestic financial institution
9718    ///
9719    ///Non-domestic party acting as financial institution.
9720    IR,
9721    ///Party to receive certified inspection report
9722    ///
9723    ///Party (at buyer) to receive certified inspection report.
9724    IS,
9725    ///Installation on site
9726    ///
9727    ///Description to be provided.
9728    IT,
9729    ///Non-resident debtor
9730    ///
9731    ///Non-resident party who makes the payment or against whom a claim exists.
9732    IU,
9733    ///Invoicee
9734    ///
9735    ///(3006) Party to whom an invoice is issued.
9736    IV,
9737    ///Non-resident creditor
9738    ///
9739    ///Non-resident party receiving the payment or against whom a liability exists.
9740    IW,
9741    ///Supplier work team
9742    ///
9743    ///The supplier's team responsible for performing the work.
9744    IX,
9745    ///Tenant manager
9746    ///
9747    ///A code to identify the party who rents the rights to use the goodwill and facilities of an enterprise.
9748    IY,
9749    ///Party mandated to liquidate an enterprise
9750    ///
9751    ///A code to identify the party who has been legally mandated to sell off an enterprise.
9752    IZ,
9753    ///Certified accountant
9754    ///
9755    ///Code identifying the party as a certified accountant.
9756    JA,
9757    ///Goods collection party
9758    ///
9759    ///Party that will collect or has collected the goods.
9760    JB,
9761    ///Party at final place of positioning
9762    ///
9763    ///Identifies the party at the final place of positioning.
9764    JC,
9765    ///Customs office of clearance
9766    ///
9767    ///Identifies the office where customs clearance procedures take place.
9768    JD,
9769    ///Party from whom customs documents are to be picked up
9770    ///
9771    ///Identification of the party from whom customs documents are to be picked up.
9772    JE,
9773    ///Party from whom non-customs documents are to be picked up
9774    ///
9775    ///Identification of the party from whom non-customs documents are to be picked up.
9776    JF,
9777    ///Party to receive customs documents
9778    ///
9779    ///Identification of the party to whom customs documents are to be delivered.
9780    JG,
9781    ///Party to receive non-customs documents
9782    ///
9783    ///Identification of the party to whom non-customs documents are to be delivered.
9784    JH,
9785    ///Party designated to provide living animal care
9786    ///
9787    ///Party responsible to take care of transported living animals.
9788    LA,
9789    ///Co-producer
9790    ///
9791    ///A code used to identify a party who participates in production.
9792    LB,
9793    ///Party declaring the Value Added Tax (VAT)
9794    ///
9795    ///A code to identify the party who is responsible for declaring the Value Added Tax (VAT) on the sale of goods or services.
9796    LC,
9797    ///Party recovering the Value Added Tax (VAT)
9798    ///
9799    ///A code to identify the party who is eligible to recover the Value Added Tax (VAT) on the sale of goods or services.
9800    LD,
9801    ///Person on claim
9802    ///
9803    ///To identify the person who is the subject of the claim.
9804    LE,
9805    ///Buyer's corporate office
9806    ///
9807    ///The identification of the buyer's corporate office.
9808    LF,
9809    ///Supplier's corporate office
9810    ///
9811    ///The identification of the supplier's corporate office.
9812    LG,
9813    ///Liquidator
9814    ///
9815    ///The party responsible for settling or paying a debt.
9816    LH,
9817    ///Account coordinator
9818    ///
9819    ///An individual with coordination responsibilities for a specific account.
9820    LI,
9821    ///Inspection leader
9822    ///
9823    ///An individual responsible for an inspection team.
9824    LJ,
9825    ///Patient
9826    ///
9827    ///A person receiving or registered to receive medical treatment.
9828    LK,
9829    ///Patient companion
9830    ///
9831    ///Person accompanying the patient.
9832    LL,
9833    ///Medical treatment executant
9834    ///
9835    ///The party who executes a medical treatment.
9836    LM,
9837    ///Lender
9838    ///
9839    ///Party lending goods or equipment.
9840    LN,
9841    ///Medical treatment prescriber
9842    ///
9843    ///The party who prescribes a medical treatment.
9844    LO,
9845    ///Loading party
9846    ///
9847    ///Party responsible for the loading when other than carrier.
9848    LP,
9849    ///Debt payment authorisation party
9850    ///
9851    ///A party which authorises the payment of a debt.
9852    LQ,
9853    ///Administration centre
9854    ///
9855    ///Identification of an administration centre.
9856    LR,
9857    ///Product services and repairs centre
9858    ///
9859    ///A centre which services and repairs products.
9860    LS,
9861    ///Secretariat
9862    ///
9863    ///Party is a secretariat.
9864    LT,
9865    ///Entry point technical assessment group
9866    ///
9867    ///Party acts as an entry point for technical assessment.
9868    LU,
9869    ///Party assigning a status
9870    ///
9871    ///Party responsible for assigning a status.
9872    LV,
9873    /// Party for whom item is ultimately intended
9874    MA,
9875    ///Manufacturer of goods
9876    ///
9877    ///Party who manufactures the goods.
9878    MF,
9879    ///Party designated to execute re-icing
9880    ///
9881    ///Party designated to execute re-icing, selected in the official list of mandatories competent for this kind of operation.
9882    MG,
9883    /// Planning schedule/material release issuer
9884    MI,
9885    /// Manufacturing plant
9886    MP,
9887    /// Message recipient
9888    MR,
9889    ///Document/message issuer/sender
9890    ///
9891    ///Issuer of a document and/or sender of a message.
9892    MS,
9893    ///Party designated to execute sanitary procedures
9894    MT,
9895    /// Notify party no. 1
9896    ///
9897    /// The first party which is to be notified.
9898    N1,
9899    ///Notify party no. 2
9900    ///
9901    ///The second party which is to be notified.
9902    N2,
9903    ///Notify party
9904    ///
9905    ///(3180) Party to be notified of arrival of goods.
9906    NI,
9907    ///Break bulk berth operator
9908    ///
9909    ///Party who offers facilities for berthing of vessels, handling and storage of break bulk cargo.
9910    OA,
9911    ///Ordered by
9912    ///
9913    ///Party who issued an order.
9914    OB,
9915    ///Party data responsible party
9916    ///
9917    ///The party responsible for all party data.
9918    OC,
9919    ///Equipment repair party
9920    ///
9921    ///A party making repairs to equipment.
9922    OD,
9923    ///Owner of property
9924    ///
9925    ///Party owning a property.
9926    OE,
9927    ///On behalf of
9928    ///
9929    ///Party on behalf of which an action is executed.
9930    OF,
9931    ///Owner or lessor's surveyor
9932    ///
9933    ///Surveyor hired by the owner or lessor of the item.
9934    OG,
9935    ///Lessee's surveyor
9936    ///
9937    ///Surveyor hired by the lessee of the item.
9938    OH,
9939    ///Outside inspection agency
9940    ///
9941    ///Third party inspecting goods or equipment.
9942    OI,
9943    ///Third party
9944    ///
9945    ///Another party besides the two principals.
9946    OJ,
9947    ///Receiver's sub-entity
9948    ///
9949    ///Identifies a sub-entity within the receiver's organization.
9950    OK,
9951    ///Case of need party
9952    ///
9953    ///Party to be approached in case of difficulty.
9954    OL,
9955    ///Collecting bank
9956    ///
9957    ///Any bank, other than the remitting bank, involved in processing the collection.
9958    OM,
9959    ///Remitting bank
9960    ///
9961    ///The bank to which the principal has entrusted the handling of a collection.
9962    ON,
9963    ///Order of the shipper party
9964    ///
9965    ///The owner of goods under consignment which are moving under a negotiable transport document and will only be released upon receipt of the original transport document.
9966    OO,
9967    ///Operator of property or equipment
9968    ///
9969    ///The party which operates property or a unit of equipment.
9970    OP,
9971    ///Collection principal
9972    ///
9973    ///The party entrusting the handling of a collection to a bank.
9974    OQ,
9975    ///Ordered bank
9976    ///
9977    ///Identifies the account servicer for the ordering customer or payor.
9978    OR,
9979    ///Original shipper
9980    ///
9981    ///The original supplier of the goods.
9982    OS,
9983    ///Outside test agency
9984    ///
9985    ///Third party testing goods, equipment or services.
9986    OT,
9987    ///Account owner's servicing bank on the sending side
9988    ///
9989    ///Identifies the financial institution on the sending side which services the account owner's bank account(s).
9990    OU,
9991    ///Owner of means of transport
9992    ///
9993    ///(3126) Party owning the means of transport. No synonym of carrier = CA.
9994    OV,
9995    ///Account owner's servicing bank on the receiving side
9996    ///
9997    ///Identifies the financial institution on the receiving side which services the account owner's bank account(s).
9998    OW,
9999    ///Sender's correspondent bank
10000    ///
10001    ///The account, or branch of the sender, or another financial institution, through which the sender will reimburse the receiver.
10002    OX,
10003    ///Ordering customer
10004    ///
10005    ///Identifies the originator of the instruction.
10006    OY,
10007    ///Receiver's correspondent bank
10008    ///
10009    ///The branch of the receiver, or another financial institution, at which the funds will be made available to the receiver.
10010    OZ,
10011    ///Contact party 1
10012    ///
10013    ///First party to contact.
10014    P1,
10015    ///Contact party 2
10016    ///
10017    ///Second party to contact.
10018    P2,
10019    ///Contact party 3
10020    ///
10021    ///Third party to contact.
10022    P3,
10023    ///Contact party 4
10024    ///
10025    ///Fourth party to contact.
10026    P4,
10027    ///Party to receive inspection report
10028    ///
10029    ///Party to whom the inspection report should be sent.
10030    PA,
10031    ///Paying financial institution
10032    ///
10033    ///Financial institution designated to make payment.
10034    PB,
10035    ///Actual purchaser's customer
10036    ///
10037    ///Party the purchaser within the actual message is selling the ordered goods or services to.
10038    PC,
10039    ///Purchaser's department buyer
10040    ///
10041    ///Purchasing department of buyer.
10042    PD,
10043    ///Payee
10044    ///
10045    ///Identifies the credit party when other than the beneficiary.
10046    PE,
10047    ///Party to receive freight bill
10048    ///
10049    ///Party to whom the freight bill should be sent.
10050    PF,
10051    ///Prime contractor
10052    ///
10053    ///Party responsible for the whole project if other than the buyer.
10054    PG,
10055    /// Payer's financial institution
10056    PH,
10057    ///Payee's company name/ID
10058    ///
10059    ///Receiving company name/ID (ACH transfers).
10060    PI,
10061    ///Party to receive correspondence
10062    ///
10063    ///Second party designated by a first party to receive certain correspondence in lieu of it being mailed directly to this first party.
10064    PJ,
10065    ///Contact party
10066    ///
10067    ///Party to contact.
10068    PK,
10069    ///Payor
10070    ///
10071    ///Identifies the debit party when other than the ordering customer (for banking purposes).
10072    PL,
10073    ///Party to receive paper memo of invoice
10074    ///
10075    ///Party being informed about invoice issue (via paper).
10076    PM,
10077    ///Party to receive shipping notice
10078    ///
10079    ///The party is to be the recipient of the shipping notice.
10080    PN,
10081    ///Ordering party
10082    ///
10083    ///To be used only if ordering party and buyer are not identical.
10084    PO,
10085    /// Certifying party
10086    PQ,
10087    ///Payer
10088    ///
10089    ///(3308) Party initiating payment.
10090    PR,
10091    /// Payer's company name/ID (Check, Draft or Wire)
10092    PS,
10093    /// Party to receive test report
10094    PT,
10095    ///Despatch party
10096    ///
10097    ///(3282) Party where goods are collected or taken over by the carrier (i.e. if other than consignor).
10098    PW,
10099    /// Party to receive all documents
10100    PX,
10101    ///Checking party
10102    ///
10103    ///Party or contact designated on behalf of carrier or his agent to establish the actual figures for quantities, weight, volume and/or (cube) measurements of goods or containers which are to appear in the transport contract and on which charges will be based.
10104    PY,
10105    ///Party to print some document
10106    ///
10107    ///The party that is to print a specific document.
10108    PZ,
10109    ///Central bank or regulatory authority
10110    ///
10111    ///Identifies central bank or regulatory authority which must be informed of certain aspects of a message.
10112    RA,
10113    ///Receiving financial institution
10114    ///
10115    ///Financial institution designated to receive payment.
10116    RB,
10117    ///Party to receive commercial invoice remittance
10118    ///
10119    ///Party to whom payment for a commercial invoice or bill should be remitted.
10120    RE,
10121    ///Received from
10122    ///
10123    ///Name of a person or department which actually delivers the goods.
10124    RF,
10125    ///Seller's financial institution
10126    ///
10127    ///Financial institution designated by seller to receive payment. RDFI (ACH transfers).
10128    RH,
10129    ///Reinsurance intermediary/broker
10130    ///
10131    ///Intermediary party between ceding company and reinsurance.
10132    RI,
10133    ///Reporting carrier (Customs)
10134    ///
10135    ///Party who makes the cargo report to Customs.
10136    RL,
10137    ///Reporting carrier's nominated agent/representative (Customs)
10138    ///
10139    ///Agent who formally makes a cargo report to Customs on behalf of the carrier.
10140    RM,
10141    ///Routing party
10142    ///
10143    ///Party responsible for the selection of the carrier(s).
10144    RP,
10145    ///Party to receive statement of account
10146    ///
10147    ///Party to whom the statement of account should be sent.
10148    RS,
10149    ///Receiver of cheque
10150    ///
10151    ///Identifies the party which is to receive the actual cheque, when different from the receiver of funds.
10152    RV,
10153    ///Issuer of waybill
10154    ///
10155    ///Party issuing the contract (waybill) for carriage.
10156    RW,
10157    ///Sales responsibility
10158    ///
10159    ///Description to be provided.
10160    SB,
10161    ///Seller
10162    ///
10163    ///(3346) Party selling merchandise to a buyer.
10164    SE,
10165    ///Ship from
10166    ///
10167    ///Identification of the party from where goods will be or have been shipped.
10168    SF,
10169    ///Store group
10170    ///
10171    ///Description to be provided.
10172    SG,
10173    ///Shipping schedule issuer
10174    ///
10175    ///The party which issues a shipping schedule.
10176    SI,
10177    /// Plant
10178    SK,
10179    /// Store keeper
10180    SN,
10181    /// Sold to if different than bill to
10182    SO,
10183    ///Seller's agent/representative
10184    ///
10185    ///(3254) Party representing the seller for the purpose of the trade transaction.
10186    SR,
10187    ///Social securities collector's office
10188    ///
10189    ///Party collecting social securities premiums.
10190    SS,
10191    ///Ship to
10192    ///
10193    ///Identification of the party to where goods will be or have been shipped.
10194    ST,
10195    ///Supplier
10196    ///
10197    ///Party who supplies goods and/or services.
10198    SU,
10199    ///Surety for additions
10200    ///
10201    ///Natural of legal person (generally a bank of insurance company) who accepts responsibility in due legal form for the financial guarantee to Customs of the payment of additional duties or fees that become due against a particular shipment, which have not previously been covered by surety.
10202    SX,
10203    ///Surety
10204    ///
10205    ///Natural or legal person (generally a bank or insurance company) who accepts responsibility in due legal form for the financial consequences of non-fulfillment of another's obligations to the Customs (CCC).
10206    SY,
10207    ///Surety for antidumping/countervailing duty
10208    ///
10209    ///Natural or legal person that has been contracted by the importer to guarantee to Customs the payment of antidumping and/or countervailing duties that become due against a particular shipment.
10210    SZ,
10211    ///Legal receiver
10212    ///
10213    ///The party responsible for a receivership.
10214    TA,
10215    ///Submitter
10216    ///
10217    ///To specify that the party is a submitter.
10218    TB,
10219    ///Tax collector's office
10220    ///
10221    ///Party collecting taxes.
10222    TC,
10223    ///Transit charge payer
10224    ///
10225    ///Party, other than the ordering party, which has to pay the charges concerning the transit operations.
10226    TCP,
10227    ///Party to receive technical documentation
10228    ///
10229    ///Party to whom technical documentation should be sent.
10230    TD,
10231    ///Bankruptcy referee
10232    ///
10233    ///To specify that the party is a referee in a bankruptcy case.
10234    TE,
10235    ///Source of information
10236    ///
10237    ///To specify that the party is the source of information.
10238    TF,
10239    ///Judge
10240    ///
10241    ///To specify that the party is a judge.
10242    TG,
10243    ///Attorney
10244    ///
10245    ///To specify that the party is an attorney.
10246    TH,
10247    ///Law firm
10248    ///
10249    ///To specify that the party is a law firm.
10250    TI,
10251    ///Trustee
10252    ///
10253    ///To specify that the party is a trustee.
10254    TJ,
10255    ///Signatory
10256    ///
10257    ///To specify that the party is a signatory.
10258    TK,
10259    ///Occupant
10260    ///
10261    ///The party is an occupant.
10262    TL,
10263    ///Co-occupant
10264    ///
10265    ///The party is a co-occupant.
10266    TM,
10267    ///Subject of inquiry
10268    ///
10269    ///The party is the subject of an inquiry.
10270    TN,
10271    ///Lessor
10272    ///
10273    ///The party is a lessor.
10274    TO,
10275    ///Owner of residence
10276    ///
10277    ///Identifies the owner of a residence.
10278    TP,
10279    ///Founder
10280    ///
10281    ///Identifies the founder.
10282    TQ,
10283    ///Terminal operator
10284    ///
10285    ///A party which handles the loading and unloading of marine vessels.
10286    TR,
10287    ///Party to receive certified test results
10288    ///
10289    ///Party to whom the certified test results should be sent.
10290    TS,
10291    ///Transfer to
10292    ///
10293    ///The party which is the recipient of a transfer.
10294    TT,
10295    ///President
10296    ///
10297    ///Identifies the president.
10298    TU,
10299    ///Chairperson
10300    ///
10301    ///Identifies the chairperson.
10302    TV,
10303    ///Legal title holder
10304    ///
10305    ///Identifies the legal title holder.
10306    TW,
10307    ///Shareholder
10308    ///
10309    ///Identifies a shareholder.
10310    TX,
10311    ///Provider
10312    ///
10313    ///Identifies the provider.
10314    TY,
10315    ///Military branch
10316    ///
10317    ///Identifies the branch of the military.
10318    TZ,
10319    ///Educational institution
10320    ///
10321    ///Identifies a university, college or school.
10322    UA,
10323    ///Assignor
10324    ///
10325    ///Identifies the assignor.
10326    UB,
10327    ///Ultimate consignee
10328    ///
10329    ///Party who has been designated on the invoice or packing list as the final recipient of the stated merchandise.
10330    UC,
10331    ///Ultimate customer
10332    ///
10333    ///The final recipient of goods.
10334    UD,
10335    ///Advisor
10336    ///
10337    ///Identifies the advisor.
10338    UE,
10339    ///Co-defendant
10340    ///
10341    ///Identifies the co-defendant.
10342    UF,
10343    ///Merged company with retained identity
10344    ///
10345    ///Company whose identity has been retained from a merger.
10346    UG,
10347    ///Party represented
10348    ///
10349    ///Identifies the party represented.
10350    UH,
10351    ///Unexpected handling party
10352    ///
10353    ///Party authorized (during a voyage) to apply unexpected handling procedures or party having applied these procedures.
10354    UHP,
10355    ///Assignee
10356    ///
10357    ///Identifies the assignee.
10358    UI,
10359    ///Key person
10360    ///
10361    ///Identifies the key person.
10362    UJ,
10363    ///Author
10364    ///
10365    ///Identifies the author.
10366    UK,
10367    ///Ultimate parent company
10368    ///
10369    ///Identifies the ultimate parent company.
10370    UL,
10371    ///Party not to be confused with
10372    ///
10373    ///Identifies a party not to be confused with another party.
10374    UM,
10375    ///Accountant
10376    ///
10377    ///Identifies the accountant.
10378    UN,
10379    ///Plaintiff
10380    ///
10381    ///Identifies the plaintiff.
10382    UO,
10383    ///Unloading party
10384    ///
10385    ///Description to be provided.
10386    UP,
10387    ///Parent company
10388    ///
10389    ///Identifies the parent company.
10390    UQ,
10391    ///Affiliated company
10392    ///
10393    ///Identifies the affiliated company.
10394    UR,
10395    ///Bailiff
10396    ///
10397    ///Identifies the bailiff.
10398    US,
10399    ///Merged company
10400    ///
10401    ///Identifies the company involved in a merger.
10402    UT,
10403    ///Defendant
10404    ///
10405    ///Identifies the defendant.
10406    UU,
10407    ///Petitioning creditor
10408    ///
10409    ///Identifies the petitioning creditor.
10410    UV,
10411    ///Guarantee agency
10412    ///
10413    ///Identifies the guarantee agency.
10414    UW,
10415    ///Organization group
10416    ///
10417    ///Identifies the organization group.
10418    UX,
10419    ///Subsidiary
10420    ///
10421    ///Identifies the subsidiary.
10422    UY,
10423    ///Industry association
10424    ///
10425    ///Identifies the industry association.
10426    UZ,
10427    ///Joint owner
10428    ///
10429    ///Identifies the joint owner.
10430    VA,
10431    ///Joint venture
10432    ///
10433    ///Identifies the joint venture.
10434    VB,
10435    ///Filing office
10436    ///
10437    ///Identifies the filing office.
10438    VC,
10439    ///Court
10440    ///
10441    ///Identifies the court.
10442    VE,
10443    ///Liability holder
10444    ///
10445    ///Identifies the liability holder.
10446    VF,
10447    ///Local government sponsor
10448    ///
10449    ///Identifies the local government sponsor.
10450    VG,
10451    ///Mortgage company
10452    ///
10453    ///Identifies the mortgage company.
10454    VH,
10455    ///Notary public
10456    ///
10457    ///Identifies the notary public.
10458    VI,
10459    ///Officer
10460    ///
10461    ///Identifies the officer.
10462    VJ,
10463    ///Publisher
10464    ///
10465    ///Identifies the publisher.
10466    VK,
10467    ///Party manufactured for
10468    ///
10469    ///Identifies the party for whom manufacturing of goods is done.
10470    VL,
10471    ///Previous owner
10472    ///
10473    ///Identifies the previous owner.
10474    VM,
10475    ///Vendor
10476    ///
10477    ///Party vending goods or services.
10478    VN,
10479    ///Purchased company
10480    ///
10481    ///Identifies the purchased company.
10482    VO,
10483    ///Receiver manager
10484    ///
10485    ///Manager of a business which is in receivership status and which will not be liquidated.
10486    VP,
10487    ///Responsible government agency
10488    ///
10489    ///Identifies the responsible government agency.
10490    VQ,
10491    ///Sole proprietor
10492    ///
10493    ///Identifies the sole proprietor.
10494    VR,
10495    ///Auctioneer
10496    ///
10497    ///Identifies the auctioneer.
10498    VS,
10499    ///Branch
10500    ///
10501    ///Identifies the branch.
10502    VT,
10503    ///Business
10504    ///
10505    ///Identifies the business.
10506    VU,
10507    ///Ultimate same country parent company
10508    ///
10509    ///Identifies the highest level parent company in the same country.
10510    VV,
10511    ///Responsible party
10512    ///
10513    ///Identifies the party that can be called to account.
10514    VW,
10515    ///Secured party
10516    ///
10517    ///Identifies a party that is guaranteed against loss.
10518    VX,
10519    ///Other related party
10520    ///
10521    ///Identifies an entity as an unspecified but related party.
10522    VY,
10523    ///Co-debtor
10524    ///
10525    ///Identifies an entity as a joint or mutual debtor.
10526    VZ,
10527    ///Company which holds financial interest
10528    ///
10529    ///Identifies a company which holds any financial stake in an undertaking or organization.
10530    WA,
10531    ///Rating organization
10532    ///
10533    ///Identifies an organization responsible for assigning a classification or rating.
10534    WB,
10535    ///Information reference agency
10536    ///
10537    ///The agency responsible for the reference of information.
10538    WC,
10539    ///Warehouse depositor
10540    ///
10541    ///(3004) Party depositing goods in a warehouse.
10542    WD,
10543    ///Compilation agency
10544    ///
10545    ///The agency responsible for the compilation of information.
10546    WE,
10547    ///Information maintenance agency
10548    ///
10549    ///The agency responsible for the maintenance of information.
10550    WF,
10551    ///Information dissemination agency
10552    ///
10553    ///The agency responsible for the dissemination of information.
10554    WG,
10555    ///Warehouse keeper
10556    ///
10557    ///(3022) Party taking responsibility for goods entered into a warehouse.
10558    WH,
10559    ///Inspection address
10560    ///
10561    ///Specifies the address for an inspection.
10562    WI,
10563    ///Refusal party
10564    ///
10565    ///Identification of the party responsible for a refusal.
10566    WJ,
10567    ///Value added network provider
10568    ///
10569    ///A party that provides telecommunications interconnectivity services in an electronic data interchange environment.
10570    WK,
10571    ///Agency
10572    ///
10573    ///The business or establishment of an agent.
10574    WL,
10575    /// Works manager
10576    WM,
10577    ///Party to receive order to supply
10578    ///
10579    ///Party designated by the registering party to receive a binding direction to supply something.
10580    WN,
10581    ///Party to receive invitation to offer
10582    ///
10583    ///An entity to receive an invitation to offer.
10584    WO,
10585    ///Sub-entity
10586    ///
10587    ///A part into which an entity has been divided.
10588    WP,
10589    ///Weighting party
10590    ///
10591    ///Party designated (legally accepted) to ascertain the weight.
10592    WPA,
10593    ///Doing business as
10594    ///
10595    ///The name under which business is conducted.
10596    WQ,
10597    ///Party submitting quote
10598    ///
10599    ///The party stating the price of something to be purchased.
10600    WR,
10601    ///Wholesaler
10602    ///
10603    ///Seller of articles, often in large quantities, to be retailed by others.
10604    WS,
10605    ///Affiliated party
10606    ///
10607    ///A party attached or connected to another party.
10608    WT,
10609    ///Previous name
10610    ///
10611    ///Name of an entity used before the current name.
10612    WU,
10613    ///Party performing task
10614    ///
10615    ///An entity responsible for performing a task to be undertaken.
10616    WV,
10617    ///Registering party
10618    ///
10619    ///Party performing the registration.
10620    WW,
10621    ///No heading
10622    ///
10623    ///Description to be provided.
10624    XX,
10625    ///Mutually defined
10626    ///
10627    ///Party specification mutually agreed between interchanging parties.
10628    ZZZ,
10629}
10630
10631/// Code list responsible agency code
10632///
10633/// Code specifying the agency responsible for a code list.
10634#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
10635pub enum _3055 {
10636    /// CCC (Customs Co-operation Council)
10637    ///
10638    #[strum(serialize = "1")]
10639    _1,
10640    /// CEC (Commission of the European Communities)
10641    ///
10642    /// Generic: see also 140, 141, 142, 162.
10643    #[strum(serialize = "2")]
10644    _2,
10645    /// IATA (International Air Transport Association)
10646    ///
10647    /// The airline industry's international organisation.
10648    #[strum(serialize = "3")]
10649    _3,
10650    /// ICC (International Chamber of Commerce)
10651    ///
10652    #[strum(serialize = "4")]
10653    _4,
10654    /// ISO (International Organization for Standardization)
10655    ///
10656    #[strum(serialize = "5")]
10657    _5,
10658    /// UN/ECE (United Nations - Economic Commission for Europe)
10659    ///
10660    #[strum(serialize = "6")]
10661    _6,
10662    /// CEFIC (Conseil Europeen des Federations de l'Industrie Chimique)
10663    ///
10664    /// EDI project for chemical industry.
10665    #[strum(serialize = "7")]
10666    _7,
10667    /// EDIFICE
10668    ///
10669    /// Standardised electronic commerce forum for companies with interests in computing, electronics and telecommunications.
10670    #[strum(serialize = "8")]
10671    _8,
10672    /// EAN (International Article Numbering association)
10673    ///
10674    #[strum(serialize = "9")]
10675    _9,
10676    /// ODETTE
10677    ///
10678    /// Organization for Data Exchange through Tele-Transmission in Europe (European automotive industry project).
10679    #[strum(serialize = "10")]
10680    _10,
10681    /// Lloyd's register of shipping
10682    ///
10683    /// A register of ocean going vessels maintained by Lloyd's of London.
10684    #[strum(serialize = "11")]
10685    _11,
10686    /// UIC (International union of railways)
10687    ///
10688    /// International Union of Railways.
10689    #[strum(serialize = "12")]
10690    _12,
10691    /// ICAO (International Civil Aviation Organisation)
10692    ///
10693    #[strum(serialize = "13")]
10694    _13,
10695    /// ICS (International Chamber of Shipping)
10696    ///
10697    #[strum(serialize = "14")]
10698    _14,
10699    /// RINET (Reinsurance and Insurance Network)
10700    ///
10701    #[strum(serialize = "15")]
10702    _15,
10703    /// US, D&B (Dun & Bradstreet Corporation)
10704    ///
10705    /// Identifies the Dun & Bradstreet Corporation, United States.
10706    #[strum(serialize = "16")]
10707    _16,
10708    /// S.W.I.F.T.
10709    ///
10710    /// Society for Worldwide Interbank Financial Telecommunications s.c.
10711    #[strum(serialize = "17")]
10712    _17,
10713    /// Conventions on SAD and transit (EC and EFTA)
10714    ///
10715    /// SAD = Single Administrative Document.
10716    #[strum(serialize = "18")]
10717    _18,
10718    /// FRRC (Federal Reserve Routing Code)
10719    ///
10720    #[strum(serialize = "19")]
10721    _19,
10722    /// BIC (Bureau International des Containeurs)
10723    ///
10724    /// The container industry's international organisation responsible for the issuance of container-related codes.
10725    #[strum(serialize = "20")]
10726    _20,
10727    /// Assigned by transport company
10728    ///
10729    /// Codes assigned by a transport company.
10730    #[strum(serialize = "21")]
10731    _21,
10732    /// US, ISA (Information Systems Agreement)
10733    ///
10734    /// Codes assigned by the ISA for use by its members.
10735    #[strum(serialize = "22")]
10736    _22,
10737    /// FR, EDITRANSPORT
10738    ///
10739    /// French association developing EDI in transport logistics.
10740    #[strum(serialize = "23")]
10741    _23,
10742    /// AU, ROA (Railways of Australia)
10743    ///
10744    /// Maintains code lists which are accepted by Australian government railways.
10745    #[strum(serialize = "24")]
10746    _24,
10747    /// EDITEX (Europe)
10748    ///
10749    /// EDI group for the textile and clothing industry.
10750    #[strum(serialize = "25")]
10751    _25,
10752    /// NL, Foundation Uniform Transport Code
10753    ///
10754    /// Foundation Uniform Transport Code is the EDI organisation for shippers, carriers and other logistic service providers in the Netherlands.
10755    #[strum(serialize = "26")]
10756    _26,
10757    /// US, FDA (Food and Drug Administration)
10758    ///
10759    /// U.S. food and drug administration.
10760    #[strum(serialize = "27")]
10761    _27,
10762    /// EDITEUR (European book sector electronic data interchange group)
10763    ///
10764    /// Code identifying the pan European user group for the book industry as an organisation responsible for code values in the book industry.
10765    #[strum(serialize = "28")]
10766    _28,
10767    /// GB, FLEETNET
10768    ///
10769    /// Association of fleet vehicle hiring and leasing companies in the UK.
10770    #[strum(serialize = "29")]
10771    _29,
10772    /// GB, ABTA (Association of British Travel Agencies)
10773    ///
10774    /// ABTA, Association of British Travel Agencies.
10775    #[strum(serialize = "30")]
10776    _30,
10777    /// FI, Finish State Railway
10778    ///
10779    /// Finish State Railway.
10780    #[strum(serialize = "31")]
10781    _31,
10782    /// PL, Polish State Railway
10783    ///
10784    /// Polish State Railway.
10785    #[strum(serialize = "32")]
10786    _32,
10787    /// BG, Bulgaria State Railway
10788    ///
10789    /// Bulgaria State Railway.
10790    #[strum(serialize = "33")]
10791    _33,
10792    /// RO, Rumanian State Railway
10793    ///
10794    /// Rumanian State Railway.
10795    #[strum(serialize = "34")]
10796    _34,
10797    /// CZ, Tchechian State Railway
10798    ///
10799    /// Tchechian State Railway.
10800    #[strum(serialize = "35")]
10801    _35,
10802    /// HU, Hungarian State Railway
10803    ///
10804    /// Hungarian State Railway.
10805    #[strum(serialize = "36")]
10806    _36,
10807    /// GB, British Railways
10808    ///
10809    /// British Railways.
10810    #[strum(serialize = "37")]
10811    _37,
10812    /// ES, Spanish National Railway
10813    ///
10814    /// Spanish National Railway.
10815    #[strum(serialize = "38")]
10816    _38,
10817    /// SE, Swedish State Railway
10818    ///
10819    /// Swedish State Railway.
10820    #[strum(serialize = "39")]
10821    _39,
10822    /// NO, Norwegian State Railway
10823    ///
10824    /// Norwegian State Railway.
10825    #[strum(serialize = "40")]
10826    _40,
10827    /// DE, German Railway
10828    ///
10829    /// German Railway.
10830    #[strum(serialize = "41")]
10831    _41,
10832    /// AT, Austrian Federal Railways
10833    ///
10834    /// Austrian Federal Railways.
10835    #[strum(serialize = "42")]
10836    _42,
10837    /// LU, Luxembourg National Railway Company
10838    ///
10839    /// Luxembourg National Railway Company.
10840    #[strum(serialize = "43")]
10841    _43,
10842    /// IT, Italian State Railways
10843    ///
10844    /// Italian State Railways.
10845    #[strum(serialize = "44")]
10846    _44,
10847    /// NL, Netherlands Railways
10848    ///
10849    /// Netherlands Railways.
10850    #[strum(serialize = "45")]
10851    _45,
10852    /// CH, Swiss Federal Railways
10853    ///
10854    /// Swiss Federal Railways.
10855    #[strum(serialize = "46")]
10856    _46,
10857    /// DK, Danish State Railways
10858    ///
10859    /// Danish State Railways.
10860    #[strum(serialize = "47")]
10861    _47,
10862    /// FR, French National Railway Company
10863    ///
10864    /// French National Railway Company.
10865    #[strum(serialize = "48")]
10866    _48,
10867    /// BE, Belgian National Railway Company
10868    ///
10869    /// Belgian National Railway Company.
10870    #[strum(serialize = "49")]
10871    _49,
10872    /// PT, Portuguese Railways
10873    ///
10874    /// Portuguese Railways.
10875    #[strum(serialize = "50")]
10876    _50,
10877    /// SK, Slovakian State Railways
10878    ///
10879    /// Slovakian State Railways.
10880    #[strum(serialize = "51")]
10881    _51,
10882    /// IE, Irish Transport Company
10883    ///
10884    /// Irish Transport Company.
10885    #[strum(serialize = "52")]
10886    _52,
10887    /// FIATA (International Federation of Freight Forwarders Associations)
10888    ///
10889    /// International Federation of Freight Forwarders Associations.
10890    #[strum(serialize = "53")]
10891    _53,
10892    /// IMO (International Maritime Organisation)
10893    ///
10894    /// International Maritime Organisation.
10895    #[strum(serialize = "54")]
10896    _54,
10897    /// US, DOT (United States Department of Transportation)
10898    ///
10899    /// United States Department of Transportation.
10900    #[strum(serialize = "55")]
10901    _55,
10902    /// TW, Trade-van
10903    ///
10904    /// Trade-van is an EDI/VAN service centre for customs, transport, and insurance in national and international trade.
10905    #[strum(serialize = "56")]
10906    _56,
10907    /// TW, Chinese Taipei Customs
10908    ///
10909    /// Customs authorities of Chinese Taipei responsible for collecting import duties and preventing smuggling.
10910    #[strum(serialize = "57")]
10911    _57,
10912    /// EUROFER
10913    ///
10914    /// European steel organisation - EDI project for the European steel industry.
10915    #[strum(serialize = "58")]
10916    _58,
10917    /// DE, EDIBAU
10918    ///
10919    /// National body responsible for the German codification in the construction area.
10920    #[strum(serialize = "59")]
10921    _59,
10922    /// Assigned by national trade agency
10923    ///
10924    /// The code list is from a national agency.
10925    #[strum(serialize = "60")]
10926    _60,
10927    /// Association Europeenne des Constructeurs de Materiel Aerospatial (AECMA)
10928    ///
10929    /// A code to identify the Association Europeenne des Constructeurs de Materiel Aeropsatial (European Association of Aerospace Products Manufacturers) as an authorizing agency for code lists.
10930    #[strum(serialize = "61")]
10931    _61,
10932    /// US, DIstilled Spirits Council of the United States (DISCUS)
10933    ///
10934    /// United States DIstilled Spirits Council of the United States (DISCUS).
10935    #[strum(serialize = "62")]
10936    _62,
10937    /// North Atlantic Treaty Organization (NATO)
10938    ///
10939    /// A code to identify the North Atlantic Treaty Organization (NATO) as an authorizing agency for code lists.
10940    #[strum(serialize = "63")]
10941    _63,
10942    /// FR, EDIFRANCE
10943    ///
10944    /// French association responsible for coordination and promotion of EDI application in France.
10945    #[strum(serialize = "64")]
10946    _64,
10947    /// FR, GENCOD
10948    ///
10949    /// French organization responsible for EDI and Barcoding application in the retail sector.
10950    #[strum(serialize = "65")]
10951    _65,
10952    /// MY, Malaysian Customs and Excise
10953    ///
10954    /// Malaysia Royal Customs and Excise.
10955    #[strum(serialize = "66")]
10956    _66,
10957    /// MY, Malaysia Central Bank
10958    ///
10959    /// Malaysia Central Bank is a regulatory body set up by the government to charge with promoting economic monetary and credit condition favourable to commercial and industrial activity.
10960    #[strum(serialize = "67")]
10961    _67,
10962    /// US, Bureau of Alcohol, Tobacco and Firearms (BATF)
10963    ///
10964    /// United States Bureau of Alcohol, Tobacco and Firearms (BATF).
10965    #[strum(serialize = "68")]
10966    _68,
10967    /// US, National Alcohol Beverage Control Association (NABCA)
10968    ///
10969    /// United States National Alcohol Beverage Control Association (NABCA).
10970    #[strum(serialize = "69")]
10971    _69,
10972    /// MY, Dagang.Net
10973    ///
10974    /// Malaysia, Dagang.Net is a national clearing house which provide EDI/VAN service for customs, transport, retail and financial and other industries in the national and international trade.
10975    #[strum(serialize = "70")]
10976    _70,
10977    /// US, FCC (Federal Communications Commission)
10978    ///
10979    /// A code representing the United States Federal Communication Commission (FCC).
10980    #[strum(serialize = "71")]
10981    _71,
10982    /// US, MARAD (Maritime Administration)
10983    ///
10984    /// A code representing the United States Maritime Administration (MARAD) under the Department of Transportation (DOT).
10985    #[strum(serialize = "72")]
10986    _72,
10987    /// US, DSAA (Defense Security Assistance Agency)
10988    ///
10989    /// A code representing the United States Defense Security Assistance Agency (DSAA) under the Department of Defense (DOD).
10990    #[strum(serialize = "73")]
10991    _73,
10992    /// US, NRC (Nuclear Regulatory Commission)
10993    ///
10994    /// A code representing the United States Nuclear Regulatory Commission (NRC).
10995    #[strum(serialize = "74")]
10996    _74,
10997    /// US, ODTC (Office of Defense Trade Controls)
10998    ///
10999    /// A code representing the United States Office of Defense Trade Controls (ODTC) under the Department of State.
11000    #[strum(serialize = "75")]
11001    _75,
11002    /// US, ATF (Bureau of Alcohol, Tobacco and Firearms)
11003    ///
11004    /// A code representing the United States Bureau of Alcohol, Tobacco and Firearms, Department of Treasury (ATF).
11005    #[strum(serialize = "76")]
11006    _76,
11007    /// US, BXA (Bureau of Export Administration)
11008    ///
11009    /// A code representing the United States Bureau of Export Administration (BXA) under the Department of Commerce (DOC) .
11010    #[strum(serialize = "77")]
11011    _77,
11012    /// US, FWS (Fish and Wildlife Service)
11013    ///
11014    /// A code depicting the United States Fish and Wildlife Service (FWS).
11015    #[strum(serialize = "78")]
11016    _78,
11017    /// US, OFAC (Office of Foreign Assets Control)
11018    ///
11019    /// A code representing the United States Office of Foreign Assets Controls (OFAC).
11020    #[strum(serialize = "79")]
11021    _79,
11022    /// BRMA/RAA - LIMNET - RINET Joint Venture
11023    ///
11024    /// Joint venture between BRMA (Brokers & Reinsurance Markets Association) / RAA (Reinsurance Association of America) - LIMNET (London Insurance Market Network) - RINET (Reinsurance and Insurance Network).
11025    #[strum(serialize = "80")]
11026    _80,
11027    /// RU, (SFT) Society for Financial Telecommunications
11028    ///
11029    /// Russian company representing the users of the Global Financial Telecommunication Network (GFTN).
11030    #[strum(serialize = "81")]
11031    _81,
11032    /// NO, Enhetsregisteret ved Bronnoysundregisterne
11033    ///
11034    /// The co-ordinating register for companies and business units of companies at the Bronnoysund register centre.
11035    #[strum(serialize = "82")]
11036    _82,
11037    /// US, National Retail Federation
11038    ///
11039    /// The National Retail Federation is the trade association for the general merchandise retailing industry. In addition to providing support and education services, they also maintain and publish standard colour and size codes for the retail industry.
11040    #[strum(serialize = "83")]
11041    _83,
11042    /// DE, BRD (Gesetzgeber der Bundesrepublik Deutschland)
11043    ///
11044    /// German legislature.
11045    #[strum(serialize = "84")]
11046    _84,
11047    /// North America, Telecommunications Industry Forum
11048    ///
11049    /// Trade association representing telecommunications service providers, equipment manufacturers, suppliers to the industry and customers.
11050    #[strum(serialize = "85")]
11051    _85,
11052    /// Assigned by party originating the message
11053    ///
11054    /// Codes assigned by the party originating the message.
11055    #[strum(serialize = "86")]
11056    _86,
11057    /// Assigned by carrier
11058    ///
11059    /// Codes assigned by the carrier.
11060    #[strum(serialize = "87")]
11061    _87,
11062    /// Assigned by owner of operation
11063    ///
11064    /// Assigned by owner of operation (e.g. used in construction).
11065    #[strum(serialize = "88")]
11066    _88,
11067    /// Assigned by distributor
11068    ///
11069    #[strum(serialize = "89")]
11070    _89,
11071    /// Assigned by manufacturer
11072    ///
11073    #[strum(serialize = "90")]
11074    _90,
11075    /// Assigned by seller or seller's agent
11076    ///
11077    #[strum(serialize = "91")]
11078    _91,
11079    /// Assigned by buyer or buyer's agent
11080    ///
11081    #[strum(serialize = "92")]
11082    _92,
11083    /// AT, Austrian Customs
11084    ///
11085    #[strum(serialize = "93")]
11086    _93,
11087    /// AT, Austrian PTT
11088    ///
11089    #[strum(serialize = "94")]
11090    _94,
11091    /// AU, Australian Customs Service
11092    ///
11093    /// Australian Customs Service.
11094    #[strum(serialize = "95")]
11095    _95,
11096    /// CA, Revenue Canada, Customs and Excise
11097    ///
11098    #[strum(serialize = "96")]
11099    _96,
11100    /// CH, Administration federale des contributions
11101    ///
11102    /// Indirect taxation (e.g. turn-over/sales taxes).
11103    #[strum(serialize = "97")]
11104    _97,
11105    /// CH, Direction generale des douanes
11106    ///
11107    /// Customs (incl. ISO alpha 2 country code).
11108    #[strum(serialize = "98")]
11109    _98,
11110    /// CH, Division des importations et exportations, OFAEE
11111    ///
11112    /// Import and export licences.
11113    #[strum(serialize = "99")]
11114    _99,
11115    /// CH, Entreprise des PTT
11116    ///
11117    /// Telephone (voice/data) + telex numbers, postcodes, postal account numbers.
11118    #[strum(serialize = "100")]
11119    _100,
11120    /// CH, Carbura
11121    ///
11122    /// Centrale suisse pour l'importation de carburants et combustibles liquides (Oil products).
11123    #[strum(serialize = "101")]
11124    _101,
11125    /// CH, Centrale suisse pour l'importation du charbon
11126    ///
11127    /// Coal.
11128    #[strum(serialize = "102")]
11129    _102,
11130    /// CH, Office fiduciaire des importateurs de denrees alimentaires
11131    ///
11132    /// Foodstuff.
11133    #[strum(serialize = "103")]
11134    _103,
11135    /// CH, Association suisse code des articles
11136    ///
11137    /// Swiss article numbering association.
11138    #[strum(serialize = "104")]
11139    _104,
11140    /// DK, Ministry of taxation, Central Customs and Tax Administration
11141    ///
11142    /// Danish Customs administration.
11143    #[strum(serialize = "105")]
11144    _105,
11145    /// FR, Direction generale des douanes et droits indirects
11146    ///
11147    /// French Customs.
11148    #[strum(serialize = "106")]
11149    _106,
11150    /// FR, INSEE
11151    ///
11152    /// Institut National de la Statistique et des Etudes Economiques.
11153    #[strum(serialize = "107")]
11154    _107,
11155    /// FR, Banque de France
11156    ///
11157    #[strum(serialize = "108")]
11158    _108,
11159    /// GB, H.M. Customs & Excise
11160    ///
11161    #[strum(serialize = "109")]
11162    _109,
11163    /// IE, Revenue Commissioners, Customs AEP project
11164    ///
11165    #[strum(serialize = "110")]
11166    _110,
11167    /// US, U.S. Customs Service
11168    ///
11169    #[strum(serialize = "111")]
11170    _111,
11171    /// US, U.S. Census Bureau
11172    ///
11173    /// The Bureau of the Census of the U.S. Dept. of Commerce.
11174    #[strum(serialize = "112")]
11175    _112,
11176    /// US, UCC (Uniform Code Council)
11177    ///
11178    /// The Uniform Code Council (UCC) is a not-for-profit organization which manages and administers EDI and product bar code standards for the U.S. retail industry. The UCC also maintains U.P.C. manufacturer identifiers, EDI communications identifiers and various EDI code lists specific to retailing. The UCC is located in Dayton, OH, USA.
11179    #[strum(serialize = "113")]
11180    _113,
11181    /// US, ABA (American Bankers Association)
11182    ///
11183    #[strum(serialize = "114")]
11184    _114,
11185    /// US, DODAAC (Department Of Defense Active Agency Code)
11186    ///
11187    #[strum(serialize = "115")]
11188    _115,
11189    /// US, ANSI ASC X12
11190    ///
11191    /// American National Standards Institute ASC X12.
11192    #[strum(serialize = "116")]
11193    _116,
11194    /// AT, Geldausgabeautomaten-Service Gesellschaft m.b.H.
11195    ///
11196    /// Description to be provided.
11197    #[strum(serialize = "117")]
11198    _117,
11199    /// SE, Svenska Bankfoereningen
11200    ///
11201    /// Swedish bankers association.
11202    #[strum(serialize = "118")]
11203    _118,
11204    /// IT, Associazione Bancaria Italiana
11205    ///
11206    #[strum(serialize = "119")]
11207    _119,
11208    /// IT, Socieata' Interbancaria per l'Automazione
11209    ///
11210    #[strum(serialize = "120")]
11211    _120,
11212    /// CH, Telekurs AG
11213    ///
11214    #[strum(serialize = "121")]
11215    _121,
11216    /// CH, Swiss Securities Clearing Corporation
11217    ///
11218    #[strum(serialize = "122")]
11219    _122,
11220    /// NO, Norwegian Interbank Research Organization
11221    ///
11222    #[strum(serialize = "123")]
11223    _123,
11224    /// NO, Norwegian Bankers' Association
11225    ///
11226    #[strum(serialize = "124")]
11227    _124,
11228    /// FI, The Finnish Bankers' Association
11229    ///
11230    #[strum(serialize = "125")]
11231    _125,
11232    /// US, NCCMA (Account Analysis Codes)
11233    ///
11234    #[strum(serialize = "126")]
11235    _126,
11236    /// DE, ARE (AbRechnungs Einheit)
11237    ///
11238    /// A German code for subsidiary unit number.
11239    #[strum(serialize = "127")]
11240    _127,
11241    /// BE, Belgian Bankers' Association
11242    ///
11243    #[strum(serialize = "128")]
11244    _128,
11245    /// BE, Belgian Ministry of Finance
11246    ///
11247    /// VAT numbers.
11248    #[strum(serialize = "129")]
11249    _129,
11250    /// DK, PBS (Pengainstitutternes Betalings Service)
11251    ///
11252    #[strum(serialize = "130")]
11253    _130,
11254    /// DE, German Bankers Association
11255    ///
11256    #[strum(serialize = "131")]
11257    _131,
11258    /// GB, BACS Limited
11259    ///
11260    #[strum(serialize = "132")]
11261    _132,
11262    /// GB, Association for Payment Clearing Services
11263    ///
11264    #[strum(serialize = "133")]
11265    _133,
11266    /// GB, CHAPS and Town Clearing Company Limited
11267    ///
11268    #[strum(serialize = "134")]
11269    _134,
11270    /// GB, The Clearing House
11271    ///
11272    #[strum(serialize = "135")]
11273    _135,
11274    /// GB, Article Number Association (UK) Limited
11275    ///
11276    /// EAN bar-coding.
11277    #[strum(serialize = "136")]
11278    _136,
11279    /// AT, Verband oesterreichischer Banken und Bankiers
11280    ///
11281    /// Austrian bankers association.
11282    #[strum(serialize = "137")]
11283    _137,
11284    /// FR, CFONB (Comite francais d'organ. et de normalisation bancaires)
11285    ///
11286    /// National body responsible for the French codification in banking activity.
11287    #[strum(serialize = "138")]
11288    _138,
11289    /// UPU (Universal Postal Union)
11290    ///
11291    /// (a..3 country code).
11292    #[strum(serialize = "139")]
11293    _139,
11294    /// CEC (Commission of the European Communities), DG/XXI-01
11295    ///
11296    /// (Computerization within Customs area).
11297    #[strum(serialize = "140")]
11298    _140,
11299    /// CEC (Commission of the European Communities), DG/XXI-B-1
11300    ///
11301    /// Description to be provided.
11302    #[strum(serialize = "141")]
11303    _141,
11304    /// CEC (Commission of the European Communities), DG/XXXIV
11305    ///
11306    /// Statistical Office of the European Communities: e.g. Geonomenclature.
11307    #[strum(serialize = "142")]
11308    _142,
11309    /// NZ, New Zealand Customs
11310    ///
11311    #[strum(serialize = "143")]
11312    _143,
11313    /// NL, Netherlands Customs
11314    ///
11315    #[strum(serialize = "144")]
11316    _144,
11317    /// SE, Swedish Customs
11318    ///
11319    #[strum(serialize = "145")]
11320    _145,
11321    /// DE, German Customs
11322    ///
11323    #[strum(serialize = "146")]
11324    _146,
11325    /// BE, Belgian Customs
11326    ///
11327    #[strum(serialize = "147")]
11328    _147,
11329    /// ES, Spanish Customs
11330    ///
11331    #[strum(serialize = "148")]
11332    _148,
11333    /// IL, Israel Customs
11334    ///
11335    #[strum(serialize = "149")]
11336    _149,
11337    /// HK, Hong Kong Customs
11338    ///
11339    #[strum(serialize = "150")]
11340    _150,
11341    /// JP, Japan Customs
11342    ///
11343    #[strum(serialize = "151")]
11344    _151,
11345    /// SA, Saudi Arabia Customs
11346    ///
11347    #[strum(serialize = "152")]
11348    _152,
11349    /// IT, Italian Customs
11350    ///
11351    #[strum(serialize = "153")]
11352    _153,
11353    /// GR, Greek Customs
11354    ///
11355    #[strum(serialize = "154")]
11356    _154,
11357    /// PT, Portuguese Customs
11358    ///
11359    #[strum(serialize = "155")]
11360    _155,
11361    /// LU, Luxembourg Customs
11362    ///
11363    #[strum(serialize = "156")]
11364    _156,
11365    /// NO, Norwegian Customs
11366    ///
11367    #[strum(serialize = "157")]
11368    _157,
11369    /// FI, Finnish Customs
11370    ///
11371    #[strum(serialize = "158")]
11372    _158,
11373    /// IS, Iceland Customs
11374    ///
11375    #[strum(serialize = "159")]
11376    _159,
11377    /// LI, Liechtenstein authority
11378    ///
11379    /// (Identification of relevant responsible agency for e.g. banking/financial matters still pending. For e.g. Customs, currency, post/telephone: see relevant CH entry).
11380    #[strum(serialize = "160")]
11381    _160,
11382    /// UNCTAD (United Nations - Conference on Trade And Development)
11383    ///
11384    #[strum(serialize = "161")]
11385    _161,
11386    /// CEC (Commission of the European Communities), DG/XIII-D-5
11387    ///
11388    /// (TEDIS - incl. CEBIS -, INSIS and CADDIA projects).
11389    #[strum(serialize = "162")]
11390    _162,
11391    /// US, FMC (Federal Maritime Commission)
11392    ///
11393    #[strum(serialize = "163")]
11394    _163,
11395    /// US, DEA (Drug Enforcement Agency)
11396    ///
11397    #[strum(serialize = "164")]
11398    _164,
11399    /// US, DCI (Distribution Codes, INC.)
11400    ///
11401    #[strum(serialize = "165")]
11402    _165,
11403    /// US, National Motor Freight Classification Association
11404    ///
11405    /// The organisation in the USA which is responsible for code maintenance in the trucking industry.
11406    #[strum(serialize = "166")]
11407    _166,
11408    /// US, AIAG (Automotive Industry Action Group)
11409    ///
11410    #[strum(serialize = "167")]
11411    _167,
11412    /// US, FIPS (Federal Information Publishing Standard)
11413    ///
11414    #[strum(serialize = "168")]
11415    _168,
11416    /// CA, SCC (Standards Council of Canada)
11417    ///
11418    #[strum(serialize = "169")]
11419    _169,
11420    /// CA, CPA (Canadian Payment Association)
11421    ///
11422    #[strum(serialize = "170")]
11423    _170,
11424    /// NL, Interpay Girale Services
11425    ///
11426    /// Interpay Girale Services.
11427    #[strum(serialize = "171")]
11428    _171,
11429    /// NL, Interpay Debit Card Services
11430    ///
11431    /// Interpay Debit Card Services.
11432    #[strum(serialize = "172")]
11433    _172,
11434    /// NO, NORPRO
11435    ///
11436    #[strum(serialize = "173")]
11437    _173,
11438    /// DE, DIN (Deutsches Institut fuer Normung)
11439    ///
11440    /// German standardization institute.
11441    #[strum(serialize = "174")]
11442    _174,
11443    /// FCI (Factors Chain International)
11444    ///
11445    #[strum(serialize = "175")]
11446    _175,
11447    /// BR, Banco Central do Brazil
11448    ///
11449    /// Self-explanatory.
11450    #[strum(serialize = "176")]
11451    _176,
11452    /// AU, LIFA (Life Insurance Federation of Australia)
11453    ///
11454    /// Life Insurance Federation of Australia.
11455    #[strum(serialize = "177")]
11456    _177,
11457    /// AU, SAA (Standards Association of Australia)
11458    ///
11459    /// Standards Association of Australia.
11460    #[strum(serialize = "178")]
11461    _178,
11462    /// US, Air transport association of America
11463    ///
11464    /// U.S. -based trade association representing the major North American scheduled airlines.
11465    #[strum(serialize = "179")]
11466    _179,
11467    /// DE, BIA (Berufsgenossenschaftliches Institut fuer Arbeitssicherheit)
11468    ///
11469    /// German institute of the workmen's compensation board.
11470    #[strum(serialize = "180")]
11471    _180,
11472    /// Edibuild
11473    ///
11474    /// EDI organization for companies in the construction industry.
11475    #[strum(serialize = "181")]
11476    _181,
11477    /// US, Standard Carrier Alpha Code (Motor)
11478    ///
11479    /// Organisation maintaining the SCAC lists and transportation operating in North America.
11480    #[strum(serialize = "182")]
11481    _182,
11482    /// US, American Petroleum Institute
11483    ///
11484    /// US-based trade association representing oil and natural gas producers, shippers, refineries, marketers, and major suppliers to the industry.
11485    #[strum(serialize = "183")]
11486    _183,
11487    /// AU, ACOS (Australian Chamber of Shipping)
11488    ///
11489    /// The national organisation for the maritime industry in Australia.
11490    #[strum(serialize = "184")]
11491    _184,
11492    /// DE, BDI (Bundesverband der Deutschen Industrie e.V.)
11493    ///
11494    /// German industry association.
11495    #[strum(serialize = "185")]
11496    _185,
11497    /// US, GSA (General Services Administration)
11498    ///
11499    /// The US General Services Administration.
11500    #[strum(serialize = "186")]
11501    _186,
11502    /// US, DLMSO (Defense Logistics Management Standards Office)
11503    ///
11504    /// The Defense Logistics Management Standards Office.
11505    #[strum(serialize = "187")]
11506    _187,
11507    /// US, NIST (National Institute of Standards and Technology)
11508    ///
11509    /// The US National Institute of Standards and Technology.
11510    #[strum(serialize = "188")]
11511    _188,
11512    /// US, DoD (Department of Defense)
11513    ///
11514    /// The US Department of Defense.
11515    #[strum(serialize = "189")]
11516    _189,
11517    /// US, VA (Department of Veterans Affairs)
11518    ///
11519    /// The Department of Veterans Affairs.
11520    #[strum(serialize = "190")]
11521    _190,
11522    /// IAPSO (United Nations Inter-Agency Procurement Services Office)
11523    ///
11524    /// United Nations organization responsible for maintaining the United Nations Common Coding System (UNCCS) which is used extensively by UN agencies in procurement and statistical analysis.
11525    #[strum(serialize = "191")]
11526    _191,
11527    /// Shipper's association
11528    ///
11529    /// Code assigned by a shipper's association.
11530    #[strum(serialize = "192")]
11531    _192,
11532    /// EU, European Telecommunications Informatics Services (ETIS)
11533    ///
11534    /// European Telecommunications Informatics Services is a non-profit cooperative organisation owned by European public network operators, working in the field of information technology.
11535    #[strum(serialize = "193")]
11536    _193,
11537    /// AU, AQIS (Australian Quarantine and Inspection Service)
11538    ///
11539    /// Australian Quarantine and Inspection Service.
11540    #[strum(serialize = "194")]
11541    _194,
11542    /// CO, DIAN (Direccion de Impuestos y Aduanas Nacionales)
11543    ///
11544    /// The Colombian customs organization.
11545    #[strum(serialize = "195")]
11546    _195,
11547    /// US, COPAS (Council of Petroleum Accounting Society)
11548    ///
11549    /// Organization supplying codes of oil field equipment and tubular goods used by joint operators in the petroleum industry.
11550    #[strum(serialize = "196")]
11551    _196,
11552    /// US, DISA (Data Interchange Standards Association)
11553    ///
11554    /// The organization maintaining code lists under the administration of the data interchange standards association.
11555    #[strum(serialize = "197")]
11556    _197,
11557    /// CO, Superintendencia Bancaria De Colombia
11558    ///
11559    /// The organization which assigns identification numbers to financial institutions conducting business in Colombia.
11560    #[strum(serialize = "198")]
11561    _198,
11562    /// FR, Direction de la Comptabilite Publique
11563    ///
11564    /// The French public accounting office.
11565    #[strum(serialize = "199")]
11566    _199,
11567    /// NL, EAN Netherlands
11568    ///
11569    /// Netherlands based European Article Numbering association (EAN).
11570    #[strum(serialize = "200")]
11571    _200,
11572    /// US, WSSA(Wine and Spirits Shippers Association)
11573    ///
11574    /// United States based Wine and Spirits Shippers association.
11575    #[strum(serialize = "201")]
11576    _201,
11577    /// PT, Banco de Portugal
11578    ///
11579    /// Portuguese Central Bank.
11580    #[strum(serialize = "202")]
11581    _202,
11582    /// FR, GALIA (Groupement pour l'Amelioration des Liaisons dans l'Industrie Automobile)
11583    ///
11584    /// The national organisation representing France in ODETTE (Organisation for Data Exchanges through Tele- Transmission in Europe).
11585    #[strum(serialize = "203")]
11586    _203,
11587    /// DE, VDA (Verband der Automobilindustrie E.V.)
11588    ///
11589    /// The national organisation representing Germany in ODETTE (Organisation for Data Exchange through Tele- Transmission in Europe).
11590    #[strum(serialize = "204")]
11591    _204,
11592    /// IT, ODETTE Italy
11593    ///
11594    /// The national organisation representing Italy in ODETTE (Organisation for Data Exchange through Tele- Transmission in Europe).
11595    #[strum(serialize = "205")]
11596    _205,
11597    /// NL, ODETTE Netherlands
11598    ///
11599    /// The national organisation representing Netherlands in ODETTE (Organisation for Data Exchange through Tele- Transmission in Europe).
11600    #[strum(serialize = "206")]
11601    _206,
11602    /// ES, ODETTE Spain
11603    ///
11604    /// The national organisation representing Spain in ODETTE (Organisation for Data Exchange through Tele- Transmission in Europe).
11605    #[strum(serialize = "207")]
11606    _207,
11607    /// SE, ODETTE Sweden
11608    ///
11609    /// The national organisation representing Scandinavian countries in ODETTE (Organisation for Data Exchange through Tele-Transmission in Europe).
11610    #[strum(serialize = "208")]
11611    _208,
11612    /// GB, ODETTE United Kingdom
11613    ///
11614    /// The national organisation representing UK in ODETTE (Organisation for Data Exchange through Tele- Transmission in Europe).
11615    #[strum(serialize = "209")]
11616    _209,
11617    /// EU, EDI for financial, informational, cost, accounting, auditing and social areas (EDIFICAS) - Europe
11618    ///
11619    /// European association dealing with accounting and auditing.
11620    #[strum(serialize = "210")]
11621    _210,
11622    /// FR, EDI for financial, informational, cost, accounting, auditing and social areas (EDIFICAS) - France
11623    ///
11624    /// French association dealing with accounting and auditing.
11625    #[strum(serialize = "211")]
11626    _211,
11627    /// DE, Deutsch Telekom AG
11628    ///
11629    /// German telecommunication services agency.
11630    #[strum(serialize = "212")]
11631    _212,
11632    /// JP, NACCS Center (Nippon Automated Cargo Clearance System Operations Organization)
11633    ///
11634    /// NACCS (Nippon Automated Cargo Clearance System Operation Organization) Center is the operations organization of the automated cargo clearance system in Japan.
11635    #[strum(serialize = "213")]
11636    _213,
11637    /// US, AISI (American Iron and Steel Institute)
11638    ///
11639    /// American iron and steel institute.
11640    #[strum(serialize = "214")]
11641    _214,
11642    /// AU, APCA (Australian Payments Clearing Association)
11643    ///
11644    /// Australian association responsible for the management of payment clearing.
11645    #[strum(serialize = "215")]
11646    _215,
11647    /// US, Department of Labor
11648    ///
11649    /// To identify the United States department of labour.
11650    #[strum(serialize = "216")]
11651    _216,
11652    /// US, N.A.I.C. (National Association of Insurance Commissioners)
11653    ///
11654    /// To identify the United States, National Association of Insurance Commissioners.
11655    #[strum(serialize = "217")]
11656    _217,
11657    /// GB, The Association of British Insurers
11658    ///
11659    /// An association that administers code lists on behalf of the UK insurance community.
11660    #[strum(serialize = "218")]
11661    _218,
11662    /// FR, d'ArvA
11663    ///
11664    /// Value added network administering insurance code lists on behalf of the French insurance community.
11665    #[strum(serialize = "219")]
11666    _219,
11667    /// FI, Finnish tax board
11668    ///
11669    /// Finnish tax board.
11670    #[strum(serialize = "220")]
11671    _220,
11672    /// FR, CNAMTS (Caisse Nationale de l'Assurance Maladie des Travailleurs Salaries)
11673    ///
11674    /// The French public institution funding health-care for salaried workers.
11675    #[strum(serialize = "221")]
11676    _221,
11677    /// DK, Danish National Board of Health
11678    ///
11679    /// The national authority responsible for the supervision of health activities in Denmark.
11680    #[strum(serialize = "222")]
11681    _222,
11682    /// DK, Danish Ministry of Home Affairs
11683    ///
11684    /// The ministry responsible for all interior affairs concerning the Danish people.
11685    #[strum(serialize = "223")]
11686    _223,
11687    /// US, Aluminum Association
11688    ///
11689    /// Organization that assigns identification numbers for the aluminum industry.
11690    #[strum(serialize = "224")]
11691    _224,
11692    /// US, CIDX (Chemical Industry Data Exchange)
11693    ///
11694    /// Organization that assigns identification numbers for the chemical Industry.
11695    #[strum(serialize = "225")]
11696    _225,
11697    /// US, Carbide Manufacturers
11698    ///
11699    /// Organization that assigns identification numbers for the iron and carbide manufacturing industry.
11700    #[strum(serialize = "226")]
11701    _226,
11702    /// US, NWDA (National Wholesale Druggist Association)
11703    ///
11704    /// Organization that assigns identification numbers for the wholesale drug industry.
11705    #[strum(serialize = "227")]
11706    _227,
11707    /// US, EIA (Electronic Industry Association)
11708    ///
11709    /// Organization that assigns identification numbers for the electronic industry.
11710    #[strum(serialize = "228")]
11711    _228,
11712    /// US, American Paper Institute
11713    ///
11714    /// Organization that assigns identification numbers for the American paper industry.
11715    #[strum(serialize = "229")]
11716    _229,
11717    /// US, VICS (Voluntary Inter-Industry Commerce Standards)
11718    ///
11719    /// Organization that assigns identification numbers for the retail industry.
11720    #[strum(serialize = "230")]
11721    _230,
11722    /// Copper and Brass Fabricators Council
11723    ///
11724    /// Organization that assigns identification numbers for the copper and brass fabricators industry.
11725    #[strum(serialize = "231")]
11726    _231,
11727    /// GB, Inland Revenue
11728    ///
11729    /// Code identifying the government department responsible for assessing and collecting revenue consisting of taxes and inland duties in Great Britain.
11730    #[strum(serialize = "232")]
11731    _232,
11732    /// US, OMB (Office of Management and Budget)
11733    ///
11734    /// Codes are assigned by the United States Office of Management and Budget.
11735    #[strum(serialize = "233")]
11736    _233,
11737    /// DE, Siemens AG
11738    ///
11739    /// Siemens AG, Germany.
11740    #[strum(serialize = "234")]
11741    _234,
11742    /// AU, Tradegate (Electronic Commerce Australia)
11743    ///
11744    /// Australian industry body coordinating codes for use in local and international commerce and trade.
11745    #[strum(serialize = "235")]
11746    _235,
11747    /// US, United States Postal Service (USPS)
11748    ///
11749    /// Code specifying the official postal service of the United States.
11750    #[strum(serialize = "236")]
11751    _236,
11752    /// US, United States health industry
11753    ///
11754    /// Code assigned by the United States health industry.
11755    #[strum(serialize = "237")]
11756    _237,
11757    /// US, TDCC (Transportation Data Coordinating Committee)
11758    ///
11759    /// United States Transportation Data Coordinating Committee.
11760    #[strum(serialize = "238")]
11761    _238,
11762    /// US, HL7 (Health Level 7)
11763    ///
11764    /// United States, electronic data interchange standards- making organization, Health Level 7.
11765    #[strum(serialize = "239")]
11766    _239,
11767    /// US, CHIPS (Clearing House Interbank Payment Systems)
11768    ///
11769    /// United States financial clearing house.
11770    #[strum(serialize = "240")]
11771    _240,
11772    /// PT, SIBS (Sociedade Interbancaria de Servicos)
11773    ///
11774    /// Portuguese automated clearing house.
11775    #[strum(serialize = "241")]
11776    _241,
11777    /// NL, Interpay Giraal
11778    ///
11779    /// Interpay Giraal.
11780    #[strum(serialize = "242")]
11781    _242,
11782    /// NL, Interpay Cards
11783    ///
11784    /// Interpay Cards.
11785    #[strum(serialize = "243")]
11786    _243,
11787    /// US, Department of Health and Human Services
11788    ///
11789    /// United States Department of Health and Human Services.
11790    #[strum(serialize = "244")]
11791    _244,
11792    /// DK, EAN (European Article Numbering) Denmark
11793    ///
11794    /// Denmark based European Article Numbering (EAN) association.
11795    #[strum(serialize = "245")]
11796    _245,
11797    /// DE, Centrale fuer Coorganisation GMBH
11798    ///
11799    /// German representation of European Article Numbering (EAN) International.
11800    #[strum(serialize = "246")]
11801    _246,
11802    /// US, HBICC (Health Industry Business Communication Council)
11803    ///
11804    /// Code identifying the United States HIBCC (Health Industry Business Communication Council).
11805    #[strum(serialize = "247")]
11806    _247,
11807    /// US, ASTM (American Society of Testing and Materials)
11808    ///
11809    /// A not-for-profit organization that provides a forum for producers, users, ultimate consumers, and those having a general interest (representatives of government and academia) to meet on common ground and write standards for materials, products, systems, and services.
11810    #[strum(serialize = "248")]
11811    _248,
11812    /// IP (Institute of Petroleum)
11813    ///
11814    /// An independent European centre for the advancement and dissemination of technical, economic and professional knowledge relating to the international oil and gas industry.
11815    #[strum(serialize = "249")]
11816    _249,
11817    /// US, UOP (Universal Oil Products)
11818    ///
11819    /// An United States based organization that provides products, services and technology primarily in the areas of petroleum refining, olefins, aromatics, and gas processing.
11820    #[strum(serialize = "250")]
11821    _250,
11822    /// AU, HIC (Health Insurance Commission)
11823    ///
11824    /// Australian agency responsible for administering the Health Insurance Act.
11825    #[strum(serialize = "251")]
11826    _251,
11827    /// AU, AIHW (Australian Institute of Health and Welfare)
11828    ///
11829    /// Australian statutory authority responsible for the national collection of health related statistics and health related data definitions.
11830    #[strum(serialize = "252")]
11831    _252,
11832    /// AU, NCCH (National Centre for Classification in Health)
11833    ///
11834    /// Australian national authority responsible for healthcare classifications.
11835    #[strum(serialize = "253")]
11836    _253,
11837    /// AU, DOH (Australian Department of Health)
11838    ///
11839    /// Australian government department responsible for administration of health policy.
11840    #[strum(serialize = "254")]
11841    _254,
11842    /// AU, ADA (Australian Dental Association)
11843    ///
11844    /// Industry association responsible for the classification of dental services in Australia.
11845    #[strum(serialize = "255")]
11846    _255,
11847    /// US, AAR (Association of American Railroads)
11848    ///
11849    /// The official United States organization of the railroads in North America.
11850    #[strum(serialize = "256")]
11851    _256,
11852    /// US, UN/SPSC (United Nations Standard Products and Services Classification) association
11853    ///
11854    /// The agency responsible for the maintenance of the United Nations standard products and services classification code.
11855    #[strum(serialize = "257")]
11856    _257,
11857    /// JP, Japanese Ministry of Transport
11858    ///
11859    /// Japanese Ministry of Transport.
11860    #[strum(serialize = "258")]
11861    _258,
11862    /// JP, Japanese Maritime Safety Agency
11863    ///
11864    /// Japanese Maritime Safety Agency.
11865    #[strum(serialize = "259")]
11866    _259,
11867    /// Ediel Nordic forum
11868    ///
11869    /// A code to identify Ediel Nordic forum, which is an organization standardizing the use of EDI between the participants in the Nordic power market.
11870    #[strum(serialize = "260")]
11871    _260,
11872    /// EEG7, European Expert Group 7 (Insurance)
11873    ///
11874    /// European Expert Group 7 for Insurance.
11875    #[strum(serialize = "261")]
11876    _261,
11877    /// DE, GDV (Gesamtverband der Deutschen Versicherungswirtschaft e.V.)
11878    ///
11879    /// Gesamtverband der Deutschen Versicherungswirtschaft e.V. (German Insurance Association).
11880    #[strum(serialize = "262")]
11881    _262,
11882    /// CA, CSIO (Centre for Study of Insurance Operations)
11883    ///
11884    /// The Centre for Study of Insurance Operations (CSIO) in Canada.
11885    #[strum(serialize = "263")]
11886    _263,
11887    /// FR, AGF (Assurances Generales de France)
11888    ///
11889    /// Code lists are administered by Assurances Generales de France (AGF).
11890    #[strum(serialize = "264")]
11891    _264,
11892    /// SE, Central bank
11893    ///
11894    /// Swedish central bank.
11895    #[strum(serialize = "265")]
11896    _265,
11897    /// US, DoA (Department of Agriculture)
11898    ///
11899    /// Department of Agriculture, United States federal agency.
11900    #[strum(serialize = "266")]
11901    _266,
11902    /// RU, Russian Bank Identification Code (BIC)
11903    ///
11904    /// BIC is used for party identification in the bank of Russia payment system and is a subdivision directory for the bank of Russia.
11905    #[strum(serialize = "267")]
11906    _267,
11907    /// FR, DGI (Direction Generale des Impots)
11908    ///
11909    /// French taxation authority.
11910    #[strum(serialize = "268")]
11911    _268,
11912    /// GRE (Reference Group of Experts)
11913    ///
11914    /// An international association that administers code lists on behalf of business credit information users and providers.
11915    #[strum(serialize = "269")]
11916    _269,
11917    /// Concord EDI group
11918    ///
11919    /// An organisation of international transport equipment leasing companies and transport equipment repair providers responsible for promoting the use of EDI standards and standard business terms.
11920    #[strum(serialize = "270")]
11921    _270,
11922    /// InterContainer InterFrigo
11923    ///
11924    /// European railway associated organisation involved in the transport of containers by rail.
11925    #[strum(serialize = "271")]
11926    _271,
11927    /// Joint Automotive Industry agency
11928    ///
11929    /// The Joint Automotive Industry (JAI) agency is in charge of code lists that are common to automotive industry groups.
11930    #[strum(serialize = "272")]
11931    _272,
11932    /// CH, SCC (Swiss Chambers of Commerce)
11933    ///
11934    /// Swiss Chambers of Commerce.
11935    #[strum(serialize = "273")]
11936    _273,
11937    /// ITIGG (International Transport Implementation Guidelines Group)
11938    ///
11939    /// ITIGG is the UN/EDIFACT transport message development group's organisation responsible for the issuance of globally harmonised transport-related codes.
11940    #[strum(serialize = "274")]
11941    _274,
11942    /// ES, Banco de España
11943    ///
11944    /// The Spanish central bank.
11945    #[strum(serialize = "275")]
11946    _275,
11947    /// Mutually defined
11948    #[strum(ascii_case_insensitive)]
11949    ZZZ,
11950}
11951
11952/// Contact function code
11953///
11954/// Code specifying the function of a contact (e.g. department or person).
11955#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
11956pub enum _3139 {
11957    /// Insurance contact
11958    ///
11959    /// Department/person to contact for matters regarding insurance.
11960    AA,
11961    /// Workshop contact
11962    ///
11963    /// Department/person to contact for matters regarding the workshop.
11964    AB,
11965    /// Accepting contact
11966    ///
11967    /// Department/person in charge of accepting incoming goods.
11968    AC,
11969    /// Accounting contact
11970    ///
11971    /// The contact responsible for accounting matters.
11972    AD,
11973    /// Contract contact
11974    ///
11975    /// Department/person to contact for matters regarding contracts.
11976    AE,
11977    /// Land registry contact
11978    ///
11979    /// Department/person to contact for matters regarding land registry.
11980    AF,
11981    /// Agent
11982    ///
11983    /// Department/person of the agent which acts on behalf of another party.
11984    AG,
11985    /// Coordination contact
11986    ///
11987    /// Department/person to contact for matters regarding technical coordination of works.
11988    AH,
11989    /// Project management contact
11990    ///
11991    /// Department/person to contact for matters regarding project management on behalf of the contractor.
11992    AI,
11993    /// Investment contact
11994    ///
11995    /// Department/person to contact for matters regarding investments.
11996    AJ,
11997    /// Works management contact
11998    ///
11999    /// Department/person to contact for matters regarding management of works on behalf of the owner.
12000    AK,
12001    /// Personnel contact
12002    ///
12003    /// Department/person to contact for matters regarding personnel (human resources).
12004    AL,
12005    /// Claims contact
12006    ///
12007    /// Department/person to contact for matters regarding claims.
12008    AM,
12009    /// Laboratory contact
12010    ///
12011    /// Department/person to contact for laboratory matters.
12012    AN,
12013    /// Plant/equipment contact
12014    ///
12015    /// Department/person to contact for matters regarding plant/equipment.
12016    AO,
12017    /// Accounts payable contact
12018    ///
12019    /// Department/person responsible for the accounts payable function within a corporation.
12020    AP,
12021    /// Quantity surveyor contact
12022    ///
12023    /// Department/person to contact for matters regarding quantity surveying.
12024    AQ,
12025    /// Accounts receivable contact
12026    ///
12027    /// Department/person responsible for the accounts receivable within a corporation.
12028    AR,
12029    /// Public relations contact
12030    ///
12031    /// Department/person to contact for matters regarding public relations.
12032    AS,
12033    /// Technical contact
12034    ///
12035    /// Department/person to contact for matters regarding technical issues.
12036    AT,
12037    /// City works authority contact
12038    ///
12039    /// Department/person to contact for matters regarding city works.
12040    AU,
12041    /// Maintenance contact
12042    ///
12043    /// Department/person to contact for matters regarding maintenance.
12044    AV,
12045    /// Town planning contact
12046    ///
12047    /// Department/person to contact for matters regarding town ` planning.
12048    AW,
12049    /// Traffic authority contact
12050    ///
12051    /// Department/person to contact for matters regarding traffic.
12052    AX,
12053    /// Electricity supply contact
12054    ///
12055    /// Department/person to contact for matters regarding electricity supply.
12056    AY,
12057    /// Gas supply contact
12058    ///
12059    /// Department/person to contact for matters regarding gas supply.
12060    AZ,
12061    /// Water supply contact
12062    ///
12063    /// Department/person to contact for matters regarding water supply.
12064    BA,
12065    /// Telecommunications network contact
12066    ///
12067    /// Department/person to contact for matters regarding telecommunications network.
12068    BB,
12069    /// Banking contact
12070    ///
12071    /// Contact person for bank.
12072    BC,
12073    /// New developments contact
12074    ///
12075    /// Department/person to contact for matters regarding new developments (e.g. construction).
12076    BD,
12077    /// Transport infrastructure authority
12078    ///
12079    /// Department/person to contact for matters regarding transport infrastructure.
12080    BE,
12081    /// Service contact
12082    ///
12083    /// Department/person to be contacted in service matters.
12084    BF,
12085    /// Auditing contact
12086    ///
12087    /// Department or person to contact with regard to auditing.
12088    BG,
12089    /// Legal auditing contact
12090    ///
12091    /// Department or person to contact with regard to legal auditing.
12092    BH,
12093    /// Software house contact
12094    ///
12095    /// Department or person to contact with regard to software house.
12096    BI,
12097    /// Department or person responsible for processing purchase order
12098    ///
12099    /// Identification of the department or person responsible for the processing of purchase orders.
12100    BJ,
12101    /// Electronic data interchange coordinator
12102    ///
12103    /// Code specifying a person responsible for the coordination of matters related to the exchange of information in electronic data interchange format.
12104    BK,
12105    /// Waiver contact
12106    ///
12107    /// Code specifying a party knowledgeable about a waiver.
12108    BL,
12109    /// Automated clearing house (ACH) contact
12110    ///
12111    /// Code specifying a person to be contacted at an automated clearing house.
12112    BM,
12113    /// Certification contact
12114    ///
12115    /// Code specifying a contact with knowledge of a certification action.
12116    BN,
12117    /// Ultimate consignee
12118    ///
12119    /// Final recipient of the consignment.
12120    BU,
12121    /// Carrier
12122    ///
12123    /// (3126) Party undertaking or arranging transport of goods between named points.
12124    CA,
12125    /// Changed by
12126    ///
12127    /// Person who made the change.
12128    CB,
12129    /// Responsible person for information production
12130    ///
12131    /// Responsible person to contact for matters regarding the production of information.
12132    CC,
12133    /// Responsible person for information dissemination
12134    ///
12135    /// Responsible person to contact for matters regarding information dissemination.
12136    CD,
12137    /// Head of unit for computer data processing
12138    ///
12139    /// Head of unit to contact for matters regarding computer data processing.
12140    CE,
12141    /// Head of unit for information production
12142    ///
12143    /// Head of unit to contact for matters regarding the production of information.
12144    CF,
12145    /// Head of unit for information dissemination
12146    ///
12147    /// Head of unit to contact for matters regarding dissemination of information.
12148    CG,
12149    /// Consignee
12150    ///
12151    /// (3132) Party to which goods are consigned.
12152    CN,
12153    /// Consignor
12154    ///
12155    /// (3336) Party which, by contract with a carrier, consigns or sends goods with the carrier, or has them conveyed by him. Synonym: shipper/sender.
12156    CO,
12157    /// Responsible person for computer data processing
12158    ///
12159    /// Responsible person to contact for matters regarding computer data processing.
12160    CP,
12161    /// Customer relations
12162    ///
12163    /// Individual responsible for customer relations.
12164    CR,
12165    /// Confirmed with
12166    ///
12167    /// Person with whom the contents of the purchase order has been discussed and agreed (e.g. by telephone) prior to the sending of this message.
12168    CW,
12169    /// Department/employee to execute export procedures
12170    DE,
12171    /// Department/employee to execute import procedures
12172    DI,
12173    /// Delivery contact
12174    ///
12175    /// Department/person responsible for delivery.
12176    DL,
12177    /// Entered by
12178    ///
12179    /// Name of an individual who made the entry.
12180    EB,
12181    /// Education coordinator
12182    ///
12183    /// Person in charge of coordination of education.
12184    EC,
12185    /// Engineering contact
12186    ///
12187    /// Department/person to contact for matters regarding engineering.
12188    ED,
12189    /// Expeditor
12190    ///
12191    /// The contact for expediting.
12192    EX,
12193    /// Goods receiving contact
12194    ///
12195    /// Department/person responsible for receiving the goods at the place of delivery.
12196    GR,
12197    /// Emergency dangerous goods contact
12198    ///
12199    /// Party who is to be contacted to intervene in case of emergency.
12200    HE,
12201    /// Dangerous goods contact
12202    ///
12203    /// Department/person to be contacted for details about the transportation of dangerous goods/hazardous material.
12204    HG,
12205    /// Hazardous material contact
12206    ///
12207    /// Department/person responsible for hazardous material control.
12208    HM,
12209    /// Information contact
12210    ///
12211    /// Department/person to contact for questions regarding transactions.
12212    IC,
12213    /// Insurer contact
12214    IN,
12215    /// Place of delivery contact
12216    LB,
12217    /// Place of collection contact
12218    LO,
12219    /// Material control contact
12220    ///
12221    /// Department/person responsible for the controlling/inspection of goods.
12222    MC,
12223    /// Material disposition contact
12224    ///
12225    /// Department/person responsible for the disposition/scheduling of goods.
12226    MD,
12227    /// Material handling contact
12228    MH,
12229    /// Message recipient contact
12230    MR,
12231    /// Message sender contact
12232    MS,
12233    /// Notification contact
12234    NT,
12235    /// Order contact
12236    ///
12237    /// An individual to contact for questions regarding this order.
12238    OC,
12239    /// Prototype coordinator
12240    ///
12241    /// Description to be provided.
12242    PA,
12243    /// Purchasing contact
12244    ///
12245    /// Department/person responsible for issuing this purchase order.
12246    PD,
12247    /// Payee contact
12248    PE,
12249    /// Product management contact
12250    ///
12251    /// Department/person to contact for questions regarding this order.
12252    PM,
12253    /// Quality assurance contact
12254    ///
12255    /// Quality assurance contact within an organization.
12256    QA,
12257    /// Quality coordinator contact
12258    ///
12259    /// Quality coordinator contact within an organization.
12260    QC,
12261    /// Receiving dock contact
12262    ///
12263    /// The receiving dock contact within an organization.
12264    RD,
12265    /// Sales administration
12266    ///
12267    /// Name of the sales administration contact within a corporation.
12268    SA,
12269    /// Schedule contact
12270    ///
12271    /// Name of the scheduling contact within a corporation.
12272    SC,
12273    /// Shipping contact
12274    ///
12275    /// The shipping department contact within an organization.
12276    SD,
12277    /// Sales representative or department
12278    ///
12279    /// The sales representative or department contact within an organization.
12280    SR,
12281    /// Supplier contact
12282    ///
12283    /// Department/person to be contacted at the supplier.
12284    SU,
12285    /// Traffic administrator
12286    ///
12287    /// The traffic administrator contact within an organization.
12288    TA,
12289    /// Test contact
12290    ///
12291    /// Department/person responsible for testing contact.
12292    TD,
12293    /// Technical documentation recipient
12294    ///
12295    /// Department/person to receive technical documentation.
12296    TI,
12297    /// Transport contact
12298    ///
12299    /// Department/person in charge of transportation.
12300    TR,
12301    /// Warehouse
12302    ///
12303    /// The warehouse contact within an organization.
12304    WH,
12305    /// Alternate contact
12306    ///
12307    /// Alternate department or person to contact.
12308    WI,
12309    /// Office Manager
12310    ///
12311    /// An individual responsible for managing the day to day activities of an office.
12312    WJ,
12313    /// Mutually defined
12314    ZZZ,
12315}
12316
12317/// Communication address code qualifier
12318///
12319/// Code qualifying the communication address.
12320#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12321pub enum _3155 {
12322    /// Circuit switching
12323    ///
12324    /// A process that, on demand, connects two or more data terminal equipments and permits the exclusive use of a data circuit between them until the connection is released (ISO).
12325    AA,
12326    /// SITA
12327    ///
12328    /// Communications number assigned by Societe Internationale de Telecommunications Aeronautiques (SITA).
12329    AB,
12330    /// ARINC
12331    ///
12332    /// Communications number assigned by Aeronautical Radio Inc.
12333    AC,
12334    /// AT&T mailbox
12335    ///
12336    /// AT&T mailbox identifier.
12337    AD,
12338    /// Peripheral device
12339    ///
12340    /// Peripheral device identification.
12341    AE,
12342    /// U.S. Defense Switched Network
12343    ///
12344    /// The switched telecommunications network of the United States Department of Defense.
12345    AF,
12346    /// U.S. federal telecommunications system
12347    ///
12348    /// The switched telecommunications network of the United States government.
12349    AG,
12350    /// World Wide Web
12351    ///
12352    /// Data exchange via the World Wide Web.
12353    AH,
12354    /// International calling country code
12355    ///
12356    /// Identifies that portion of an international telephone number representing the country code to be used when calling internationally.
12357    AI,
12358    /// Alternate telephone
12359    ///
12360    /// Identifies the alternate telephone number.
12361    AJ,
12362    /// Videotex number
12363    ///
12364    /// Code that identifies the communications number for the online videotex service.
12365    AK,
12366    /// Cellular phone
12367    ///
12368    /// Identifies the cellular phone number.
12369    AL,
12370    /// International telephone direct line
12371    ///
12372    /// The international telephone direct line number.
12373    AM,
12374    /// O.F.T.P. (ODETTE File Transfer Protocol)
12375    ///
12376    /// ODETTE File Transfer Protocol.
12377    AN,
12378    /// Cable address
12379    ///
12380    /// EDI transmission
12381    CA,
12382    ///
12383    /// Number identifying the service and service user.
12384    /// EI,
12385    /// Electronic mail
12386    ///
12387    /// Exchange of mail by electronic means.
12388    EM,
12389    /// Extension
12390    ///
12391    /// Telephone extension.
12392    EX,
12393    /// File transfer access method
12394    ///
12395    /// According to ISO.
12396    FT,
12397    /// Telefax
12398    ///
12399    /// Device used for transmitting and reproducing fixed graphic material (as printing) by means of signals over telephone lines or other electronic transmission media.
12400    FX,
12401    /// GEIS (General Electric Information Service) mailbox
12402    ///
12403    /// IBM information exchange
12404    GM,
12405    ///
12406    /// Internal mail
12407    /// IE,
12408    ///
12409    /// Internal mail address/number.
12410    /// IM,
12411    /// Mail
12412    ///
12413    /// Postal service document delivery.
12414    MA,
12415    /// Postbox number
12416    ///
12417    /// Packet switching
12418    PB,
12419    ///
12420    /// The process of routing and transferring data by means of addressed packets so that a channel is occupied only during the transmission; upon completion of the transmission the channel is made available for the transfer of other packets (ISO).
12421    /// PS,
12422    /// S.W.I.F.T.
12423    ///
12424    /// Communications address assigned by Society for Worldwide Interbank Financial Telecommunications s.c.
12425    SW,
12426    /// Telephone
12427    ///
12428    /// Voice/data transmission by telephone.
12429    TE,
12430    /// Telegraph
12431    ///
12432    /// Text transmission via telegraph.
12433    TG,
12434    /// Telex
12435    ///
12436    /// Transmission of text/data via telex.
12437    TL,
12438    /// Telemail
12439    ///
12440    /// Transmission of text/data via telemail.
12441    TM,
12442    /// Teletext
12443    ///
12444    /// Transmission of text/data via teletext.
12445    TT,
12446    /// TWX
12447    ///
12448    /// Communication service involving Teletypewriter machines connected by wire or electronic transmission media. Teletypewriter machines are the devices used to send and receive signals and produce hardcopy from them.
12449    TX,
12450    /// X.400 address
12451    ///
12452    /// The X.400 address.
12453    XF,
12454    /// Pager
12455    ///
12456    /// Identifies that the communication number is for a pager.
12457    XG,
12458    /// International telephone switchboard
12459    ///
12460    /// The international telephone switchboard number.
12461    XH,
12462    /// National telephone direct line
12463    ///
12464    /// The national telephone direct line number.
12465    XI,
12466    /// National telephone switchboard
12467    ///
12468    /// The national telephone switchboard number.
12469    XJ,
12470}
12471
12472/// Delivery or transport terms description code
12473///
12474/// Code specifying the delivery or transport terms.
12475#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12476pub enum _4053 {
12477    /// Delivery arranged by the supplier
12478    ///
12479    /// Indicates that the supplier will arrange delivery of the goods.
12480    #[strum(serialize = "1")]
12481    _1,
12482    /// Delivery arranged by logistic service provider
12483    ///
12484    /// Code indicating that the logistic service provider has arranged the delivery of goods.
12485    #[strum(serialize = "2")]
12486    _2,
12487}
12488
12489/// Delivery or transport terms function code
12490///
12491/// Code specifying the function of delivery or transport terms.
12492#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12493pub enum _4055 {
12494    /// Price condition
12495    ///
12496    /// Description to be provided.
12497    #[strum(serialize = "1")]
12498    _1,
12499    /// Despatch condition
12500    ///
12501    /// Condition requested by the customer under which the supplier shall deliver: Extent of freight costs, means of transport.
12502    #[strum(serialize = "2")]
12503    _2,
12504    /// Price and despatch condition
12505    ///
12506    /// Description to be provided.
12507    #[strum(serialize = "3")]
12508    _3,
12509    /// Collected by customer
12510    ///
12511    /// Indicates that the customer will pick up the goods at the supplier. He will take care of the means of transport.
12512    #[strum(serialize = "4")]
12513    _4,
12514    /// Transport condition
12515    ///
12516    /// Specifies the conditions under which the transport takes place under the responsibility of the carrier.
12517    #[strum(serialize = "5")]
12518    _5,
12519    /// Delivery condition
12520    ///
12521    /// Specifies the conditions under which the goods must be delivered to the consignee.
12522    #[strum(serialize = "6")]
12523    _6,
12524}
12525
12526/// 4065 Contract and carriage condition code
12527///
12528/// Code to identify the conditions of contract and carriage.
12529#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12530pub enum _4065 {
12531    /// AVC conditions
12532    /// General conditions of transport 1983 latest revision laid down by the Stichting Vervoeradres The Hague.
12533    #[strum(serialize = "1")]
12534    _1,
12535    /// Special agreement for parcels transport
12536    /// Appliance of a non published special agreement signed between a customer and the carrier (mandatory requested by the consignor) for parcels transport.
12537    #[strum(serialize = "2")]
12538    _2,
12539    /// Special agreement for full loading transport
12540    /// Appliance of a non published special agreement signed between a customer and the carrier (mandatory requested by the consignor) for full load transport.
12541    #[strum(serialize = "3")]
12542    _3,
12543    /// Combined transport
12544    /// A transport which involves more than one mode of transportation.
12545    #[strum(serialize = "4")]
12546    _4,
12547    /// FIATA combined transport bill of lading
12548    /// Standard conditions of a combined transport bill of lading issued by FIATA.
12549    #[strum(serialize = "5")]
12550    _5,
12551    /// Freight forwarders national conditions
12552    /// The contract and carriage conditions as established by freight forwarders on a national basis.
12553    #[strum(serialize = "6")]
12554    _6,
12555    /// Normal tariff, parcels transport
12556    /// Appliance of the published legal tariff in case of parcels transport (required or not by the consignor.
12557    #[strum(serialize = "7")]
12558    _7,
12559    /// Normal tariff, full loading transport
12560    /// Appliance of the published legal tariff in case of full load transport (required or not by the consignor).
12561    #[strum(serialize = "8")]
12562    _8,
12563    /// Ordinary
12564    /// Carrier will choose the cheapest tariff in the legally published tariffs for parcels or full load transports (no tariff required by the consignor).
12565    #[strum(serialize = "9")]
12566    _9,
12567    /// Port to port
12568    /// The transport will only be port to port, no inland transport would have to be provided under the contract.
12569    #[strum(serialize = "10")]
12570    _10,
12571    /// CMR carnet
12572    /// Conditions in accordance with the convention of the contract for the international carriage of goods by road.
12573    #[strum(serialize = "11")]
12574    _11,
12575    /// Special tariff, parcels transport
12576    /// Appliance of the legally published "special" tariff in case or parcels transport (tariff requested by the consignor).
12577    #[strum(serialize = "12")]
12578    _12,
12579    /// Special tariff, full transport
12580    /// Appliance of the legally published "special tariff" in case of full load transport (tariff requested by the consignor).
12581    #[strum(serialize = "13")]
12582    _13,
12583    /// Through transport
12584    /// The transport that is contracted not only from port to port, but from one inland location to another inland location.
12585    #[strum(serialize = "14")]
12586    _14,
12587    /// Cancel space allocation
12588    /// Indication that space previously allocated on a flight is to be cancelled.
12589    #[strum(serialize = "15")]
12590    _15,
12591    /// Report sale of space
12592    /// Indication that a sale has been made against a space allocation on a specific flight.
12593    #[strum(serialize = "16")]
12594    _16,
12595    /// Alternative space allocation
12596    /// Indication that space is being requested for a specific flight and that an alternative is acceptable.
12597    #[strum(serialize = "17")]
12598    _17,
12599    /// No alternative space allocation
12600    /// Indication that space is being requested for a specific flight and that an alternative is not acceptable.
12601    #[strum(serialize = "18")]
12602    _18,
12603    /// Allotment sale
12604    /// Indication that space is being sold against a space allocation allotment on a specific flight.
12605    #[strum(serialize = "19")]
12606    _19,
12607    /// Confirmation of space
12608    /// Indication that space requested has been confirmed on a specific flight.
12609    #[strum(serialize = "20")]
12610    _20,
12611    /// Unable to confirm
12612    /// Indication that airline is unable to confirm the space allocation on a specific flight.
12613    #[strum(serialize = "21")]
12614    _21,
12615    /// Non-operative flight
12616    /// Indication that airline is unable to confirm space on a specific flight since the flight does not operate.
12617    #[strum(serialize = "22")]
12618    _22,
12619    /// Wait list
12620    /// Indication that the space allocation request has been assigned to a wait list.
12621    #[strum(serialize = "23")]
12622    _23,
12623    /// Prior space allocation request
12624    /// Indication that a space allocation on a specific flight has already been requested.
12625    #[strum(serialize = "24")]
12626    _24,
12627    /// Holding confirmed space allocation
12628    /// Indication that space is being held as confirmed on a specific flight.
12629    #[strum(serialize = "25")]
12630    _25,
12631    /// Holding wait list
12632    /// Indication that space allocation request on a specific flight has been assigned to a wait list.
12633    #[strum(serialize = "26")]
12634    _26,
12635    /// Door-to-door
12636    /// The carrier is responsible for the intermodal carriage of cargo including both the pre-carriage and the on- carriage.
12637    #[strum(serialize = "27")]
12638    _27,
12639    /// Door-to-pier
12640    /// The carrier is responsible for the intermodal carriage of cargo including the pre-carriage, but excluding the on-carriage.
12641    #[strum(serialize = "28")]
12642    _28,
12643    /// Pier-to-door
12644    /// The carrier is responsible for the intermodal carriage of cargo including the on-carriage, but excluding the pre-carriage.
12645    #[strum(serialize = "29")]
12646    _29,
12647    /// Pier-to-pier
12648    /// The carrier of intermodal cargo is only responsible for the main carriage.
12649    #[strum(serialize = "30")]
12650    _30,
12651    /// Space cancellation noted
12652    /// Indication that space previously allocated on a means of transport has been cancelled.
12653    #[strum(serialize = "31")]
12654    _31,
12655    /// Mini landbridge service
12656    /// Cargo moving from a coastal port for delivery at an inland location or cargo received at an inland location moving to a coastal port for subsequent ocean transportation.
12657    #[strum(serialize = "32")]
12658    _32,
12659    /// Space cancellation noted
12660    /// Indication that space previously allocated on a flight has been cancelled.
12661    #[strum(serialize = "33")]
12662    _33,
12663    /// Speed level - required
12664    /// Maximum speed required on an itinerary or part of this itinerary to be able to assume some services.
12665    #[strum(serialize = "34")]
12666    _34,
12667    /// Speed level - adopted
12668    /// Real speed used on an itinerary or part of this itinerary (for technical reasons, some limitation can be imposed or some higher speed could be used).
12669    #[strum(serialize = "35")]
12670    _35,
12671    /// Normal tariff, less than full load transport
12672    /// Application of the published legal tariff in case of less than full load transport (required or not by the consignor).
12673    #[strum(serialize = "36")]
12674    _36,
12675    /// Re-expedition special tariff
12676    /// Indication that a special tariff must be used in the case of a re-expedition.
12677    #[strum(serialize = "37")]
12678    _37,
12679    /// Transport arrangement by the requester
12680    /// The service requester has the responsibility of making transport arrangement.
12681    #[strum(serialize = "38")]
12682    _38,
12683    /// Transport arrangement by the provider
12684    /// The service provider has the responsibility of making transport arrangement.
12685    #[strum(serialize = "39")]
12686    _39,
12687    /// Transport arrangement by the patient
12688    /// The patient has the responsibility of making transport arrangement.
12689    #[strum(serialize = "40")]
12690    _40,
12691}
12692
12693/// Transport charges payment method code
12694///
12695/// Code specifying the payment method for transport charges.
12696#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12697pub enum _4215 {
12698    /// Account
12699    ///
12700    /// The charges are to be charged to an account.
12701    A,
12702    /// Cash on delivery service charge paid by consignor
12703    ///
12704    /// An indication that the consignor is responsible for the payment of the cash on delivery service charge.
12705    AA,
12706    /// Cash on delivery service charge paid by consignee
12707    ///
12708    /// An indication that the consignee is responsible for the payment of the cash on delivery service charge.
12709    AB,
12710    /// Insurance costs paid by consignor
12711    ///
12712    /// An indication that the consignor is responsible for the payment of the insurance costs.
12713    AC,
12714    /// Insurance costs paid by consignee
12715    ///
12716    /// An indication that the consignee is responsible for the payment of the insurance costs.
12717    AD,
12718    /// Advance collect
12719    ///
12720    /// The amount of freight or other charge on a shipment advanced by one transportation line to another or to the shipper, to be collected from consignee.
12721    CA,
12722    /// Collect
12723    ///
12724    /// A shipment on which freight charges will be paid by consignee.
12725    CC,
12726    /// Collect, freight credited to payment customer
12727    ///
12728    /// The freight is collect but has been paid by the shipper and will be credited to that party.
12729    CF,
12730    /// Defined by buyer and seller
12731    ///
12732    DF,
12733    /// FOB port of call
12734    ///
12735    /// Title and control of goods pass to the buyer at port of call. Responsibility for export taxes and cost of documents for overseas shipments have not been specified.
12736    FO,
12737    /// Information copy, no payment due
12738    ///
12739    /// Transaction set has been provided for information only.
12740    IC,
12741    /// Mixed
12742    ///
12743    /// The consignment is partially collect and partially prepaid.
12744    MX,
12745    /// Service freight, no charge
12746    ///
12747    /// The consignment is shipped on a service basis and there is no freight charge.
12748    NC,
12749    /// Not specified
12750    NS,
12751    /// Advance prepaid
12752    ///
12753    /// Costs have been paid in advance.
12754    PA,
12755    /// Customer pick-up/backhaul
12756    ///
12757    /// Buyer's private carriage picks up the goods as a return load to the buyer's facility.
12758    PB,
12759    /// Prepaid but charged to customer
12760    ///
12761    /// shipping charges have been paid in advance of shipment but are charged back to consignee usually as line item on invoice for the purchased goods.
12762    PC,
12763    /// Payable elsewhere
12764    ///
12765    /// Place of payment not known at the begin of conveyance.
12766    PE,
12767    /// Prepaid only
12768    ///
12769    /// Payment in advance of freight and/or other charges prior to delivery of shipment at destination, usually by shipper at point of origin.
12770    PO,
12771    /// Prepaid (by seller)
12772    ///
12773    /// Seller of goods makes payment to carrier for freight charges prior to shipment.
12774    PP,
12775    /// Pickup
12776    ///
12777    /// Customer is responsible for payment of pickup charges at shipping point.
12778    PU,
12779    /// Return container freight paid by customer
12780    ///
12781    /// The freight for returning the container is paid by the customer.
12782    RC,
12783    /// Return container freight free
12784    ///
12785    /// There is no freight charge for returning the container.
12786    RF,
12787    /// Return container freight paid by supplier
12788    ///
12789    /// The freight charge for returning the container is paid by the supplier.
12790    RS,
12791    /// Third party pay
12792    ///
12793    /// A third party, someone other than buyer or seller, is identified as responsible for payment of shipping charges.
12794    TP,
12795    /// Weight condition
12796    ///
12797    /// Description to be provided.
12798    WC,
12799    /// Paid by supplier
12800    ///
12801    /// Transport charges will be paid by the supplier.
12802    WD,
12803    /// Paid by buyer
12804    ///
12805    /// Transport charges will be paid by the buyer.
12806    WE,
12807    /// Mutually defined
12808    ZZZ,
12809}
12810
12811/// Transport service priority code
12812///
12813/// Code specifying the priority of a transport service.
12814#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12815pub enum _4219 {
12816    /// Express
12817    ///
12818    /// Express treatment (if by rail, legal express regime for parcels transport).
12819    #[strum(serialize = "1")]
12820    _1,
12821    /// High speed
12822    ///
12823    /// Transport under legal international rail convention (CIM) concluded between rail organizations and based on fast routing and specified timetables.
12824    #[strum(serialize = "2")]
12825    _2,
12826    /// Normal speed
12827    ///
12828    /// Transport under legal international rail convention (CIM) concluded between rail organizations.
12829    #[strum(serialize = "3")]
12830    _3,
12831    /// Post service
12832    ///
12833    /// Transport under conditions specified by UPU (Universal Postal Union) and Rail organizations (parcels transport only).
12834    #[strum(serialize = "4")]
12835    _4,
12836}
12837
12838/// Payment arrangement code
12839///
12840/// Code specifying the arrangements for a payment.
12841#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12842pub enum _4237 {
12843    /// Payable elsewhere
12844    ///
12845    /// Responsibility for payment of transport charges unknown at time of departure.
12846    A,
12847    /// Third party to pay
12848    ///
12849    /// A third party to pay the freight bill is known at the time of shipment.
12850    B,
12851    /// Collect
12852    ///
12853    /// Charges are (to be) collected from the consignee at the destination.
12854    C,
12855    /// Prepaid
12856    ///
12857    /// Charges are (to be) prepaid before the transport actually leaves.
12858    P,
12859}
12860
12861/// Response type code
12862#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12863pub enum _4343 {
12864    AA,
12865    AB,
12866    AC,
12867    AD,
12868    AE,
12869    AF,
12870    AG,
12871    AH,
12872    AI,
12873    AJ,
12874    AP,
12875    AQ,
12876    AR,
12877    AS,
12878    CA,
12879    CO,
12880    NA,
12881    RE,
12882    UR,
12883    US,
12884}
12885
12886/// Price code qualifier
12887///
12888/// Code qualifying a price.
12889#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12890pub enum _5125 {
12891    /// Calculation net
12892    ///
12893    /// The price stated is the net price including allowances/ charges. Allowances/charges may be stated for information only.
12894    AAA,
12895    /// Calculation gross
12896    ///
12897    /// The price stated is the gross price to which allowances/ charges must be applied.
12898    AAB,
12899    /// Allowances and charges not included, tax included
12900    ///
12901    /// The price does not include the allowances and charges, but includes the taxes.
12902    AAC,
12903    /// Average selling price
12904    ///
12905    /// Average selling price of a product.
12906    AAD,
12907    /// Information price, excluding allowances or charges, including taxes
12908    ///
12909    /// The price stated is for information purposes only and excludes all allowances and charges. Taxes however are included in the price.
12910    AAE,
12911    /// Information price, excluding allowances or charges, and taxes
12912    ///
12913    /// The price stated is for information purposes only and excludes all allowances, charges and taxes.
12914    AAF,
12915    /// Additive unit price component
12916    ///
12917    /// A code to indicate that the price described is an additive component of the total price.
12918    AAG,
12919    /// Calculation price
12920    ///
12921    /// The price stated is the price for the calculation of the line item amount.
12922    CAL,
12923    /// Information
12924    ///
12925    /// The price is provided for information.
12926    INF,
12927    /// Invoice price
12928    INV,
12929}
12930
12931/// Sub-line item price change operation code
12932///
12933/// Code specifying the price change operation for a sub- line item.
12934#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12935pub enum _5213 {
12936    /// Added to the baseline item unit price
12937    A,
12938    /// Included in the baseline item unit price
12939    I,
12940    /// Subtracted from the baseline item unit price
12941    S,
12942}
12943
12944/// Charge category code
12945///
12946/// Code specifying the category of charges.
12947#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
12948pub enum _5237 {
12949    /// All charges
12950    ///
12951    /// All amounts calculated by the carrier in accordance with tariffs or in case of special events during the voyage (e.g. Rail - freights costs - additional costs).
12952    #[strum(serialize = "1")]
12953    _1,
12954    /// Additional charges
12955    ///
12956    /// Charges calculated by the carrier for specific events like re-weighting, re-loading, unexpected operations, services required during the voyage, etc.
12957    #[strum(serialize = "2")]
12958    _2,
12959    /// Transport charges + additional charges
12960    ///
12961    /// Transport charges plus Additional charges (e.g. for re- loading, re-weighting or unexpected operations) that must be precised in the payment conditions by the consignor (other charges must be taken in account by the consignee).
12962    #[strum(serialize = "3")]
12963    _3,
12964    /// Basic freight
12965    ///
12966    /// The basic freight payable on the cargo as per tariff.
12967    #[strum(serialize = "4")]
12968    _4,
12969    /// Destination haulage charges
12970    ///
12971    /// Haulage charges for transporting goods to the destination.
12972    #[strum(serialize = "5")]
12973    _5,
12974    /// Disbursement
12975    ///
12976    /// Sums paid out by ship's agent at a port and recovered from the carrier.
12977    #[strum(serialize = "6")]
12978    _6,
12979    /// Destination port charges
12980    ///
12981    /// Charges payable at the port of destination.
12982    #[strum(serialize = "7")]
12983    _7,
12984    /// Miscellaneous charges
12985    ///
12986    /// Miscellaneous charges not otherwise categorized.
12987    #[strum(serialize = "8")]
12988    _8,
12989    /// Transport charges up to a specified location
12990    ///
12991    /// Transport charges to be paid by a specified party for a part of a voyage, i.e. up to a specified location.
12992    #[strum(serialize = "9")]
12993    _9,
12994    /// Origin port charges
12995    ///
12996    /// Charges payable at the port of origin.
12997    #[strum(serialize = "10")]
12998    _10,
12999    /// Origin haulage charges
13000    ///
13001    /// Haulage charges for the pickup of goods at origin.
13002    #[strum(serialize = "11")]
13003    _11,
13004    /// Other charges
13005    ///
13006    ///
13007    #[strum(serialize = "12")]
13008    _12,
13009    /// Specific amount payable
13010    ///
13011    /// Amount that the consignor agrees to be invoiced or to pay. This amount is part of the total charges applied to the consignment.
13012    #[strum(serialize = "13")]
13013    _13,
13014    /// Transport costs (carriage charges)
13015    ///
13016    /// Monetary amount calculated on the basis of the transport tariffs or contract eventually including charges or other costs.
13017    #[strum(serialize = "14")]
13018    _14,
13019    /// All costs up to a specified location
13020    ///
13021    /// All amounts to be paid by the consignor for a part of the voyage, i.e. up to a location that must be precised. (The remaining part of the voyage to be paid by the consignee) The amounts are calculated by the carrier in accordance with tariffs or in case of special events during the voyage (e.g. rail - freight costs - additional costs).
13022    #[strum(serialize = "15")]
13023    _15,
13024    /// Weight/valuation charge
13025    ///
13026    /// Code to indicate weight/valuation charges to be either wholly prepaid or wholly collect.
13027    #[strum(serialize = "16")]
13028    _16,
13029    /// All costs
13030    ///
13031    /// Description to be provided.
13032    #[strum(serialize = "17")]
13033    _17,
13034    /// Transport costs and supplementary costs
13035    ///
13036    /// Description to be provided.
13037    #[strum(serialize = "18")]
13038    _18,
13039    /// Supply of certificate of shipment
13040    ///
13041    /// Charges payable for the supply of a certificate of shipment.
13042    #[strum(serialize = "19")]
13043    _19,
13044    /// Supply of consular formalities or certificate of origin
13045    ///
13046    /// Charges payable for the supply of consular formalities or certificate of origin.
13047    #[strum(serialize = "20")]
13048    _20,
13049    /// Supply of non-categorised documentation in paper form
13050    ///
13051    /// Charges payable for the supply of one or more documents in paper form that are not otherwise categorised.
13052    #[strum(serialize = "21")]
13053    _21,
13054    /// Supply of customs formalities, export
13055    ///
13056    /// Charges payable for the supply of export customs formalities.
13057    #[strum(serialize = "22")]
13058    _22,
13059    /// Supply of customs formalities, transit
13060    ///
13061    /// Charges payable for the supply of transit customs formalities.
13062    #[strum(serialize = "23")]
13063    _23,
13064    /// Supply of customs formalities, import
13065    ///
13066    /// Charges payable for the supply of import customs formalities.
13067    #[strum(serialize = "24")]
13068    _24,
13069}
13070
13071/// Rate or tariff class description code
13072///
13073/// Code specifying an applicable rate or tariff class.
13074#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
13075pub enum _5243 {
13076    /// Senior person rate
13077    ///
13078    /// Rate class applies to senior persons.
13079    A,
13080    /// Basic
13081    B,
13082    /// Specific commodity rate
13083    C,
13084    /// Teenager rate
13085    ///
13086    /// Rate class applies to teenagers.
13087    D,
13088    /// Child rate
13089    /// Rate class applies to children.
13090    E,
13091    /// Adult rate
13092    /// Rate class applies to adults.
13093    F,
13094    /// Rate per kilogram
13095    K,
13096    /// Minimum charge rate
13097    M,
13098    /// Normal rate
13099    N,
13100    /// Quantity rate
13101    Q,
13102    /// Class rate (Reduction on normal rate)
13103    ///
13104    ///  Description to be provided.
13105    R,
13106    /// Class rate (Surcharge on normal rate)
13107    ///
13108    /// Description to be provided.
13109    S,
13110}
13111
13112/// Price type code
13113///
13114/// Code specifying the type of price.
13115#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
13116pub enum _5375 {
13117    /// Cancellation price
13118    ///
13119    /// Price authorized to be charged in the event of an order being cancelled.
13120    AA,
13121    /// Per ton
13122    ///
13123    /// To indicate that the price applies per ton.
13124    AB,
13125    /// Minimum order price
13126    ///
13127    /// A code to identify the price when the minimum number is purchased.
13128    AC,
13129    /// Export price
13130    ///
13131    /// A code to identify a price for the export market.
13132    AD,
13133    /// Range dependent price
13134    ///
13135    /// A code identifying the price for a specific range of purchase quantities.
13136    AE,
13137    /// Active ingredient
13138    ///
13139    /// The price is referring to the active ingredient.
13140    AI,
13141    /// As is quantity
13142    ///
13143    /// The price is referring to the measured quantity.
13144    AQ,
13145    /// Catalogue
13146    CA,
13147    /// Contract
13148    CT,
13149    /// Consumer unit
13150    ///
13151    /// The price is referring to the consumer unit.
13152    CU,
13153    /// Distributor
13154    DI,
13155    /// ECSC price
13156    ///
13157    /// Price registered at European Commission Steel and Carbon office (DG III).
13158    EC,
13159    /// Net weight
13160    NW,
13161    /// Price catalogue
13162    PC,
13163    /// Per each
13164    PE,
13165    /// Per kilogram
13166    PK,
13167    /// Per litre
13168    PL,
13169    /// Per tonne
13170    PT,
13171    /// Specified unit
13172    PU,
13173    /// Provisional price
13174    PV,
13175    /// Gross weight
13176    PW,
13177    /// Quoted
13178    QT,
13179    /// Suggested retail
13180    SR,
13181    /// To be negotiated
13182    TB,
13183    /// Traded unit
13184    ///
13185    /// The price is referring to the traded unit.
13186    TU,
13187    /// Theoretical weight
13188    ///
13189    /// Weight calculated on ordered dimension (length, width, thickness) not on final dimension (e.g. steel products).
13190    TW,
13191    /// Wholesale
13192    WH,
13193    /// Gross volume
13194    ///
13195    /// The price is calculated based on gross volume.
13196    WI,
13197}
13198
13199/// Price specification code
13200///
13201/// Code identifying pricing specification.
13202#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
13203pub enum _5387 {
13204    /// Reference price
13205    AAA,
13206    /// Price includes tax
13207    AAB,
13208    /// Buyer suggested retail price
13209    ///
13210    /// The suggested retail price as suggested or determined by the party purchasing the goods.
13211    AAC,
13212    /// Ocean charges rate
13213    ///
13214    /// The charges imposed by the ocean transportation industry above and beyond the basic freight.
13215    AAD,
13216    /// Not subject to fluctuation
13217    ///
13218    /// Not subject to escalation or adjustment.
13219    AAE,
13220    /// Subject to escalation
13221    ///
13222    /// Subject to increase or development by successive stages.
13223    AAF,
13224    /// Subject to price adjustment
13225    AAG,
13226    /// Subject to escalation and price adjustment
13227    ///
13228    /// Subject to increase or development by successive stages and price adjustment.
13229    AAH,
13230    /// Fluctuation conditions not specified
13231    AAI,
13232    /// All in price
13233    ///
13234    /// Firm price for specified work.
13235    AAJ,
13236    /// New price
13237    ///
13238    /// A price valid from an effective date/time/period.
13239    AAK,
13240    /// Old price
13241    ///
13242    /// A price valid prior to an effective date/time/period of a new price.
13243    AAL,
13244    /// Per week
13245    ///
13246    /// To indicate that the given price applies per week.
13247    AAM,
13248    /// Price on application
13249    ///
13250    /// Price can be obtained on request from seller.
13251    AAN,
13252    /// Unpacked price
13253    ///
13254    /// The price given is the price of the item without packaging.
13255    AAO,
13256    /// Trade price
13257    ///
13258    /// Discount price available to all customers except the retail customer.
13259    AAP,
13260    /// Firm price
13261    ///
13262    /// Price which will remain unchanged for a given time period.
13263    AAQ,
13264    /// Material share of item price
13265    ///
13266    /// The per unit cost of referenced material based on a given quotation for that material.
13267    AAR,
13268    /// Labour share of item price
13269    ///
13270    /// The labour component of the per-unit item price.
13271    AAS,
13272    /// Transport share of item price
13273    ///
13274    /// The transport component of the per-unit item price.
13275    AAT,
13276    /// Packing share of item price
13277    ///
13278    /// The packing component of the per-unit item price.
13279    AAU,
13280    /// Tooling share of item price
13281    ///
13282    /// The tooling component of the per-unit item price.
13283    AAV,
13284    /// Temporary vehicle charge
13285    ///
13286    /// The component of a price charged for providing a temporary vehicle.
13287    AAW,
13288    /// Price component due to interest
13289    ///
13290    /// This is the component of the price which is charged due to interest.
13291    AAX,
13292    /// Price component due to management services
13293    ///
13294    /// This is the component of the price which is charged due to management services rendered.
13295    AAY,
13296    /// Price component due to maintenance
13297    ///
13298    /// This is the component of the price which is charged due to maintenance.
13299    AAZ,
13300    /// Individual buyer price
13301    ///
13302    /// A price which is available to an individual buyer as opposed to an institutional buyer.
13303    ABA,
13304    /// Group buying price
13305    ///
13306    /// A price which is available to a buying group.
13307    ABB,
13308    /// Group member buying price
13309    ///
13310    /// A special price given to a member of a buying group.
13311    ABC,
13312    /// Pre-payment price
13313    ///
13314    /// A special price if pre-payment is made for the article ordered.
13315    ABD,
13316    /// Retail price - excluding taxes
13317    ///
13318    /// Retail price not including any applicable taxes.
13319    ABE,
13320    /// Suggested retail price - excluding taxes
13321    ///
13322    /// Suggested retail price not including any applicable taxes.
13323    ABF,
13324    /// Agreed minimum price
13325    ///
13326    /// The minimum price agreed between trading partners.
13327    ABG,
13328    /// Statutory minimum retail price
13329    ///
13330    /// The legal minimum retail price.
13331    ABH,
13332    /// Cost reimbursement price
13333    ///
13334    /// A code to indicate that the price represents the reimbursement of the actual costs incurred.
13335    ABI,
13336    /// Market price
13337    ///
13338    /// A code to indicate that the given price is applicable under normal competitive conditions.
13339    ABJ,
13340    /// Open tender price
13341    ///
13342    /// A code to indicate that the price mentioned has been submitted in the context of an open tender.
13343    ABK,
13344    /// Base price
13345    ///
13346    /// The base price of a product or service.
13347    ABL,
13348    /// Base price difference
13349    ///
13350    /// The difference in price against a base price.
13351    ABM,
13352    /// Adjustable price prior to acceptance
13353    ///
13354    /// A price which can be adjusted due to economic conditions between the date of offer and the date of acceptance.
13355    ABN,
13356    /// Revisable price after acceptance
13357    ///
13358    /// A price which can be revised due to economic conditions between the date of acceptance of the order and the date of delivery.
13359    ABO,
13360    /// Provisional ceiling price
13361    ///
13362    /// A provisional price which cannot be exceeded.
13363    ABP,
13364    /// Adjustable provisional ceiling price
13365    ///
13366    /// A provisional price which cannot be exceeded but which can be adjusted due to economic conditions between the date of offer and the date of acceptance.
13367    ABQ,
13368    /// Revisable provisional ceiling price
13369    ///
13370    /// A provisional price which cannot be exceeded but is revisable due to economic conditions between the date of acceptance of the order through to the date of delivery.
13371    ABR,
13372    /// Revisable provisional price
13373    ///
13374    /// A provisional price which is revisable due to economic conditions between the date of acceptance of the order and the date of delivery.
13375    ABS,
13376    /// Adjustable provisional price
13377    ///
13378    /// A provisional price which is adjustable due to economic conditions between the date of offer and the date of acceptance.
13379    ABT,
13380    /// Area price
13381    ///
13382    /// Price connected to a geographical area.
13383    ABU,
13384    /// Area system price
13385    ///
13386    /// A basis price applied to a geographic area.
13387    ABV,
13388    /// Active ingredient
13389    AI,
13390    /// Alternate price
13391    ///
13392    /// A substitute cost.
13393    ALT,
13394    /// Advice price
13395    AP,
13396    /// Broker price
13397    BR,
13398    /// Catalogue price
13399    ///
13400    /// Price per unit of quantity of a product as specified in a catalogue.
13401    CAT,
13402    /// Current domestic value
13403    ///
13404    /// The present worth of a thing which comes from one's homeland, in terms of money or goods.
13405    CDV,
13406    /// Contract price
13407    ///
13408    /// Price per unit of quantity of a product/service as agreed in a contract between parties.
13409    CON,
13410    /// Current price
13411    ///
13412    /// Price at time of transaction, but subject to future change.
13413    CP,
13414    /// Consumer unit
13415    CU,
13416    /// Confirmed unit price
13417    ///
13418    /// The value of a single item that proves to be correct.
13419    CUP,
13420    /// Declared customs unit value
13421    ///
13422    /// A clearly known duty on a single item which is imposed by law.
13423    CUS,
13424    /// Dealer adjusted price
13425    ///
13426    /// The necessary or desirable changes that the sales agency makes with respect to the value of the product.
13427    DAP,
13428    /// Distributor price
13429    ///
13430    /// The cost associated with the agency that markets goods.
13431    DIS,
13432    /// Discount price
13433    ///
13434    /// A reduction from the usual list value.
13435    DPR,
13436    /// Dealer price
13437    DR,
13438    /// Discount amount allowed
13439    ///
13440    /// A certain price up to which one is able to make reductions from the usual list value.
13441    DSC,
13442    /// ECSC price
13443    ///
13444    /// Price registered at European Commission Steel and Carbon office (DG III).
13445    EC,
13446    /// Estimated price
13447    ES,
13448    /// Expected unit price
13449    ///
13450    /// The anticipated value of a single item.
13451    EUP,
13452    /// Freight/charge rate
13453    ///
13454    /// The price that is either a freight rate or a rate on which freight charges are calculated.
13455    FCR,
13456    /// Gross unit price
13457    ///
13458    /// Unit price to which allowances and charges apply.
13459    GRP,
13460    /// Invoice price
13461    ///
13462    /// Price per unit of quantity of a product as specified on an invoice.
13463    INV,
13464    /// Labelling price
13465    ///
13466    /// Retail price of the buyer that should be printed by the producer on the article's label. The labelling price is not necessary the effective retail price.
13467    LBL,
13468    /// Maximum order quantity price
13469    ///
13470    /// The greatest amount of goods or services which one can buy to receive a certain value.
13471    MAX,
13472    /// Minimum order quantity price
13473    ///
13474    /// The least amount of goods or services that one can buy to receive a certain value.
13475    MIN,
13476    /// Minimum release quantity price
13477    ///
13478    /// The least amount of an order one can place in order to receive a certain value.
13479    MNR,
13480    /// Manufacturer's suggested retail
13481    ///
13482    /// Price that reflects "Sales to other manufacturers" or "Sales for resale".
13483    MSR,
13484    /// Maximum release quantity price
13485    ///
13486    /// The greatest amount of an order that one can place in order to receive a certain value.
13487    MXR,
13488    /// Not-to-exceed price
13489    NE,
13490    /// No quote
13491    ///
13492    /// No price available.
13493    NQT,
13494    /// Net unit price
13495    ///
13496    /// Unit price to which no allowances and charges apply.
13497    NTP,
13498    /// Net weight
13499    NW,
13500    /// Ocean charges rate
13501    ///
13502    /// The charges imposed by the ocean transportation industry above and beyond the basic freight.
13503    OCR,
13504    /// Ocean freight rate
13505    ///
13506    /// The price per pricing unit of ocean transportation services for moving cargo from one location to another.
13507    OFR,
13508    /// Price break quantity(s)
13509    ///
13510    /// Numerical amounts of goods or services which are associated with different sums of money. As the amount goes up, the price per individual item decreases.
13511    PAQ,
13512    /// Unit price beginning quantity
13513    ///
13514    /// The starting amount at which you can place a value on a single item.
13515    PBQ,
13516    /// Prepaid freight charges
13517    ///
13518    /// The cost of shipping is paid before the goods are shipped.
13519    PPD,
13520    /// Provisional price
13521    ///
13522    /// Price per unit of quantity of a product as provisionally agreed.
13523    PPR,
13524    /// Producer's price
13525    ///
13526    /// The value that the maker of a good places on an item.
13527    PRO,
13528    /// Promotional price
13529    ///
13530    /// The value that is placed on an item that is being developed. The idea is to sell this product for less than one normally would, and make up for it by selling a larger quantity.
13531    PRP,
13532    /// Gross weight
13533    PW,
13534    /// Quote price
13535    ///
13536    /// Price per unit of quantity of a product as specified in a quote.
13537    QTE,
13538    /// Resale price
13539    ///
13540    /// Price per unit of quantity of a product to be used for resale.
13541    RES,
13542    /// Retail price
13543    ///
13544    /// Price per unit of quantity of a product to be used for retail.
13545    RTP,
13546    /// Ship and debit
13547    ///
13548    /// To transport goods and be owed money by the customer for the services performed.
13549    SHD,
13550    /// Suggested retail price
13551    ///
13552    /// Price per unit of quantity of a product suggested for retail.
13553    SRP,
13554    /// Gross weight without wooden pallets
13555    ///
13556    /// Used in steel industry.
13557    SW,
13558    /// To be negotiated
13559    TB,
13560    /// Transfer
13561    ///
13562    /// To carry or remove from one place, situation, or person to another.
13563    TRF,
13564    /// Traded unit
13565    TU,
13566    /// Theoretical weight
13567    TW,
13568    /// Wholesale price
13569    ///
13570    /// Description to be provided.
13571    WH,
13572}
13573
13574/// Quantity type code qualifier
13575///
13576/// Code qualifying the type of quantity.
13577#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
13578pub enum _6063 {
13579    /// Discrete quantity
13580    ///
13581    ///
13582    #[strum(serialize = "1")]
13583    _1,
13584    /// Charge
13585    ///
13586    /// Quantity relevant for charge.
13587    #[strum(serialize = "2")]
13588    _2,
13589
13590    /// Cumulative quantity
13591    ///
13592    ///
13593    #[strum(serialize = "3")]
13594    _3,
13595    /// Interest for overdrawn account
13596    ///
13597    /// Interest for overdrawing the account.
13598    #[strum(serialize = "4")]
13599    _4,
13600
13601    /// Active ingredient dose per unit
13602    ///
13603    /// The dosage of active ingredient per unit.
13604    #[strum(serialize = "5")]
13605    _5,
13606
13607    /// Auditor
13608    ///
13609    /// The number of entities that audit accounts.
13610    #[strum(serialize = "6")]
13611    _6,
13612
13613    /// Branch locations, leased
13614    ///
13615    /// The number of branch locations being leased by an entity.
13616    #[strum(serialize = "7")]
13617    _7,
13618
13619    /// Inventory quantity at supplier's subject to inspection by customer
13620    ///
13621    /// Quantity of goods which the customer requires the supplier to have in inventory and which may be inspected by the customer if desired.
13622    #[strum(serialize = "8")]
13623    _8,
13624
13625    /// Branch locations, owned
13626    ///
13627    /// The number of branch locations owned by an entity.
13628    #[strum(serialize = "9")]
13629    _9,
13630
13631    /// Judgements registered
13632    ///
13633    /// The number of judgements registered against an entity.
13634    #[strum(serialize = "10")]
13635    _10,
13636
13637    /// Split quantity
13638    ///
13639    /// Part of the whole quantity.
13640    #[strum(serialize = "11")]
13641    _11,
13642
13643    /// Despatch quantity
13644    ///
13645    /// Quantity despatched by the seller.
13646    #[strum(serialize = "12")]
13647    _12,
13648
13649    /// Liens registered
13650    ///
13651    /// The number of liens registered against an entity.
13652    #[strum(serialize = "13")]
13653    _13,
13654
13655    /// Livestock
13656    ///
13657    /// The number of animals kept for use or profit.
13658    #[strum(serialize = "14")]
13659    _14,
13660
13661    /// Insufficient funds returned cheques
13662    ///
13663    /// The number of cheques returned due to insufficient funds.
13664    #[strum(serialize = "15")]
13665    _15,
13666
13667    /// Stolen cheques
13668    ///
13669    /// The number of stolen cheques.
13670    #[strum(serialize = "16")]
13671    _16,
13672
13673    /// Quantity on hand
13674    ///
13675    /// The total quantity of a product on hand at a location. This includes as well units awaiting return to manufacturer, units unavailable due to inspection procedures and undamaged stock available for despatch, resale or use.
13676    #[strum(serialize = "17")]
13677    _17,
13678
13679    /// Previous quantity
13680    ///
13681    /// Quantity previously referenced.
13682    #[strum(serialize = "18")]
13683    _18,
13684
13685    /// Paid-in security shares
13686    ///
13687    /// The number of security shares issued and for which full payment has been made.
13688    #[strum(serialize = "19")]
13689    _19,
13690
13691    /// Unusable quantity
13692    ///
13693    ///
13694    #[strum(serialize = "20")]
13695    _20,
13696    /// Ordered quantity
13697    ///
13698    /// The quantity which has been ordered.
13699    #[strum(serialize = "21")]
13700    _21,
13701
13702    /// Quantity at 100%
13703    ///
13704    /// Equivalent quantity at 100% purity.
13705    #[strum(serialize = "22")]
13706    _22,
13707
13708    /// Active ingredient
13709    ///
13710    /// Quantity at 100% active agent content.
13711    #[strum(serialize = "23")]
13712    _23,
13713
13714    /// Inventory quantity at supplier's not subject to inspection by customer
13715    ///
13716    /// Quantity of goods which the customer requires the supplier to have in inventory but which will not be checked by the customer.
13717    #[strum(serialize = "24")]
13718    _24,
13719
13720    /// Retail sales
13721    ///
13722    /// Quantity of retail point of sale activity.
13723    #[strum(serialize = "25")]
13724    _25,
13725
13726    /// Promotion quantity
13727    ///
13728    /// A quantity associated with a promotional event.
13729    #[strum(serialize = "26")]
13730    _26,
13731
13732    /// On hold for shipment
13733    ///
13734    /// Article received which cannot be shipped in its present form.
13735    #[strum(serialize = "27")]
13736    _27,
13737
13738    /// Military sales quantity
13739    ///
13740    /// Quantity of goods or services sold to a military organization.
13741    #[strum(serialize = "28")]
13742    _28,
13743
13744    /// On premises sales
13745    ///
13746    /// Sale of product in restaurants or bars.
13747    #[strum(serialize = "29")]
13748    _29,
13749
13750    /// Off premises sales
13751    ///
13752    /// Sale of product directly to a store.
13753    #[strum(serialize = "30")]
13754    _30,
13755
13756    /// Estimated annual volume
13757    ///
13758    ///
13759    #[strum(serialize = "31")]
13760    _31,
13761    /// Minimum delivery batch
13762    ///
13763    ///
13764    #[strum(serialize = "32")]
13765    _32,
13766    /// Maximum delivery batch
13767    ///
13768    ///
13769    #[strum(serialize = "33")]
13770    _33,
13771    /// Pipes
13772    ///
13773    /// The number of tubes used to convey a substance.
13774    #[strum(serialize = "34")]
13775    _34,
13776
13777    /// Price break from
13778    ///
13779    /// The minimum quantity of a quantity range for a specified (unit) price.
13780    #[strum(serialize = "35")]
13781    _35,
13782
13783    /// Price break to
13784    ///
13785    /// Description to be provided.
13786    #[strum(serialize = "36")]
13787    _36,
13788
13789    /// Poultry
13790    ///
13791    /// The number of domestic fowl.
13792    #[strum(serialize = "37")]
13793    _37,
13794
13795    /// Secured charges registered
13796    ///
13797    /// The number of secured charges registered against an entity.
13798    #[strum(serialize = "38")]
13799    _38,
13800
13801    /// Total properties owned
13802    ///
13803    /// The total number of properties owned by an entity.
13804    #[strum(serialize = "39")]
13805    _39,
13806
13807    /// Normal delivery
13808    ///
13809    /// Quantity normally delivered by the seller.
13810    #[strum(serialize = "40")]
13811    _40,
13812
13813    /// Sales quantity not included in the replenishment calculation
13814    ///
13815    /// Sales which will not be included in the calculation of replenishment requirements.
13816    #[strum(serialize = "41")]
13817    _41,
13818
13819    /// Maximum supply quantity, supplier endorsed
13820    ///
13821    /// Maximum supply quantity endorsed by a supplier.
13822    #[strum(serialize = "42")]
13823    _42,
13824
13825    /// Buyer
13826    ///
13827    /// The number of buyers.
13828    #[strum(serialize = "43")]
13829    _43,
13830
13831    /// Debenture bond
13832    ///
13833    /// The number of fixed-interest bonds of an entity backed by general credit rather than specified assets.
13834    #[strum(serialize = "44")]
13835    _44,
13836
13837    /// Debentures filed against directors
13838    ///
13839    /// The number of notices of indebtedness filed against an entity's directors.
13840    #[strum(serialize = "45")]
13841    _45,
13842
13843    /// Pieces delivered
13844    ///
13845    /// Number of pieces actually received at the final destination.
13846    #[strum(serialize = "46")]
13847    _46,
13848
13849    /// Invoiced quantity
13850    ///
13851    /// The quantity as per invoice.
13852    #[strum(serialize = "47")]
13853    _47,
13854
13855    /// Received quantity
13856    ///
13857    /// The quantity which has been received.
13858    #[strum(serialize = "48")]
13859    _48,
13860
13861    /// Chargeable distance
13862    ///
13863    /// Distance really charged by tariff appliance.
13864    #[strum(serialize = "49")]
13865    _49,
13866
13867    /// Disposition undetermined quantity
13868    ///
13869    /// Product quantity that has not yet had its disposition determined.
13870    #[strum(serialize = "50")]
13871    _50,
13872
13873    /// Inventory category transfer
13874    ///
13875    /// Inventory that has been moved from one inventory category to another.
13876    #[strum(serialize = "51")]
13877    _51,
13878
13879    /// Quantity per pack
13880    ///
13881    ///
13882    #[strum(serialize = "52")]
13883    _52,
13884    /// Minimum order quantity
13885    ///
13886    ///
13887    #[strum(serialize = "53")]
13888    _53,
13889    /// Maximum order quantity
13890    ///
13891    ///
13892    #[strum(serialize = "54")]
13893    _54,
13894    /// Total sales
13895    ///
13896    /// The summation of total quantity sales.
13897    #[strum(serialize = "55")]
13898    _55,
13899
13900    /// Wholesaler to wholesaler sales
13901    ///
13902    /// Sale of product to other wholesalers by a wholesaler.
13903    #[strum(serialize = "56")]
13904    _56,
13905
13906    /// In transit quantity
13907    ///
13908    /// A quantity that is en route.
13909    #[strum(serialize = "57")]
13910    _57,
13911
13912    /// Quantity withdrawn
13913    ///
13914    /// Quantity withdrawn from a location.
13915    #[strum(serialize = "58")]
13916    _58,
13917
13918    /// Numbers of consumer units in the traded unit
13919    ///
13920    ///
13921    #[strum(serialize = "59")]
13922    _59,
13923    /// Current inventory quantity available for shipment
13924    ///
13925    /// Current inventory quantity available for shipment.
13926    #[strum(serialize = "60")]
13927    _60,
13928
13929    /// Return quantity
13930    ///
13931    ///
13932    #[strum(serialize = "61")]
13933    _61,
13934    /// Sorted quantity
13935    ///
13936    /// Description to be provided.
13937    #[strum(serialize = "62")]
13938    _62,
13939
13940    /// Sorted quantity rejected
13941    ///
13942    /// Description to be provided.
13943    #[strum(serialize = "63")]
13944    _63,
13945
13946    /// Scrap quantity
13947    ///
13948    /// Remainder of the total quantity after split deliveries.
13949    #[strum(serialize = "64")]
13950    _64,
13951
13952    /// Destroyed quantity
13953    ///
13954    ///
13955    #[strum(serialize = "65")]
13956    _65,
13957    /// Committed quantity
13958    ///
13959    /// Quantity a party is committed to.
13960    #[strum(serialize = "66")]
13961    _66,
13962
13963    /// Estimated reading quantity
13964    ///
13965    /// The value that is estimated to be the reading of a measuring device (e.g. meter).
13966    #[strum(serialize = "67")]
13967    _67,
13968
13969    /// End quantity
13970    ///
13971    /// The quantity recorded at the end of an agreement or period.
13972    #[strum(serialize = "68")]
13973    _68,
13974
13975    /// Start quantity
13976    ///
13977    /// The quantity recorded at the start of an agreement or period.
13978    #[strum(serialize = "69")]
13979    _69,
13980
13981    /// Cumulative quantity received
13982    ///
13983    /// Cumulative quantity of all deliveries of this article received by the buyer.
13984    #[strum(serialize = "70")]
13985    _70,
13986
13987    /// Cumulative quantity ordered
13988    ///
13989    /// Cumulative quantity of all deliveries, outstanding and scheduled orders.
13990    #[strum(serialize = "71")]
13991    _71,
13992
13993    /// Cumulative quantity received end of prior year
13994    ///
13995    /// Cumulative quantity of all deliveries of the product received by the buyer till end of prior year.
13996    #[strum(serialize = "72")]
13997    _72,
13998
13999    /// Outstanding quantity
14000    ///
14001    /// Difference between quantity ordered and quantity received.
14002    #[strum(serialize = "73")]
14003    _73,
14004
14005    /// Latest cumulative quantity
14006    ///
14007    /// Cumulative quantity after complete delivery of all scheduled quantities of the product.
14008    #[strum(serialize = "74")]
14009    _74,
14010
14011    /// Previous highest cumulative quantity
14012    ///
14013    /// Cumulative quantity after complete delivery of all scheduled quantities of the product from a prior schedule period.
14014    #[strum(serialize = "75")]
14015    _75,
14016
14017    /// Adjusted corrector reading
14018    ///
14019    /// A corrector reading after it has been adjusted.
14020    #[strum(serialize = "76")]
14021    _76,
14022
14023    /// Work days
14024    ///
14025    /// Number of work days, e.g. per respective period.
14026    #[strum(serialize = "77")]
14027    _77,
14028
14029    /// Cumulative quantity scheduled
14030    ///
14031    /// Adding the quantity actually scheduled to previous cumulative quantity.
14032    #[strum(serialize = "78")]
14033    _78,
14034
14035    /// Previous cumulative quantity
14036    ///
14037    /// Cumulative quantity prior the actual order.
14038    #[strum(serialize = "79")]
14039    _79,
14040
14041    /// Unadjusted corrector reading
14042    ///
14043    /// A corrector reading before it has been adjusted.
14044    #[strum(serialize = "80")]
14045    _80,
14046
14047    /// Extra unplanned delivery
14048    ///
14049    /// Non scheduled additional quantity.
14050    #[strum(serialize = "81")]
14051    _81,
14052
14053    /// Quantity requirement for sample inspection
14054    ///
14055    ///
14056    #[strum(serialize = "82")]
14057    _82,
14058    /// Backorder quantity
14059    ///
14060    ///
14061    #[strum(serialize = "83")]
14062    _83,
14063    /// Urgent delivery quantity
14064    ///
14065    ///
14066    #[strum(serialize = "84")]
14067    _84,
14068    /// Previous order quantity to be cancelled
14069    ///
14070    ///
14071    #[strum(serialize = "85")]
14072    _85,
14073    /// Normal reading quantity
14074    ///
14075    /// The value recorded or read from a measuring device (e.g. meter) in the normal conditions.
14076    #[strum(serialize = "86")]
14077    _86,
14078
14079    /// Customer reading quantity
14080    ///
14081    /// The value recorded or read from a measuring device (e.g. meter) by the customer.
14082    #[strum(serialize = "87")]
14083    _87,
14084
14085    /// Information reading quantity
14086    ///
14087    /// The value recorded or read from a measuring device (e.g. meter) for information purposes.
14088    #[strum(serialize = "88")]
14089    _88,
14090
14091    /// Quality control held
14092    ///
14093    /// Quantity of goods held pending completion of a quality control assessment.
14094    #[strum(serialize = "89")]
14095    _89,
14096
14097    /// As is quantity
14098    ///
14099    ///
14100    #[strum(serialize = "90")]
14101    _90,
14102    /// Open quantity
14103    ///
14104    /// Quantity remaining after partial delivery.
14105    #[strum(serialize = "91")]
14106    _91,
14107
14108    /// Final delivery quantity
14109    ///
14110    /// Quantity of final delivery to a respective order.
14111    #[strum(serialize = "92")]
14112    _92,
14113
14114    /// Subsequent delivery quantity
14115    ///
14116    /// Quantity delivered to a respective order after it's final delivery.
14117    #[strum(serialize = "93")]
14118    _93,
14119
14120    /// Substitutional quantity
14121    ///
14122    /// Quantity delivered replacing previous deliveries.
14123    #[strum(serialize = "94")]
14124    _94,
14125
14126    /// Redelivery after post processing
14127    ///
14128    ///
14129    #[strum(serialize = "95")]
14130    _95,
14131    /// Quality control failed
14132    ///
14133    /// Quantity of goods which have failed quality control.
14134    #[strum(serialize = "96")]
14135    _96,
14136
14137    /// Minimum inventory
14138    ///
14139    /// Minimum stock quantity on which replenishment is based.
14140    #[strum(serialize = "97")]
14141    _97,
14142
14143    /// Maximum inventory
14144    ///
14145    /// Maximum stock quantity on which replenishment is based.
14146    #[strum(serialize = "98")]
14147    _98,
14148
14149    /// Estimated quantity
14150    ///
14151    ///
14152    #[strum(serialize = "99")]
14153    _99,
14154    /// Chargeable weight
14155    ///
14156    /// The weight on which charges are based.
14157    #[strum(serialize = "100")]
14158    _100,
14159
14160    /// Chargeable gross weight
14161    ///
14162    /// The gross weight on which charges are based.
14163    #[strum(serialize = "101")]
14164    _101,
14165
14166    /// Chargeable tare weight
14167    ///
14168    /// The tare weight on which charges are based.
14169    #[strum(serialize = "102")]
14170    _102,
14171
14172    /// Chargeable number of axles
14173    ///
14174    /// The number of axles on which charges are based.
14175    #[strum(serialize = "103")]
14176    _103,
14177
14178    /// Chargeable number of containers
14179    ///
14180    /// The number of containers on which charges are based.
14181    #[strum(serialize = "104")]
14182    _104,
14183
14184    /// Chargeable number of rail wagons
14185    ///
14186    /// The number of rail wagons on which charges are based.
14187    #[strum(serialize = "105")]
14188    _105,
14189
14190    /// Chargeable number of packages
14191    ///
14192    /// The number of packages on which charges are based.
14193    #[strum(serialize = "106")]
14194    _106,
14195
14196    /// Chargeable number of units
14197    ///
14198    /// The number of units on which charges are based.
14199    #[strum(serialize = "107")]
14200    _107,
14201
14202    /// Chargeable period
14203    ///
14204    /// The period of time on which charges are based.
14205    #[strum(serialize = "108")]
14206    _108,
14207
14208    /// Chargeable volume
14209    ///
14210    /// The volume on which charges are based.
14211    #[strum(serialize = "109")]
14212    _109,
14213
14214    /// Chargeable cubic measurements
14215    ///
14216    /// The cubic measurements on which charges are based.
14217    #[strum(serialize = "110")]
14218    _110,
14219
14220    /// Chargeable surface
14221    ///
14222    /// The surface area on which charges are based.
14223    #[strum(serialize = "111")]
14224    _111,
14225
14226    /// Chargeable length
14227    ///
14228    /// The length on which charges are based.
14229    #[strum(serialize = "112")]
14230    _112,
14231
14232    /// Quantity to be delivered
14233    ///
14234    /// The quantity to be delivered.
14235    #[strum(serialize = "113")]
14236    _113,
14237
14238    /// Number of passengers
14239    ///
14240    /// Total number of passengers on the conveyance.
14241    #[strum(serialize = "114")]
14242    _114,
14243
14244    /// Number of crew
14245    ///
14246    /// Total number of crew members on the conveyance.
14247    #[strum(serialize = "115")]
14248    _115,
14249
14250    /// Number of transport documents
14251    ///
14252    /// Total number of air waybills, bills of lading, etc. being reported for a specific conveyance.
14253    #[strum(serialize = "116")]
14254    _116,
14255
14256    /// Quantity landed
14257    ///
14258    /// Quantity of goods actually arrived.
14259    #[strum(serialize = "117")]
14260    _117,
14261
14262    /// Quantity manifested
14263    ///
14264    /// Quantity of goods contracted for delivery by the carrier.
14265    #[strum(serialize = "118")]
14266    _118,
14267
14268    /// Short shipped
14269    ///
14270    /// Indication that part of the consignment was not shipped.
14271    #[strum(serialize = "119")]
14272    _119,
14273
14274    /// Split shipment
14275    ///
14276    /// Indication that the consignment has been split into two or more shipments.
14277    #[strum(serialize = "120")]
14278    _120,
14279
14280    /// Over shipped
14281    ///
14282    /// Indication that more goods have been shipped than contracted for delivery.
14283    #[strum(serialize = "121")]
14284    _121,
14285
14286    /// Short-landed goods
14287    ///
14288    /// If quantity of goods actually landed is less than the quantity which appears in the documentation. This quantity is the difference between these quantities.
14289    #[strum(serialize = "122")]
14290    _122,
14291
14292    /// Surplus goods
14293    ///
14294    /// If quantity of goods actually landed is more than the quantity which appears in the documentation. This quantity is the difference between these quantities.
14295    #[strum(serialize = "123")]
14296    _123,
14297
14298    /// Damaged goods
14299    ///
14300    /// Quantity of goods which have deteriorated in transport such that they cannot be used for the purpose for which they were originally intended.
14301    #[strum(serialize = "124")]
14302    _124,
14303
14304    /// Pilferage goods
14305    ///
14306    /// Quantity of goods stolen during transport.
14307    #[strum(serialize = "125")]
14308    _125,
14309
14310    /// Lost goods
14311    ///
14312    /// Quantity of goods that disappeared in transport.
14313    #[strum(serialize = "126")]
14314    _126,
14315
14316    /// Report difference
14317    ///
14318    /// The quantity concerning the same transaction differs between two documents/messages and the source of this difference is a typing error.
14319    #[strum(serialize = "127")]
14320    _127,
14321
14322    /// Quantity loaded
14323    ///
14324    /// Quantity of goods loaded onto a means of transport.
14325    #[strum(serialize = "128")]
14326    _128,
14327
14328    /// Units per unit price
14329    ///
14330    /// Number of units per unit price.
14331    #[strum(serialize = "129")]
14332    _129,
14333
14334    /// Allowance
14335    ///
14336    /// Quantity relevant for allowance.
14337    #[strum(serialize = "130")]
14338    _130,
14339
14340    /// Delivery quantity
14341    ///
14342    /// Quantity required by buyer to be delivered.
14343    #[strum(serialize = "131")]
14344    _131,
14345
14346    /// Cumulative quantity, preceding period, planned
14347    ///
14348    /// Cumulative quantity originally planned for the preceding period.
14349    #[strum(serialize = "132")]
14350    _132,
14351
14352    /// Cumulative quantity, preceding period, reached
14353    ///
14354    /// Cumulative quantity reached in the preceding period.
14355    #[strum(serialize = "133")]
14356    _133,
14357
14358    /// Cumulative quantity, actual planned
14359    ///
14360    /// Cumulative quantity planned for now.
14361    #[strum(serialize = "134")]
14362    _134,
14363
14364    /// Period quantity, planned
14365    ///
14366    /// Quantity planned for this period.
14367    #[strum(serialize = "135")]
14368    _135,
14369
14370    /// Period quantity, reached
14371    ///
14372    /// Quantity reached during this period.
14373    #[strum(serialize = "136")]
14374    _136,
14375
14376    /// Cumulative quantity, preceding period, estimated
14377    ///
14378    /// Estimated cumulative quantity reached in the preceding period.
14379    #[strum(serialize = "137")]
14380    _137,
14381
14382    /// Cumulative quantity, actual estimated
14383    ///
14384    /// Estimated cumulative quantity reached now.
14385    #[strum(serialize = "138")]
14386    _138,
14387
14388    /// Cumulative quantity, preceding period, measured
14389    ///
14390    /// Surveyed cumulative quantity reached in the preceding period.
14391    #[strum(serialize = "139")]
14392    _139,
14393
14394    /// Cumulative quantity, actual measured
14395    ///
14396    /// Surveyed cumulative quantity reached now.
14397    #[strum(serialize = "140")]
14398    _140,
14399
14400    /// Period quantity, measured
14401    ///
14402    /// Surveyed quantity reached during this period.
14403    #[strum(serialize = "141")]
14404    _141,
14405
14406    /// Total quantity, planned
14407    ///
14408    /// Total quantity planned.
14409    #[strum(serialize = "142")]
14410    _142,
14411
14412    /// Quantity, remaining
14413    ///
14414    /// Quantity remaining.
14415    #[strum(serialize = "143")]
14416    _143,
14417
14418    /// Tolerance
14419    ///
14420    /// Plus or minus tolerance expressed as a monetary amount.
14421    #[strum(serialize = "144")]
14422    _144,
14423
14424    /// Actual stock
14425    ///
14426    /// The stock on hand, undamaged, and available for despatch, sale or use.
14427    #[strum(serialize = "145")]
14428    _145,
14429
14430    /// Model or target stock
14431    ///
14432    /// The stock quantity required or planned to have on hand, undamaged and available for use.
14433    #[strum(serialize = "146")]
14434    _146,
14435
14436    /// Direct shipment quantity
14437    ///
14438    /// Quantity to be shipped directly to a customer from a manufacturing site.
14439    #[strum(serialize = "147")]
14440    _147,
14441
14442    /// Amortization total quantity
14443    ///
14444    /// Indication of final quantity for amortization.
14445    #[strum(serialize = "148")]
14446    _148,
14447
14448    /// Amortization order quantity
14449    ///
14450    /// Indication of actual share of the order quantity for amortization.
14451    #[strum(serialize = "149")]
14452    _149,
14453
14454    /// Amortization cumulated quantity
14455    ///
14456    /// Indication of actual cumulated quantity of previous and actual amortization order quantity.
14457    #[strum(serialize = "150")]
14458    _150,
14459
14460    /// Quantity advised
14461    ///
14462    /// Quantity advised by supplier or shipper, in contrast to quantity actually received.
14463    #[strum(serialize = "151")]
14464    _151,
14465
14466    /// Quantity on hand
14467    ///
14468    /// The total quantity of a product on hand at a location. This includes as well units awaiting return to manufacturer, units unavailable due to inspection procedures and undamaged stock available for despatch, resale or use.
14469    #[strum(serialize = "152")]
14470    _152,
14471
14472    /// Statistical sales quantity
14473    ///
14474    /// Quantity of goods sold in a specified period.
14475    #[strum(serialize = "153")]
14476    _153,
14477
14478    /// Sales quantity planned
14479    ///
14480    /// Quantity of goods required to meet future demands. - Market intelligence quantity.
14481    #[strum(serialize = "154")]
14482    _154,
14483
14484    /// Replenishment quantity
14485    ///
14486    /// Quantity required to maintain the requisite on-hand stock of goods.
14487    #[strum(serialize = "155")]
14488    _155,
14489
14490    /// Inventory movement quantity
14491    ///
14492    /// To specify the quantity of an inventory movement.
14493    #[strum(serialize = "156")]
14494    _156,
14495
14496    /// Opening stock balance quantity
14497    ///
14498    /// To specify the quantity of an opening stock balance.
14499    #[strum(serialize = "157")]
14500    _157,
14501
14502    /// Closing stock balance quantity
14503    ///
14504    /// To specify the quantity of a closing stock balance.
14505    #[strum(serialize = "158")]
14506    _158,
14507
14508    /// Number of stops
14509    ///
14510    /// Number of times a means of transport stops before arriving at destination.
14511    #[strum(serialize = "159")]
14512    _159,
14513
14514    /// Minimum production batch
14515    ///
14516    /// The quantity specified is the minimum output from a single production run.
14517    #[strum(serialize = "160")]
14518    _160,
14519
14520    /// Dimensional sample quantity
14521    ///
14522    /// The quantity defined is a sample for the purpose of validating dimensions.
14523    #[strum(serialize = "161")]
14524    _161,
14525
14526    /// Functional sample quantity
14527    ///
14528    /// The quantity defined is a sample for the purpose of validating function and performance.
14529    #[strum(serialize = "162")]
14530    _162,
14531
14532    /// Pre-production quantity
14533    ///
14534    /// Quantity of the referenced item required prior to full production.
14535    #[strum(serialize = "163")]
14536    _163,
14537
14538    /// Delivery batch
14539    ///
14540    /// Quantity of the referenced item which constitutes a standard batch for deliver purposes.
14541    #[strum(serialize = "164")]
14542    _164,
14543
14544    /// Delivery batch multiple
14545    ///
14546    /// The multiples in which delivery batches can be supplied.
14547    #[strum(serialize = "165")]
14548    _165,
14549
14550    /// All time buy
14551    ///
14552    /// The total quantity of the referenced covering all future needs. Further orders of the referenced item are not expected.
14553    #[strum(serialize = "166")]
14554    _166,
14555
14556    /// Total delivery quantity
14557    ///
14558    /// The total quantity required by the buyer to be delivered.
14559    #[strum(serialize = "167")]
14560    _167,
14561
14562    /// Single delivery quantity
14563    ///
14564    /// The quantity required by the buyer to be delivered in a single shipment.
14565    #[strum(serialize = "168")]
14566    _168,
14567
14568    /// Supplied quantity
14569    ///
14570    /// Quantity of the referenced item actually shipped.
14571    #[strum(serialize = "169")]
14572    _169,
14573
14574    /// Allocated quantity
14575    ///
14576    /// Quantity of the referenced item allocated from available stock for delivery.
14577    #[strum(serialize = "170")]
14578    _170,
14579
14580    /// Maximum stackability
14581    ///
14582    /// The number of pallets/handling units which can be safely stacked one on top of another.
14583    #[strum(serialize = "171")]
14584    _171,
14585
14586    /// Amortisation quantity
14587    ///
14588    /// The quantity of the referenced item which has a cost for tooling amortisation included in the item price.
14589    #[strum(serialize = "172")]
14590    _172,
14591
14592    /// Previously amortised quantity
14593    ///
14594    /// The cumulative quantity of the referenced item which had a cost for tooling amortisation included in the item price.
14595    #[strum(serialize = "173")]
14596    _173,
14597
14598    /// Total amortisation quantity
14599    ///
14600    /// The total quantity of the referenced item which has a cost for tooling amortisation included in the item price.
14601    #[strum(serialize = "174")]
14602    _174,
14603
14604    /// Number of moulds
14605    ///
14606    /// The number of pressing moulds contained within a single piece of the referenced tooling.
14607    #[strum(serialize = "175")]
14608    _175,
14609
14610    /// Concurrent item output of tooling
14611    ///
14612    /// The number of related items which can be produced simultaneously with a single piece of the referenced tooling.
14613    #[strum(serialize = "176")]
14614    _176,
14615
14616    /// Periodic capacity of tooling
14617    ///
14618    /// Maximum production output of the referenced tool over a period of time.
14619    #[strum(serialize = "177")]
14620    _177,
14621
14622    /// Lifetime capacity of tooling
14623    ///
14624    /// Maximum production output of the referenced tool over its productive lifetime.
14625    #[strum(serialize = "178")]
14626    _178,
14627
14628    /// Number of deliveries per despatch period
14629    ///
14630    /// The number of deliveries normally expected to be despatched within each despatch period.
14631    #[strum(serialize = "179")]
14632    _179,
14633
14634    /// Provided quantity
14635    ///
14636    /// The quantity of a referenced component supplied by the buyer for manufacturing of an ordered item.
14637    #[strum(serialize = "180")]
14638    _180,
14639
14640    /// Maximum production batch
14641    ///
14642    /// The quantity specified is the maximum output from a single production run.
14643    #[strum(serialize = "181")]
14644    _181,
14645
14646    /// Cancelled quantity
14647    ///
14648    /// Quantity of the referenced item which has previously been ordered and is now cancelled.
14649    #[strum(serialize = "182")]
14650    _182,
14651
14652    /// No delivery requirement in this instruction
14653    ///
14654    /// This delivery instruction does not contain any delivery requirements.
14655    #[strum(serialize = "183")]
14656    _183,
14657
14658    /// Quantity of material in ordered time
14659    ///
14660    /// Quantity of the referenced material within the ordered time.
14661    #[strum(serialize = "184")]
14662    _184,
14663
14664    /// Rejected quantity
14665    ///
14666    /// The quantity of received goods rejected for quantity reasons.
14667    #[strum(serialize = "185")]
14668    _185,
14669
14670    /// Cumulative quantity scheduled up to accumulation start date
14671    ///
14672    /// The cumulative quantity scheduled up to the accumulation start date.
14673    #[strum(serialize = "186")]
14674    _186,
14675
14676    /// Quantity scheduled
14677    ///
14678    /// The quantity scheduled for delivery.
14679    #[strum(serialize = "187")]
14680    _187,
14681
14682    /// Number of identical handling units
14683    ///
14684    /// Number of identical handling units in terms of type and contents.
14685    #[strum(serialize = "188")]
14686    _188,
14687
14688    /// Number of packages in handling unit
14689    ///
14690    /// The number of packages contained in one handling unit.
14691    #[strum(serialize = "189")]
14692    _189,
14693
14694    /// Despatch note quantity
14695    ///
14696    /// The item quantity specified on the despatch note.
14697    #[strum(serialize = "190")]
14698    _190,
14699
14700    /// Adjustment to inventory quantity
14701    ///
14702    /// An adjustment to inventory quantity.
14703    #[strum(serialize = "191")]
14704    _191,
14705
14706    /// Free goods quantity
14707    ///
14708    /// Quantity of goods which are free of charge.
14709    #[strum(serialize = "192")]
14710    _192,
14711
14712    /// Free quantity included
14713    ///
14714    /// Quantity included to which no charge is applicable.
14715    #[strum(serialize = "193")]
14716    _193,
14717
14718    /// Received and accepted
14719    ///
14720    /// Quantity which has been received and accepted at a given location.
14721    #[strum(serialize = "194")]
14722    _194,
14723
14724    /// Received, not accepted, to be returned
14725    ///
14726    /// Quantity which has been received but not accepted at a given location and which will consequently be returned to the relevant party.
14727    #[strum(serialize = "195")]
14728    _195,
14729
14730    /// Received, not accepted, to be destroyed
14731    ///
14732    /// Quantity which has been received but not accepted at a given location and which will consequently be destroyed.
14733    #[strum(serialize = "196")]
14734    _196,
14735
14736    /// Reordering level
14737    ///
14738    /// Quantity at which an order may be triggered to replenish.
14739    #[strum(serialize = "197")]
14740    _197,
14741
14742    /// Quantity in transit
14743    ///
14744    /// Quantity which is currently in transit.
14745    #[strum(serialize = "198")]
14746    _198,
14747
14748    /// Inventory withdrawal quantity
14749    ///
14750    /// Quantity which has been withdrawn from inventory since the last inventory report.
14751    #[strum(serialize = "199")]
14752    _199,
14753
14754    /// Free quantity not included
14755    ///
14756    /// Free quantity not included in ordered quantity.
14757    #[strum(serialize = "200")]
14758    _200,
14759
14760    /// Recommended overhaul and repair quantity
14761    ///
14762    /// To indicate the recommended quantity of an article required to support overhaul and repair activities.
14763    #[strum(serialize = "201")]
14764    _201,
14765
14766    /// Quantity per next higher assembly
14767    ///
14768    /// To indicate the quantity required for the next higher assembly.
14769    #[strum(serialize = "202")]
14770    _202,
14771
14772    /// Quantity per unit of issue
14773    ///
14774    /// Provides the standard quantity of an article in which one unit can be issued.
14775    #[strum(serialize = "203")]
14776    _203,
14777
14778    /// Cumulative scrap quantity
14779    ///
14780    /// Provides the cumulative quantity of an item which has been identified as scrapped.
14781    #[strum(serialize = "204")]
14782    _204,
14783
14784    /// Publication turn size
14785    ///
14786    /// The quantity of magazines or newspapers grouped together with the spine facing alternate directions in a bundle.
14787    #[strum(serialize = "205")]
14788    _205,
14789
14790    /// Recommended maintenance quantity
14791    ///
14792    /// Recommended quantity of an article which is required to meet an agreed level of maintenance.
14793    #[strum(serialize = "206")]
14794    _206,
14795
14796    /// Labour hours
14797    ///
14798    /// Number of labour hours.
14799    #[strum(serialize = "207")]
14800    _207,
14801
14802    /// Quantity requirement for maintenance and repair of equipment
14803    ///
14804    /// Quantity of the material needed to maintain and repair equipment.
14805    #[strum(serialize = "208")]
14806    _208,
14807
14808    /// Additional replenishment demand quantity
14809    ///
14810    /// Incremental needs over and above normal replenishment calculations, but not intended to permanently change the model parameters.
14811    #[strum(serialize = "209")]
14812    _209,
14813
14814    /// Returned by consumer quantity
14815    ///
14816    /// Quantity returned by a consumer.
14817    #[strum(serialize = "210")]
14818    _210,
14819
14820    /// Replenishment override quantity
14821    ///
14822    /// Quantity to override the normal replenishment model calculations, but not intended to permanently change the model parameters.
14823    #[strum(serialize = "211")]
14824    _211,
14825
14826    /// Quantity sold, net
14827    ///
14828    /// Net quantity sold which includes returns of saleable inventory and other adjustments.
14829    #[strum(serialize = "212")]
14830    _212,
14831
14832    /// Transferred out quantity
14833    ///
14834    /// Quantity which was transferred out of this location.
14835    #[strum(serialize = "213")]
14836    _213,
14837
14838    /// Transferred in quantity
14839    ///
14840    /// Quantity which was transferred into this location.
14841    #[strum(serialize = "214")]
14842    _214,
14843
14844    /// Unsaleable quantity
14845    ///
14846    /// Quantity of inventory received which cannot be sold in its present condition.
14847    #[strum(serialize = "215")]
14848    _215,
14849
14850    /// Consumer reserved quantity
14851    ///
14852    /// Quantity reserved for consumer delivery or pickup and not yet withdrawn from inventory.
14853    #[strum(serialize = "216")]
14854    _216,
14855
14856    /// Out of inventory quantity
14857    ///
14858    /// Quantity of inventory which was requested but was not available.
14859    #[strum(serialize = "217")]
14860    _217,
14861
14862    /// Quantity returned, defective or damaged
14863    ///
14864    /// Quantity returned in a damaged or defective condition.
14865    #[strum(serialize = "218")]
14866    _218,
14867
14868    /// Taxable quantity
14869    ///
14870    /// Quantity subject to taxation.
14871    #[strum(serialize = "219")]
14872    _219,
14873
14874    /// Meter reading
14875    ///
14876    /// The numeric value of measure units counted by a meter.
14877    #[strum(serialize = "220")]
14878    _220,
14879
14880    /// Maximum requestable quantity
14881    ///
14882    /// The maximum quantity which may be requested.
14883    #[strum(serialize = "221")]
14884    _221,
14885
14886    /// Minimum requestable quantity
14887    ///
14888    /// The minimum quantity which may be requested.
14889    #[strum(serialize = "222")]
14890    _222,
14891
14892    /// Daily average quantity
14893    ///
14894    /// The quantity for a defined period divided by the number of days of the period.
14895    #[strum(serialize = "223")]
14896    _223,
14897
14898    /// Budgeted hours
14899    ///
14900    /// The number of budgeted hours.
14901    #[strum(serialize = "224")]
14902    _224,
14903
14904    /// Actual hours
14905    ///
14906    /// The number of actual hours.
14907    #[strum(serialize = "225")]
14908    _225,
14909
14910    /// Earned value hours
14911    ///
14912    /// The number of earned value hours.
14913    #[strum(serialize = "226")]
14914    _226,
14915
14916    /// Estimated hours
14917    ///
14918    /// The number of estimated hours.
14919    #[strum(serialize = "227")]
14920    _227,
14921
14922    /// Level resource task quantity
14923    ///
14924    /// Quantity of a resource that is level for the duration of the task.
14925    #[strum(serialize = "228")]
14926    _228,
14927
14928    /// Available resource task quantity
14929    ///
14930    /// Quantity of a resource available to complete a task.
14931    #[strum(serialize = "229")]
14932    _229,
14933
14934    /// Work time units
14935    ///
14936    /// Quantity of work units of time.
14937    #[strum(serialize = "230")]
14938    _230,
14939
14940    /// Daily work shifts
14941    ///
14942    /// Quantity of work shifts per day.
14943    #[strum(serialize = "231")]
14944    _231,
14945
14946    /// Work time units per shift
14947    ///
14948    /// Work units of time per work shift.
14949    #[strum(serialize = "232")]
14950    _232,
14951
14952    /// Work calendar units
14953    ///
14954    /// Work calendar units of time.
14955    #[strum(serialize = "233")]
14956    _233,
14957
14958    /// Elapsed duration
14959    ///
14960    /// Quantity representing the elapsed duration.
14961    #[strum(serialize = "234")]
14962    _234,
14963
14964    /// Remaining duration
14965    ///
14966    /// Quantity representing the remaining duration.
14967    #[strum(serialize = "235")]
14968    _235,
14969
14970    /// Original duration
14971    ///
14972    /// Quantity representing the original duration.
14973    #[strum(serialize = "236")]
14974    _236,
14975
14976    /// Current duration
14977    ///
14978    /// Quantity representing the current duration.
14979    #[strum(serialize = "237")]
14980    _237,
14981
14982    /// Total float time
14983    ///
14984    /// Quantity representing the total float time.
14985    #[strum(serialize = "238")]
14986    _238,
14987
14988    /// Free float time
14989    ///
14990    /// Quantity representing the free float time.
14991    #[strum(serialize = "239")]
14992    _239,
14993
14994    /// Lag time
14995    ///
14996    /// Quantity representing lag time.
14997    #[strum(serialize = "240")]
14998    _240,
14999
15000    /// Lead time
15001    ///
15002    /// Quantity representing lead time.
15003    #[strum(serialize = "241")]
15004    _241,
15005
15006    /// Number of months
15007    ///
15008    /// The number of months.
15009    #[strum(serialize = "242")]
15010    _242,
15011
15012    /// Reserved quantity customer direct delivery sales
15013    ///
15014    /// Quantity of products reserved for sales delivered direct to the customer.
15015    #[strum(serialize = "243")]
15016    _243,
15017
15018    /// Reserved quantity retail sales
15019    ///
15020    /// Quantity of products reserved for retail sales.
15021    #[strum(serialize = "244")]
15022    _244,
15023
15024    /// Consolidated discount inventory
15025    ///
15026    /// A quantity of inventory supplied at consolidated discount terms.
15027    #[strum(serialize = "245")]
15028    _245,
15029
15030    /// Returns replacement quantity
15031    ///
15032    /// A quantity of goods issued as a replacement for a returned quantity.
15033    #[strum(serialize = "246")]
15034    _246,
15035
15036    /// Additional promotion sales forecast quantity
15037    ///
15038    /// A forecast of additional quantity which will be sold during a period of promotional activity.
15039    #[strum(serialize = "247")]
15040    _247,
15041
15042    /// Reserved quantity
15043    ///
15044    /// Quantity reserved for specific purposes.
15045    #[strum(serialize = "248")]
15046    _248,
15047
15048    /// Quantity displayed not available for sale
15049    ///
15050    /// Quantity displayed within a retail outlet but not available for sale.
15051    #[strum(serialize = "249")]
15052    _249,
15053
15054    /// Inventory discrepancy
15055    ///
15056    /// The difference recorded between theoretical and physical inventory.
15057    #[strum(serialize = "250")]
15058    _250,
15059
15060    /// Incremental order quantity
15061    ///
15062    /// The incremental quantity by which ordering is carried out.
15063    #[strum(serialize = "251")]
15064    _251,
15065
15066    /// Quantity requiring manipulation before despatch
15067    ///
15068    /// A quantity of goods which needs manipulation before despatch.
15069    #[strum(serialize = "252")]
15070    _252,
15071
15072    /// Quantity in quarantine
15073    ///
15074    /// A quantity of goods which are held in a restricted area for quarantine purposes.
15075    #[strum(serialize = "253")]
15076    _253,
15077
15078    /// Quantity withheld by owner of goods
15079    ///
15080    /// A quantity of goods which has been withheld by the owner of the goods.
15081    #[strum(serialize = "254")]
15082    _254,
15083
15084    /// Quantity not available for despatch
15085    ///
15086    /// A quantity of goods not available for despatch.
15087    #[strum(serialize = "255")]
15088    _255,
15089
15090    /// Quantity awaiting delivery
15091    ///
15092    /// Quantity of goods which are awaiting delivery.
15093    #[strum(serialize = "256")]
15094    _256,
15095
15096    /// Quantity in physical inventory
15097    ///
15098    /// A quantity of goods held in physical inventory.
15099    #[strum(serialize = "257")]
15100    _257,
15101
15102    /// Quantity held by logistic service provider
15103    ///
15104    /// Quantity of goods under the control of a logistic service provider.
15105    #[strum(serialize = "258")]
15106    _258,
15107
15108    /// Optimal quantity
15109    ///
15110    /// The optimal quantity for a given purpose.
15111    #[strum(serialize = "259")]
15112    _259,
15113
15114    /// Delivery quantity balance
15115    ///
15116    /// The difference between the scheduled quantity and the quantity delivered to the consignee at a given date.
15117    #[strum(serialize = "260")]
15118    _260,
15119
15120    /// Cumulative quantity shipped
15121    ///
15122    /// Cumulative quantity of all shipments.
15123    #[strum(serialize = "261")]
15124    _261,
15125
15126    /// Quantity suspended
15127    ///
15128    /// The quantity of something which is suspended.
15129    #[strum(serialize = "262")]
15130    _262,
15131
15132    /// Control quantity
15133    ///
15134    /// The quantity designated for control purposes.
15135    #[strum(serialize = "263")]
15136    _263,
15137
15138    /// Equipment quantity
15139    ///
15140    /// A count of a quantity of equipment.
15141    #[strum(serialize = "264")]
15142    _264,
15143
15144    /// Factor
15145    ///
15146    /// Number by which the measured unit has to be multiplied to calculate the units used.
15147    #[strum(serialize = "265")]
15148    _265,
15149
15150    /// Unsold quantity held by wholesaler
15151    ///
15152    /// Unsold quantity held by the wholesaler.
15153    #[strum(serialize = "266")]
15154    _266,
15155
15156    /// Quantity held by delivery vehicle
15157    ///
15158    /// Quantity of goods held by the delivery vehicle.
15159    #[strum(serialize = "267")]
15160    _267,
15161
15162    /// Quantity held by retail outlet
15163    ///
15164    /// Quantity held by the retail outlet.
15165    #[strum(serialize = "268")]
15166    _268,
15167
15168    /// Rejected return quantity
15169    ///
15170    /// A quantity for return which has been rejected.
15171    #[strum(serialize = "269")]
15172    _269,
15173
15174    /// Accounts
15175    ///
15176    /// The number of accounts.
15177    #[strum(serialize = "270")]
15178    _270,
15179
15180    /// Accounts placed for collection
15181    ///
15182    /// The number of accounts placed for collection.
15183    #[strum(serialize = "271")]
15184    _271,
15185
15186    /// Activity codes
15187    ///
15188    /// The number of activity codes.
15189    #[strum(serialize = "272")]
15190    _272,
15191
15192    /// Agents
15193    ///
15194    /// The number of agents.
15195    #[strum(serialize = "273")]
15196    _273,
15197
15198    /// Airline attendants
15199    ///
15200    /// The number of airline attendants.
15201    #[strum(serialize = "274")]
15202    _274,
15203
15204    /// Authorised shares
15205    ///
15206    /// The number of shares authorised for issue.
15207    #[strum(serialize = "275")]
15208    _275,
15209
15210    /// Employee average
15211    ///
15212    /// The average number of employees.
15213    #[strum(serialize = "276")]
15214    _276,
15215
15216    /// Branch locations
15217    ///
15218    /// The number of branch locations.
15219    #[strum(serialize = "277")]
15220    _277,
15221
15222    /// Capital changes
15223    ///
15224    /// The number of capital changes made.
15225    #[strum(serialize = "278")]
15226    _278,
15227
15228    /// Clerks
15229    ///
15230    /// The number of clerks.
15231    #[strum(serialize = "279")]
15232    _279,
15233
15234    /// Companies in same activity
15235    ///
15236    /// The number of companies doing business in the same activity category.
15237    #[strum(serialize = "280")]
15238    _280,
15239
15240    /// Companies included in consolidated financial statement
15241    ///
15242    /// The number of companies included in a consolidated financial statement.
15243    #[strum(serialize = "281")]
15244    _281,
15245
15246    /// Cooperative shares
15247    ///
15248    /// The number of cooperative shares.
15249    #[strum(serialize = "282")]
15250    _282,
15251
15252    /// Creditors
15253    ///
15254    /// The number of creditors.
15255    #[strum(serialize = "283")]
15256    _283,
15257
15258    /// Departments
15259    ///
15260    /// The number of departments.
15261    #[strum(serialize = "284")]
15262    _284,
15263
15264    /// Design employees
15265    ///
15266    /// The number of employees involved in the design process.
15267    #[strum(serialize = "285")]
15268    _285,
15269
15270    /// Physicians
15271    ///
15272    /// The number of medical doctors.
15273    #[strum(serialize = "286")]
15274    _286,
15275
15276    /// Domestic affiliated companies
15277    ///
15278    /// The number of affiliated companies located within the country.
15279    #[strum(serialize = "287")]
15280    _287,
15281
15282    /// Drivers
15283    ///
15284    /// The number of drivers.
15285    #[strum(serialize = "288")]
15286    _288,
15287
15288    /// Employed at location
15289    ///
15290    /// The number of employees at the specified location.
15291    #[strum(serialize = "289")]
15292    _289,
15293
15294    /// Employed by this company
15295    ///
15296    /// The number of employees at the specified company.
15297    #[strum(serialize = "290")]
15298    _290,
15299
15300    /// Total employees
15301    ///
15302    /// The total number of employees.
15303    #[strum(serialize = "291")]
15304    _291,
15305
15306    /// Employees shared
15307    ///
15308    /// The number of employees shared among entities.
15309    #[strum(serialize = "292")]
15310    _292,
15311
15312    /// Engineers
15313    ///
15314    /// The number of engineers.
15315    #[strum(serialize = "293")]
15316    _293,
15317
15318    /// Estimated accounts
15319    ///
15320    /// The estimated number of accounts.
15321    #[strum(serialize = "294")]
15322    _294,
15323
15324    /// Estimated employees at location
15325    ///
15326    /// The estimated number of employees at the specified location.
15327    #[strum(serialize = "295")]
15328    _295,
15329
15330    /// Estimated total employees
15331    ///
15332    /// The total estimated number of employees.
15333    #[strum(serialize = "296")]
15334    _296,
15335
15336    /// Executives
15337    ///
15338    /// The number of executives.
15339    #[strum(serialize = "297")]
15340    _297,
15341
15342    /// Agricultural workers
15343    ///
15344    /// The number of agricultural workers.
15345    #[strum(serialize = "298")]
15346    _298,
15347
15348    /// Financial institutions
15349    ///
15350    /// The number of financial institutions.
15351    #[strum(serialize = "299")]
15352    _299,
15353
15354    /// Floors occupied
15355    ///
15356    /// The number of floors occupied.
15357    #[strum(serialize = "300")]
15358    _300,
15359
15360    /// Foreign related entities
15361    ///
15362    /// The number of related entities located outside the country.
15363    #[strum(serialize = "301")]
15364    _301,
15365
15366    /// Group employees
15367    ///
15368    /// The number of employees within the group.
15369    #[strum(serialize = "302")]
15370    _302,
15371
15372    /// Indirect employees
15373    ///
15374    /// The number of employees not associated with direct production.
15375    #[strum(serialize = "303")]
15376    _303,
15377
15378    /// Installers
15379    ///
15380    /// The number of employees involved with the installation process.
15381    #[strum(serialize = "304")]
15382    _304,
15383
15384    /// Invoices
15385    ///
15386    /// The number of invoices.
15387    #[strum(serialize = "305")]
15388    _305,
15389
15390    /// Issued shares
15391    ///
15392    /// The number of shares actually issued.
15393    #[strum(serialize = "306")]
15394    _306,
15395
15396    /// Labourers
15397    ///
15398    /// The number of labourers.
15399    #[strum(serialize = "307")]
15400    _307,
15401
15402    /// Manufactured units
15403    ///
15404    /// The number of units manufactured.
15405    #[strum(serialize = "308")]
15406    _308,
15407
15408    /// Maximum number of employees
15409    ///
15410    /// The maximum number of people employed.
15411    #[strum(serialize = "309")]
15412    _309,
15413
15414    /// Maximum number of employees at location
15415    ///
15416    /// The maximum number of people employed at a location.
15417    #[strum(serialize = "310")]
15418    _310,
15419
15420    /// Members in group
15421    ///
15422    /// The number of members within a group.
15423    #[strum(serialize = "311")]
15424    _311,
15425
15426    /// Minimum number of employees at location
15427    ///
15428    /// The minimum number of people employed at a location.
15429    #[strum(serialize = "312")]
15430    _312,
15431
15432    /// Minimum number of employees
15433    ///
15434    /// The minimum number of people employed.
15435    #[strum(serialize = "313")]
15436    _313,
15437
15438    /// Non-union employees
15439    ///
15440    /// The number of employees not belonging to a labour union.
15441    #[strum(serialize = "314")]
15442    _314,
15443
15444    /// Floors
15445    ///
15446    /// The number of floors in a building.
15447    #[strum(serialize = "315")]
15448    _315,
15449
15450    /// Nurses
15451    ///
15452    /// The number of nurses.
15453    #[strum(serialize = "316")]
15454    _316,
15455
15456    /// Office workers
15457    ///
15458    /// The number of workers in an office.
15459    #[strum(serialize = "317")]
15460    _317,
15461
15462    /// Other employees
15463    ///
15464    /// The number of employees otherwise categorised.
15465    #[strum(serialize = "318")]
15466    _318,
15467
15468    /// Part time employees
15469    ///
15470    /// The number of employees working on a part time basis.
15471    #[strum(serialize = "319")]
15472    _319,
15473
15474    /// Accounts payable average overdue days
15475    ///
15476    /// The average number of days accounts payable are overdue.
15477    #[strum(serialize = "320")]
15478    _320,
15479
15480    /// Pilots
15481    ///
15482    /// The number of pilots.
15483    #[strum(serialize = "321")]
15484    _321,
15485
15486    /// Plant workers
15487    ///
15488    /// The number of workers within a plant.
15489    #[strum(serialize = "322")]
15490    _322,
15491
15492    /// Previous number of accounts
15493    ///
15494    /// The number of accounts which preceded the current count.
15495    #[strum(serialize = "323")]
15496    _323,
15497
15498    /// Previous number of branch locations
15499    ///
15500    /// The number of branch locations which preceded the current count.
15501    #[strum(serialize = "324")]
15502    _324,
15503
15504    /// Principals included as employees
15505    ///
15506    /// The number of principals which are included in the count of employees.
15507    #[strum(serialize = "325")]
15508    _325,
15509
15510    /// Protested bills
15511    ///
15512    /// The number of bills which are protested.
15513    #[strum(serialize = "326")]
15514    _326,
15515
15516    /// Registered brands distributed
15517    ///
15518    /// The number of registered brands which are being distributed.
15519    #[strum(serialize = "327")]
15520    _327,
15521
15522    /// Registered brands manufactured
15523    ///
15524    /// The number of registered brands which are being manufactured.
15525    #[strum(serialize = "328")]
15526    _328,
15527
15528    /// Related business entities
15529    ///
15530    /// The number of related business entities.
15531    #[strum(serialize = "329")]
15532    _329,
15533
15534    /// Relatives employed
15535    ///
15536    /// The number of relatives which are counted as employees.
15537    #[strum(serialize = "330")]
15538    _330,
15539
15540    /// Rooms
15541    ///
15542    /// The number of rooms.
15543    #[strum(serialize = "331")]
15544    _331,
15545
15546    /// Salespersons
15547    ///
15548    /// The number of salespersons.
15549    #[strum(serialize = "332")]
15550    _332,
15551
15552    /// Seats
15553    ///
15554    /// The number of seats.
15555    #[strum(serialize = "333")]
15556    _333,
15557
15558    /// Shareholders
15559    ///
15560    /// The number of shareholders.
15561    #[strum(serialize = "334")]
15562    _334,
15563
15564    /// Shares of common stock
15565    ///
15566    /// The number of shares of common stock.
15567    #[strum(serialize = "335")]
15568    _335,
15569
15570    /// Shares of preferred stock
15571    ///
15572    /// The number of shares of preferred stock.
15573    #[strum(serialize = "336")]
15574    _336,
15575
15576    /// Silent partners
15577    ///
15578    /// The number of silent partners.
15579    #[strum(serialize = "337")]
15580    _337,
15581
15582    /// Subcontractors
15583    ///
15584    /// The number of subcontractors.
15585    #[strum(serialize = "338")]
15586    _338,
15587
15588    /// Subsidiaries
15589    ///
15590    /// The number of subsidiaries.
15591    #[strum(serialize = "339")]
15592    _339,
15593
15594    /// Law suits
15595    ///
15596    /// The number of law suits.
15597    #[strum(serialize = "340")]
15598    _340,
15599
15600    /// Suppliers
15601    ///
15602    /// The number of suppliers.
15603    #[strum(serialize = "341")]
15604    _341,
15605
15606    /// Teachers
15607    ///
15608    /// The number of teachers.
15609    #[strum(serialize = "342")]
15610    _342,
15611
15612    /// Technicians
15613    ///
15614    /// The number of technicians.
15615    #[strum(serialize = "343")]
15616    _343,
15617
15618    /// Trainees
15619    ///
15620    /// The number of trainees.
15621    #[strum(serialize = "344")]
15622    _344,
15623
15624    /// Union employees
15625    ///
15626    /// The number of employees who are members of a labour union.
15627    #[strum(serialize = "345")]
15628    _345,
15629
15630    /// Number of units
15631    ///
15632    /// The quantity of units.
15633    #[strum(serialize = "346")]
15634    _346,
15635
15636    /// Warehouse employees
15637    ///
15638    /// The number of employees who work in a warehouse setting.
15639    #[strum(serialize = "347")]
15640    _347,
15641
15642    /// Shareholders holding remainder of shares
15643    ///
15644    /// Number of shareholders owning the remainder of shares.
15645    #[strum(serialize = "348")]
15646    _348,
15647
15648    /// Payment orders filed
15649    ///
15650    /// Number of payment orders filed.
15651    #[strum(serialize = "349")]
15652    _349,
15653
15654    /// Uncovered cheques
15655    ///
15656    /// Number of uncovered cheques.
15657    #[strum(serialize = "350")]
15658    _350,
15659
15660    /// Auctions
15661    ///
15662    /// Number of auctions.
15663    #[strum(serialize = "351")]
15664    _351,
15665
15666    /// Units produced
15667    ///
15668    /// The number of units produced.
15669    #[strum(serialize = "352")]
15670    _352,
15671
15672    /// Added employees
15673    ///
15674    /// Number of employees that were added to the workforce.
15675    #[strum(serialize = "353")]
15676    _353,
15677
15678    /// Number of added locations
15679    ///
15680    /// Number of locations that were added.
15681    #[strum(serialize = "354")]
15682    _354,
15683
15684    /// Total number of foreign subsidiaries not included in financial statement
15685    ///
15686    /// The total number of foreign subsidiaries not included in the financial statement.
15687    #[strum(serialize = "355")]
15688    _355,
15689
15690    /// Number of closed locations
15691    ///
15692    /// Number of locations that were closed.
15693    #[strum(serialize = "356")]
15694    _356,
15695
15696    /// Counter clerks
15697    ///
15698    /// The number of clerks that work behind a flat-topped fitment.
15699    #[strum(serialize = "357")]
15700    _357,
15701
15702    /// Payment experiences in the last 3 months
15703    ///
15704    /// The number of payment experiences received for an entity over the last 3 months.
15705    #[strum(serialize = "358")]
15706    _358,
15707
15708    /// Payment experiences in the last 12 months
15709    ///
15710    /// The number of payment experiences received for an entity over the last 12 months.
15711    #[strum(serialize = "359")]
15712    _359,
15713
15714    /// Total number of subsidiaries not included in the financial statement
15715    ///
15716    /// The total number of subsidiaries not included in the financial statement.
15717    #[strum(serialize = "360")]
15718    _360,
15719
15720    /// Paid-in common shares
15721    ///
15722    /// The number of paid-in common shares.
15723    #[strum(serialize = "361")]
15724    _361,
15725
15726    /// Total number of domestic subsidiaries not included in financial statement
15727    ///
15728    /// The total number of domestic subsidiaries not included in the financial statement.
15729    #[strum(serialize = "362")]
15730    _362,
15731
15732    /// Total number of foreign subsidiaries included in financial statement
15733    ///
15734    /// The total number of foreign subsidiaries included in the financial statement.
15735    #[strum(serialize = "363")]
15736    _363,
15737
15738    /// Total number of domestic subsidiaries included in financial statement
15739    ///
15740    /// The total number of domestic subsidiaries included in the financial statement.
15741    #[strum(serialize = "364")]
15742    _364,
15743
15744    /// Total transactions
15745    ///
15746    /// The total number of transactions.
15747    #[strum(serialize = "365")]
15748    _365,
15749
15750    /// Paid-in preferred shares
15751    ///
15752    /// The number of paid-in preferred shares.
15753    #[strum(serialize = "366")]
15754    _366,
15755
15756    /// Employees
15757    ///
15758    /// Code specifying the quantity of persons working for a company, whose services are used for pay.
15759    #[strum(serialize = "367")]
15760    _367,
15761
15762    /// Active ingredient dose per unit, dispensed
15763    ///
15764    /// The dosage of active ingredient per dispensed unit.
15765    #[strum(serialize = "368")]
15766    _368,
15767
15768    /// Budget
15769    ///
15770    /// Budget quantity.
15771    #[strum(serialize = "369")]
15772    _369,
15773
15774    /// Budget, cumulative to date
15775    ///
15776    /// Budget quantity, cumulative to date.
15777    #[strum(serialize = "370")]
15778    _370,
15779
15780    /// Actual units
15781    ///
15782    /// The number of actual units.
15783    #[strum(serialize = "371")]
15784    _371,
15785
15786    /// Actual units, cumulative to date
15787    ///
15788    /// The number of cumulative to date actual units.
15789    #[strum(serialize = "372")]
15790    _372,
15791
15792    /// Earned value
15793    ///
15794    /// Earned value quantity.
15795    #[strum(serialize = "373")]
15796    _373,
15797
15798    /// Earned value, cumulative to date
15799    ///
15800    /// Earned value quantity accumulated to date.
15801    #[strum(serialize = "374")]
15802    _374,
15803
15804    /// At completion quantity, estimated
15805    ///
15806    /// The estimated quantity when a project is complete.
15807    #[strum(serialize = "375")]
15808    _375,
15809
15810    /// To complete quantity, estimated
15811    ///
15812    /// The estimated quantity required to complete a project.
15813    #[strum(serialize = "376")]
15814    _376,
15815
15816    /// Adjusted units
15817    ///
15818    /// The number of adjusted units.
15819    #[strum(serialize = "377")]
15820    _377,
15821
15822    /// Number of limited partnership shares
15823    ///
15824    /// Number of shares held in a limited partnership.
15825    #[strum(serialize = "378")]
15826    _378,
15827
15828    /// National business failure incidences
15829    ///
15830    /// Number of firms in a country that discontinued with a loss to creditors.
15831    #[strum(serialize = "379")]
15832    _379,
15833
15834    /// Industry business failure incidences
15835    ///
15836    /// Number of firms in a specific industry that discontinued with a loss to creditors.
15837    #[strum(serialize = "380")]
15838    _380,
15839
15840    /// Business class failure incidences
15841    ///
15842    /// Number of firms in a specific class that discontinued with a loss to creditors.
15843    #[strum(serialize = "381")]
15844    _381,
15845
15846    /// Mechanics
15847    ///
15848    /// Number of mechanics.
15849    #[strum(serialize = "382")]
15850    _382,
15851
15852    /// Messengers
15853    ///
15854    /// Number of messengers.
15855    #[strum(serialize = "383")]
15856    _383,
15857
15858    /// Primary managers
15859    ///
15860    /// Number of primary managers.
15861    #[strum(serialize = "384")]
15862    _384,
15863
15864    /// Secretaries
15865    ///
15866    /// Number of secretaries.
15867    #[strum(serialize = "385")]
15868    _385,
15869
15870    /// Detrimental legal filings
15871    ///
15872    /// Number of detrimental legal filings.
15873    #[strum(serialize = "386")]
15874    _386,
15875
15876    /// Branch office locations, estimated
15877    ///
15878    /// Estimated number of branch office locations.
15879    #[strum(serialize = "387")]
15880    _387,
15881
15882    /// Previous number of employees
15883    ///
15884    /// The number of employees for a previous period.
15885    #[strum(serialize = "388")]
15886    _388,
15887
15888    /// Asset seizers
15889    ///
15890    /// Number of entities that seize assets of another entity.
15891    #[strum(serialize = "389")]
15892    _389,
15893
15894    /// Out-turned quantity
15895    ///
15896    /// The quantity discharged.
15897    #[strum(serialize = "390")]
15898    _390,
15899
15900    /// Material on-board quantity, prior to loading
15901    ///
15902    /// The material in vessel tanks, void spaces, and pipelines prior to loading.
15903    #[strum(serialize = "391")]
15904    _391,
15905
15906    /// Supplier estimated previous meter reading
15907    ///
15908    /// Previous meter reading estimated by the supplier.
15909    #[strum(serialize = "392")]
15910    _392,
15911
15912    /// Supplier estimated latest meter reading
15913    ///
15914    /// Latest meter reading estimated by the supplier.
15915    #[strum(serialize = "393")]
15916    _393,
15917
15918    /// Customer estimated previous meter reading
15919    ///
15920    /// Previous meter reading estimated by the customer.
15921    #[strum(serialize = "394")]
15922    _394,
15923
15924    /// Customer estimated latest meter reading
15925    ///
15926    /// Latest meter reading estimated by the customer.
15927    #[strum(serialize = "395")]
15928    _395,
15929
15930    /// Supplier previous meter reading
15931    ///
15932    /// Previous meter reading done by the supplier.
15933    #[strum(serialize = "396")]
15934    _396,
15935
15936    /// Supplier latest meter reading
15937    ///
15938    /// Latest meter reading recorded by the supplier.
15939    #[strum(serialize = "397")]
15940    _397,
15941
15942    /// Maximum number of purchase orders allowed
15943    ///
15944    /// Maximum number of purchase orders that are allowed.
15945    #[strum(serialize = "398")]
15946    _398,
15947
15948    /// File size before compression
15949    ///
15950    /// The size of a file before compression.
15951    #[strum(serialize = "399")]
15952    _399,
15953
15954    /// File size after compression
15955    ///
15956    /// The size of a file after compression.
15957    #[strum(serialize = "400")]
15958    _400,
15959
15960    /// Securities shares
15961    ///
15962    /// Number of shares of securities.
15963    #[strum(serialize = "401")]
15964    _401,
15965
15966    /// Patients
15967    ///
15968    /// Number of patients.
15969    #[strum(serialize = "402")]
15970    _402,
15971
15972    /// Completed projects
15973    ///
15974    /// Number of completed projects.
15975    #[strum(serialize = "403")]
15976    _403,
15977
15978    /// Promoters
15979    ///
15980    /// Number of entities who finance or organize an event or a production.
15981    #[strum(serialize = "404")]
15982    _404,
15983
15984    /// Administrators
15985    ///
15986    /// Number of administrators.
15987    #[strum(serialize = "405")]
15988    _405,
15989
15990    /// Supervisors
15991    ///
15992    /// Number of supervisors.
15993    #[strum(serialize = "406")]
15994    _406,
15995
15996    /// Professionals
15997    ///
15998    /// Number of professionals.
15999    #[strum(serialize = "407")]
16000    _407,
16001
16002    /// Debt collectors
16003    ///
16004    /// Number of debt collectors.
16005    #[strum(serialize = "408")]
16006    _408,
16007
16008    /// Inspectors
16009    ///
16010    /// Number of individuals who perform inspections.
16011    #[strum(serialize = "409")]
16012    _409,
16013
16014    /// Operators
16015    ///
16016    /// Number of operators.
16017    #[strum(serialize = "410")]
16018    _410,
16019
16020    /// Trainers
16021    ///
16022    /// Number of trainers.
16023    #[strum(serialize = "411")]
16024    _411,
16025
16026    /// Active accounts
16027    ///
16028    /// Number of accounts in a current or active status.
16029    #[strum(serialize = "412")]
16030    _412,
16031
16032    /// Trademarks used
16033    ///
16034    /// Number of trademarks used.
16035    #[strum(serialize = "413")]
16036    _413,
16037
16038    /// Machines
16039    ///
16040    /// Number of machines.
16041    #[strum(serialize = "414")]
16042    _414,
16043
16044    /// Fuel pumps
16045    ///
16046    /// Number of fuel pumps.
16047    #[strum(serialize = "415")]
16048    _415,
16049
16050    /// Tables available
16051    ///
16052    /// Number of tables available for use.
16053    #[strum(serialize = "416")]
16054    _416,
16055
16056    /// Directors
16057    ///
16058    /// Number of directors.
16059    #[strum(serialize = "417")]
16060    _417,
16061
16062    /// Freelance debt collectors
16063    ///
16064    /// Number of debt collectors who work on a freelance basis.
16065    #[strum(serialize = "418")]
16066    _418,
16067
16068    /// Freelance salespersons
16069    ///
16070    /// Number of salespersons who work on a freelance basis.
16071    #[strum(serialize = "419")]
16072    _419,
16073
16074    /// Travelling employees
16075    ///
16076    /// Number of travelling employees.
16077    #[strum(serialize = "420")]
16078    _420,
16079
16080    /// Foremen
16081    ///
16082    /// Number of workers with limited supervisory responsibilities.
16083    #[strum(serialize = "421")]
16084    _421,
16085
16086    /// Production workers
16087    ///
16088    /// Number of employees engaged in production.
16089    #[strum(serialize = "422")]
16090    _422,
16091
16092    /// Employees not including owners
16093    ///
16094    /// Number of employees excluding business owners.
16095    #[strum(serialize = "423")]
16096    _423,
16097
16098    /// Beds
16099    ///
16100    /// Number of beds.
16101    #[strum(serialize = "424")]
16102    _424,
16103
16104    /// Resting quantity
16105    ///
16106    /// A quantity of product that is at rest before it can be used.
16107    #[strum(serialize = "425")]
16108    _425,
16109
16110    /// Production requirements
16111    ///
16112    /// Quantity needed to meet production requirements.
16113    #[strum(serialize = "426")]
16114    _426,
16115
16116    /// Corrected quantity
16117    ///
16118    /// The quantity has been corrected.
16119    #[strum(serialize = "427")]
16120    _427,
16121
16122    /// Operating divisions
16123    ///
16124    /// Number of divisions operating.
16125    #[strum(serialize = "428")]
16126    _428,
16127
16128    /// Quantitative incentive scheme base
16129    ///
16130    /// Quantity constituting the base for the quantitative incentive scheme.
16131    #[strum(serialize = "429")]
16132    _429,
16133
16134    /// Petitions filed
16135    ///
16136    /// Number of petitions that have been filed.
16137    #[strum(serialize = "430")]
16138    _430,
16139
16140    /// Bankruptcy petitions filed
16141    ///
16142    /// Number of bankruptcy petitions that have been filed.
16143    #[strum(serialize = "431")]
16144    _431,
16145
16146    /// Projects in process
16147    ///
16148    /// Number of projects in process.
16149    #[strum(serialize = "432")]
16150    _432,
16151
16152    /// Changes in capital structure
16153    ///
16154    /// Number of modifications made to the capital structure of an entity.
16155    #[strum(serialize = "433")]
16156    _433,
16157
16158    /// Detrimental legal filings against directors
16159    ///
16160    /// The number of legal filings that are of a detrimental nature that have been filed against the directors.
16161    #[strum(serialize = "434")]
16162    _434,
16163
16164    /// Number of failed businesses of directors
16165    ///
16166    /// The number of failed businesses with which the directors have been associated.
16167    #[strum(serialize = "435")]
16168    _435,
16169
16170    /// Professor
16171    ///
16172    /// The number of professors.
16173    #[strum(serialize = "436")]
16174    _436,
16175
16176    /// Seller
16177    ///
16178    /// The number of sellers.
16179    #[strum(serialize = "437")]
16180    _437,
16181
16182    /// Skilled worker
16183    ///
16184    /// The number of skilled workers.
16185    #[strum(serialize = "438")]
16186    _438,
16187
16188    /// Trademark represented
16189    ///
16190    /// The number of trademarks represented.
16191    #[strum(serialize = "439")]
16192    _439,
16193
16194    /// Number of quantitative incentive scheme units
16195    ///
16196    /// Number of units allocated to a quantitative incentive scheme.
16197    #[strum(serialize = "440")]
16198    _440,
16199
16200    /// Quantity in manufacturing process
16201    ///
16202    /// Quantity currently in the manufacturing process.
16203    #[strum(serialize = "441")]
16204    _441,
16205
16206    /// Number of units in the width of a layer
16207    ///
16208    /// Number of units which make up the width of a layer.
16209    #[strum(serialize = "442")]
16210    _442,
16211
16212    /// Number of units in the depth of a layer
16213    ///
16214    /// Number of units which make up the depth of a layer.
16215    #[strum(serialize = "443")]
16216    _443,
16217
16218    /// Mutually defined
16219    ///
16220    /// As agreed by the trading partners.
16221    #[strum(ascii_case_insensitive)]
16222    ZZZ,
16223}
16224
16225/// Exchange rate currency market identifier
16226///
16227/// To identify an exchange rate currency market.
16228#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
16229pub enum _6341 {
16230    /// Paris exchange
16231    AAA,
16232    /// Colombian official exchange (Central Bank of Colombia)
16233    ///
16234    /// The currency exchange rate is set by the Central Bank of Colombia.
16235    AAB,
16236    /// Amsterdam exchange
16237    AMS,
16238    /// Bolsa de Comercio de Buenos Aires
16239    ///
16240    /// Argentina exchange.
16241    ARG,
16242    /// Australian exchange
16243    AST,
16244    /// Wien exchange
16245    ///
16246    /// Wiener Boersenkammer.
16247    AUS,
16248    /// Brussels exchange
16249    ///
16250    /// Commission de la Bourse Bruxelles.
16251    BEL,
16252    /// Toronto exchange
16253    CAN,
16254    /// Contractual agreement exchange rate
16255    CAR,
16256    /// US Customs Information Exchange
16257    ///
16258    /// Currency rates published by the US Customs Information Exchange, 6 WTC, New York NY 10048-0945, USA.
16259    CIE,
16260    /// Copenhagen exchange
16261    ///
16262    /// Koebenhavns Fondsboers.
16263    DEN,
16264    /// European Community period exchange rate
16265    ///
16266    /// Description to be provided.
16267    ECR,
16268    /// Helsinki exchange
16269    FIN,
16270    /// Frankfurt exchange
16271    FRA,
16272    /// International Monetary Fund
16273    IMF,
16274    /// London exchange, first closing
16275    LNF,
16276    /// London exchange, second closing
16277    LNS,
16278    /// Milan exchange
16279    MIL,
16280    /// Oslo exchange
16281    NOR,
16282    /// New York exchange
16283    NYC,
16284    /// Philadelphia exchange
16285    PHI,
16286    /// Specific railway exchange currency
16287    ///
16288    /// Specific rate of exchange applied to currency exchanges between rail companies and partners.
16289    SRE,
16290    /// Stockholm exchange
16291    SWE,
16292    /// Zurich exchange
16293    ZUR,
16294}
16295
16296/// Currency type code qualifier
16297///
16298/// Code qualifying the type of currency.
16299#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
16300pub enum _6343 {
16301    /// Customs valuation currency
16302    ///
16303    /// The name or symbol of the monetary unit involved in the transaction for customs valuation.
16304    #[strum(serialize = "1")]
16305    _1,
16306    /// Insurance currency
16307    ///
16308    /// The name or symbol of the monetary unit involved in the transaction for insurance purposes.
16309    #[strum(serialize = "2")]
16310    _2,
16311    /// Home currency
16312    ///
16313    /// The name or symbol of the local monetary unit.
16314    #[strum(serialize = "3")]
16315    _3,
16316    /// Invoicing currency
16317    ///
16318    /// The name or symbol of the monetary unit used for calculation in an invoice.
16319    #[strum(serialize = "4")]
16320    _4,
16321    /// Account currency
16322    ///
16323    /// The name or symbol of the monetary unit to be converted from.
16324    #[strum(serialize = "5")]
16325    _5,
16326    /// Reference currency
16327    ///
16328    /// The name or symbol of the monetary unit to be converted.
16329    #[strum(serialize = "6")]
16330    _6,
16331    /// Target currency
16332    ///
16333    /// The name or symbol of the monetary unit to be converted into.
16334    #[strum(serialize = "7")]
16335    _7,
16336    /// Price list currency
16337    ///
16338    /// The name or symbol of the monetary unit used in a price list.
16339    #[strum(serialize = "8")]
16340    _8,
16341    /// Order currency
16342    ///
16343    /// The name or symbol of the monetary unit used in an order.
16344    #[strum(serialize = "9")]
16345    _9,
16346    /// Pricing currency
16347    ///
16348    /// The name or symbol of the monetary unit used for pricing purposes.
16349    #[strum(serialize = "10")]
16350    _10,
16351    /// Payment currency
16352    ///
16353    /// The name or symbol of the monetary unit used for payment.
16354    #[strum(serialize = "11")]
16355    _11,
16356    /// Quotation currency
16357    ///
16358    /// The name or symbol of the monetary unit used in a quotation.
16359    #[strum(serialize = "12")]
16360    _12,
16361    /// Recipient local currency
16362    ///
16363    /// The name or symbol of the local monetary unit at recipient's location.
16364    #[strum(serialize = "13")]
16365    _13,
16366    /// Supplier currency
16367    ///
16368    /// The name or symbol of the monetary unit normally used by the supplier.
16369    #[strum(serialize = "14")]
16370    _14,
16371    /// Sender local currency
16372    ///
16373    /// The name or symbol of the local monetary unit at sender's location.
16374    #[strum(serialize = "15")]
16375    _15,
16376    /// Tariff currency
16377    ///
16378    /// The currency as per tariff.
16379    #[strum(serialize = "16")]
16380    _16,
16381    /// Charge calculation currency
16382    ///
16383    /// The currency in which the charges are calculated.
16384    #[strum(serialize = "17")]
16385    _17,
16386    /// Tax currency
16387    ///
16388    /// The currency in which tax amounts are due or have been paid.
16389    #[strum(serialize = "18")]
16390    _18,
16391}
16392
16393/// Currency usage code qualifier
16394///
16395/// Code qualifying the usage of a currency.
16396#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
16397pub enum _6347 {
16398    /// Charge payment currency
16399    ///
16400    /// The currency in which charges are to be paid.
16401    #[strum(serialize = "1")]
16402    _1,
16403    /// Reference currency
16404    ///
16405    /// The currency applicable to amounts stated. It may have to be converted.
16406    #[strum(serialize = "2")]
16407    _2,
16408    /// Target currency
16409    ///
16410    /// The currency which should be used to the target destination of the transaction.
16411    #[strum(serialize = "3")]
16412    _3,
16413    /// Transport document currency
16414    ///
16415    /// Currency applicable to amounts stated in a transport document/message.
16416    #[strum(serialize = "4")]
16417    _4,
16418    /// Calculation base currency
16419    ///
16420    /// Currency on which the calculation is based.
16421    #[strum(serialize = "5")]
16422    _5,
16423    /// Information Currency
16424    ///
16425    /// Additional currency the message recipient needs for information purposes. The actual message amount(s) is/are not based upon this currency.
16426    #[strum(serialize = "6")]
16427    _6,
16428    /// Currency of the account
16429    ///
16430    /// Currency in which the account is held.
16431    #[strum(serialize = "7")]
16432    _7,
16433}
16434
16435/// Cargo type classification code
16436///
16437/// Code specifying the classification of a type of cargo.
16438#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
16439pub enum _7085 {
16440    #[strum(serialize = "1")]
16441    /// Documents
16442    ///
16443    /// Printed, typed or written matter including leaflets, pamphlets, certificates etc., which are not subject to import duties and taxes, restrictions and prohibitions.
16444    _1,
16445    #[strum(serialize = "2")]
16446    /// Low value non-dutiable consignments
16447    ///
16448    /// Imported consignments/items/goods in respect of which Customs duties and other taxes are waived as they are below a value determined by the Customs administration.
16449    _2,
16450    #[strum(serialize = "3")]
16451    /// Low value dutiable consignments
16452    ///
16453    /// Imported consignments/items/goods in respect of which Customs duties and other taxes are payable are below a certain amount as determined by the Customs administration.
16454    _3,
16455    #[strum(serialize = "4")]
16456    /// High value consignments
16457    ///
16458    /// Imported consignments/items/goods which are determined as having a value above a certain amount fixed by the Customs administration, which may or may not attract duties and taxes.
16459    _4,
16460    #[strum(serialize = "5")]
16461    /// Other non-containerized
16462    ///
16463    /// Non-containerized cargo which cannot be categorized by any of the other nature of cargo code.
16464    _5,
16465    #[strum(serialize = "6")]
16466    /// Vehicles
16467    ///
16468    /// Vehicles which are not stowed in containers.
16469    _6,
16470    #[strum(serialize = "7")]
16471    /// Roll-on roll-off
16472    ///
16473    /// Cargo transported or to be transported on roll-on roll- off vessels and which is transportable on its own wheels or stowed on special heavy duty trailers.
16474    _7,
16475    #[strum(serialize = "8")]
16476    /// Palletized
16477    ///
16478    /// Non-containerized cargo which is palletized.
16479    _8,
16480    #[strum(serialize = "9")]
16481    /// Containerized
16482    ///
16483    /// Cargo stowed or to be stowed in a container.
16484    _9,
16485    #[strum(serialize = "10")]
16486    /// Breakbulk
16487    ///
16488    /// Non-containerized cargo stowed in vessels' holds.
16489    _10,
16490    #[strum(serialize = "11")]
16491    /// Hazardous cargo
16492    ///
16493    /// Cargo with dangerous properties, according to appropriate dangerous goods regulations.
16494    _11,
16495    #[strum(serialize = "12")]
16496    /// General cargo
16497    ///
16498    /// Cargo of a general nature, not otherwise specified.
16499    _12,
16500    #[strum(serialize = "13")]
16501    /// Liquid cargo
16502    ///
16503    /// Cargo in liquid form.
16504    _13,
16505    #[strum(serialize = "14")]
16506    /// Temperature controlled cargo
16507    ///
16508    /// Cargo transported under specified temperature conditions.
16509    _14,
16510    #[strum(serialize = "15")]
16511    /// Environmental pollutant cargo
16512    ///
16513    /// Cargo is an environmental pollutant.
16514    _15,
16515    #[strum(serialize = "16")]
16516    /// Not-hazardous cargo
16517    ///
16518    /// Cargo which is not hazardous.
16519    _16,
16520    #[strum(serialize = "17")]
16521    /// Diplomatic
16522    ///
16523    /// Cargo transported under diplomatic conditions.
16524    _17,
16525    #[strum(serialize = "18")]
16526    /// Military
16527    ///
16528    /// Cargo for military purposes.
16529    _18,
16530    #[strum(serialize = "19")]
16531    /// Obnoxious
16532    ///
16533    /// Cargo that is objectionable to human senses.
16534    _19,
16535    #[strum(serialize = "20")]
16536    /// Out of gauge
16537    ///
16538    /// Cargo that has at least one non-standard dimension.
16539    _20,
16540    #[strum(serialize = "21")]
16541    /// Household goods and personal effects
16542    ///
16543    /// Cargo consisting of household goods and personal effects.
16544    _21,
16545    #[strum(serialize = "22")]
16546    /// Frozen cargo
16547    ///
16548    /// Cargo of frozen products.
16549    _22,
16550}
16551
16552/// Service requirement code
16553///
16554/// Code specifying a service requirement.
16555#[derive(Debug, Serialize, Deserialize, EnumString, Display, Clone)]
16556pub enum _7273 {
16557    #[strum(serialize = "1")]
16558    /// Carrier loads
16559    ///
16560    /// The cargo is loaded in the equipment by the carrier.
16561    _1,
16562    #[strum(serialize = "2")]
16563    /// Full loads
16564    ///
16565    /// Container to be stuffed or stripped under responsibility and for account of the shipper or the consignee.
16566    _2,
16567    #[strum(serialize = "3")]
16568    /// Less than full loads
16569    ///
16570    /// Container to be stuffed and stripped for account and risk of the carrier.
16571    _3,
16572    #[strum(serialize = "4")]
16573    /// Shipper loads
16574    ///
16575    /// The cargo is loaded in the equipment by the shipper.
16576    _4,
16577    #[strum(serialize = "5")]
16578    /// To be delivered
16579    ///
16580    /// The cargo is to be delivered as instructed.
16581    _5,
16582    #[strum(serialize = "6")]
16583    /// To be kept
16584    ///
16585    /// The cargo is to be retained awaiting further instructions.
16586    _6,
16587    #[strum(serialize = "7")]
16588    /// Transhipment allowed
16589    ///
16590    /// Transhipment of goods is allowed.
16591    _7,
16592    #[strum(serialize = "8")]
16593    /// Transhipment not allowed
16594    ///
16595    /// Transhipment of goods is not allowed.
16596    _8,
16597    #[strum(serialize = "9")]
16598    /// Partial shipment allowed
16599    ///
16600    /// Partial shipment is allowed.
16601    _9,
16602    #[strum(serialize = "10")]
16603    /// Partial shipment not allowed
16604    ///
16605    /// Partial shipment is not allowed.
16606    _10,
16607    #[strum(serialize = "11")]
16608    /// Partial shipment and/or drawing allowed
16609    ///
16610    /// Partial shipment and/or drawing is allowed.
16611    _11,
16612    #[strum(serialize = "12")]
16613    /// Partial shipment and/or drawing not allowed
16614    ///
16615    /// Partial shipment and/or drawing is not allowed.
16616    _12,
16617    #[strum(serialize = "13")]
16618    /// Carrier unloads
16619    ///
16620    /// The cargo is to be unloaded from the equipment by the carrier.
16621    _13,
16622    #[strum(serialize = "14")]
16623    /// Shipper unloads
16624    ///
16625    /// The cargo is to be unloaded from the equipment by the shipper.
16626    _14,
16627    #[strum(serialize = "15")]
16628    /// Consignee unloads
16629    ///
16630    /// The cargo is to be unloaded from the equipment by the consignee.
16631    _15,
16632    #[strum(serialize = "16")]
16633    /// Consignee loads
16634    ///
16635    /// The cargo is to be loaded in the equipment by the consignee.
16636    _16,
16637    #[strum(serialize = "17")]
16638    /// Exclusive usage of equipment
16639    ///
16640    /// Usage of the equipment is reserved for exclusive use.
16641    _17,
16642    #[strum(serialize = "18")]
16643    /// Non exclusive usage of equipment
16644    ///
16645    /// Usage of the equipment is not reserved for exclusive use.
16646    _18,
16647    #[strum(serialize = "19")]
16648    /// Direct delivery
16649    ///
16650    /// Consignment for direct delivery to the consignee.
16651    _19,
16652    #[strum(serialize = "20")]
16653    /// Direct pick-up
16654    ///
16655    /// Consignment for direct pick-up from the consignee.
16656    _20,
16657    #[strum(serialize = "21")]
16658    /// Request for delivery advice services
16659    ///
16660    /// The service provider is requested to advise about delivery.
16661    _21,
16662    #[strum(serialize = "22")]
16663    /// Do not arrange customs clearance
16664    ///
16665    /// Indication that the recipient of the message is not to arrange customs clearance.
16666    _22,
16667    #[strum(serialize = "23")]
16668    /// Arrange customs clearance
16669    ///
16670    /// Indication that the recipient of the message is to arrange customs clearance.
16671    _23,
16672    #[strum(serialize = "24")]
16673    /// Check container condition
16674    ///
16675    /// Condition of the container is to be checked.
16676    _24,
16677    #[strum(serialize = "25")]
16678    /// Damaged containers allowed
16679    ///
16680    /// Damaged containers are allowed.
16681    _25,
16682    #[strum(serialize = "26")]
16683    /// Dirty containers allowed
16684    ///
16685    /// Dirty containers are allowed.
16686    _26,
16687    #[strum(serialize = "27")]
16688    /// Fork lift holes not required
16689    ///
16690    /// Container needs not to be equipped with pocket holes, but they are allowed.
16691    _27,
16692    #[strum(serialize = "28")]
16693    /// Fork lift holes required
16694    ///
16695    /// Container must be equipped with pocket holes.
16696    _28,
16697    #[strum(serialize = "29")]
16698    /// Insure goods during transport
16699    ///
16700    /// Indication that the recipient of the message is to insure the goods during transport.
16701    _29,
16702    #[strum(serialize = "30")]
16703    /// Arrange main-carriage
16704    ///
16705    /// Indication that the recipient of the message is to arrange the main-carriage.
16706    _30,
16707    #[strum(serialize = "31")]
16708    /// Arrange on-carriage
16709    ///
16710    /// Indication that the recipient of the message is to arrange the on-carriage.
16711    _31,
16712    #[strum(serialize = "32")]
16713    /// Arrange pre-carriage
16714    ///
16715    /// Indication that the recipient of the message is to arrange the pre-carriage.
16716    _32,
16717    #[strum(serialize = "33")]
16718    /// Report container safety convention information
16719    ///
16720    /// Indication that the information on the Container Safety Convention plate (CSC-plate) should be reported.
16721    _33,
16722    #[strum(serialize = "34")]
16723    /// Check seals
16724    ///
16725    /// Sealing up of the container is to be checked.
16726    _34,
16727    #[strum(serialize = "35")]
16728    /// Container must be clean
16729    ///
16730    /// Container is to be released or delivered clean.
16731    _35,
16732    #[strum(serialize = "36")]
16733    /// Request for proof of delivery
16734    ///
16735    /// The service provider is requested to provide proof of delivery.
16736    _36,
16737    #[strum(serialize = "37")]
16738    /// Request for Customs procedure
16739    ///
16740    /// The service provider is requested to perform Customs procedure.
16741    _37,
16742    #[strum(serialize = "38")]
16743    /// Request for administration services
16744    ///
16745    /// The service provider is requested to perform administration services.
16746    _38,
16747    #[strum(serialize = "39")]
16748    /// Transport insulated under Intercontainer INTERFRIGO conditions
16749    ///
16750    /// Insulated transport under Intercontainer INTERFRIGO (joint European railways agreement) conditions.
16751    _39,
16752    #[strum(serialize = "40")]
16753    /// Transport mechanically refrigerated under Intercontainer INTERFRIGO conditions
16754    ///
16755    /// Mechanically refrigerated transport under Intercontainer INTERFRIGO (joint European railways agreement) conditions.
16756    _40,
16757    #[strum(serialize = "41")]
16758    /// Cool or freeze service, not under Intercontainer INTERFRIGO conditions
16759    ///
16760    /// Cool or freeze service not under Intercontainer INTERFRIGO (joint European railways agreement) conditions.
16761    _41,
16762    #[strum(serialize = "42")]
16763    /// Transhipment overseas
16764    ///
16765    /// Transport equipment is to be transferred overseas.
16766    _42,
16767    #[strum(serialize = "43")]
16768    /// Station delivery
16769    ///
16770    /// The specified equipment destination station is also the place of delivery of the goods.
16771    _43,
16772    #[strum(serialize = "44")]
16773    /// Non station delivery
16774    ///
16775    /// The specified equipment destination station is not the place of delivery of the goods.
16776    _44,
16777    #[strum(serialize = "45")]
16778    /// Cleaning or disinfecting
16779    ///
16780    /// The service required is cleaning or disinfection.
16781    _45,
16782    #[strum(serialize = "46")]
16783    /// Close ventilation valve
16784    ///
16785    /// The ventilation valve of the equipment must be closed.
16786    _46,
16787    #[strum(serialize = "47")]
16788    /// Consignment held for pick-up
16789    ///
16790    /// The consignment is to be held until it is picked up.
16791    _47,
16792    #[strum(serialize = "48")]
16793    /// Refrigeration unit check
16794    ///
16795    /// Refrigeration unit has to be checked.
16796    _48,
16797    #[strum(serialize = "49")]
16798    /// Customs clearance at arrival country by carrier
16799    ///
16800    /// The carrier is to arrange customs clearance in the arrival country.
16801    _49,
16802    #[strum(serialize = "50")]
16803    /// Customs clearance at departure country by carrier
16804    ///
16805    /// The carrier is to arrange customs clearance in the departure country.
16806    _50,
16807    #[strum(serialize = "51")]
16808    /// Heating for live animals
16809    ///
16810    /// Heating for live animals has to be provided.
16811    _51,
16812    #[strum(serialize = "52")]
16813    /// Goods humidification
16814    ///
16815    /// Humidification of the goods has to be performed.
16816    _52,
16817    #[strum(serialize = "53")]
16818    /// Ensure load is secure
16819    ///
16820    /// The load must be checked for correct stowage.
16821    _53,
16822    #[strum(serialize = "54")]
16823    /// Open ventilation valve
16824    ///
16825    /// The ventilation valve of the equipment must be opened.
16826    _54,
16827    #[strum(serialize = "55")]
16828    /// Phytosanitary control
16829    ///
16830    /// Phytosanitary control to be performed.
16831    _55,
16832    #[strum(serialize = "56")]
16833    /// Tare check by carrier
16834    ///
16835    /// Carrier must check the tare of the equipment and attached items.
16836    _56,
16837    #[strum(serialize = "57")]
16838    /// Temperature check
16839    ///
16840    /// The temperature must be checked.
16841    _57,
16842    #[strum(serialize = "58")]
16843    /// Weighing of goods
16844    ///
16845    /// The goods have to be weighed.
16846    _58,
16847    #[strum(serialize = "59")]
16848    /// Escort
16849    ///
16850    /// An escort is required.
16851    _59,
16852    #[strum(serialize = "60")]
16853    /// No escort
16854    ///
16855    /// An escort is not required.
16856    _60,
16857}
16858
16859#[cfg(test)]
16860mod test {
16861    use super::*;
16862    use crate::util::clean_num;
16863    use std::str::FromStr;
16864    #[test]
16865    fn test_1001() {
16866        let vars = ["705", "706", "01"];
16867        let res = vars.first().map(|x| _1001::from_str(clean_num(x)).unwrap());
16868        assert_eq!(res, Some(_1001::_705));
16869        let res = vars.get(1).map(|x| _1001::from_str(clean_num(x)).unwrap());
16870        assert_eq!(res, Some(_1001::_706));
16871        let res = vars.get(2).map(|x| _1001::from_str(clean_num(x)).unwrap());
16872        assert_eq!(res, Some(_1001::_1));
16873        println!("{}", res.unwrap());
16874    }
16875}