]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S9353.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S9353.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S9353
7 ( simple9353
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 9353 Government procedure, coded
16 -- >
17 -- > Desc: Code identifying the treatment applied by the government to
18 -- > goods which are subject to a control.
19 -- >
20 -- > Repr: an..3
21 -- >
22 -- > 1 Already customs cleared in the importing country
23 -- > Arrangements for inspection are not necessary because
24 -- > they were cleared before.
25 -- > 2 Documents requirements completed
26 -- > All requirements for documents have been completed.
27 -- > 3 Documents required
28 -- > Pertinent documents are required.
29 -- > 4 Inspection arrangements completed
30 -- > Arrangements for inspection of the cargo have been
31 -- > completed.
32 -- > 5 Inspection arrangements required
33 -- > Arrangements for inspection of the cargo are required.
34 -- > 6 No customs procedure
35 -- > Customs clearance not required.
36 -- > 7 Safety arrangements completed
37 -- > Arrangements for safeguarding the cargo have been
38 -- > completed.
39 -- > 8 Safety arrangements required
40 -- > Arrangements for safeguarding the cargo are required.
41 -- > 9 Security arrangements required
42 -- > Arrangements for the security of the cargo are required.
43 -- > 10 Storage arrangements completed
44 -- > Arrangements for storing the cargo have been completed.
45 -- > 11 Storage arrangements required
46 -- > Arrangements for storing the cargo are required.
47 -- > 12 Transport arrangements completed
48 -- > All arrangements for transport have been completed.
49 -- > 13 Transport arrangements required
50 -- > Transport has to be arranged.
51 simple9353 :: Parser Value
52 simple9353 = simple "9353" (alphaNumeric `upTo` 3)