Class: Metanorma::IetfDocument::Sections::IetfSections

Inherits:
StandardDocument::Sections::Sections show all
Defined in:
lib/metanorma/ietf_document/sections/ietf_sections.rb

Overview

IETF sections container. Corresponds to ietf.rnc:

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

Extends StandardDocument sections with loose bibitem references and paragraph elements directly inside sections.