aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S3225.hs
blob: 33422091496529ce17a3ea4e55bfbff0592d52ec (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.D01B.Simples.S3225
  ( simple3225
  ) where

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

-- | Derived from this specification:
--
-- >      3225  Location name code                                      [C]
-- >
-- >      Desc: Code specifying the name of the location.
-- >
-- >      Repr: an..25
-- >
-- >      Note:
-- >            1 Recommend use UN/ECE Recommendation No. 16:
-- >            UN/LOCODE. If not applicable, use appropriate code set
-- >            in combination with 1131/3055.
simple3225 :: Parser Value
simple3225 = simple "3225" (alphaNumeric `upTo` 25)