◇◆
<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.
Models and Context
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>, <tbx:crossReference>, <tbx:definition>, <tbx:entailedTerm>, <tbx:example>, <tbx:externalCrossReference>, <tbx:note>, <tbx:pronunciation>, <tbx:see>, <tbx:source>, <tbx:term>, <tbx:usageNote>, <td>, <term-display>, <term-sec>, <th>
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:
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>
...