aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7233.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S7233.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S7233.hs74
1 files changed, 74 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S7233.hs b/specification/src/Text/Edifact/D96A/Simples/S7233.hs
new file mode 100644
index 0000000..01fb45f
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S7233.hs
@@ -0,0 +1,74 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7233
7 ( simple7233
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > * 7233 Packaging related information, coded
16-- >
17-- > Desc: Code giving packaging, handling and marking related
18-- > information.
19-- >
20-- > Repr: an..3
21-- >
22-- > 34 Product marking
23-- > Self explanatory.
24-- > 35 Type of package
25-- > Self explanatory.
26-- > 36 Package specifications
27-- > Self explanatory.
28-- > 37 Package protection
29-- > Self explanatory.
30-- > 38 Tarping
31-- > Description to be provided.
32-- > 39 Platform/skid location
33-- > Description to be provided.
34-- > 40 Bearing piece location
35-- > Description to be provided.
36-- > 41 Skid/pallet type
37-- > Description to be provided.
38-- > 42 Placement on carrier
39-- > Description to be provided.
40-- > 43 Spacing directions
41-- > Descriptions to be provided.
42-- > 44 Unloading device
43-- > Description to be provided.
44-- > 45 Unloading equipment
45-- > Self explanatory.
46-- > + 50 Package barcoded EAN-13 or EAN-8
47-- > The package is barcoded with EAN-13 or EAN-8 code.
48-- > + 51 Package barcoded ITF-14 or ITF-6
49-- > The package is barcoded with ITF-14 or ITF-6 code.
50-- > + 52 Package barcoded UCC or EAN-128
51-- > The package is barcoded with UCC or EAN-128 code.
52-- > + 53 Package price marked
53-- > The package is marked with the price.
54-- > + 54 Product ingredients marked on package
55-- > The ingredients of the product contained in a package are
56-- > marked on that package.
57-- > 60 Product marking pattern
58-- > Self explanatory.
59-- > 61 Product marking location
60-- > Self explanatory.
61-- > 62 Package/container mark location
62-- > Self explanatory.
63-- > 63 Marking method
64-- > Self explanatory.
65-- > 66 Receiving facility limitations
66-- > Description to be provided.
67-- > 67 Tagging/bar code instructions
68-- > Description to be provided.
69-- > 68 Shipping package labelling
70-- > Self explanatory.
71-- > 69 Shipping package sealing
72-- > Self explanatory.
73simple7233 :: Parser Value
74simple7233 = simple "7233" (alphaNumeric `upTo` 3)