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