{-# LANGUAGE DeriveDataTypeable #-} module Text.HTML5.MetaData.Schema.WarrantyPromise where -- Valid: 2016-02-03 (Schema.rdfs.org) import Text.HTML5.MetaData.Class import Data.Typeable -- | A structured value representing the duration and scope of services that will be provided to a customer free of charge in case of a defect or malfunction of a product. data WarrantyPromise instance Show WarrantyPromise instance Read WarrantyPromise instance Eq WarrantyPromise instance Typeable WarrantyPromise instance MetaData WarrantyPromise