aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8273.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8273.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8273.hs49
1 files changed, 49 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8273.hs b/specification/src/Text/Edifact/D96A/Simples/S8273.hs
new file mode 100644
index 0000000..62fbc2c
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8273.hs
@@ -0,0 +1,49 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8273
7 ( simple8273
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8273 Dangerous goods regulations, coded
16-- >
17-- > Desc: Code indicating the regulation, international or national,
18-- > applicable for a means of transport.
19-- >
20-- > Repr: an..3
21-- >
22-- > ADR European agreement regarding the total carriage of dangerous
23-- > goods
24-- > European agreement regarding the total carriage of
25-- > dangerous goods by road.
26-- > CFR 49 code of federal regulations
27-- > US federal regulations issued by the US Dept. of
28-- > transportation covering the domestic transportation of
29-- > dangerous goods by truck, rail, water and air.
30-- > ICA IATA ICAO
31-- > Regulations covering the international transportation of
32-- > dangerous goods issued by the International Air Transport
33-- > Association and the International Civil Aviation
34-- > Organization.
35-- > IMD IMO IMDG code
36-- > Regulations regarding the transportation of dangerous
37-- > goods on ocean-going vessels issued by the International
38-- > Maritime Organization.
39-- > RID Rail/road dangerous goods book (RID)
40-- > International reglementation in dangerous goods
41-- > transportation, applicable in Rail and Road environment.
42-- > RID is the abbreviation of "Reglement International des
43-- > marchandises Dangereuses".
44-- > TEC Transport emergency trem card
45-- > Description to be provided.
46-- > UI UK IMO book
47-- > Description to be provided.
48simple8273 :: Parser Value
49simple8273 = simple "8273" (alphaNumeric `upTo` 3)