<xsd:complexType name="HazardType">
<xsd:annotation>
<xsd:documentation>Definition of a Hazard </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Is the identifier of the Hazard</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a grouping of the Hazard Id into different types</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FreeFormTextGroup" />
<xsd:element ref="Precaution" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|