<xsd:complexType name="HazardType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Definition of 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 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 Hazard Id into different types
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group minOccurs="0" ref="FreeFormTextGroup" />
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="Precaution" />
<!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
</xsd:sequence>
</xsd:complexType>
|