]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S8393.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8393.hs
CommitLineData
a9d77a20
FM
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)