<howtoavoid>
The <howtoavoid>
element contains
information about how a user can avoid a hazard, for example, "Do
not use solvents to clean the drum surface."
Specialization hierarchy
The <howtoavoid>
element is specialized from
<div>
. It is defined in the hazard-statement domain module.
Content model
(Text | <cite>
| <include>
| <keyword>
| <ph>
| <q>
| <term>
| <text>
| <tm>
| <xref>
| <sl>
| <ol>
| <ul>
| <simpletable>
| <hazardsymbol>
)*
Contained by
Contained by
Inheritance
+ topic/div hazard-d/howtoavoid
The <howtoavoid>
element is specialized from <div>
. It is defined in the hazard-domain module.
Attributes
The following attributes are available on this element: universal attributes.
The following attributes are available on this element: universal attributes.
Example
This section is non-normative.
The following code sample shows the markup for a hazard statement
that warns about possible damage to machinery. The
<howtoavoid>
element provides specific
information about what the reader needs to do to avoid the
hazard.
<hazardstatement type="notice">
<messagepanel>
<typeofhazard>
<hazardsymbol keyref="hazard-agressivesolvent"/>
Machinery Damage</typeofhazard>
<howtoavoid>
<hazardsymbol keyref="hazard-readmanual"/>
<ul>
<li>Do NOT use solvents to clean the drum surface</li>
<li>Read manual for proper drum cleaning procedure</li>
</ul>
</howtoavoid>
</messagepanel>
</hazardstatement>