<example>
An example illustrates the subject of the topic or a portion of the topic.
Attributes
The following attributes are available on this element: universal attributes.
Example
The following code sample shows an <example>
element that contains a
code block and a textual explanation of it:
<section id="AddingRecord">
<title>ADD</title>
<p>New database records are created using the <cmdname>ADD</cmdname> command.</p>
<example>
<p>The following example illustrates the creation of a new record. All parameter settings
are strictly optional.</p>
<codeblock>01 OPTIONS ABC,ADD,DEF,HIJK,LMNO,AOW=25000,HF=2</codeblock>
</example>
</section>