]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D01B/Simples/S3155.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D01B / Simples / S3155.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D01B.Simples.S3155
7 ( simple3155
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > 3155 Communication address code qualifier [B]
16 -- >
17 -- > Desc: Code qualifying the communication address.
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 AT&T mailbox
36 -- > AT&T mailbox identifier.
37 -- >
38 -- > AE Peripheral device
39 -- > Peripheral device identification.
40 -- >
41 -- > AF U.S. Defense Switched Network
42 -- > The switched telecommunications network of the United
43 -- > States Department of Defense.
44 -- >
45 -- > AG U.S. federal telecommunications system
46 -- > The switched telecommunications network of the United
47 -- > States government.
48 -- >
49 -- > AH World Wide Web
50 -- > Data exchange via the World Wide Web.
51 -- >
52 -- > AI International calling country code
53 -- > Identifies that portion of an international telephone
54 -- > number representing the country code to be used when
55 -- > calling internationally.
56 -- >
57 -- > AJ Alternate telephone
58 -- > Identifies the alternate telephone number.
59 -- >
60 -- > AK Videotex number
61 -- > Code that identifies the communications number for the
62 -- > online videotex service.
63 -- >
64 -- > AL Cellular phone
65 -- > Identifies the cellular phone number.
66 -- >
67 -- > AM International telephone direct line
68 -- > The international telephone direct line number.
69 -- >
70 -- > AN O.F.T.P. (ODETTE File Transfer Protocol)
71 -- > ODETTE File Transfer Protocol.
72 -- >
73 -- > CA Cable address
74 -- > The communication number identifies a cable address.
75 -- >
76 -- > EI EDI transmission
77 -- > Number identifying the service and service user.
78 -- >
79 -- > EM Electronic mail
80 -- > Exchange of mail by electronic means.
81 -- >
82 -- > EX Extension
83 -- > Telephone extension.
84 -- >
85 -- > FT File transfer access method
86 -- > According to ISO.
87 -- >
88 -- > FX Telefax
89 -- > Device used for transmitting and reproducing fixed
90 -- > graphic material (as printing) by means of signals over
91 -- > telephone lines or other electronic transmission media.
92 -- >
93 -- > GM GEIS (General Electric Information Service) mailbox
94 -- > The communication number identifies a GEIS mailbox.
95 -- >
96 -- > IE IBM information exchange
97 -- > The communication number identifies an IBM IE mailbox.
98 -- >
99 -- > IM Internal mail
100 -- > Internal mail address/number.
101 -- >
102 -- > MA Mail
103 -- > Postal service document delivery.
104 -- >
105 -- > PB Postbox number
106 -- > The communication number identifies a postbox.
107 -- >
108 -- > PS Packet switching
109 -- > The process of routing and transferring data by means of
110 -- > addressed packets so that a channel is occupied only
111 -- > during the transmission; upon completion of the
112 -- > transmission the channel is made available for the
113 -- > transfer of other packets (ISO).
114 -- >
115 -- > SW S.W.I.F.T.
116 -- > Communications address assigned by Society for Worldwide
117 -- > Interbank Financial Telecommunications s.c.
118 -- >
119 -- > TE Telephone
120 -- > Voice/data transmission by telephone.
121 -- >
122 -- > TG Telegraph
123 -- > Text transmission via telegraph.
124 -- >
125 -- > TL Telex
126 -- > Transmission of text/data via telex.
127 -- >
128 -- > TM Telemail
129 -- > Transmission of text/data via telemail.
130 -- >
131 -- > TT Teletext
132 -- > Transmission of text/data via teletext.
133 -- >
134 -- > TX TWX
135 -- > Communication service involving Teletypewriter machines
136 -- > connected by wire or electronic transmission media.
137 -- > Teletypewriter machines are the devices used to send and
138 -- > receive signals and produce hardcopy from them.
139 -- >
140 -- > XF X.400 address
141 -- > The X.400 address.
142 -- >
143 -- > XG Pager
144 -- > Identifies that the communication number is for a pager.
145 -- >
146 -- > XH International telephone switchboard
147 -- > The international telephone switchboard number.
148 -- >
149 -- > XI National telephone direct line
150 -- > The national telephone direct line number.
151 -- >
152 -- > XJ National telephone switchboard
153 -- > The national telephone switchboard number.
154 simple3155 :: Parser Value
155 simple3155 = simple "3155" (alphaNumeric `upTo` 3)