{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.IgnoreAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of intentionally disregarding the object. An agent ignores an object. data IgnoreAction instance Show IgnoreAction instance Read IgnoreAction instance Eq IgnoreAction instance Typeable IgnoreAction instance MetaData IgnoreAction