{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ReturnAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of returning to the origin that which was previously received (concrete objects) or taken (ownership). data ReturnAction instance Show ReturnAction instance Read ReturnAction instance Eq ReturnAction instance Typeable ReturnAction instance MetaData ReturnAction