Skip to content

Slot: maximum_number_dimensions

maximum number of dimensions in the array, or False if explicitly no maximum. If this is unset, and an explicit list of dimensions are passed using dimensions, then this is interpreted as a closed list and the maximum_number_dimensions is the length of the dimensions list, unless this value is set to False

URI: [linkml:maximum_number_dimensions](https://w3id.org/linkml/maximum_number_dimensions) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [ArrayExpression](ArrayExpression.md) | defines the dimensions of an array | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Anything](Anything.md) or 
[Integer](Integer.md) or 
[Boolean](Boolean.md) | | Domain | [ArrayExpression](ArrayExpression.md) | | Domain Of | [ArrayExpression](ArrayExpression.md) | ### Cardinality and Requirements | Property | Value | | --- | --- |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'integer'}) - AnonymousSlotExpression({'range': 'boolean'})
## Comments * maximum_number_dimensions cannot be less than minimum_number_dimensions ## Identifier and Mapping Information ### Administrative Metadata **Status:** testing ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:maximum_number_dimensions | | native | linkml:maximum_number_dimensions | ## LinkML Source
name: maximum_number_dimensions
description: maximum number of dimensions in the array, or False if explicitly no
  maximum. If this is unset, and an explicit list of dimensions are passed using dimensions,
  then this is interpreted as a closed list and the maximum_number_dimensions is the
  length of the dimensions list, unless this value is set to False
comments:
- maximum_number_dimensions cannot be less than minimum_number_dimensions
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: array_expression
domain_of:
- array_expression
range: Anything
any_of:
- range: integer
- range: boolean