aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S4053.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S4053.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S4053.hs29
1 files changed, 29 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S4053.hs b/specification/src/Text/Edifact/D01B/Simples/S4053.hs
new file mode 100644
index 0000000..bce5fd7
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S4053.hs
@@ -0,0 +1,29 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S4053
7 ( simple4053
8 ) where
9
10import Text.Edifact.Parsing
11import 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.
28simple4053 :: Parser Value
29simple4053 = simple "4053" (alphaNumeric `upTo` 3)