aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S9415.hs
blob: 398877c01a922866a4ad5e94c84545269dcc5968 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{-# LANGUAGE OverloadedStrings #-}

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

module Text.Edifact.D01B.Simples.S9415
  ( simple9415
  ) where

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

-- | Derived from this specification:
--
-- >      9415  Government agency identification code                   [B]
-- >
-- >      Desc: Code identifying a government agency.
-- >
-- >      Repr: an..3
-- >
-- >      1     Agriculture
-- >               Government agency responsible for agriculture and e.g.
-- >               the inspection of vegetable and animal substances being
-- >               imported.
-- >
-- >      2     Ammunition
-- >               Government agency responsible for the safe transport of
-- >               ammunition.
-- >
-- >      3     Commerce
-- >               Government agency responsible for commerce both domestic
-- >               and international.
-- >
-- >      4     Coastguard
-- >               Government agency responsible for public safety on
-- >               waterways.
-- >
-- >      5     Customs
-- >               Customs authorities.
-- >
-- >      6     Food and drug
-- >               Government agency responsible for the safety on food and
-- >               drugs.
-- >
-- >      7     Health certificate
-- >               Health authorities.
-- >
-- >      8     Harbour police
-- >               Police authorities responsible for public safety in the
-- >               harbour.
-- >
-- >      9     Immigration
-- >               Government agency responsible for immigration matters.
-- >
-- >      10    Live animals
-- >               Government agency responsible for the importation of
-- >               live animals.
-- >
-- >      11    Port authority
-- >               Government or semi-government body responsible for port
-- >               operations.
-- >
-- >      12    Public health
-- >               Government body responsible for public health matters.
-- >
-- >      13    Transportation
-- >               Government agency responsible for transportation policy
-- >               and other transportation matters.
simple9415 :: Parser Value
simple9415 = simple "9415" (alphaNumeric `upTo` 3)