]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S6145.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S6145.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S6145
7 ( simple6145
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 6145 Dimension qualifier
16 -- >
17 -- > Desc: To specify the dimensions applicable to each of the
18 -- > transportable units.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > 1 Gross dimensions
23 -- > The dimension expressed in a gross value.
24 -- > 2 Package dimensions (incl. goods)
25 -- > The dimension of the goods including the packaging.
26 -- > 3 Pallet dimensions (excl.goods)
27 -- > The dimension of a pallet excluding the goods.
28 -- > 4 Pallet dimensions (incl.goods)
29 -- > The dimension of a pallet including the goods.
30 -- > 5 Off-standard dimension front
31 -- > The dimension in the length that the cargo exceeds the
32 -- > standard length at the front of an equipment.
33 -- > 6 Off-standard dimension back
34 -- > The dimension in the length that the cargo exceeds the
35 -- > standard length at the back of an equipment.
36 -- > 7 Off-standard dimension right
37 -- > The dimension in the width that the cargo exceeds the
38 -- > standard width at the right side of an equipment.
39 -- > 8 Off-standard dimension left
40 -- > The dimension in the width that the cargo exceeds the
41 -- > standard width at the left side of an equipment.
42 -- > 9 Off-standard dimension general
43 -- > The dimensions that the cargo exceeds the standard
44 -- > dimensions.
45 -- > 10 External equipment dimension
46 -- > The external dimensions of transport equipment.
47 -- > + 11 Internal equipment dimensions
48 -- > The internal dimensions of equipment.
49 simple6145 :: Parser Value
50 simple6145 = simple "6145" (alphaNumeric `upTo` 3)