for (let test of attribute._tests) {
            if (test.name === 'max' || test.name === 'length') {
              this[attributeName].type = DataTypes.STRING(test.arg)
            }
          }