aboutsummaryrefslogblamecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S4517.hs
blob: 9324410bde8e5fa878e5b5f2ff3afd230302a0bb (plain) (tree)

























                                                  
{-# 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)