<notes-group> Notes Group

Container for a headed (titled) group of normative or non-normative notes and examples within the narrative body, front matter, or back matter of a standard or adoption.

Usage/Remarks

The <notes-group> element holds one or more normative or non-normative notes (or normative and non-normative examples) as well as a title describing the grouping. The element may be used wherever a headed group of notes is needed in the text of the standard, inside the body and inside many other text structures such as sections.
Related Elements
This Tag Set contains several elements that are notes or may be used to group notes:
A note with normative content that can be part of the narrative text or inside one of the notes grouping elements in the body text, front matter, or back matter of a standard or adoption.
A note with non-normative content that can be part of the narrative text or inside one of the notes grouping elements in the body text, front matter, or back matter of a standard or adoption.
A section containing notes that may appear in the front or back matter of a standard or adoption.
A headed (titled) group of normative or non-normative notes and examples within the narrative body of a standard or adoption.
A note within the metadata of a standards or adoption document, as opposed to the other note types that occur within the front matter, body, or back matter of a document.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  notes-group  %notes-group-model;                          >
Expanded Content Model

((editing-instruction)*, label?, title, (editing-instruction)*, (p | non-normative-note | non-normative-example | normative-note | normative-example)*)

Tagged Sample

Titled group of normative and non-normative notes

...
<notes-group>
 <title>...</title>
 <normative-note id="N1">
  <label>1</label>
  <p>A minimum slope of ...</p>
 </normative-note>
 <normative-note id="N2">
  <label>2</label>
  <p>A maximum slope of ...</p>
 </normative-note>
 <non-normative-note id="N3">
  <label>3</label>
  <p>It is not necessary to ...</p>
 </non-normative-note>
</notes-group>
...
Related Resources