Slot: exact_number_dimensions
exact number of dimensions in the array
URI: [linkml:exact_number_dimensions](https://w3id.org/linkml/exact_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 | [Integer](Integer.md) |
| Domain | [ArrayExpression](ArrayExpression.md) |
| Domain Of | [ArrayExpression](ArrayExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Comments
* if exact_number_dimensions is set, then minimum_number_dimensions and maximum_number_dimensions must be unset or have the same value
## Identifier and Mapping Information
### Administrative Metadata
**Status:** testing
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:exact_number_dimensions |
| native | linkml:exact_number_dimensions |
## LinkML Source
name: exact_number_dimensions
description: exact number of dimensions in the array
comments:
- if exact_number_dimensions is set, then minimum_number_dimensions and maximum_number_dimensions
must be unset or have the same value
from_schema: https://w3id.org/linkml/meta
status: testing
rank: 1000
domain: array_expression
domain_of:
- array_expression
range: integer