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

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

module Text.Edifact.D96A.Simples.S4517
  ( simple4517
  ) where

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

-- | Derived from this specification:
--
-- >   4517  Seal condition, coded
-- >
-- >   Desc: To indicate the condition of a seal.
-- >
-- >   Repr: an..3
-- >
-- >         1 In right condition
-- >              The seal is in right condition.
-- >         2 Damaged
-- >              The seal is damaged.
simple4517 :: Parser Value
simple4517 = simple "4517" (alphaNumeric `upTo` 3)