aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S3155.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S3155.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S3155.hs89
1 files changed, 89 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S3155.hs b/specification/src/Text/Edifact/D96A/Simples/S3155.hs
new file mode 100644
index 0000000..edfabbb
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S3155.hs
@@ -0,0 +1,89 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S3155
7 ( simple3155
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 3155 Communication channel qualifier
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-- > AD AT&T mailbox
32-- > AT&T mailbox identifier.
33-- > AE Peripheral device
34-- > Peripheral device identification.
35-- > CA Cable address
36-- > Self explanatory.
37-- > EI EDI transmission
38-- > Number identifying the service and service user.
39-- > EM Electronic mail
40-- > Creating/sending/receiving of unstructured free text
41-- > messages or documents using computer network, a mini-
42-- > computer or an attached modem and regular telephone line
43-- > or other electronic transmission media.
44-- > EX Extension
45-- > Telephone extension.
46-- > FT File transfer access method
47-- > According to ISO.
48-- > FX Telefax
49-- > Device used for transmitting and reproducing fixed
50-- > graphic material (as printing) by means of signals over
51-- > telephone lines or other electronic transmission media.
52-- > GM GEIS (General Electric Information Service) mailbox
53-- > Self explanatory.
54-- > IE IBM information exchange
55-- > Self explanatory.
56-- > IM Internal mail
57-- > Internal mail address/number.
58-- > MA Mail
59-- > Postal service document delivery.
60-- > PB Postbox number
61-- > Self explanatory.
62-- > PS Packet switching
63-- > The process of routing and transferring data by means of
64-- > addressed packets so that a channel is occupied only
65-- > during the transmission; upon completion of the
66-- > transmission the channel is made available for the
67-- > transfer of other packets (ISO).
68-- > SW S.W.I.F.T.
69-- > Communications address assigned by Society for Worldwide
70-- > Interbank Financial Telecommunications s.c.
71-- > TE Telephone
72-- > Voice/data transmission by telephone.
73-- > TG Telegraph
74-- > Text transmission via telegraph.
75-- > TL Telex
76-- > Transmission of text/data via telex.
77-- > TM Telemail
78-- > Transmission of text/data via telemail.
79-- > TT Teletext
80-- > Transmission of text/data via teletext.
81-- > TX TWX
82-- > Communication service involving Teletypewriter machines
83-- > connected by wire or electronic transmission media.
84-- > Teletypewriter machines are the devices used to send and
85-- > receive signals and produce hardcopy from them.
86-- > XF X.400
87-- > CCITT Message handling system.
88simple3155 :: Parser Value
89simple3155 = simple "3155" (alphaNumeric `upTo` 3)