Skip to content

Enum: ActionEnum

The enumeration values to specify the actions associated with transactions.

URI: common_domain_model:ActionEnum

Permissible Values

Value Meaning Description
New None A new instance of a transaction event, which is also characterized by the fac...
Correct None A correction of a prior instance of the transaction event
Cancel None A cancellation of a prior instance of the transaction event

Slots

Name Description
action Specifies whether the event is a new, a correction or a cancellation

Identifier and Mapping Information

Schema Source

LinkML Source

name: ActionEnum
description: The enumeration values to specify the actions associated with transactions.
from_schema: https://w3id.org/lmodel/common-domain-model
rank: 1000
permissible_values:
  New:
    text: New
    description: A new instance of a transaction event, which is also characterized
      by the fact that the eventIdentifier has an associated version 1.
  Correct:
    text: Correct
    description: A correction of a prior instance of the transaction event. The eventIdentifier
      has an associated version greater than 1.
  Cancel:
    text: Cancel
    description: A cancellation of a prior instance of the transaction event. The
      eventIdentifier has an associated version greater than 1.