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

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

module Text.Edifact.D96A.Simples.S3239
  ( simple3239
  ) where

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

-- | Derived from this specification:
--
-- >    3239  Country of origin, coded
-- >
-- >    Desc: Country in which the goods have been produced or
-- >          manufactured, according to criteria laid down for the
-- >          purposes of application of the Customs tariff, of
-- >          quantitative restrictions, or of any other measure related to
-- >          trade.
-- >
-- >    Repr: an..3
-- >
-- >    Note: See Country and currency codes (UNTDED) or ISO 3166 two alpha
-- >          country code (Code set 3207).
simple3239 :: Parser Value
simple3239 = simple "3239" (alphaNumeric `upTo` 3)