Skip to content

Enum: TypeIdEnum

The normalized type identifier of an object. See specific usage.

URI: ocsf:TypeIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The normalized type identifier of an object

Identifier and Mapping Information

Schema Source

LinkML Source

name: TypeIdEnum
description: The normalized type identifier of an object. See specific usage.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  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