Class: Metanorma::StandardDocument::Sections::Preface

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/metanorma/standard_document/sections/preface.rb

Overview

Container for preface sections. Corresponds to isodoc.rnc:

preface = element preface {
  ( content | abstract | foreword | introduction |
    acknowledgements | executivesummary )+
}