]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S8273.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S8273.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S8273
7 ( simple8273
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8273 Dangerous goods regulations code [B]
16 -- >
17 -- > Desc: Code specifying a dangerous goods regulation.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > ADR European agreement on the international carriage of
22 -- > dangerous goods on road (ADR)
23 -- > European agreement on the international carriage of
24 -- > dangerous goods on road. ADR is the abbreviation of
25 -- > "Accord europeen relatif au transport international des
26 -- > marchandises dangereuses par route".
27 -- >
28 -- > ADS NDR European agreement for the transport of dangerous goods
29 -- > on the river Rhine
30 -- > European agreement giving regulations for the transport
31 -- > of dangerous goods on the river Rhine, officially known
32 -- > as: "Accord europeen relatif au transport international
33 -- > des marchandises dangereuses par navigation sur le
34 -- > Rhin.".
35 -- >
36 -- > ADT CA, Transport Canada's dangerous goods requirements
37 -- > Canadian transport of dangerous goods requirements as
38 -- > published by Transport Canada in the Canadian Gazette,
39 -- > Part II.
40 -- >
41 -- > ADU JP, Japanese maritime safety agency dangerous goods
42 -- > regulation code
43 -- > Regulation regarding the handling of dangerous goods on
44 -- > vessels issued by Japanese maritime safety agency.
45 -- >
46 -- > AGS DE, ADR and GGVS combined regulations for combined
47 -- > transport
48 -- > Combined German and European regulations for the
49 -- > transportation of dangerous goods on German and other
50 -- > European roads. ADR means: Accord Europeen relatif au
51 -- > Transport international des marchandises Dangereuses par
52 -- > Route. GGVS means: Gefahrgutverordnung Strasse.
53 -- >
54 -- > ANR ADNR, Autorisation de transport de matieres Dangereuses
55 -- > pour la Navigation sur le Rhin
56 -- > Regulations for dangerous goods transportation on the
57 -- > Rhine.
58 -- >
59 -- > ARD DE, ARD and RID - Combined regulations for combined
60 -- > transport
61 -- > Combined European regulations for the combined
62 -- > transportation of dangerous goods on roads and rails.
63 -- > ARD means: Autorisation de transport par Route de
64 -- > matieres dangereuses. RID means: Reglement International
65 -- > concernant le transport des marchandises Dangereuses par
66 -- > chemin de fer.
67 -- >
68 -- > CFR US, 49 Code of federal regulations
69 -- > United States federal regulations issued by the US
70 -- > Department of transportation covering the domestic
71 -- > transportation of dangerous goods by truck, rail, water
72 -- > and air.
73 -- >
74 -- > COM DE, ADR, RID, GGVS and GGVE - Combined regulations for
75 -- > combined transport
76 -- > Combined German and European regulations for the
77 -- > combined transportation of dangerous goods on German and
78 -- > other European roads and rails. ADR means: Accord
79 -- > Europeen relatif au transport international des
80 -- > marchandises Dangereuse par Route. RID means: Reglement
81 -- > International concernant le transport des marchandises
82 -- > Dangereuses par chemin de fer. GGVS means:
83 -- > Gefahrgutverordnung Strasse. GGVE means:
84 -- > Gefahrgutverordnung Eisenbahn.
85 -- >
86 -- > GVE DE, GGVE (Gefahrgutverordnung Eisenbahn)
87 -- > German regulation for the transportation of dangerous
88 -- > goods on rail.
89 -- >
90 -- > GVS DE, GGVS (Gefahrgutverordnung Strasse)
91 -- > German regulation for the transportation of dangerous
92 -- > goods on road.
93 -- >
94 -- > ICA IATA ICAO
95 -- > Regulations covering the international transportation of
96 -- > dangerous goods issued by the International Air
97 -- > Transport Association and the International Civil
98 -- > Aviation Organization.
99 -- >
100 -- > IMD IMO IMDG code
101 -- > Regulations regarding the transportation of dangerous
102 -- > goods on ocean-going vessels issued by the International
103 -- > Maritime Organization.
104 -- >
105 -- > RGE DE, RID and GGVE, Combined regulations for combined
106 -- > transport on rails
107 -- > Combined German and European regulations for the
108 -- > transportation of dangerous goods on German and other
109 -- > European rails. RID means: Reglement International
110 -- > concernant le transport des marchandises Dangereuses par
111 -- > chemin de fer. GGVE means: Gefahrgutverordnung
112 -- > Eisenbahn.
113 -- >
114 -- > RID Railroad dangerous goods book (RID)
115 -- > International regulations concerning the international
116 -- > carriage of dangerous goods by rail.
117 -- > RID is the abbreviation of "Reglement International
118 -- > concernant le transport des marchandises Dangereuses par
119 -- > chemin de fer".
120 -- >
121 -- > UI UK IMO book
122 -- > Description to be provided.
123 -- >
124 -- > ZZZ Mutually defined
125 -- > Additional and/or other information for the
126 -- > transportation of dangerous goods which are mutually
127 -- > defined.
128 simple8273 :: Parser Value
129 simple8273 = simple "8273" (alphaNumeric `upTo` 3)