aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S3153.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S3153.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S3153.hs108
1 files changed, 108 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S3153.hs b/specification/src/Text/Edifact/D01B/Simples/S3153.hs
new file mode 100644
index 0000000..9aaa96d
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S3153.hs
@@ -0,0 +1,108 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.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 medium type code [C]
16-- >
17-- > Desc: Code specifying the type of communication medium.
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-- >
27-- > AB SITA
28-- > Communications number assigned by Societe Internationale
29-- > de Telecommunications Aeronautiques (SITA).
30-- >
31-- > AC ARINC
32-- > Communications number assigned by Aeronautical Radio
33-- > Inc.
34-- >
35-- > AD Courier
36-- > A communication channel identifying a courier.
37-- >
38-- > CA Cable address
39-- > The cable is used as communication medium.
40-- >
41-- > EI EDI transmission
42-- > Number identifying the service and service user.
43-- >
44-- > EM Electronic mail
45-- > Exchange of mail by electronic means.
46-- >
47-- > EX Extension
48-- > Telephone extension.
49-- >
50-- > FT File transfer access method
51-- > According to ISO.
52-- >
53-- > FX Telefax
54-- > Device used for transmitting and reproducing fixed
55-- > graphic material (as printing) by means of signals over
56-- > telephone lines or other electronic transmission media.
57-- >
58-- > GM GEIS (General Electric Information Service) mailbox
59-- > GEIS mailbox system is used as communication medium.
60-- >
61-- > IE IBM information exchange
62-- > IBM IE is used as communication medium.
63-- >
64-- > IM Internal mail
65-- > Internal mail address/number.
66-- >
67-- > MA Mail
68-- > Postal service document delivery.
69-- >
70-- > PB Postbox no.
71-- > Postbox system is used as communication medium.
72-- >
73-- > PS Packet switching
74-- > The process of routing and transferring data by means of
75-- > addressed packets so that a channel is occupied only
76-- > during the transmission; upon completion of the
77-- > transmission the channel is made available for the
78-- > transfer of other packets (ISO).
79-- >
80-- > SW S.W.I.F.T.
81-- > Communications address assigned by Society for Worldwide
82-- > Interbank Financial Telecommunications s.c.
83-- >
84-- > TE Telephone
85-- > Voice/data transmission by telephone.
86-- >
87-- > TG Telegraph
88-- > Text transmission via telegraph.
89-- >
90-- > TL Telex
91-- > Transmission of text/data via telex.
92-- >
93-- > TM Telemail
94-- > Transmission of text/data via telemail.
95-- >
96-- > TT Teletext
97-- > Transmission of text/data via teletext.
98-- >
99-- > TX TWX
100-- > Communication service involving Teletypewriter machines
101-- > connected by wire or electronic transmission media.
102-- > Teletypewriter machines are the devices used to send and
103-- > receive signals and produce hardcopy from them.
104-- >
105-- > XF X.400
106-- > CCITT Message handling system.
107simple3153 :: Parser Value
108simple3153 = simple "3153" (alphaNumeric `upTo` 3)