aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S8339.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S8339.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S8339.hs37
1 files changed, 37 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S8339.hs b/specification/src/Text/Edifact/D01B/Simples/S8339.hs
new file mode 100644
index 0000000..6886bca
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S8339.hs
@@ -0,0 +1,37 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S8339
7 ( simple8339
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8339 Packaging danger level code [B]
16-- >
17-- > Desc: Code specifying the level of danger for which the
18-- > packaging must cater.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Great danger
23-- > Packaging meeting criteria to pack hazardous materials
24-- > with great danger. Group I according to
25-- > IATA/IMDG/ADR/RID regulations.
26-- >
27-- > 2 Medium danger
28-- > Packaging meeting criteria to pack hazardous materials
29-- > with medium danger. Group II according to
30-- > IATA/IDMG/ADR/RID regulations.
31-- >
32-- > 3 Minor danger
33-- > Packaging meeting criteria to pack hazardous materials
34-- > with minor danger. Group III according to
35-- > IATA/IDMG/ADR/RID regulations.
36simple8339 :: Parser Value
37simple8339 = simple "8339" (alphaNumeric `upTo` 3)