Class: Metanorma::IeeeDocument::Sections::IeeeSections
- Inherits:
-
StandardDocument::Sections::Sections
- Object
- Lutaml::Model::Serializable
- StandardDocument::Sections::Sections
- Metanorma::IeeeDocument::Sections::IeeeSections
- 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.