Slot: values
A parameter value or set of values.
URI: [oscal:values](https://w3id.org/lmodel/oscal/values)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Parameter](Parameter.md) | Parameters provide a mechanism for the dynamic assignment of value(s) in a co... | no |
| [ParameterSetting](ParameterSetting.md) | A parameter setting to be propagated to points of insertion in a resolved pro... | no |
| [SetParameter](SetParameter.md) | Identifies the parameter that will be set by the enclosed value | yes |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](String.md) |
| Domain Of | [Parameter](Parameter.md), [ParameterSetting](ParameterSetting.md), [SetParameter](SetParameter.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## Identifier and Mapping Information
### Schema Source
* from schema: https://w3id.org/lmodel/oscal
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | oscal:values |
| native | oscal:values |
## LinkML Source
name: values
description: A parameter value or set of values.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
domain_of:
- Parameter
- ParameterSetting
- SetParameter
range: string
multivalued: true