{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.RsvpAction where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | The act of notifying an event organizer as to whether you expect to attend the event. data RsvpAction instance Show RsvpAction instance Read RsvpAction instance Eq RsvpAction instance Typeable RsvpAction instance MetaData RsvpAction