aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S6321.hs
blob: 9f0b7d84863ffeeb5112222e6caf50e189a9b803 (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
{-# 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)