aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S9303.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S9303.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S9303.hs53
1 files changed, 53 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S9303.hs b/specification/src/Text/Edifact/D01B/Simples/S9303.hs
new file mode 100644
index 0000000..f454818
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S9303.hs
@@ -0,0 +1,53 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S9303
7 ( simple9303
8 ) where
9
10import Text.Edifact.Parsing
11import 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.
52simple9303 :: Parser Value
53simple9303 = simple "9303" (alphaNumeric `upTo` 3)