Skip to content

Enum: LoadTypeIdEnum

The normalized identifier of the load type. See specific usage.

URI: ocsf:LoadTypeIdEnum

Permissible Values

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

Slots

Name Description
load_type_id The normalized identifier of the load type

Identifier and Mapping Information

Schema Source

LinkML Source

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

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