Enum: SoftHard
An enumeration that indicates whether a validation check should be treated as an error or a warning
URI: [odm:enum/SoftHard](https://cdisc.org/odm2/enum/SoftHard)
## Permissible Values
| Value | Meaning | Description |
| --- | --- | --- |
| Soft | None | Warning |
| Hard | None | Error |
## Slots
| Name | Description |
| --- | --- |
| [softHard](../slots/softHard.md) | Indicates whether a validation check is an error ("Hard") or a warning ("Soft") |
## Identifier and Mapping Information
### Schema Source
* from schema: https://cdisc.org/dds
## LinkML Source
name: SoftHard
description: An enumeration that indicates whether a validation check should be treated
as an error or a warning
from_schema: https://cdisc.org/dds
rank: 1000
permissible_values:
Soft:
text: Soft
description: Warning
Hard:
text: Hard
description: Error