schemaElement['min']; if (isset($this->getValue()['min'])) { $minValue = $this->getValue()['min']; } $maxValue = $this->schemaElement['max']; if (isset($this->getValue()['max'])) { $maxValue = $this->getValue()['max']; } ?>