]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S8459.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8459.hs
CommitLineData
a9d77a20
FM
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)