Skip to content

Enum: PackageTypeIdEnum

The type of software package.

URI: ocsf:PackageTypeIdEnum

Permissible Values

Value Meaning Description
APPLICATION None An application software package
OPERATING_SYSTEM None An operating system software package
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The type of software package

Identifier and Mapping Information

Schema Source

LinkML Source

name: PackageTypeIdEnum
description: The type of software package.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  APPLICATION:
    text: APPLICATION
    description: An application software package.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: Application
  OPERATING_SYSTEM:
    text: OPERATING_SYSTEM
    description: An operating system software package.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: Operating System
  UNKNOWN:
    text: UNKNOWN
    description: The type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The type is not mapped. See the <code>type</code> attribute, which
      contains a

      data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other