]> git.immae.eu Git - github/fretlink/edi-parser.git/blame - specification/src/Text/Edifact/D96A/Simples/S8281.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S8281.hs
CommitLineData
a9d77a20
FM
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S8281
7 ( simple8281
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 8281 Transport ownership, coded
16-- >
17-- > Desc: Code indicating the ownership of the means of transport.
18-- >
19-- > Repr: an..3
20-- >
21-- > 1 Transport for the owner's account
22-- > The owner of the transported goods is also the owner of
23-- > the means of transport or rented it for this transport.
24-- > 2 Transport for another account
25-- > The owner of the transported goods does not own the means
26-- > of transport or has not rented it for this transport.
27simple8281 :: Parser Value
28simple8281 = simple "8281" (alphaNumeric `upTo` 3)