]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S7233.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S7233.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S7233
7 ( simple7233
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 7233 Packaging related description code [B]
16 -- >
17 -- > Desc: Code specifying information related to packaging.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Product ingredients not marked on package
22 -- > The ingredients of the product are not marked on the
23 -- > packaging of the product.
24 -- >
25 -- > 2 Product price not marked on packaging
26 -- > The product price is not marked on the packaging of the
27 -- > product.
28 -- >
29 -- > 3 Product best before date not marked on product package
30 -- > The product best before date is not marked on the
31 -- > packaging of the product.
32 -- >
33 -- > 4 Package not marked recyclable
34 -- > Package is not marked as recyclable.
35 -- >
36 -- > 5 Promotional details marked
37 -- > A code indicating that promotional details have been
38 -- > marked on the package.
39 -- >
40 -- > 31 Package best before date marked
41 -- > Package is marked with the product best before date.
42 -- >
43 -- > 32 Package marked recyclable
44 -- > The package is marked recyclable.
45 -- >
46 -- > 33 Package marked returnable
47 -- > The package is marked returnable.
48 -- >
49 -- > 34 Product marking
50 -- > The information is related to product marking.
51 -- >
52 -- > 35 Type of package
53 -- > The information is related to the type of package.
54 -- >
55 -- > 36 Package specifications
56 -- > The information specifies the package.
57 -- >
58 -- > 37 Package protection
59 -- > The information is related to protection of the package.
60 -- >
61 -- > 38 Tarping
62 -- > The information describes how coverage with tarpaulins
63 -- > is to be provided.
64 -- >
65 -- > 39 Platform/skid location
66 -- > The information describes the platform or skid location.
67 -- >
68 -- > 40 Bearing piece location
69 -- > The information gives the location of the load bearing
70 -- > piece.
71 -- >
72 -- > 41 Skid/pallet type
73 -- > The information describes the type of skid or pallet.
74 -- >
75 -- > 42 Placement on carrier
76 -- > The information describes the placement on the carrier.
77 -- >
78 -- > 43 Spacing directions
79 -- > Descriptions to be provided.
80 -- >
81 -- > 44 Unloading device
82 -- > The information specifies the unloading device which
83 -- > must be used to handle the package.
84 -- >
85 -- > 45 Unloading equipment
86 -- > The information specifies the unloading equipment which
87 -- > must be used to handle the package.
88 -- >
89 -- > 50 Package barcoded EAN-13 or EAN-8
90 -- > The package is barcoded with EAN-13 or EAN-8 code.
91 -- >
92 -- > 51 Package barcoded ITF-14 or ITF-6
93 -- > The package is barcoded with ITF-14 or ITF-6 code.
94 -- >
95 -- > 52 Package barcoded UCC or EAN-128
96 -- > The package is barcoded with UCC or EAN-128 code.
97 -- >
98 -- > 53 Package price marked
99 -- > The package is marked with the price.
100 -- >
101 -- > 54 Product ingredients marked on package
102 -- > The ingredients of the product contained in a package
103 -- > are marked on that package.
104 -- >
105 -- > 55 Core characteristics
106 -- > Specifies the characteristics of the core of the
107 -- > package.
108 -- >
109 -- > 56 Shipping requirement
110 -- > The packaging as per shipping requirement.
111 -- >
112 -- > 57 Customs requirement
113 -- > The packaging as per Customs requirement.
114 -- >
115 -- > 58 Transport contract requirement
116 -- > The packaging as per transport contract requirement.
117 -- >
118 -- > 59 Preservation method
119 -- > The packaging related information is for methods of
120 -- > preservation.
121 -- >
122 -- > 60 Product marking pattern
123 -- > The information describes the pattern used to mark the
124 -- > product.
125 -- >
126 -- > 61 Product marking location
127 -- > The information provides the location of the product
128 -- > marking.
129 -- >
130 -- > 62 Package/container mark location
131 -- > The information provides the location of a package or
132 -- > container mark.
133 -- >
134 -- > 63 Marking method
135 -- > The information details the marking method.
136 -- >
137 -- > 66 Receiving facility limitations
138 -- > The information describes limitations which apply to a
139 -- > receiving facility.
140 -- >
141 -- > 67 Tagging/bar code instructions
142 -- > The information provides instructions as to how a
143 -- > package is to be tagged or have a bar code applied to
144 -- > it.
145 -- >
146 -- > 68 Shipping package labelling
147 -- > The labelling of a package in which goods are shipped.
148 -- >
149 -- > 69 Shipping package sealing
150 -- > The sealing particulars of a package in which goods are
151 -- > shipped.
152 -- >
153 -- > 70 Optional packaging procedure
154 -- > To indicate an optional procedure for packaging.
155 -- >
156 -- > 71 Cleaning or drying specification
157 -- > Identification of the cleaning or drying specification.
158 -- >
159 -- > 72 Cushioning thickness specification
160 -- > Identification of the cushioning thickness
161 -- > specification.
162 -- >
163 -- > 73 Cushioning and dunnage specification
164 -- > Identification of the cushioning and dunnage
165 -- > specification.
166 -- >
167 -- > 74 Level of preservation specification
168 -- > Identification of the level of preservation
169 -- > specification.
170 -- >
171 -- > 75 Preservation material specification
172 -- > Identification of the preservation material
173 -- > specification.
174 -- >
175 -- > 76 Unit container specification
176 -- > Identification of the unit container specification.
177 -- >
178 -- > 77 Material wrapping specification
179 -- > Identification of the material wrapping specification.
180 simple7233 :: Parser Value
181 simple7233 = simple "7233" (alphaNumeric `upTo` 3)