Class: Metaschema::AugmentType

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/metaschema/augment_type.rb

Overview

Represents an <augment> element in a metaschema document. Augments add documentation, flags, or properties to definitions from imported modules without modifying the original module.

Example:

<augment name="metadata">
  <formal-name>Document Metadata</formal-name>
  <description>Provides information about the document.</description>
  <flag ref="document-id" />
</augment>