{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ChooseAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of expressing a preference from a set of options or a large or unbounded set of choices/options. data ChooseAction instance Show ChooseAction instance Read ChooseAction instance Eq ChooseAction instance Typeable ChooseAction instance MetaData ChooseAction