OpenAFP-1.1: src/OpenAFP/Records/AFP/ESG.hs
module OpenAFP.Records.AFP.ESG where
import OpenAFP.Types
import OpenAFP.Internals
data ESG = ESG {
esg_Type :: !N3
,esg_ :: !N3
,esg :: !NStr
} deriving (Show, Typeable)