<typeofhazard>
The <typeofhazard> element contains
a description of the type of hazard, for example, "Hot surfaces inside."
Specialization hierarchy
The <typeofhazard> element is specialized from
<div>. It is defined in the hazard-statement domain module.
Content model
(Text | <data> | <foreign> | <keyword> | <term> | <text> | <ph> | <tm> | <hazardsymbol>)*
Contained by
Contained by
Inheritance
+ topic/div hazard-d/typeofhazard
The <typeofhazard> 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 a lifting hazard:
<hazardstatement type="caution">
<messagepanel>
<typeofhazard>
<hazardsymbol keyref="hazard-heavyobject"/>
Lifting hazard
</typeofhazard>
<consequence>May result in injury.</consequence>
<howtoavoid>See safety manual for lifting instructions.</howtoavoid>
</messagepanel>
</hazardstatement>