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

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

Overview

Container for the main body sections of a document. Corresponds to isodoc.rnc:

sections = element sections {
  ( clause | terms | term-clause | definitions | floating-title )+
}