aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D01B/Simples/S6167.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D01B/Simples/S6167.hs')
-rw-r--r--specification/src/Text/Edifact/D01B/Simples/S6167.hs69
1 files changed, 69 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D01B/Simples/S6167.hs b/specification/src/Text/Edifact/D01B/Simples/S6167.hs
new file mode 100644
index 0000000..def9d70
--- /dev/null
+++ b/specification/src/Text/Edifact/D01B/Simples/S6167.hs
@@ -0,0 +1,69 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D01B.Simples.S6167
7 ( simple6167
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 6167 Range type code qualifier [B]
16-- >
17-- > Desc: Code qualifying a type of range.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Allowance range
22-- > Identifies the range for an allowance.
23-- >
24-- > 2 Charge range
25-- > Identifies the range for a charge.
26-- >
27-- > 3 Monetary range
28-- > Identifies the range related to money.
29-- >
30-- > 4 Quantity range
31-- > Identifies the range for quantity.
32-- >
33-- > 5 Temperature range
34-- > The range of a temperature.
35-- >
36-- > 6 Order quantity range
37-- > The minimum to maximum order quantity.
38-- >
39-- > 7 Delivery quantity range
40-- > The minimum to maximum delivery quantity.
41-- >
42-- > 8 Production batch range
43-- > The minimum to maximum quantity in a single production
44-- > run.
45-- >
46-- > 9 Monthly quantity range
47-- > The minimum to maximum monthly quantity.
48-- >
49-- > 10 Annual quantity range
50-- > The minimum to maximum yearly quantity.
51-- >
52-- > 11 Package stacking range
53-- > Range in which packages can be stacked.
54-- >
55-- > 12 Transport temperature range
56-- > The temperature range at which cargo is to be kept while
57-- > it is under transport.
58-- >
59-- > 13 Equipment pre-tripping temperature range
60-- > The temperature range at which the equipment is to be
61-- > brought to in preparation for the loading of cargo.
62-- >
63-- > 14 Terms discount range
64-- > Identifies the range for a terms discount.
65-- >
66-- > 15 Order quantity range, cumulative
67-- > The minimum to maximum cumulative order quantity.
68simple6167 :: Parser Value
69simple6167 = simple "6167" (alphaNumeric `upTo` 3)