Skip to content

Enum: ProtocolVerIdEnum

The normalized identifier of the Protocol version. See specific usage.

URI: ocsf:ProtocolVerIdEnum

Permissible Values

Value Meaning Description
UNKNOWN None The protocol version is unknown
OTHER None The protocol version is not mapped

Slots

Name Description
protocol_ver_id The normalized identifier of the Protocol version

Identifier and Mapping Information

Schema Source

LinkML Source

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

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