Skip to content

Enum: Value Data Type (DataTypeEnum)

The data type of an exposure value.

URI: envar:enum/DataTypeEnum

Permissible Values

Value Meaning Description
continuous_numeric None Continuous numeric value (e
categorical None Categorical value (e
binary_flag None Binary flag (e
count None Integer count (e
event_marker None Date-stamped event (e

Slots

Name Description
value_data_type The data type of the stored exposure value

Identifier and Mapping Information

Schema Source

LinkML Source

name: DataTypeEnum
description: The data type of an exposure value.
title: Value Data Type
from_schema: https://w3id.org/linkml/microschemas/envar
rank: 1000
permissible_values:
  continuous_numeric:
    text: continuous_numeric
    description: Continuous numeric value (e.g. temperature in °C).
  categorical:
    text: categorical
    description: Categorical value (e.g. land-use class).
  binary_flag:
    text: binary_flag
    description: Binary flag (e.g. extreme-heat-day yes/no).
  count:
    text: count
    description: Integer count (e.g. consecutive heat days).
  event_marker:
    text: event_marker
    description: Date-stamped event (e.g. wildfire smoke plume).