]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S4053.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4053.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S4053
7 ( simple4053
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 4053 Delivery or transport terms description code [B]
16 -- >
17 -- > Desc: Code specifying the delivery or transport terms.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Delivery arranged by the supplier
22 -- > Indicates that the supplier will arrange delivery of the
23 -- > goods.
24 -- >
25 -- > 2 Delivery arranged by logistic service provider
26 -- > Code indicating that the logistic service provider has
27 -- > arranged the delivery of goods.
28 simple4053 :: Parser Value
29 simple4053 = simple "4053" (alphaNumeric `upTo` 3)