aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6145.hs
blob: fe7139574d0454f2f5defeba7eda88fa040abaa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{-# LANGUAGE OverloadedStrings #-}

---- Machine generated code.
---- Output of edi-parser-scaffolder

module Text.Edifact.D96A.Simples.S6145
  ( simple6145
  ) where

import           Text.Edifact.Parsing
import           Text.Edifact.Types   (Value)

-- | Derived from this specification:
--
-- > * 6145  Dimension qualifier
-- >
-- >   Desc: To specify the dimensions applicable to each of the
-- >         transportable units.
-- >
-- >   Repr: an..3
-- >
-- >         1 Gross dimensions
-- >              The dimension expressed in a gross value.
-- >         2 Package dimensions (incl. goods)
-- >              The dimension of the goods including the packaging.
-- >         3 Pallet dimensions (excl.goods)
-- >              The dimension of a pallet excluding the goods.
-- >         4 Pallet dimensions (incl.goods)
-- >              The dimension of a pallet including the goods.
-- >         5 Off-standard dimension front
-- >              The dimension in the length that the cargo exceeds the
-- >              standard length at the front of an equipment.
-- >         6 Off-standard dimension back
-- >              The dimension in the length that the cargo exceeds the
-- >              standard length at the back of an equipment.
-- >         7 Off-standard dimension right
-- >              The dimension in the width that the cargo exceeds the
-- >              standard width at the right side of an equipment.
-- >         8 Off-standard dimension left
-- >              The dimension in the width that the cargo exceeds the
-- >              standard width at the left side of an equipment.
-- >         9 Off-standard dimension general
-- >              The dimensions that the cargo exceeds the standard
-- >              dimensions.
-- >        10 External equipment dimension
-- >              The external dimensions of transport equipment.
-- > +      11 Internal equipment dimensions
-- >              The internal dimensions of equipment.
simple6145 :: Parser Value
simple6145 = simple "6145" (alphaNumeric `upTo` 3)