From a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Thu, 8 Dec 2016 10:19:15 +0200 Subject: Release code as open source --- .../src/Text/Edifact/D01B/Simples/S3153.hs | 108 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 specification/src/Text/Edifact/D01B/Simples/S3153.hs (limited to 'specification/src/Text/Edifact/D01B/Simples/S3153.hs') 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 @@ +{-# LANGUAGE OverloadedStrings #-} + +---- Machine generated code. +---- Output of edi-parser-scaffolder + +module Text.Edifact.D01B.Simples.S3153 + ( simple3153 + ) where + +import Text.Edifact.Parsing +import Text.Edifact.Types (Value) + +-- | Derived from this specification: +-- +-- > 3153 Communication medium type code [C] +-- > +-- > Desc: Code specifying the type of communication medium. +-- > +-- > Repr: an..3 +-- > +-- > AA Circuit switching +-- > A process that, on demand, connects two or more data +-- > terminal equipments and permits the exclusive use of a +-- > data circuit between them until the connection is +-- > released (ISO). +-- > +-- > AB SITA +-- > Communications number assigned by Societe Internationale +-- > de Telecommunications Aeronautiques (SITA). +-- > +-- > AC ARINC +-- > Communications number assigned by Aeronautical Radio +-- > Inc. +-- > +-- > AD Courier +-- > A communication channel identifying a courier. +-- > +-- > CA Cable address +-- > The cable is used as communication medium. +-- > +-- > EI EDI transmission +-- > Number identifying the service and service user. +-- > +-- > EM Electronic mail +-- > Exchange of mail by electronic means. +-- > +-- > EX Extension +-- > Telephone extension. +-- > +-- > FT File transfer access method +-- > According to ISO. +-- > +-- > FX Telefax +-- > Device used for transmitting and reproducing fixed +-- > graphic material (as printing) by means of signals over +-- > telephone lines or other electronic transmission media. +-- > +-- > GM GEIS (General Electric Information Service) mailbox +-- > GEIS mailbox system is used as communication medium. +-- > +-- > IE IBM information exchange +-- > IBM IE is used as communication medium. +-- > +-- > IM Internal mail +-- > Internal mail address/number. +-- > +-- > MA Mail +-- > Postal service document delivery. +-- > +-- > PB Postbox no. +-- > Postbox system is used as communication medium. +-- > +-- > PS Packet switching +-- > The process of routing and transferring data by means of +-- > addressed packets so that a channel is occupied only +-- > during the transmission; upon completion of the +-- > transmission the channel is made available for the +-- > transfer of other packets (ISO). +-- > +-- > SW S.W.I.F.T. +-- > Communications address assigned by Society for Worldwide +-- > Interbank Financial Telecommunications s.c. +-- > +-- > TE Telephone +-- > Voice/data transmission by telephone. +-- > +-- > TG Telegraph +-- > Text transmission via telegraph. +-- > +-- > TL Telex +-- > Transmission of text/data via telex. +-- > +-- > TM Telemail +-- > Transmission of text/data via telemail. +-- > +-- > TT Teletext +-- > Transmission of text/data via teletext. +-- > +-- > TX TWX +-- > Communication service involving Teletypewriter machines +-- > connected by wire or electronic transmission media. +-- > Teletypewriter machines are the devices used to send and +-- > receive signals and produce hardcopy from them. +-- > +-- > XF X.400 +-- > CCITT Message handling system. +simple3153 :: Parser Value +simple3153 = simple "3153" (alphaNumeric `upTo` 3) -- cgit v1.2.3