Skip to content

Slot: types

Identifies the nature of the observation. Recommended values are in ObservationTypeEnum; other values are permitted (OSCAL allow-other="yes").

URI: [oscal:types](https://w3id.org/lmodel/oscal/types) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Observation](Observation.md) | Describes an individual observation | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [String](String.md) or 
[ObservationTypeEnum](ObservationTypeEnum.md) | | Domain Of | [Observation](Observation.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | | Multivalued | Yes |
Expressions & Logic #### Any Of Value must satisfy at least one of: - AnonymousSlotExpression({'range': 'ObservationTypeEnum'}) - AnonymousSlotExpression({'range': 'string'})
## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | oscal:types | | native | oscal:types | ## LinkML Source
name: types
description: Identifies the nature of the observation. Recommended values are in ObservationTypeEnum;
  other values are permitted (OSCAL allow-other="yes").
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
domain_of:
- Observation
range: string
multivalued: true
any_of:
- range: ObservationTypeEnum
- range: string