* @package taoQTI */ class MapKey extends Attribute { protected static $name = 'mapKey'; protected static $type = 'oat\\taoQtiItem\\model\\qti\\datatype\\ValueType'; protected static $defaultValue = null; protected static $required = true; }