{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.QuantitativeValue where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A point value or interval for product characteristics and other purposes. data QuantitativeValue instance Show QuantitativeValue instance Read QuantitativeValue instance Eq QuantitativeValue instance Typeable QuantitativeValue instance MetaData QuantitativeValue