---
search:
boost: 5.0
---
# Slot: box_type
_The type of box used to simuluate the system._
URI: [https://CCPBioSim.ac.uk/biosim-schema/box_type](https://CCPBioSim.ac.uk/biosim-schema/box_type)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SimulationBox](../classes/SimulationBox.md) | Simulation box information | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [BoxType](../enums/BoxType.md) |
| Domain Of | [SimulationBox](../classes/SimulationBox.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | https://CCPBioSim.ac.uk/biosim-schema/box_type |
| native | https://CCPBioSim.ac.uk/biosim-schema/box_type |
## LinkML Source
```yaml
name: box_type
description: The type of box used to simuluate the system.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- SimulationBox
range: BoxType
```