]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S4403.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4403.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S4403
7 ( simple4403
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 4403 Instruction qualifier
16-- >
17-- > Desc: Code giving specific meaning to the type of instructions.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Action required
22-- > Instruction requires action.
23-- > 2 Party instructions
24-- > Self explanatory.
25-- > 3 Maximum value exceeded instructions
26-- > Instruction how to act if maximum value will be or has
27-- > been exceeded.
28-- > 4 Confirmation instructions
29-- > Documentary credit confirmation instructions.
30-- > 5 Method of issuance
31-- > Documentary credit confirmation of issuance.
32-- > 6 Pre-advice instructions
33-- > Documentary credit pre-advice instructions.
34-- > 7 Documents delivery instruction
35-- > Delivery instructions for documents required under a
36-- > documentary credit.
37-- > 8 Additional terms and/or conditions documentary credit
38-- > Additional terms and/or conditions to the documentary
39-- > credit.
40-- > 9 Investment instruction
41-- > Instruction refers to an investment.
42simple4403 :: Parser Value
43simple4403 = simple "4403" (alphaNumeric `upTo` 3)