]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S3153.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S3153.hs
CommitLineData
a9d77a20
FM
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)