Class: Tbx::Transac

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DataElement
Defined in:
lib/tbx/transac.rb

Overview

Transaction element ‘<transac>`.

Records an action performed on a terminological entry. The content indicates the type of transaction (origination or modification).

Permitted ‘type` values:

  • Basic module: ‘transactionType` (picklist: `origination`, `modification`)

Content is plain text only (no inline elements per the core RNG).

Schema source: TBXcoreStructV03.rng ‘<define name=“transac”>`; data category: Basic.tbxmd.

Constant Summary collapse

TYPES =
Modules::Basic::TRANSAC_TYPES.freeze
VALUES =
Modules::Basic::TRANSAC_VALUES.freeze

Method Summary

Methods included from DataElement

included