<hazardstatement>
The <hazardstatement> element
contains hazard warning information. It is based on the regulations
of ANSI Z535 and ISO 3864. It enables the author to select the type
of hazard, add information about the specific hazard and how to avoid
it, and add one or more safety symbols.
Content models
See appendix for information about this element in OASIS document type shells.
Inheritance
+ topic/note hazard-d/hazardstatement
Example
This section is non-normative.
<hazardstatement type="danger">
<messagepanel>
<typeofhazard>Rotating blade.</typeofhazard>
<consequence>Moving parts can crush and cut.</consequence>
<howtoavoid>Follow lockout procedure before servicing.</howtoavoid>
</messagepanel>
<hazardsymbol href="rotatingblade.png"/>
</hazardstatement> <hazardstatement type="warning">
<messagepanel>
<typeofhazard>Hot surfaces inside.</typeofhazard>
<consequence>Contact might cause burn.</consequence>
<howtoavoid>Wear protective gear before servicing internal parts.</howtoavoid>
</messagepanel>
<hazardsymbol href="hotsurface.png"/>
</hazardstatement>
<hazardstatement type="caution">
<messagepanel>
<typeofhazard>Lifting Hazard.</typeofhazard>
<consequence>Might result in injury.</consequence>
<howtoavoid>See safety manual for lifting instructions.</howtoavoid>
</messagepanel>
<hazardsymbol href="heavy.png"/>
</hazardstatement>
<hazardstatement type="notice">
<messagepanel>
<typeofhazard>Battery low</typeofhazard>
<howtoavoid>Push and hold for charge state test.</howtoavoid>
</messagepanel>
<hazardsymbol href="general.png"/>
</hazardstatement>Content model
<messagepanel>+, <hazardsymbol>*
Not contained by any element.
- One or more
<messagepanel> - Zero or more
<hazardsymbol>
Not contained by any element.
Inheritance
+ topic/note hazard-d/hazardstatement
The <hazardstatement> element is specialized from <note>. It is defined in the hazard-domain module.
Attributes
The following attributes are available on this element: Universal attribute group, outputclass, spectitle, and the attributes defined below.
@type- Describes the level of hazard. Safety hazard level definitions correspond to the
same values in the ANSI Z535 and the ISO 3864 standards. Note that this differs from the
@typeattribute on many other DITA elements. See The type attribute for detailed information on supported values and processing implications. Available values are note, tip, fastpath, restriction, important, remember, attention, caution, notice, danger, warning, other, and -dita-use-conref-target. @othertype- Indicates an alternate note type, when the type is not available in the
@typeattribute value list. This value is used as the user-provided note title when the@typeattribute value is set to "other.".
@othertype- Indicates an alternate note type, when the type is not available in the
@typeattribute value list. This value is used as the user-provided note title when the@typeattribute value is set to "other.". @type- Describes the level of hazard. Safety hazard level definitions correspond to the
same values in the ANSI Z535 and the ISO 3864 standards. Note that this differs from the
@typeattribute on many other DITA elements. See The type attribute for detailed information on supported values and processing implications. Available values are note, tip, fastpath, restriction, important, remember, attention, caution, notice, danger, warning, other, and -dita-use-conref-target.