]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S4053.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4053.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.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 Terms of delivery or transport, coded
16 -- >
17 -- > Desc: Identification of the terms agreed between two parties (e.g.
18 -- > seller/buyer, shipper/carrier) under which a product or
19 -- > service is provided.
20 -- >
21 -- > Repr: an..3
22 -- >
23 -- > Note: Use UN/ECE Recommendation No. 5 Incoterms 1990. If not
24 -- > applicable, use appropriate code set in combination with
25 -- > 1131/3055.
26 simple4053 :: Parser Value
27 simple4053 = simple "4053" (alphaNumeric `upTo` 3)