Skip to content

Enum: ElectiveAmountEnum

The enumerated values to specify an elective amount.

URI: common_domain_model:ElectiveAmountEnum

Permissible Values

Value Meaning Description
Zero None The elective amount is zero
Unlimited None The elective amount has no upper limit

Slots

Name Description
electiveAmount Specifies an enumerated election to express the elective amount

Identifier and Mapping Information

Schema Source

LinkML Source

name: ElectiveAmountEnum
description: The enumerated values to specify an elective amount.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  Zero:
    text: Zero
    description: The elective amount is zero.
  Unlimited:
    text: Unlimited
    description: The elective amount has no upper limit.