aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S8459.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S8459.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S8459.hs46
1 files changed, 46 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S8459.hs b/specification/src/Text/Edifact/D01B/Simples/S8459.hs
new file mode 100644
index 0000000..f41e7ec
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S8459.hs
@@ -0,0 +1,46 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.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 code [B]
16-- >
17-- > Desc: Code specifying the responsibility for excess
18-- > transportation.
19-- >
20-- > Repr: an..3
21-- >
22-- > X A Customer plant (receiving location)
23-- > Self explanatory.
24-- >
25-- > Note:
26-- > 1. This code value will be removed effective with
27-- > directory D.04B.
28-- >
29-- > B Material release issuer
30-- > The responsibility for excess transportation is with the
31-- > material release issuer.
32-- >
33-- > S Supplier authority
34-- > The responsibility for excess transportation is with the
35-- > supplier authority.
36-- >
37-- > X Responsibility to be determined
38-- > The responsibility for the excess transportation is to
39-- > be determined.
40-- >
41-- > ZZZ Mutually defined
42-- > A code assigned within a code list to be used on an
43-- > interim basis and as defined among trading partners
44-- > until a precise code can be assigned to the code list.
45simple8459 :: Parser Value
46simple8459 = simple "8459" (alphaNumeric `upTo` 3)