aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7077.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S7077.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S7077.hs39
1 files changed, 39 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S7077.hs b/specification/src/Text/Edifact/D96A/Simples/S7077.hs
new file mode 100644
index 0000000..75f2ced
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S7077.hs
@@ -0,0 +1,39 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7077
7 ( simple7077
8 ) where
9
10import Text.Edifact.Parsing
11import 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.
38simple7077 :: Parser Value
39simple7077 = simple "7077" (alphaNumeric `upTo` 3)