aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8453.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8453.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8453.hs24
1 files changed, 24 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8453.hs b/specification/src/Text/Edifact/D96A/Simples/S8453.hs
new file mode 100644
index 0000000..f3c0de5
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8453.hs
@@ -0,0 +1,24 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8453
7 ( simple8453
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8453 Nationality of means of transport, coded
16-- >
17-- > Desc: Coded name of the country in which a means of transport is
18-- > registered.
19-- >
20-- > Repr: an..3
21-- >
22-- > Note: Use ISO 3166 alpha two country code.
23simple8453 :: Parser Value
24simple8453 = simple "8453" (alphaNumeric `upTo` 3)