aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8249.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8249.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8249.hs38
1 files changed, 38 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8249.hs b/specification/src/Text/Edifact/D96A/Simples/S8249.hs
new file mode 100644
index 0000000..7ea4afd
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8249.hs
@@ -0,0 +1,38 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8249
7 ( simple8249
8 ) where
9
10import Text.Edifact.Parsing
11import 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.
37simple8249 :: Parser Value
38simple8249 = simple "8249" (alphaNumeric `upTo` 3)