]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S7077.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S7077.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S7077
7 ( simple7077
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 7077 Item description type, coded
16 -- >
17 -- > Desc: Code indicating the format of a description.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > + A Free-form long description
22 -- > Long description of an item in free form.
23 -- > B Code and text
24 -- > Self explanatory.
25 -- > C Code (from industry code list)
26 -- > Self explanatory.
27 -- > + D Free-form price look up
28 -- > Price look-up description of a product for point of sale
29 -- > receipts.
30 -- > + E Free-form short description
31 -- > Short description of an item in free form.
32 -- > F Free-form
33 -- > Self explanatory.
34 -- > S Structured (from industry code list)
35 -- > Self explanatory.
36 -- > X Semi-structured (code + text)
37 -- > Self explanatory.
38 simple7077 :: Parser Value
39 simple7077 = simple "7077" (alphaNumeric `upTo` 3)