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
Applicable Classes
Name | Description | Modifies Slot |
---|---|---|
ArrayExpression | defines the dimensions of an array | no |
Properties
- Range: Anything
Comments
- maximum_number_dimensions cannot be less than minimum_number_dimensions
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/linkml/meta
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
alias: maximum_number_dimensions
domain_of:
- array_expression
range: Anything
any_of:
- range: integer
- range: boolean