* @package taoQTI */ class ToolVersion extends Attribute { protected static $name = 'toolVersion'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\String256'; protected static $defaultValue = null; protected static $required = false; }