Slot: dimensions
definitions of each axis in the array
URI: [linkml:dimensions](https://w3id.org/linkml/dimensions)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [ArrayExpression](ArrayExpression.md) | defines the dimensions of an array | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [DimensionExpression](DimensionExpression.md) |
| Domain | [ArrayExpression](ArrayExpression.md) |
| Domain Of | [ArrayExpression](ArrayExpression.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
### List/Collection Properties
| Property | Value |
| --- | --- |
| Elements Are Ordered | Yes |
## Aliases
* axes
## Identifier and Mapping Information
### Administrative Metadata
**Status:** testing
### Schema Source
* from schema: https://w3id.org/linkml/meta
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | linkml:dimensions |
| native | linkml:dimensions |
## LinkML Source
name: dimensions
description: definitions of each axis in the array
from_schema: https://w3id.org/linkml/meta
aliases:
- axes
status: testing
rank: 1000
domain: array_expression
list_elements_ordered: true
domain_of:
- array_expression
range: dimension_expression
multivalued: true