aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7383.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S7383.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S7383.hs70
1 files changed, 70 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S7383.hs b/specification/src/Text/Edifact/D96A/Simples/S7383.hs
new file mode 100644
index 0000000..1cde7db
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S7383.hs
@@ -0,0 +1,70 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7383
7 ( simple7383
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 7383 Surface/layer indicator, coded
16-- >
17-- > Desc: Code indicating the surface or layer of a product that is
18-- > being described.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1S Side one
23-- > Self explanatory.
24-- > 2S Side two
25-- > Self explanatory.
26-- > AA On surface
27-- > To indicate that the entity being specified is on the
28-- > surface.
29-- > AB Off surface
30-- > To indicate that the entity being specified is off the
31-- > surface.
32-- > AC Soluble
33-- > Specifies that the surface/layer/position being
34-- > described is the soluble portion.
35-- > BC Back of cab
36-- > Self explanatory.
37-- > BS Both sides
38-- > Self explanatory.
39-- > BT Bottom
40-- > Self explanatory.
41-- > DF Dual fuel tank positions
42-- > Self explanatory.
43-- > FR Front
44-- > Self explanatory.
45-- > IN Inside
46-- > Self explanatory.
47-- > LE Left
48-- > Self explanatory.
49-- > OA Overall
50-- > Self explanatory.
51-- > OS One side
52-- > Self explanatory.
53-- > OT Outside
54-- > Self explanatory.
55-- > RI Right
56-- > Self explanatory.
57-- > RR Rear
58-- > Self explanatory.
59-- > ST Spare tyre position
60-- > Self explanatory.
61-- > TB Tank bottom
62-- > Self explanatory.
63-- > TP Top
64-- > Self explanatory.
65-- > TS Two sides
66-- > Self explanatory.
67-- > UC Under cab
68-- > Self explanatory.
69simple7383 :: Parser Value
70simple7383 = simple "7383" (alphaNumeric `upTo` 3)