]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S7075.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S7075.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S7075
7 ( simple7075
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 7075 Packaging level, coded
16 -- >
17 -- > Desc: Indication of level of packaging specified.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Inner
22 -- > Level of packing, if it exists, that is immediately
23 -- > subordinate to the intermediate packaging level.
24 -- > 2 Intermediate
25 -- > Level of packaging, if it exists, that is immediately
26 -- > subordinate to the outer packaging level.
27 -- > 3 Outer
28 -- > For packed merchandise, outermost level of packaging for
29 -- > a shipment.
30 -- > 4 No packaging hierarchy
31 -- > There is no specifiable level of packaging: packaging is
32 -- > inner and outer level as well.
33 simple7075 :: Parser Value
34 simple7075 = simple "7075" (alphaNumeric `upTo` 3)