aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8339.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8339.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8339.hs34
1 files changed, 34 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8339.hs b/specification/src/Text/Edifact/D96A/Simples/S8339.hs
new file mode 100644
index 0000000..06ade7a
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8339.hs
@@ -0,0 +1,34 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.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 Packing group, coded
16-- >
17-- > Desc: Identification of a packing group by code.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Great danger
22-- > Packaging meeting criteria to pack hazardous materials
23-- > with great danger. Group I according to IATA/IMDG/ADR/RID
24-- > regulations.
25-- > 2 Medium danger
26-- > Packaging meeting criteria to pack hazardous materials
27-- > with great danger. Group II according to
28-- > IATA/IDMG/ADR/RID regulations.
29-- > 3 Minor danger
30-- > Packaging meeting criteria to pack hazardous materials
31-- > with great danger. Group III according to
32-- > IATA/IDMG/ADR/RID regulations.
33simple8339 :: Parser Value
34simple8339 = simple "8339" (alphaNumeric `upTo` 3)