Skip to content

Enum: DosingDeliveryType

Types of dosing delivery methods

URI: DosingDeliveryType

Permissible Values

Value Meaning Description
static_point_source None A single dosing location such as an outflow from a static platform with a pip...
variable_point_source None A mobile dosing regimen described by a single location at each time step, suc...
static_distributed None A set location or locations of dosing that is not a point source, such as a d...
variable_distributed None A distributed dosing area that varies in time, such as manually placed alkali...

Slots

Name Description
dosing_delivery_type Type of dosing delivery method

Identifier and Mapping Information

Schema Source

  • from schema: OAEDataManagementProtocol

LinkML Source

name: DosingDeliveryType
description: Types of dosing delivery methods
from_schema: OAEDataManagementProtocol
rank: 1000
permissible_values:
  static_point_source:
    text: static_point_source
    description: A single dosing location such as an outflow from a static platform
      with a pipe
    title: Static Point Source
  variable_point_source:
    text: variable_point_source
    description: A mobile dosing regimen described by a single location at each time
      step, such as an outflow from a mobile platform such as a ship or surface vessel.
    title: Variable Point Source
  static_distributed:
    text: static_distributed
    description: A set location or locations of dosing that is not a point source,
      such as a distributed area over the seafloor or a diffusor.
    title: Static Distributed
  variable_distributed:
    text: variable_distributed
    description: A distributed dosing area that varies in time, such as manually placed
      alkaline material over different areas at different times.
    title: Variable Distributed