aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8281.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8281.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8281.hs28
1 files changed, 28 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8281.hs b/specification/src/Text/Edifact/D96A/Simples/S8281.hs
new file mode 100644
index 0000000..411cfaf
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8281.hs
@@ -0,0 +1,28 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8281
7 ( simple8281
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8281 Transport ownership, coded
16-- >
17-- > Desc: Code indicating the ownership of the means of transport.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Transport for the owner's account
22-- > The owner of the transported goods is also the owner of
23-- > the means of transport or rented it for this transport.
24-- > 2 Transport for another account
25-- > The owner of the transported goods does not own the means
26-- > of transport or has not rented it for this transport.
27simple8281 :: Parser Value
28simple8281 = simple "8281" (alphaNumeric `upTo` 3)