{-# LANGUAGE OverloadedStrings #-} ---- Machine generated code. ---- Output of edi-parser-scaffolder module Text.Edifact.D01B.Composites.C228 ( -- * Definition compositeC228 -- * Dependencies , simple8178 , simple8179 ) where import Text.Edifact.D01B.Simples (simple8178, simple8179) import Text.Edifact.Parsing import Text.Edifact.Types (Value) -- | Derived from this specification: -- -- > C228 TRANSPORT MEANS -- > -- > Desc: Code and/or name identifying the type of means of -- > transport. -- > -- > 010 8179 Transport means description code C an..8 -- > 020 8178 Transport means description C an..17 -- -- Dependencies: 'simple8178', 'simple8179'. compositeC228 :: Parser Value compositeC228 = composite "C228" [ "010" .@ optional simple8179 , "020" .@ optional simple8178 ]