]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S9303.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S9303.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S9303
7 ( simple9303
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 9303 Sealing party name code [B]
16 -- >
17 -- > Desc: Code specifying the name of the sealing party.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AA Consolidator
22 -- > Party which consolidates cargo.
23 -- >
24 -- > AB Unknown
25 -- > The sealing party is unknown.
26 -- >
27 -- > AC Quarantine agency
28 -- > Agency responsible for the administration of statutory
29 -- > disease controls on the movement of people, animals and
30 -- > plants.
31 -- >
32 -- > CA Carrier
33 -- > Party undertaking or arranging transport of goods
34 -- > between named points.
35 -- >
36 -- > CU Customs
37 -- > 'Customs' means the Government Service which is
38 -- > responsible for the administration of Customs law and
39 -- > the collection of duties and taxes and which also has
40 -- > the responsibility for the application of other laws and
41 -- > regulations relating to the importation, exportation,
42 -- > movement or storage of goods.
43 -- >
44 -- > SH Shipper
45 -- > Party which, by contract with a carrier, consigns or
46 -- > sends goods with the carrier, or has them conveyed by
47 -- > him.
48 -- >
49 -- > TO Terminal operator
50 -- > Party which handles the loading and unloading of marine
51 -- > vessels.
52 simple9303 :: Parser Value
53 simple9303 = simple "9303" (alphaNumeric `upTo` 3)