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