def schema_ext(self): return voluptuous.All(numbers.Real, voluptuous.Range(min=self.min, max=self.max))