]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S8323.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S8323.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S8323
7 ( simple8323
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8323 Transport movement code [B]
16 -- >
17 -- > Desc: Code specifying the transport movement.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Export
22 -- > Self explanatory.
23 -- >
24 -- > 2 Import
25 -- > Self explanatory.
26 -- >
27 -- > 3 Transit
28 -- > The cargo is moving in transit through a country and
29 -- > will not become part of the commerce of that country.
30 -- >
31 -- > 4 Relay
32 -- > The cargo is being moved by more than one transport
33 -- > means in succession under the responsibility of the same
34 -- > carrier.
35 -- >
36 -- > 5 Transshipment
37 -- > The cargo is being moved by more than one transport
38 -- > means in succession.
39 simple8323 :: Parser Value
40 simple8323 = simple "8323" (alphaNumeric `upTo` 3)