]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S9411.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S9411.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S9411
7 ( simple9411
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 9411 Government involvement code [B]
16 -- >
17 -- > Desc: Code indicating the requirement and status of
18 -- > governmental involvement.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > 1 Carried out as instructed
23 -- > Instructions have been carried out.
24 -- >
25 -- > 2 Carried out as amended
26 -- > Procedures have been carried out as amended.
27 -- >
28 -- > 3 Completed
29 -- > Procedures have been completed.
30 -- >
31 -- > 4 Not applicable
32 -- > Instructions are not applicable.
33 -- >
34 -- > 5 Optimal
35 -- > An action which is most desirable but not required.
36 -- >
37 -- > 6 Required
38 -- > Procedures are required.
39 -- >
40 -- > 7 Applicable
41 -- > Procedures are applicable.
42 simple9411 :: Parser Value
43 simple9411 = simple "9411" (alphaNumeric `upTo` 3)