◇◆
<non-normative-note> Non-Normative-Note
A non-normative note integrated in the text of a document, used for giving additional
information intended to assist the understanding or use of the document or lifecycle
or adoption status.
Usage/Remarks
A “note” within a standard may be tagged as normative (<normative-note>), non-normative (<non-normative-note>), or metadata (<meta-note>), and are typically labeled “Note” or similar.
ISO Note
There are no normative notes in ISO standards; all notes are non-normative (<non-normative-note>).
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>, <notes-group>, <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:
- <label> Label of a Figure, Reference, Etc., zero or one
- <title> Title, zero or one
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <editing-instruction> Editing Instruction
- Lists
- Math Elements
- <p> Paragraph
- Related Material Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- Paragraph-level Display Elements
Content Model
<!ELEMENT non-normative-note %non-normative-note-model; >
Expanded Content Model
(label?, title?, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | editing-instruction | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group)*)
Tagged Samples
Typical non-normative note
...
<sec id="s6.2">
<label>6.2</label>
<title>Selection of equipment for testing</title>
<p>Tests shall be carried out on at least one unit
which has been selected from a production batch in
accordance with the manufacturer’s quality
control sampling scheme.</p>
<non-normative-note>
<label>NOTE</label>
<p>It is in the manufacturer’s interest to
ensure that the unit selected is representative
of its type. Guidance on sampling is given in
<std><std-ref type="undated">ISO 2859-1</std-ref
></std>.</p>
</non-normative-note>
</sec>
...
For Caution
...
<p>Fill one reaction vessel with 5 g of thermostable
oil. Insert the temperature sensor through the cap
into the reaction vessel. Use distance clips to keep
the sensor away from the air inlet.</p>
<non-normative-note content-type="caution">
<label>CAUTION</label>
<p>The sensor shall be immersed completely in the oil
sample and shall not touch the bottom of the vessel.</p>
</non-normative-note>
<p>Insert the complete vessel into the heating block
and connect the air supply.</p>
...
As part of “Terms and Definitions” section
...
<body>
...
<term-sec id="sec_2.2.5">
<label>2.2.5</label>
<tbx:termEntry xmlns:tbx="urn:iso:std:iso:30042:ed-1" id="term_2.2.5">...</tbx:termEntry>
<term-display id="h2238-33">
<term>hoogwerker</term>
<part-of-speech norm-part-of-speech="noun">noun</part-of-speech>
<related-term related-term-type="acronym" rid="h2238-33.a">HW</related-term>
<def>
<p>hefplatform bestaande uit een werkplatform en
een hydraulische hefinrichting gemonteerd op een zelfaangedreven
chassis</p>
</def>
<non-normative-note>
<p>Zie <std><std-ref>EN 1777</std-ref></std>.</p>
</non-normative-note>
</term-display>
</term-sec>
</body>
...
As part of caption for table
...
<table-wrap>
<caption>
<title>Coffee Mug Options</title>
<p content-type="scale">Measurements in centimeters</p>
</caption>
<table border="1" style="border:1px solid black; border-collapse: collapse;">
<thead>
<tr><th>Product</th><th>Height</th><th>Diameter</th></tr>
</thead>
<tbody style="text-align: right;">
<tr><td>1</td><td>9</td><td>7.5</td></tr>
<tr><td>2</td><td>10</td><td>11</td></tr>
<tr><td>2s</td><td>12</td><td>11</td></tr>
</tbody>
</table>
</table-wrap>
<table-wrap>
<caption>
<title>Coffee cup Options</title>
<non-normative-note>
<p>This list is not intended to exclude other configurations;
it provides a few conforming configurations as examples.</p>
</non-normative-note>
</caption>
<table border="1" style="border:1px solid black; border-collapse: collapse;">
<thead>
<tr><th>Product</th><th>Height</th><th>Diameter</th></tr>
</thead>
<tbody style="text-align: right;">
<tr><td>c1</td><td>3</td><td>7.5</td></tr>
<tr><td>c2</td><td>4</td><td>11</td></tr>
<tr><td>c3</td><td>5</td><td>11</td></tr>
</tbody>
</table>
</table-wrap>
...