Skip to content

Enum: SystemOperatingStatusEnum

Allowable operational states for an OSCAL-described system.

URI: [oscal:SystemOperatingStatusEnum](https://w3id.org/lmodel/oscal/SystemOperatingStatusEnum) ## Permissible Values | Value | Meaning | Description | | --- | --- | --- | | operational | None | The system is currently operating in production | | under-development | None | The system is being designed, developed, or implemented | | under-major-modification | None | The system is undergoing a major change, development, or transition | | disposition | None | The system is no longer operational | | other | None | Some other state | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/lmodel/oscal ## LinkML Source
name: SystemOperatingStatusEnum
description: Allowable operational states for an OSCAL-described system.
from_schema: https://w3id.org/lmodel/oscal
rank: 1000
permissible_values:
  operational:
    text: operational
    description: The system is currently operating in production.
  under-development:
    text: under-development
    description: The system is being designed, developed, or implemented.
  under-major-modification:
    text: under-major-modification
    description: The system is undergoing a major change, development, or transition.
  disposition:
    text: disposition
    description: The system is no longer operational.
  other:
    text: other
    description: Some other state.