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 Alias: types

Applicable Classes

Name Description Modifies Slot
Observation Describes an individual observation no

Properties

Type and Range

Property Value
Range String or 
ObservationTypeEnum
Domain Of Observation

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
alias: types
domain_of:
- Observation
range: string
multivalued: true
any_of:
- range: ObservationTypeEnum
- range: string