<xsd:complexType name="PrecautionType">
<xsd:annotation>
<xsd:documentation>Identifies the precautions to be taken in dealing with a hazard</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Is the identifier of the Precaution associated in dealing with a Hazard</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a grouping of the Precuation ID into different types</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="FreeFormTextGroup" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|