aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6411.hs
blob: a4b2c8bebe7b43f7cfa70c854641fd20d0cc8ea2 (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
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S6411
  ( simple6411
  ) where

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

-- | Derived from this specification:
--
-- >    6411  Measure unit qualifier
-- >
-- >    Desc: Indication of the unit of measurement in which weight (mass),
-- >          capacity, length, area, volume or other quantity is
-- >          expressed.
-- >
-- >    Repr: an..3
-- >
-- >    Note: See UN/ECE Recommendation 20.
simple6411 :: Parser Value
simple6411 = simple "6411" (alphaNumeric `upTo` 3)