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