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