aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6321.hs
blob: 9f0b7d84863ffeeb5112222e6caf50e189a9b803 (plain) (tree)











































                                                                     
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D96A.Simples.S6321
  ( simple6321
  ) where

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

-- | Derived from this specification:
--
-- >   6321  Measurement significance, coded
-- >
-- >   Desc: Code specifying the significance of a measurement value.
-- >
-- >   Repr: an..3
-- >
-- >         3 Approximately
-- >              Self explanatory.
-- >         4 Equal to
-- >              Self explanatory.
-- >         5 Greater than or equal to
-- >              Self explanatory.
-- >         6 Greater than
-- >              Self explanatory.
-- >         7 Less than
-- >              Self explanatory.
-- >         8 Less than or equal to
-- >              Self explanatory.
-- >        10 Not equal to
-- >              Self explanatory.
-- >        11 Trace
-- >              Description to be provided.
-- >        12 True value
-- >              Description to be provided.
-- >        13 Observed value
-- >              Description to be provided.
-- >        15 Out of range
-- >              Self explanatory.
simple6321 :: Parser Value
simple6321 = simple "6321" (alphaNumeric `upTo` 3)