aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8459.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8459.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8459.hs32
1 files changed, 32 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8459.hs b/specification/src/Text/Edifact/D96A/Simples/S8459.hs
new file mode 100644
index 0000000..e630f03
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8459.hs
@@ -0,0 +1,32 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8459
7 ( simple8459
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8459 Excess transportation responsibility, coded
16-- >
17-- > Desc: Indication of responsibility for excess transportation.
18-- >
19-- > Repr: an..3
20-- >
21-- > A Customer plant (receiving location)
22-- > Self explanatory.
23-- > B Material release issuer
24-- > Self explanatory.
25-- > S Supplier authority
26-- > Self explanatory.
27-- > X Responsibility to be determined
28-- > Self explanatory.
29-- > ZZZ Mutually defined
30-- > Self explanatory.
31simple8459 :: Parser Value
32simple8459 = simple "8459" (alphaNumeric `upTo` 3)