]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S6321.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S6321.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S6321
7 ( simple6321
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 6321 Measurement significance, coded
16 -- >
17 -- > Desc: Code specifying the significance of a measurement value.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 3 Approximately
22 -- > Self explanatory.
23 -- > 4 Equal to
24 -- > Self explanatory.
25 -- > 5 Greater than or equal to
26 -- > Self explanatory.
27 -- > 6 Greater than
28 -- > Self explanatory.
29 -- > 7 Less than
30 -- > Self explanatory.
31 -- > 8 Less than or equal to
32 -- > Self explanatory.
33 -- > 10 Not equal to
34 -- > Self explanatory.
35 -- > 11 Trace
36 -- > Description to be provided.
37 -- > 12 True value
38 -- > Description to be provided.
39 -- > 13 Observed value
40 -- > Description to be provided.
41 -- > 15 Out of range
42 -- > Self explanatory.
43 simple6321 :: Parser Value
44 simple6321 = simple "6321" (alphaNumeric `upTo` 3)