Slot: maximum_value
For ordinal ranges, the value must be equal to or lower than this
URI: [linkml:maximum_value](https://w3id.org/linkml/maximum_value)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [TypeExpression](TypeExpression.md) | An abstract class grouping named types and anonymous type expressions | no |
| [SlotExpression](SlotExpression.md) | an expression that constrains the range of values a slot can take | no |
| [AnonymousTypeExpression](AnonymousTypeExpression.md) | A type expression that is not a top-level named type definition | no |
| [TypeDefinition](TypeDefinition.md) | an element that whose instances are atomic scalar values that can be mapped t... | no |
| [AnonymousSlotExpression](AnonymousSlotExpression.md) | | no |
| [SlotDefinition](SlotDefinition.md) | an element that describes how instances are related to other instances | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [Anything](Anything.md) |
| Domain | [SlotDefinition](SlotDefinition.md) |
| Domain Of | [TypeExpression](TypeExpression.md), [SlotExpression](SlotExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Inherited | Yes |
## In Subsets
* [SpecificationSubset](SpecificationSubset.md)
* [BasicSubset](BasicSubset.md)
## Aliases
* high value
## Notes
* Range to be refined to an "Ordinal" metaclass - see https://github.com/linkml/linkml/issues/1384#issuecomment-1892721142
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:maximum_value |
| native | linkml:maximum_value |
## LinkML Source
name: maximum_value
description: For ordinal ranges, the value must be equal to or lower than this
notes:
- Range to be refined to an "Ordinal" metaclass - see https://github.com/linkml/linkml/issues/1384#issuecomment-1892721142
in_subset:
- SpecificationSubset
- BasicSubset
from_schema: https://w3id.org/linkml/meta
aliases:
- high value
rank: 1000
domain: slot_definition
inherited: true
domain_of:
- type_expression
- slot_expression
range: Anything