]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S4451.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4451.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S4451
7 ( simple4451
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 4451 Text subject code qualifier [C]
16 -- >
17 -- > Desc: Code qualifying the subject of the text.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AAA Goods description
22 -- > [7002] Plain language description of the nature of the
23 -- > goods sufficient to identify them at the level required
24 -- > for banking, Customs, statistical or transport purposes,
25 -- > avoiding unnecessary detail (Generic term).
26 -- >
27 -- > AAB Terms of payments
28 -- > [4276] Conditions of payment between the parties to a
29 -- > transaction (generic term).
30 -- >
31 -- > AAC Dangerous goods additional information
32 -- > Additional information concerning dangerous goods.
33 -- >
34 -- > AAD Dangerous goods, technical name
35 -- > Proper shipping name, supplemented as necessary with the
36 -- > correct technical name, by which a dangerous substance
37 -- > or article may be correctly identified or which is
38 -- > sufficiently informative to permit identification by
39 -- > reference to generally available literature.
40 -- >
41 -- > AAE Acknowledgement description
42 -- > The content of an acknowledgement.
43 -- >
44 -- > AAF Rate additional information
45 -- > Specific details applying to rates.
46 -- >
47 -- > AAG Party instructions
48 -- > Indicates that the segment contains instructions to be
49 -- > passed on to the identified party.
50 -- >
51 -- > AAH Customs information
52 -- > [4034] Information entered by Customs on the CIM.
53 -- >
54 -- > AAI General information
55 -- > The text contains general information.
56 -- >
57 -- > AAJ Additional conditions of sale/purchase
58 -- > Additional conditions specific to this order or project.
59 -- >
60 -- > AAK Price conditions
61 -- > Information on the price conditions that are expected or
62 -- > given.
63 -- >
64 -- > AAL Goods dimensions in characters
65 -- > Expression of a number in characters as length of ten
66 -- > meters.
67 -- >
68 -- > AAM Equipment re-usage restrictions
69 -- > Technical or commercial reasons why a piece of equipment
70 -- > may not be re-used after the current transport
71 -- > terminates.
72 -- >
73 -- > AAN Handling restriction
74 -- > Restrictions in handling depending on the technical
75 -- > characteristics of the piece of equipment or on the
76 -- > nature of the goods.
77 -- >
78 -- > AAO Error description (free text)
79 -- > Error described by a free text.
80 -- >
81 -- > AAP Response (free text)
82 -- > Free text of the response to a communication.
83 -- >
84 -- > AAQ Package content's description
85 -- > A description of the contents of a package.
86 -- >
87 -- > AAR Terms of delivery
88 -- > (4053) Free text of the non Incoterms terms of delivery.
89 -- > For Incoterms, use: 4053.
90 -- >
91 -- > AAS Bill of lading remarks
92 -- > The remarks printed or to be printed on a bill of
93 -- > lading.
94 -- >
95 -- > AAT Mode of settlement information
96 -- > Free text information on an IATA Air Waybill to indicate
97 -- > means by which account is to be settled.
98 -- >
99 -- > AAU Consignment invoice information
100 -- > Information pertaining to the invoice covering the
101 -- > consignment.
102 -- >
103 -- > AAV Clearance invoice information
104 -- > Information pertaining to the invoice covering clearance
105 -- > of the cargo.
106 -- >
107 -- > AAW Letter of credit information
108 -- > Information pertaining to the letter of credit.
109 -- >
110 -- > AAX License information
111 -- > Information pertaining to a license.
112 -- >
113 -- > AAY Certification statements
114 -- > The text contains certification statements.
115 -- >
116 -- > AAZ Additional export information
117 -- > The text contains additional export information.
118 -- >
119 -- > ABA Tariff statements
120 -- > Description of parameters relating to a tariff.
121 -- >
122 -- > ABB Medical history
123 -- > Historical details of a patients medical events.
124 -- >
125 -- > ABC Conditions of sale or purchase
126 -- > Additional information regarding terms and conditions
127 -- > which apply to the transaction.
128 -- >
129 -- > ABD Nature of transaction
130 -- > An indication for customs of the type of contract under
131 -- > which goods are supplied.
132 -- >
133 -- > ABE Additional terms and/or conditions (documentary credit)
134 -- > Additional terms and/or conditions to the documentary
135 -- > credit.
136 -- >
137 -- > ABF Instructions or information about standby documentary
138 -- > credit
139 -- > Instruction or information about a standby documentary
140 -- > credit.
141 -- >
142 -- > ABG Instructions or information about partial shipment(s)
143 -- > Instructions or information about partial shipment(s).
144 -- >
145 -- > ABH Instructions or information about transhipment(s)
146 -- > Instructions or information about transhipment(s).
147 -- >
148 -- > ABI Additional handling instructions documentary credit
149 -- > Additional handling instructions for a documentary
150 -- > credit.
151 -- >
152 -- > ABJ Domestic routing information
153 -- > Information regarding the domestic routing.
154 -- >
155 -- > ABK Chargeable category of equipment
156 -- > Equipment types are coded by category for financial
157 -- > purposes.
158 -- >
159 -- > ABL Government information
160 -- > Information pertaining to government.
161 -- >
162 -- > ABM Onward routing information
163 -- > Self explanatory.
164 -- >
165 -- > ABN Accounting information
166 -- > Self explanatory.
167 -- >
168 -- > ABO Discrepancy information
169 -- > Free text or coded information to indicate a specific
170 -- > discrepancy.
171 -- >
172 -- > ABP Confirmation instructions
173 -- > Documentary credit confirmation instructions.
174 -- >
175 -- > ABQ Method of issuance
176 -- > Method of issuance of documentary credit.
177 -- >
178 -- > ABR Documents delivery instructions
179 -- > Delivery instructions for documents required under a
180 -- > documentary credit.
181 -- >
182 -- > ABS Additional conditions
183 -- > Additional conditions to the issuance of a documentary
184 -- > credit.
185 -- >
186 -- > ABT Information/instructions about additional amounts covered
187 -- > Additional amounts information/instruction.
188 -- >
189 -- > ABU Deferred payment termed additional
190 -- > Additional terms concerning deferred payment.
191 -- >
192 -- > ABV Acceptance terms additional
193 -- > Additional terms concerning acceptance.
194 -- >
195 -- > ABW Negotiation terms additional
196 -- > Additional terms concerning negotiation.
197 -- >
198 -- > ABX Document name and documentary requirements
199 -- > Document name and documentary requirements.
200 -- >
201 -- > X ABY Regulatory information
202 -- > The free text contains information for regulatory
203 -- > authority.
204 -- >
205 -- > Note:
206 -- > 1. This code value will be removed effective with
207 -- > directory D.02B.
208 -- >
209 -- > ABZ Instructions/information about revolving documentary credit
210 -- > Instructions/information about a revolving documentary
211 -- > credit.
212 -- >
213 -- > ACA Documentary requirements
214 -- > Specification of the documentary requirements.
215 -- >
216 -- > ACB Additional information
217 -- > The text contains additional information.
218 -- >
219 -- > ACC Factor assignment clause
220 -- > Assignment based on an agreement between seller and
221 -- > factor.
222 -- >
223 -- > ACD Reason
224 -- > Reason for a request or response.
225 -- >
226 -- > ACE Dispute
227 -- > A notice, usually from buyer to seller, that something
228 -- > was found wrong with goods delivered or the services
229 -- > rendered, or with the related invoice.
230 -- >
231 -- > ACF Additional attribute information
232 -- > The text refers to information about an additional
233 -- > attribute not otherwise specified.
234 -- >
235 -- > ACG Absence declaration
236 -- > A declaration on the reason of the absence.
237 -- >
238 -- > ACH Aggregation statement
239 -- > A statement on the way a specific variable or set of
240 -- > variables has been aggregated.
241 -- >
242 -- > ACI Compilation statement
243 -- > A statement on the compilation status of an array or
244 -- > other set of figures or calculations.
245 -- >
246 -- > ACJ Definitional exception
247 -- > An exception to the agreed definition of a term,
248 -- > concept, formula or other object.
249 -- >
250 -- > ACK Privacy statement
251 -- > A statement on the privacy or confidential nature of an
252 -- > object.
253 -- >
254 -- > ACL Quality statement
255 -- > A statement on the quality of an object.
256 -- >
257 -- > ACM Statistical description
258 -- > The description of a statistical object such as a value
259 -- > list, concept, or structure definition.
260 -- >
261 -- > ACN Statistical definition
262 -- > The definition of a statistical object such as a value
263 -- > list, concept, or structure definition.
264 -- >
265 -- > ACO Statistical name
266 -- > The name of a statistical object such as a value list,
267 -- > concept or structure definition.
268 -- >
269 -- > ACP Statistical title
270 -- > The title of a statistical object such as a value list,
271 -- > concept, or structure definition.
272 -- >
273 -- > ACQ Off-dimension information
274 -- > Information relating to differences between the actual
275 -- > transport dimensions and the normally applicable
276 -- > dimensions.
277 -- >
278 -- > ACR Unexpected stops information
279 -- > Information relating to unexpected stops during a
280 -- > conveyance.
281 -- >
282 -- > ACS Principles
283 -- > Text subject is principles section of the UN/EDIFACT
284 -- > rules for presentation of standardized message and
285 -- > directories documentation.
286 -- >
287 -- > ACT Terms and definition
288 -- > Text subject is terms and definition section of the
289 -- > UN/EDIFACT rules for presentation of standardized
290 -- > message and directories documentation.
291 -- >
292 -- > ACU Segment name
293 -- > Text subject is segment name.
294 -- >
295 -- > ACV Simple data element name
296 -- > Text subject is name of simple data element.
297 -- >
298 -- > ACW Scope
299 -- > Text subject is scope section of the UN/EDIFACT rules
300 -- > for presentation of standardized message and directories
301 -- > documentation.
302 -- >
303 -- > ACX Message type name
304 -- > Text subject is name of message type.
305 -- >
306 -- > ACY Introduction
307 -- > Text subject is introduction section of the UN/EDIFACT
308 -- > rules for presentation of standardized message and
309 -- > directories documentation.
310 -- >
311 -- > ACZ Glossary
312 -- > Text subject is glossary section of the UN/EDIFACT rules
313 -- > for presentation of standardized message and directories
314 -- > documentation.
315 -- >
316 -- > ADA Functional definition
317 -- > Text subject is functional definition section of the
318 -- > UN/EDIFACT rules for presentation of standardized
319 -- > message and directories documentation.
320 -- >
321 -- > ADB Examples
322 -- > Text subject is examples as given in the example(s)
323 -- > section of the UN/EDIFACT rules for presentation of
324 -- > standardized message and directories documentation.
325 -- >
326 -- > ADC Cover page
327 -- > Text subject is cover page of the UN/EDIFACT rules for
328 -- > presentation of standardized message and directories
329 -- > documentation.
330 -- >
331 -- > ADD Dependency (syntax) notes
332 -- > Denotes that the associated text is a dependency
333 -- > (syntax) note.
334 -- >
335 -- > ADE Code value name
336 -- > Text subject is name of code value.
337 -- >
338 -- > ADF Code list name
339 -- > Text subject is name of code list.
340 -- >
341 -- > ADG Clarification of usage
342 -- > Text subject is an explanation of the intended usage of
343 -- > a segment or segment group.
344 -- >
345 -- > ADH Composite data element name
346 -- > Text subject is name of composite data element.
347 -- >
348 -- > ADI Field of application
349 -- > Text subject is field of application of the UN/EDIFACT
350 -- > rules for presentation of standardized message and
351 -- > directories documentation.
352 -- >
353 -- > ADJ Type of assets and liabilities
354 -- > Information describing the type of assets and
355 -- > liabilities.
356 -- >
357 -- > ADK Promotion information
358 -- > The text contains information about a promotion.
359 -- >
360 -- > ADL Meter condition
361 -- > Description of the condition of a meter.
362 -- >
363 -- > ADM Meter reading information
364 -- > Information related to a particular reading of a meter.
365 -- >
366 -- > ADN Type of transaction reason
367 -- > Information describing the type of the reason of
368 -- > transaction.
369 -- >
370 -- > ADO Type of survey question
371 -- > Type of survey question.
372 -- >
373 -- > ADP Carrier's agent counter information
374 -- > Information for use at the counter of the carrier's
375 -- > agent.
376 -- >
377 -- > ADQ Description of work item on equipment
378 -- > Description or code for the operation to be executed on
379 -- > the equipment.
380 -- >
381 -- > ADR Message definition
382 -- > Text subject is message definition.
383 -- >
384 -- > ADS Booked item information
385 -- > Information pertaining to a booked item.
386 -- >
387 -- > ADT Source of document
388 -- > Text subject is source of document.
389 -- >
390 -- > ADU Note
391 -- > Text subject is note.
392 -- >
393 -- > ADV Fixed part of segment clarification text
394 -- > Text subject is fixed part of segment clarification
395 -- > text.
396 -- >
397 -- > ADW Characteristics of goods
398 -- > Description of the characteristics of goods in addition
399 -- > to the description of the goods [7002].
400 -- >
401 -- > ADX Additional discharge instructions
402 -- > Special discharge instructions concerning the goods.
403 -- >
404 -- > ADY Container stripping instructions
405 -- > Instructions regarding the stripping of container(s).
406 -- >
407 -- > ADZ CSC (Container Safety Convention) plate information
408 -- > Information on the CSC (Container Safety Convention)
409 -- > plate that is attached to the container.
410 -- >
411 -- > AEA Cargo remarks
412 -- > Additional remarks concerning the cargo.
413 -- >
414 -- > AEB Temperature control instructions
415 -- > Instruction regarding the temperature control of the
416 -- > cargo.
417 -- >
418 -- > AEC Text refers to expected data
419 -- > Remarks refer to data that was expected.
420 -- >
421 -- > AED Text refers to received data
422 -- > Remarks refer to data that was received.
423 -- >
424 -- > AEE Section clarification text
425 -- > Text subject is section clarification text.
426 -- >
427 -- > AEF Information to the beneficiary
428 -- > Information given to the beneficiary.
429 -- >
430 -- > AEG Information to the applicant
431 -- > Information given to the applicant.
432 -- >
433 -- > AEH Instructions to the beneficiary
434 -- > Instructions made to the beneficiary.
435 -- >
436 -- > AEI Instructions to the applicant
437 -- > Instructions given to the applicant.
438 -- >
439 -- > AEJ Controlled atmosphere
440 -- > Information about the controlled atmosphere.
441 -- >
442 -- > AEK Take off annotation
443 -- > Additional information in plain text to support a take
444 -- > off annotation. Taking off is the process of assessing
445 -- > the quantity work from extracting the measurement from
446 -- > construction documentation.
447 -- >
448 -- > AEL Price variation narrative
449 -- > Additional information in plain language to support a
450 -- > price variation.
451 -- >
452 -- > AEM Documentary credit amendment instructions
453 -- > Documentary credit amendment instructions.
454 -- >
455 -- > AEN Standard method narrative
456 -- > Additional information in plain language to support a
457 -- > standard method.
458 -- >
459 -- > AEO Project narrative
460 -- > Additional information in plain language to support the
461 -- > project.
462 -- >
463 -- > AEP Radioactive goods, additional information
464 -- > Additional information related to radioactive goods.
465 -- >
466 -- > AEQ Bank-to-bank information
467 -- > Information given from one bank to another.
468 -- >
469 -- > AER Reimbursement instructions
470 -- > Instructions given for reimbursement purposes.
471 -- >
472 -- > AES Reason for amending a message
473 -- > Identification of the reason for amending a message.
474 -- >
475 -- > AET Instructions to the paying and/or accepting and/or
476 -- > negotiating bank
477 -- > Instructions to the paying and/or accepting and/or
478 -- > negotiating bank.
479 -- >
480 -- > AEU Interest instructions
481 -- > Instructions given about the interest.
482 -- >
483 -- > AEV Agent commission
484 -- > Instructions about agent commission.
485 -- >
486 -- > AEW Remitting bank instructions
487 -- > Instructions to the remitting bank.
488 -- >
489 -- > AEX Instructions to the collecting bank
490 -- > Instructions to the bank, other than the remitting bank,
491 -- > involved in processing the collection.
492 -- >
493 -- > AEY Collection amount instructions
494 -- > Instructions about the collection amount.
495 -- >
496 -- > AEZ Internal auditing information
497 -- > Text relating to internal auditing information.
498 -- >
499 -- > AFA Constraint
500 -- > Denotes that the associated text is a constraint.
501 -- >
502 -- > AFB Comment
503 -- > Denotes that the associated text is a comment.
504 -- >
505 -- > AFC Semantic note
506 -- > Denotes that the associated text is a semantic note.
507 -- >
508 -- > AFD Help text
509 -- > Denotes that the associated text is an item of help
510 -- > text.
511 -- >
512 -- > AFE Legend
513 -- > Denotes that the associated text is a legend.
514 -- >
515 -- > AFF Batch code structure
516 -- > A description of the structure of a batch code.
517 -- >
518 -- > AFG Product application
519 -- > A general description of the application of a product.
520 -- >
521 -- > AFH Customer complaint
522 -- > Complaint of customer.
523 -- >
524 -- > AFI Probable cause of fault
525 -- > The probable cause of fault.
526 -- >
527 -- > AFJ Defect description
528 -- > Description of the defect.
529 -- >
530 -- > AFK Repair description
531 -- > The description of the work performed during the repair.
532 -- >
533 -- > AFL Review comments
534 -- > Comments relevant to a review.
535 -- >
536 -- > AFM Title
537 -- > Denotes that the associated text is a title.
538 -- >
539 -- > AFN Description of amount
540 -- > An amount description in clear text.
541 -- >
542 -- > AFO Responsibilities
543 -- > Information describing the responsibilities.
544 -- >
545 -- > AFP Supplier
546 -- > Information concerning suppliers.
547 -- >
548 -- > AFQ Purchase region
549 -- > Information concerning the region(s) where purchases are
550 -- > made.
551 -- >
552 -- > AFR Affiliation
553 -- > Information concerning an association of one party with
554 -- > another party(ies).
555 -- >
556 -- > AFS Borrower
557 -- > Information concerning the borrower.
558 -- >
559 -- > AFT Line of business
560 -- > Information concerning an entity's line of business.
561 -- >
562 -- > AFU Financial institution
563 -- > Description of financial institution(s) used by an
564 -- > entity.
565 -- >
566 -- > AFV Business founder
567 -- > Information about the business founder.
568 -- >
569 -- > AFW Business history
570 -- > Description of the business history.
571 -- >
572 -- > AFX Banking arrangements
573 -- > Information concerning the general banking arrangements.
574 -- >
575 -- > AFY Business origin
576 -- > Description of the business origin.
577 -- >
578 -- > AFZ Brand names' description
579 -- > Description of the entity's brands.
580 -- >
581 -- > AGA Business financing details
582 -- > Details about the financing of the business.
583 -- >
584 -- > AGB Competition
585 -- > Information concerning an entity's competition.
586 -- >
587 -- > AGC Construction process details
588 -- > Details about the construction process.
589 -- >
590 -- > AGD Construction specialty
591 -- > Information concerning the line of business of a
592 -- > construction entity.
593 -- >
594 -- > AGE Contract information
595 -- > Details about contract(s).
596 -- >
597 -- > AGF Corporate filing
598 -- > Details about a corporate filing.
599 -- >
600 -- > AGG Customer information
601 -- > Description of customers.
602 -- >
603 -- > AGH Copyright notice
604 -- > Information concerning the copyright notice.
605 -- >
606 -- > AGI Contingent debt
607 -- > Details about the contingent debt.
608 -- >
609 -- > AGJ Conviction details
610 -- > Details about the law or penal codes that resulted in
611 -- > conviction.
612 -- >
613 -- > AGK Equipment
614 -- > Description of equipment.
615 -- >
616 -- > AGL Workforce description
617 -- > Comments about the workforce.
618 -- >
619 -- > AGM Exemption
620 -- > Description about exemptions.
621 -- >
622 -- > AGN Future plans
623 -- > Information on future plans.
624 -- >
625 -- > AGO Interviewee conversation information
626 -- > Information concerning the interviewee conversation.
627 -- >
628 -- > AGP Intangible asset
629 -- > Description of intangible asset(s).
630 -- >
631 -- > AGQ Inventory
632 -- > Description of the inventory.
633 -- >
634 -- > AGR Investment
635 -- > Description of the investments.
636 -- >
637 -- > AGS Intercompany relations information
638 -- > Description of the intercompany relations.
639 -- >
640 -- > AGT Joint venture
641 -- > Description of the joint venture.
642 -- >
643 -- > AGU Loan
644 -- > Description of a loan.
645 -- >
646 -- > AGV Long term debt
647 -- > Description of the long term debt.
648 -- >
649 -- > AGW Location
650 -- > Description of a location.
651 -- >
652 -- > AGX Current legal structure
653 -- > Details on the current legal structure.
654 -- >
655 -- > AGY Marital contract
656 -- > Details on a marital contract.
657 -- >
658 -- > AGZ Marketing activities
659 -- > Information concerning marketing activities.
660 -- >
661 -- > AHA Merger
662 -- > Description of a merger.
663 -- >
664 -- > AHB Marketable securities
665 -- > Description of the marketable securities.
666 -- >
667 -- > AHC Business debt
668 -- > Description of the business debt(s).
669 -- >
670 -- > AHD Original legal structure
671 -- > Information concerning the original legal structure.
672 -- >
673 -- > AHE Employee sharing arrangements
674 -- > Information describing how a company uses employees from
675 -- > another company.
676 -- >
677 -- > AHF Organization details
678 -- > Description about the organization of a company.
679 -- >
680 -- > AHG Public record details
681 -- > Information concerning public records.
682 -- >
683 -- > AHH Price range
684 -- > Information concerning the price range of products made
685 -- > or sold.
686 -- >
687 -- > AHI Qualifications
688 -- > Information on the accomplishments fitting a party for a
689 -- > position.
690 -- >
691 -- > AHJ Registered activity
692 -- > Information concerning the registered activity.
693 -- >
694 -- > AHK Criminal sentence
695 -- > Description of the sentence imposed in a criminal
696 -- > proceeding.
697 -- >
698 -- > AHL Sales method
699 -- > Description of the selling means.
700 -- >
701 -- > AHM Educational institution information
702 -- > Free form description relating to the school(s)
703 -- > attended.
704 -- >
705 -- > AHN Status details
706 -- > Describes the status details.
707 -- >
708 -- > AHO Sales
709 -- > Description of the sales.
710 -- >
711 -- > AHP Spouse information
712 -- > Information about the spouse.
713 -- >
714 -- > AHQ Educational degree information
715 -- > Details about the educational degree received from a
716 -- > school.
717 -- >
718 -- > AHR Shareholding information
719 -- > General description of shareholding.
720 -- >
721 -- > AHS Sales territory
722 -- > Information on the sales territory.
723 -- >
724 -- > AHT Accountant's comments
725 -- > Comments made by an accountant regarding a financial
726 -- > statement.
727 -- >
728 -- > AHU Exemption law location
729 -- > Description of the exemption provided to a location by a
730 -- > law.
731 -- >
732 -- > AHV Share classifications
733 -- > Information about the classes or categories of shares.
734 -- >
735 -- > AHW Forecast
736 -- > Description of a prediction.
737 -- >
738 -- > AHX Event location
739 -- > Description of the location of an event.
740 -- >
741 -- > AHY Facility occupancy
742 -- > Information related to occupancy of a facility.
743 -- >
744 -- > AHZ Import and export details
745 -- > Specific information provided about the importation and
746 -- > exportation of goods.
747 -- >
748 -- > AIA Additional facility information
749 -- > Additional information about a facility.
750 -- >
751 -- > AIB Inventory value
752 -- > Description of the value of inventory.
753 -- >
754 -- > AIC Education
755 -- > Description of the education of a person.
756 -- >
757 -- > AID Event
758 -- > Description of a thing that happens or takes place.
759 -- >
760 -- > AIE Agent
761 -- > Information about agents the entity uses.
762 -- >
763 -- > AIF Domestically agreed financial statement details
764 -- > Details of domestically agreed financial statement.
765 -- >
766 -- > AIG Other current asset description
767 -- > Description of other current asset.
768 -- >
769 -- > AIH Other current liability description
770 -- > Description of other current liability.
771 -- >
772 -- > AII Former business activity
773 -- > Description of the former line of business.
774 -- >
775 -- > AIJ Trade name use
776 -- > Description of how a trading name is used.
777 -- >
778 -- > AIK Signing authority
779 -- > Description of the authorized signatory.
780 -- >
781 -- > AIL Guarantee
782 -- > Description of guarantee.
783 -- >
784 -- > AIM Holding company operation
785 -- > Description of the operation of a holding company.
786 -- >
787 -- > AIN Consignment routing
788 -- > Information on routing of the consignment.
789 -- >
790 -- > AIO Letter of protest
791 -- > A letter citing any condition in dispute.
792 -- >
793 -- > AIP Question
794 -- > A free text question.
795 -- >
796 -- > AIQ Party information
797 -- > Free text information related to a party.
798 -- >
799 -- > AIR Area boundaries description
800 -- > Description of the boundaries of a geographical area.
801 -- >
802 -- > AIS Advertisement information
803 -- > The free text contains advertisement information.
804 -- >
805 -- > AIT Financial statement details
806 -- > Details regarding the financial statement in free text.
807 -- >
808 -- > AIU Access instructions
809 -- > Description of how to access an entity.
810 -- >
811 -- > AIV Liquidity
812 -- > Description of an entity's liquidity.
813 -- >
814 -- > AIW Credit line
815 -- > Description of the line of credit available to an
816 -- > entity.
817 -- >
818 -- > AIX Warranty terms
819 -- > Text describing the terms of warranty which apply to a
820 -- > product or service.
821 -- >
822 -- > AIY Division description
823 -- > Plain language description of a division of an entity.
824 -- >
825 -- > AIZ Reporting instruction
826 -- > Instruction on how to report.
827 -- >
828 -- > AJA Examination result
829 -- > The result of an examination.
830 -- >
831 -- > AJB Laboratory result
832 -- > The result of a laboratory investigation.
833 -- >
834 -- > ALC Allowance/charge information
835 -- > Information referring to allowance/charge.
836 -- >
837 -- > ALD X-ray result
838 -- > The result of an X-ray examination.
839 -- >
840 -- > ALE Pathology result
841 -- > The result of a pathology investigation.
842 -- >
843 -- > ALF Intervention description
844 -- > Details of an intervention.
845 -- >
846 -- > ALG Summary of admittance
847 -- > Summary description of admittance.
848 -- >
849 -- > ALH Medical treatment course detail
850 -- > Details of a course of medical treatment.
851 -- >
852 -- > ALI Prognosis
853 -- > Details of a prognosis.
854 -- >
855 -- > ALJ Instruction to patient
856 -- > Instruction given to a patient.
857 -- >
858 -- > ALK Instruction to physician
859 -- > Instruction given to a physician.
860 -- >
861 -- > ALL All documents
862 -- > The note implies to all documents.
863 -- >
864 -- > ALM Medicine treatment
865 -- > Details of medicine treatment.
866 -- >
867 -- > ALN Medicine dosage and administration
868 -- > Details of medicine dosage and method of administration.
869 -- >
870 -- > ALO Availability of patient
871 -- > Details of when and/or where the patient is available.
872 -- >
873 -- > ALP Reason for service request
874 -- > Details of the reason for a requested service.
875 -- >
876 -- > ALQ Purpose of service
877 -- > Details of the purpose of a service.
878 -- >
879 -- > ARR Arrival conditions
880 -- > Conditions under which arrival takes place.
881 -- >
882 -- > ARS Service requester's comment
883 -- > Comment by the requester of a service.
884 -- >
885 -- > AUT Authentication
886 -- > Name, code, password etc. given for authentication
887 -- > purposes.
888 -- >
889 -- > AUU Requested location description
890 -- > The description of the location requested.
891 -- >
892 -- > AUV Medicine administration condition
893 -- > The event or condition that initiates the administration
894 -- > of a single dose of medicine or a period of treatment.
895 -- >
896 -- > AUW Patient information
897 -- > Information concerning a patient.
898 -- >
899 -- > AUX Precautionary measure
900 -- > Action to be taken to avert possible harmful affects.
901 -- >
902 -- > AUY Service characteristic
903 -- > Free text description is related to a service
904 -- > characteristic.
905 -- >
906 -- > AUZ Planned event comment
907 -- > Comment about an event that is planned.
908 -- >
909 -- > AVA Expected delay comment
910 -- > Comment about the expected delay.
911 -- >
912 -- > AVB Transport requirements comment
913 -- > Comment about the requirements for transport.
914 -- >
915 -- > BLC Bill of lading clause
916 -- > Clause on the bill of lading regarding the cargo being
917 -- > shipped.
918 -- >
919 -- > BLD Instruction to prepare the patient
920 -- > Instruction with the purpose of preparing the patient.
921 -- >
922 -- > BLE Medicine treatment comment
923 -- > Comment about treatment with medicine.
924 -- >
925 -- > BLF Examination result comment
926 -- > Comment about the result of an examination.
927 -- >
928 -- > BLG Service request comment
929 -- > Comment about the requested service.
930 -- >
931 -- > BLH Prescription reason
932 -- > Details of the reason for a prescription.
933 -- >
934 -- > BLI Prescription comment
935 -- > Comment concerning a specified prescription.
936 -- >
937 -- > BLJ Clinical investigation comment
938 -- > Comment concerning a clinical investigation.
939 -- >
940 -- > BLK Medicinal specification comment
941 -- > Comment concerning the specification of a medicinal
942 -- > product.
943 -- >
944 -- > BLL Economic contribution comment
945 -- > Comment concerning economic contribution.
946 -- >
947 -- > BLM Status of a plan
948 -- > Comment about the status of a plan.
949 -- >
950 -- > BLN Random sample test information
951 -- > Information regarding a random sample test.
952 -- >
953 -- > + BLO Period of time
954 -- > Text subject is a period of time.
955 -- >
956 -- > BLR Transport document remarks
957 -- > Remarks concerning the complete consignment to be
958 -- > printed on the bill of lading.
959 -- >
960 -- > CCI Customs clearance instructions
961 -- > Any coded or clear instruction agreed by customer and
962 -- > carrier regarding the declaration of the goods.
963 -- >
964 -- > CEX Customs clearance instructions export
965 -- > Any coded or clear instruction agreed by customer and
966 -- > carrier regarding the export declaration of the goods.
967 -- >
968 -- > CHG Change information
969 -- > Note contains change information.
970 -- >
971 -- > CIP Customs clearance instruction import
972 -- > Any coded or clear instruction agreed by customer and
973 -- > carrier regarding the import declaration of the goods.
974 -- >
975 -- > CLP Clearance place requested
976 -- > Name of the place where Customs clearance is asked to be
977 -- > executed as requested by the consignee/consignor.
978 -- >
979 -- > CLR Loading remarks
980 -- > Instructions concerning the loading of the container.
981 -- >
982 -- > COI Order information
983 -- > Additional information related to an order.
984 -- >
985 -- > CUR Customer remarks
986 -- > Remarks from or for a supplier of goods or services.
987 -- >
988 -- > CUS Customs declaration information
989 -- > Note contains customs declaration information.
990 -- >
991 -- > DAR Damage remarks
992 -- > Remarks concerning damage on the cargo.
993 -- >
994 -- > DCL Declaration
995 -- > [4020] Text of a declaration made by the issuer of the
996 -- > document (CIM 12).
997 -- >
998 -- > DEL Delivery information
999 -- > Information about delivery.
1000 -- >
1001 -- > DIN Delivery instructions
1002 -- > Instructions regarding the delivery of the cargo.
1003 -- >
1004 -- > DOC Documentation instructions
1005 -- > Instructions pertaining to the documentation.
1006 -- >
1007 -- > DUT Duty declaration
1008 -- > The text contains a statement constituting a duty
1009 -- > declaration.
1010 -- >
1011 -- > EUR Effective used routing
1012 -- > Physical route effectively used for the movement of the
1013 -- > means of transport.
1014 -- >
1015 -- > FBC First block to be printed on the transport contract
1016 -- > The first block of text to be printed on the transport
1017 -- > contract.
1018 -- >
1019 -- > GBL Government bill of lading information
1020 -- > Free text information on a transport document to
1021 -- > indicate payment information by Government Bill of
1022 -- > Lading.
1023 -- >
1024 -- > GEN Entire transaction set
1025 -- > Note is general in nature, applies to entire transaction
1026 -- > segment.
1027 -- >
1028 -- > GS7 Further information concerning GGVS par. 7
1029 -- > Special permission for road transport of certain goods
1030 -- > in the German dangerous goods regulation for road
1031 -- > transport.
1032 -- >
1033 -- > HAN Handling instructions
1034 -- > [4078] Instructions on how specified goods, packages or
1035 -- > containers should be handled.
1036 -- >
1037 -- > HAZ Hazard information
1038 -- > Information pertaining to a hazard.
1039 -- >
1040 -- > ICN Information for consignee
1041 -- > [4070] Any remark given for the information of the
1042 -- > consignee (CIM 21).
1043 -- >
1044 -- > IIN Insurance instructions
1045 -- > Instructions regarding the cargo insurance.
1046 -- >
1047 -- > IMI Invoice mailing instructions
1048 -- > Instructions as to which freight and charges components
1049 -- > have to be mailed to whom.
1050 -- >
1051 -- > IND Commercial invoice item description
1052 -- > Free text describing goods on a commercial invoice line.
1053 -- >
1054 -- > INS Insurance information
1055 -- > Specific note contains insurance information.
1056 -- >
1057 -- > INV Invoice instruction
1058 -- > Note contains invoice instructions.
1059 -- >
1060 -- > IRP Information for railway purpose
1061 -- > [4090] Date entered by railway stations when required,
1062 -- > e.g. specified trains, additional sheets for freight
1063 -- > calculations, special measures, etc. (CIM 8).
1064 -- >
1065 -- > ITR Inland transport details
1066 -- > Information concerning the pre-carriage to the port of
1067 -- > discharge if by other means than a vessel.
1068 -- >
1069 -- > ITS Testing instructions
1070 -- > Instructions regarding the testing that is required to
1071 -- > be carried out on the items in the transaction.
1072 -- >
1073 -- > LIN Line item
1074 -- > Note contains line item information.
1075 -- >
1076 -- > LOI Loading instruction
1077 -- > Instructions where specified packages or containers are
1078 -- > to be loaded on a means of transport.
1079 -- >
1080 -- > MCO Miscellaneous charge order
1081 -- > Free text accounting information on an IATA Air Waybill
1082 -- > to indicate payment information by Miscellaneous charge
1083 -- > order.
1084 -- >
1085 -- > MKS Additional marks/numbers information
1086 -- > Additional information regarding the marks and numbers.
1087 -- >
1088 -- > ORI Order instruction
1089 -- > Free text contains order instructions.
1090 -- >
1091 -- > OSI Other service information
1092 -- > General information created by the sender of general or
1093 -- > specific value.
1094 -- >
1095 -- > PAC Packing/marking information
1096 -- > Information regarding the packaging and/or marking of
1097 -- > goods.
1098 -- >
1099 -- > PAI Payment instructions information
1100 -- > The free text contains payment instructions information
1101 -- > relevant to the message.
1102 -- >
1103 -- > PAY Payables information
1104 -- > Note contains payables information.
1105 -- >
1106 -- > PKG Packaging information
1107 -- > Note contains packaging information.
1108 -- >
1109 -- > PKT Packaging terms information
1110 -- > The text contains packaging terms information.
1111 -- >
1112 -- > PMD Payment detail/remittance information
1113 -- > The free text contains payment details.
1114 -- >
1115 -- > PMT Payment information
1116 -- > Note contains payments information.
1117 -- >
1118 -- > PRD Product information
1119 -- > The text contains product information.
1120 -- >
1121 -- > PRF Price calculation formula
1122 -- > Additional information regarding the price formula used
1123 -- > for calculating the item price.
1124 -- >
1125 -- > PRI Priority information
1126 -- > Note contains priority information.
1127 -- >
1128 -- > PUR Purchasing information
1129 -- > Note contains purchasing information.
1130 -- >
1131 -- > QIN Quarantine instructions
1132 -- > Instructions regarding quarantine, i.e. the period
1133 -- > during which an arriving vessel, including its
1134 -- > equipment, cargo, crew or passengers, suspected to carry
1135 -- > or carrying a contagious disease is detained in strict
1136 -- > isolation to prevent the spread of such a disease.
1137 -- >
1138 -- > QQD Quality demands/requirements
1139 -- > Specification of the quality/performance expectations or
1140 -- > standards to which the items must conform.
1141 -- >
1142 -- > QUT Quotation instruction/information
1143 -- > Note contains quotation information.
1144 -- >
1145 -- > RAH Risk and handling information
1146 -- > Information concerning risks induced by the goods and/or
1147 -- > handling instruction.
1148 -- >
1149 -- > REG Regulatory information
1150 -- > The free text contains information for regulatory
1151 -- > authority.
1152 -- >
1153 -- > RET Return to origin information
1154 -- > Free text information on an IATA Air Waybill to indicate
1155 -- > consignment returned because of non delivery.
1156 -- >
1157 -- > REV Receivables
1158 -- > The text contains receivables information.
1159 -- >
1160 -- > RQR Requested routes/routing instructions
1161 -- > [3074] Names of places via which the consignor requests
1162 -- > a consignment to be routed.
1163 -- >
1164 -- > RQT Tariffs and route requested
1165 -- > [4120] Stipulation of the tariffs to be applied showing,
1166 -- > where applicable, special-agreement numbers or
1167 -- > references; indication of routes by frontier points or
1168 -- > by frontier stations and, when necessary, by transit
1169 -- > stations between.
1170 -- >
1171 -- > SAF Safety information
1172 -- > The text contains safety information.
1173 -- >
1174 -- > SIC Sender's instruction to carrier
1175 -- > [4284] Instructions given and declarations made by the
1176 -- > sender to the carrier concerning Customs, insurance, and
1177 -- > other formalities.
1178 -- >
1179 -- > SIN Special instructions
1180 -- > Special instructions like licence no, high value, handle
1181 -- > with care, glass.
1182 -- >
1183 -- > SLR Ship line requested
1184 -- > Shipping line requested to be used for traffic between
1185 -- > European continent and U.K. for Ireland.
1186 -- >
1187 -- > SPA Special permission for transport, generally
1188 -- > Statement that a special permission has been obtained
1189 -- > for the transport (and/or routing) in general, and
1190 -- > reference to such permission.
1191 -- >
1192 -- > SPG Special permission concerning the goods to be transported
1193 -- > Statement that a special permission has been obtained
1194 -- > for the transport (and/or routing) of the goods
1195 -- > specified, and reference to such permission.
1196 -- >
1197 -- > SPH Special handling
1198 -- > Note contains special handling information.
1199 -- >
1200 -- > SPP Special permission concerning package
1201 -- > Statement that a special permission has been obtained
1202 -- > for the packaging, and reference to such permission.
1203 -- >
1204 -- > SPT Special permission concerning transport means
1205 -- > Statement that a special permission has been obtained
1206 -- > for the use of the means transport, and reference to
1207 -- > such permission.
1208 -- >
1209 -- > SRN Subsidiary risk number (IATA/DGR)
1210 -- > Number(s) of subsidiary risks, induced by the goods,
1211 -- > according to the valid classification.
1212 -- >
1213 -- > SSR Special service request
1214 -- > Request for a special service concerning the transport
1215 -- > of the goods.
1216 -- >
1217 -- > SUR Supplier remarks
1218 -- > Remarks from or for a supplier of goods or services.
1219 -- >
1220 -- > TCA Tariff applied
1221 -- > [5430] Specification of the tariff applied.
1222 -- >
1223 -- > TDT Transport details remarks
1224 -- > Additional information related to transport details.
1225 -- >
1226 -- > TRA Transportation information
1227 -- > General information regarding the transport of the
1228 -- > cargo.
1229 -- >
1230 -- > TRR Requested tariff
1231 -- > Stipulation of the tariffs to be applied showing, where
1232 -- > applicable, special agreement numbers or references.
1233 -- >
1234 -- > TXD Tax declaration
1235 -- > The text contains a statement constituting a tax
1236 -- > declaration.
1237 -- >
1238 -- > WHI Warehouse instruction/information
1239 -- > Note contains warehouse information.
1240 -- >
1241 -- > ZZZ Mutually defined
1242 -- > Note contains information mutually defined by trading
1243 -- > partners.
1244 simple4451 :: Parser Value
1245 simple4451 = simple "4451" (alphaNumeric `upTo` 3)