]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S9417.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S9417.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S9417
7 ( simple9417
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 9417 Government action, coded
16 -- >
17 -- > Desc: To indicate type of government action such as inspection,
18 -- > detention, fumigation, security.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > 1 Clearance
23 -- > The cargo will be or has been cleared.
24 -- > 2 Detention
25 -- > The cargo has been or will be detained.
26 -- > 3 Fumigation
27 -- > The cargo has been or will be fumigated.
28 -- > 4 Inspection
29 -- > The cargo has been or will be inspected.
30 -- > 5 Security
31 -- > The cargo has been or will be secured.
32 simple9417 :: Parser Value
33 simple9417 = simple "9417" (alphaNumeric `upTo` 3)