aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S8393.hs
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2016-12-08 10:19:15 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2022-05-17 18:01:51 +0200
commita9d77a20008efe82862cc1adbfa7a6d4f09f8ff7 (patch)
treeadf3186fdccaeef19151026cdfbd38a530cf9ecb /specification/src/Text/Edifact/D96A/Simples/S8393.hs
downloadedi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.gz
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.tar.zst
edi-parser-a9d77a20008efe82862cc1adbfa7a6d4f09f8ff7.zip
Release code as open sourceHEADmaster
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S8393.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S8393.hs43
1 files changed, 43 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S8393.hs b/specification/src/Text/Edifact/D96A/Simples/S8393.hs
new file mode 100644
index 0000000..076548d
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S8393.hs
@@ -0,0 +1,43 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8393
7 ( simple8393
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8393 Returnable package load contents, coded
16-- >
17-- > Desc: To indicate the composition of goods loaded into a returnable
18-- > package.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Loaded with empty 4-block for blocking purposes
23-- > Description to be provided.
24-- > 2 Empty container with dunnage
25-- > Description to be provided.
26-- > 3 Empty container
27-- > Description to be provided.
28-- > 4 Loaded with production material
29-- > Description to be provided.
30-- > 5 Mixed empty and loaded
31-- > Description to be provided.
32-- > 6 Obsolete material
33-- > Description to be provided.
34-- > 7 Loaded with excess returned production material
35-- > Description to be provided.
36-- > 8 Loaded with rejected material
37-- > Description to be provided.
38-- > 9 Service part obsolete container
39-- > Description to be provided.
40-- > 10 Loaded with returned processed material
41-- > Description to be provided.
42simple8393 :: Parser Value
43simple8393 = simple "8393" (alphaNumeric `upTo` 3)