]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S8459.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8459.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S8459
7 ( simple8459
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8459 Excess transportation responsibility, coded
16 -- >
17 -- > Desc: Indication of responsibility for excess transportation.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > A Customer plant (receiving location)
22 -- > Self explanatory.
23 -- > B Material release issuer
24 -- > Self explanatory.
25 -- > S Supplier authority
26 -- > Self explanatory.
27 -- > X Responsibility to be determined
28 -- > Self explanatory.
29 -- > ZZZ Mutually defined
30 -- > Self explanatory.
31 simple8459 :: Parser Value
32 simple8459 = simple "8459" (alphaNumeric `upTo` 3)