Skip to content

Enum: EncodingIdEnum

The normalized identifier of the encoding method. See specific usage.

URI: ocsf:EncodingIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The encoding method is unknown
OTHER None The encoding method is not mapped

Slots

Name Description
encoding_id The normalized identifier of the encoding method

Identifier and Mapping Information

Schema Source

LinkML Source

name: EncodingIdEnum
description: The normalized identifier of the encoding method. See specific usage.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  UNKNOWN:
    text: UNKNOWN
    description: The encoding method is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The encoding method is not mapped. See the <code>encoding</code>
      attribute,

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