◇◆
<normative-note> Normative-Note
A note with normative content that is integrated in the text of a standards 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 either normative (<normative-note>), non-normative (<non-normative-note>), or a metadata note (<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 normative-note %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 Sample
Showing 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> ...