Class: Metanorma::StandardDocument::Sections::TermsSection
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Metanorma::StandardDocument::Sections::TermsSection
- 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+
}