* @package taoQTI */ class DefaultValue extends Attribute { protected static $name = 'defaultValue'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\QtiFloat'; protected static $defaultValue = 0; protected static $required = true; }