From a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Thu, 8 Dec 2016 10:19:15 +0200 Subject: Release code as open source --- .../src/Text/Edifact/D96A/Simples/S6145.hs | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 specification/src/Text/Edifact/D96A/Simples/S6145.hs (limited to 'specification/src/Text/Edifact/D96A/Simples/S6145.hs') 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 @@ +{-# 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) -- cgit v1.2.3