OpenAFP-1.1: src/OpenAFP/Records/AFP/BCA.hs
module OpenAFP.Records.AFP.BCA where
import OpenAFP.Types
import OpenAFP.Internals
data BCA = BCA {
bca_Type :: !N3
,bca_ :: !N3
,bca :: !NStr
} deriving (Show, Typeable)