Class: Metanorma::StandardDocument::Sections::TermsSection

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
PresentationAttributes
Defined in:
lib/metanorma/standard_document/sections/terms_section.rb

Overview

Term sections give elaborated definitions of terms used in a standardization document.

Corresponds to isodoc.rnc:

terms = element terms {
  Section-Attributes, title?,
  ( paragraph | ul )*,
  term+
}

Method Summary

Methods included from PresentationAttributes

included