aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3153.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D96A/Simples/S3153.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S3153.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S3153.hs85
1 files changed, 85 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S3153.hs b/specification/src/Text/Edifact/D96A/Simples/S3153.hs
new file mode 100644
index 0000000..5f938af
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S3153.hs
@@ -0,0 +1,85 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S3153
7 ( simple3153
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 3153 Communication channel identifier, coded
16-- >
17-- > Desc: Code identifying the type of communication channel being used.
18-- >
19-- > Repr: an..3
20-- >
21-- > AA Circuit switching
22-- > A process that, on demand, connects two or more data
23-- > terminal equipments and permits the exclusive use of a
24-- > data circuit between them until the connection is
25-- > released (ISO).
26-- > AB SITA
27-- > Communications number assigned by Societe Internationale
28-- > de Telecommunications Aeronautiques (SITA).
29-- > AC ARINC
30-- > Communications number assigned by Aeronautical Radio Inc.
31-- > CA Cable address
32-- > Self explanatory.
33-- > EI EDI transmission
34-- > Number identifying the service and service user.
35-- > EM Electronic mail
36-- > Creating/sending/receiving of unstructured free text
37-- > messages or documents using computer network, a mini-
38-- > computer or an attached modem and regular telephone line
39-- > or other electronic transmission media.
40-- > EX Extension
41-- > Telephone extension.
42-- > FT File transfer access method
43-- > According to ISO.
44-- > FX Telefax
45-- > Device used for transmitting and reproducing fixed
46-- > graphic material (as printing) by means of signals over
47-- > telephone lines or other electronic transmission media.
48-- > GM GEIS (General Electric Information Service) mailbox
49-- > Self explanatory.
50-- > IE IBM information exchange
51-- > Self explanatory.
52-- > IM Internal mail
53-- > Internal mail address/number.
54-- > MA Mail
55-- > Postal service document delivery.
56-- > PB Postbox no.
57-- > Self explanatory.
58-- > PS Packet switching
59-- > The process of routing and transferring data by means of
60-- > addressed packets so that a channel is occupied only
61-- > during the transmission; upon completion of the
62-- > transmission the channel is made available for the
63-- > transfer of other packets (ISO).
64-- > SW S.W.I.F.T.
65-- > Communications address assigned by Society for Worldwide
66-- > Interbank Financial Telecommunications s.c.
67-- > TE Telephone
68-- > Voice/data transmission by telephone.
69-- > TG Telegraph
70-- > Text transmission via telegraph.
71-- > TL Telex
72-- > Transmission of text/data via telex.
73-- > TM Telemail
74-- > Transmission of text/data via telemail.
75-- > TT Teletext
76-- > Transmission of text/data via teletext.
77-- > TX TWX
78-- > Communication service involving Teletypewriter machines
79-- > connected by wire or electronic transmission media.
80-- > Teletypewriter machines are the devices used to send and
81-- > receive signals and produce hardcopy from them.
82-- > XF X.400
83-- > CCITT Message handling system.
84simple3153 :: Parser Value
85simple3153 = simple "3153" (alphaNumeric `upTo` 3)