Skip to content

Enum: QuantityChangeDirectionEnum

Specifies whether a quantity change is an increase, a decrease or a replacement, whereby the quantity is always specified as a positive number.

URI: common_domain_model:QuantityChangeDirectionEnum

Permissible Values

Value Meaning Description
Increase None When the quantity should go up by the specified amount
Decrease None When the quantity should go down by the specified amount
Replace None When the quantity should be replaced by the specified amount

Slots

Name Description
direction Direction of the quantity change specified as either an increase, decrease or...

Identifier and Mapping Information

Schema Source

LinkML Source

name: QuantityChangeDirectionEnum
description: Specifies whether a quantity change is an increase, a decrease or a replacement,
  whereby the quantity is always specified as a positive number.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Increase:
    text: Increase
    description: When the quantity should go up by the specified amount.
  Decrease:
    text: Decrease
    description: When the quantity should go down by the specified amount.
  Replace:
    text: Replace
    description: When the quantity should be replaced by the specified amount.