]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S8249.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8249.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S8249
7 ( simple8249
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8249 Equipment status, coded
16 -- >
17 -- > Desc: Indication of the action related to the equipment.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Continental
22 -- > Self explanatory.
23 -- > 2 Export
24 -- > Transport equipment to be exported on a marine vessel.
25 -- > 3 Import
26 -- > Transport equipment to be imported on a marine vessel.
27 -- > 4 Remain on board
28 -- > Transport equipment arriving on a marine vessel is to
29 -- > remain on board.
30 -- > 5 Shifter
31 -- > Transport equipment is to be shifted from one stowage
32 -- > location on a marine vessel to another on the same
33 -- > vessel.
34 -- > 6 Transhipment
35 -- > Transport equipment is to be transferred from one marine
36 -- > vessel to another.
37 simple8249 :: Parser Value
38 simple8249 = simple "8249" (alphaNumeric `upTo` 3)