Slot: value

Numeric, string, or boolean value, OR an array (nested list) for array-valued constants such as mode-coupling coefficient matrices. ScalarValue accepts any literal primitive type, allowing parameters to carry control flags (e.g., booleans) or symbolic placeholders alongside numeric defaults.

URI: schema:value

Applicable Classes

Name Description Modifies Slot
StateValue A named state variable value for per-node initialization no
Parameter no
Argument A function argument with explicit value specification no
DerivedParameter no
Option A toolkit-specific key-value option (string name + string value) no
BoundaryCondition no

Properties

Type and Range

Property Value
Range ScalarValue
Domain Of StateValue, Parameter, Argument, Option, BoundaryCondition
Slot URI schema:value

Cardinality and Requirements

Property Value
Expressions & Logic

Any Of

Value must satisfy at least one of: - AnonymousSlotExpression({‘range’: ‘ScalarValue’}) - AnonymousSlotExpression({‘array’: ArrayExpression({})})

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self schema:value
native tvbo:value

LinkML Source

name: value
description: Numeric, string, or boolean value, OR an array (nested list) for array-valued
  constants such as mode-coupling coefficient matrices. ScalarValue accepts any literal
  primitive type, allowing parameters to carry control flags (e.g., booleans) or symbolic
  placeholders alongside numeric defaults.
from_schema: https://w3id.org/tvbo
rank: 1000
slot_uri: schema:value
domain_of:
- StateValue
- Parameter
- Argument
- Option
- BoundaryCondition
range: ScalarValue
any_of:
- range: ScalarValue