aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6145.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D96A/Simples/S6145.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S6145.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S6145.hs50
1 files changed, 50 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S6145.hs b/specification/src/Text/Edifact/D96A/Simples/S6145.hs
new file mode 100644
index 0000000..fe71395
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S6145.hs
@@ -0,0 +1,50 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S6145
7 ( simple6145
8 ) where
9
10import Text.Edifact.Parsing
11import 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.
49simple6145 :: Parser Value
50simple6145 = simple "6145" (alphaNumeric `upTo` 3)