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