]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S9303.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S9303.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.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, coded
16-- >
17-- > Desc: Identification of the issuer of the seal number.
18-- >
19-- > Repr: an..3
20-- >
21-- > CA Carrier
22-- > Party undertaking or arranging transport of goods between
23-- > named points.
24-- > CU Customs
25-- > Self explanatory.
26-- > SH Shipper
27-- > Party which, by contract with a carrier, consigns or
28-- > sends goods with the carrier, or has them conveyed by
29-- > him.
30-- > TO Terminal operator
31-- > Party which handles the loading and unloading of marine
32-- > vessels.
33simple9303 :: Parser Value
34simple9303 = simple "9303" (alphaNumeric `upTo` 3)