Slot: checkValues
Values to compare against
URI: [odm:slot/checkValues](https://cdisc.org/odm2/slot/checkValues)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [RangeCheck](../classes/RangeCheck.md) | A validation element that performs a simple comparison check between a referenced item's value and specified values, resolving to a boolean result | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [String](../types/String.md) |
| Domain Of | [RangeCheck](../classes/RangeCheck.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
### Slot Characteristics
| Property | Value |
| --- | --- |
| Owner | [RangeCheck](../classes/RangeCheck.md) |
## Identifier and Mapping Information
### Schema Source
* from schema: https://cdisc.org/dds
## Mappings
| Mapping Type | Mapped Value |
| --- | --- |
| self | odm:checkValues |
| native | odm:checkValues |
## LinkML Source
name: checkValues
description: Values to compare against
from_schema: https://cdisc.org/dds
rank: 1000
owner: RangeCheck
domain_of:
- RangeCheck
range: string
multivalued: true
inlined: true
inlined_as_list: true