<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.
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.
Attributes
Model Description
The following, in order:
- <editing-instruction> Editing Instruction, zero or more
- <label> Label of a Figure, Reference, Etc., zero or one
- <title> Title
- <editing-instruction> Editing Instruction, zero or more
- Any combination of:
This element may be contained in:
<abstract>, <ack>, <annotation>, <app>, <app-group>, <author-comment>, <bio>, <body>, <boxed-text>, <caption>, <chem-struct-wrap>, <def>, <disp-formula>, <disp-formula-group>, <disp-quote>, <editing-instruction>, <fig>, <fn>, <glossary>, <index>, <index-div>, <index-group>, <license-p>, <list-item>, <named-content>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <open-access>, <p>, <ref>, <ref-list>, <sec>, <speech>, <statement>, <styled-content>, <supplementary-material>, <table-wrap>, <table-wrap-foot>, <table-wrap-group>, <td>, <term-display>, <term-sec>, <th>
Example
...
<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>
...