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