{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.ReceiveAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of physically/electronically taking delivery of an object thathas been transferred from an origin to a destination. Reciprocal of SendAction.

Related actions:

. data ReceiveAction instance Show ReceiveAction instance Read ReceiveAction instance Eq ReceiveAction instance Typeable ReceiveAction instance MetaData ReceiveAction