◇◆
<non-normative-example> Non-Normative-Example
An example with non-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 standard.
Usage/Remarks
An “example” in a standard may be either normative (<normative-example>) or non-normative (<non-normative-example>) and are typically labeled “Example” or similar.
ISO Note
There are no normative examples in ISO standards; all examples are non-normative (<non-normative-example>).
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-example %non-normative-example-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
Field value non-normative examples
... <sec> <title>Examples</title> <non-normative-example> <label>a)</label> <p>0b001</p> <p>In this example, “1” is the LSB. The value of this field is equivalent to the value of 1 in decimal notation.</p> </non-normative-example> <non-normative-example> <label>b)</label> <p>0b10000</p> <p>In this example, “1” is the MSB. The value of this field is equivalent to the value of 16 in decimal notation.</p> </non-normative-example> </sec> ...