aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S8453.hs
blob: b58e5391a52768cced3d462e401a8f9404edda6f (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
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S8453
  ( simple8453
  ) where

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

-- | Derived from this specification:
--
-- > |    8453  Transport means nationality code                        [B]
-- >
-- >      Desc: Code specifying the nationality of a means of
-- >            transport.
-- >
-- >      Repr: an..3
-- >
-- >      Note:
-- > |          1 Use ISO 3166-1 two alpha country code.
simple8453 :: Parser Value
simple8453 = simple "8453" (alphaNumeric `upTo` 3)