]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S4219.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S4219.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.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 service priority code [B]
16 -- >
17 -- > Desc: Code specifying the priority of a 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 -- >
25 -- > 2 High speed
26 -- > Transport under legal international rail convention
27 -- > (CIM) concluded between rail organizations and based on
28 -- > fast routing and specified timetables.
29 -- >
30 -- > 3 Normal speed
31 -- > Transport under legal international rail convention
32 -- > (CIM) concluded between rail organizations.
33 -- >
34 -- > 4 Post service
35 -- > Transport under conditions specified by UPU (Universal
36 -- > Postal Union) and Rail organizations (parcels transport
37 -- > only).
38 simple4219 :: Parser Value
39 simple4219 = simple "4219" (alphaNumeric `upTo` 3)