]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S7383.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S7383.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S7383
7 ( simple7383
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 7383 Surface or layer code [C]
16 -- >
17 -- > Desc: Code specifying the surface or layer of an object.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1S Side one
22 -- > The location is side one.
23 -- >
24 -- > 2S Side two
25 -- > The location is side two.
26 -- >
27 -- > AA On surface
28 -- > To indicate that the entity being specified is on the
29 -- > surface.
30 -- >
31 -- > AB Off surface
32 -- > To indicate that the entity being specified is off the
33 -- > surface.
34 -- >
35 -- > AC Soluble
36 -- > Specifies that the surface/layer/position being
37 -- > described is the soluble portion.
38 -- >
39 -- > AD Opposite corners
40 -- > The surface or layer of the product being described is
41 -- > the opposite corners.
42 -- >
43 -- > AE Corner Diagonals
44 -- > The surface or layer of the product being described are
45 -- > the corner diagonals.
46 -- >
47 -- > AF Port
48 -- > The left-hand side (looking forward) of a ship, boat or
49 -- > aircraft.
50 -- >
51 -- > AG Starboard
52 -- > The right-hand side (looking forward) of a ship, boat or
53 -- > aircraft.
54 -- >
55 -- > AH Tooth facial surface
56 -- > Surface of a tooth directed toward the face and opposite
57 -- > the lingual surface.
58 -- >
59 -- > AI Tooth incisal surface
60 -- > Surface of the tooth relating to the cutting edge of the
61 -- > anterior teeth, incisors or canines.
62 -- >
63 -- > AJ Tooth distal surface
64 -- > Surface of the tooth toward the back of the dental arch,
65 -- > or away from the midline.
66 -- >
67 -- > AK Tooth buccal surface
68 -- > Surface of the tooth pertaining to or around the cheek.
69 -- >
70 -- > AL Tooth occlusal surface
71 -- > Surface of the tooth pertaining to the masticating
72 -- > surfaces of the posterior teeth.
73 -- >
74 -- > AM Tooth lingual surface
75 -- > Surface of the tooth pertaining to or around the tongue.
76 -- >
77 -- > AN Tooth mesial surface
78 -- > Surface of the tooth toward the midline of the dental
79 -- > arch.
80 -- >
81 -- > BC Back of cab
82 -- > The location is at the back of the cab.
83 -- >
84 -- > BS Both sides
85 -- > The location is both sides.
86 -- >
87 -- > BT Bottom
88 -- > The location is on the bottom.
89 -- >
90 -- > DF Dual fuel tank positions
91 -- > The location is in the dual fuel tank positions.
92 -- >
93 -- > FR Front
94 -- > The location is in the front.
95 -- >
96 -- > IN Inside
97 -- > The location is in the inside.
98 -- >
99 -- > LE Left
100 -- > The location is on the left.
101 -- >
102 -- > OA Overall
103 -- > The location is overall.
104 -- >
105 -- > OS One side
106 -- > The location is on one side.
107 -- >
108 -- > OT Outside
109 -- > The location is on the outside.
110 -- >
111 -- > RI Right
112 -- > The location is on the right.
113 -- >
114 -- > RR Rear
115 -- > The location is in the rear.
116 -- >
117 -- > ST Spare tyre position
118 -- > The location is the spare tyre position.
119 -- >
120 -- > TB Tank bottom
121 -- > The location is at the tank bottom.
122 -- >
123 -- > TP Top
124 -- > The location is on the top.
125 -- >
126 -- > TS Two sides
127 -- > The location is on two sides.
128 -- >
129 -- > UC Under cab
130 -- > The location is under the cab.
131 simple7383 :: Parser Value
132 simple7383 = simple "7383" (alphaNumeric `upTo` 3)