{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.PlanAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of planning the execution of an event/task/action/reservation/plan to a future date. data PlanAction instance Show PlanAction instance Read PlanAction instance Eq PlanAction instance Typeable PlanAction instance MetaData PlanAction