]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S8053.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8053.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S8053
7 ( simple8053
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 8053 Equipment qualifier
16 -- >
17 -- > Desc: Code identifying type of equipment.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AA Ground equipment
22 -- > Ground equipment being fuelled or serviced.
23 -- > AB Chain
24 -- > Chain used in the securing of cargo.
25 -- > AD Temperature recorder
26 -- > Temperature recorder to provide a record of the actual
27 -- > temperature.
28 -- > AE Body trailer
29 -- > The part of the vehicle where the cargo is loaded.
30 -- > BL Blocks
31 -- > A piece of equipment that is normally a piece of wood to
32 -- > fix cargo (e.g. coils) during transport.
33 -- > BPN Box pallet non exchangeable
34 -- > Self explanatory.
35 -- > BPY Box pallet EUR Y non exchangeable
36 -- > Self explanatory.
37 -- > BR Barge
38 -- > Flat bottomed inland cargo vessel for canals and rivers
39 -- > with or without own propulsion for the purpose of
40 -- > transported goods. (Synonym: Lighter).
41 -- > BX Boxcar
42 -- > Description to be provided.
43 -- > CH Chassis
44 -- > A wheeled carriage onto which an ocean container is
45 -- > mounted for inland conveyance.
46 -- > CN Container
47 -- > Equipment item as defined by ISO for transport. It must
48 -- > be of: A) permanent character, strong enough for repeated
49 -- > use; B) designed to facilitate the carriage of goods, by
50 -- > one or more modes of transport, without intermediate
51 -- > reloading; C) fitted with devices for its ready handling,
52 -- > particularly.
53 -- > DPA Deadlight (panel)
54 -- > Self explanatory.
55 -- > EFP Exchangeable EUR flat pallet
56 -- > Self explanatory.
57 -- > EYP Exchangeable EUR Y box pallet
58 -- > Self explanatory.
59 -- > FPN Flat pallet EUR non exchangeable
60 -- > Self explanatory.
61 -- > FPR Flat pallet (railway property) non exchangeable
62 -- > Self explanatory.
63 -- > FSU Forked support
64 -- > Self explanatory.
65 -- > LAR Lashing rope
66 -- > Self explanatory.
67 -- > LU Load/unload device on equipment
68 -- > A mechanical device used in the loading and/or unloading
69 -- > of cargo into and from transport equipment.
70 -- > MPA Movable panel
71 -- > Self explanatory.
72 -- > PA Pallet
73 -- > A platform on which goods can be stacked in order to
74 -- > facilitate the movement by a forklift or sling.
75 -- > PBP Identified private box pallet
76 -- > Self explanatory.
77 -- > PFP Identified private flat pallet
78 -- > Self explanatory.
79 -- > PL Platform
80 -- > A piece of equipment normally having a flat surface, or
81 -- > prepared for carrying cargo with a specific shape.
82 -- > PPA Protecting panel
83 -- > Self explanatory.
84 -- > PST Portable stove
85 -- > Self explanatory.
86 -- > RF Flat car
87 -- > Description to be provided.
88 -- > RG Reefer generator
89 -- > A generator used to control the temperature in
90 -- > temperature-controlled transport equipment.
91 -- > RGF Ground facility
92 -- > Storage tank or facility capable of receiving shipment of
93 -- > goods or commodity.
94 -- > RO Rope
95 -- > Rope used in the securing of cargo.
96 -- > RR Rail car
97 -- > [8320] Registered identification number of railway wagon
98 -- > (CIM 19).
99 -- > SCA Small container category A
100 -- > Self explanatory.
101 -- > SCB Small container category B
102 -- > Self explanatory.
103 -- > SCC Small container category C
104 -- > Self explanatory.
105 -- > SFA Stiffening ring of frame
106 -- > Self explanatory.
107 -- > SPP Identified special pallet
108 -- > Self explanatory.
109 -- > STR Strap
110 -- > Self explanatory.
111 -- > SW Swap body
112 -- > Rectangular equipment unit without wheels, which can be
113 -- > mounted on a chassis or positioned on legs.
114 -- > TE Trailer
115 -- > A vehicle without motive power, designed for the carriage
116 -- > of cargo and to be towed by a motor vehicle.
117 -- > TP Tarpaulin
118 -- > Waterproof material, e.g. canvas, to spread over cargo to
119 -- > protect it from getting wet.
120 -- > TS Tackles
121 -- > [8030] Identification marks and numbers of loading tackle
122 -- > used (sheets, ropes, chains, etc..), as specified in DCU
123 -- > 9 to CIM Article 13; and of containers, as specified in
124 -- > Articles 5 and 10 of Annex III to CIM (CIM 17).
125 -- > TSU Tarpaulin support
126 -- > Self explanatory.
127 -- > UL ULD (Unit load device)
128 -- > An aircraft container or pallet.
129 simple8053 :: Parser Value
130 simple8053 = simple "8053" (alphaNumeric `upTo` 3)