]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S4219.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S4219.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S4219
7 ( simple4219
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 4219 Transport priority, coded
16 -- >
17 -- > Desc: Coded priority of requested transport service.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > 1 Express
22 -- > Express treatment (if by rail, legal express regime for
23 -- > parcels transport).
24 -- > 2 High speed
25 -- > Transport under legal international rail convention (CIM)
26 -- > concluded between rail organizations and based on fast
27 -- > routing and specified timetables.
28 -- > 3 Normal speed
29 -- > Transport under legal international rail convention (CIM)
30 -- > concluded between rail organizations.
31 -- > 4 Post service
32 -- > Transport under conditions specified by UPU (Universal
33 -- > Postal Union) and Rail organizations (parcels transport
34 -- > only).
35 simple4219 :: Parser Value
36 simple4219 = simple "4219" (alphaNumeric `upTo` 3)