Class: Metanorma::IeeeDocument::Sections::IeeeSections

Inherits:
StandardDocument::Sections::Sections show all
Defined in:
lib/metanorma/ieee_document/sections/ieee_sections.rb

Overview

IEEE sections container. Corresponds to ieee.rnc:

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

Differs from isodoc default by adding an optional leading note.