Class: Metanorma::NistDocument::Sections::NistPreface

Inherits:
StandardDocument::Sections::Preface show all
Defined in:
lib/metanorma/nist_document/sections/nist_preface.rb

Overview

NIST preface with errata and executivesummary support. Corresponds to nist.rnc:

preface = element preface {
  abstract?, foreword?,
  (clause | errata_clause | acknowledgements)*,
  content*,
  executivesummary?
}