Definition Type: ComplexType
Name: Hazard
Namespace: http://www.openapplications.org/oagis
Type: oa:SafetyBase
Containing Schema: MfgComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into Precaution in schema mfgcomponents_xsd Drilldown into HazardSourceLocation in schema mfgcomponents_xsd Drilldown into HazardSourceMachine in schema mfgcomponents_xsd Drilldown into Attachments in schema components_xsd Drilldown into Description in schema mfgcomponents_xsd Drilldown into Classification in schema mfgcomponents_xsd Drilldown into Id in schema mfgcomponents_xsd Drilldown into SafetyBase in schema mfgcomponents_xsdXSD Diagram of Hazard in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Hazard">
    <xs:complexContent>
        <xs:extension base="SafetyBase">
            <xs:sequence>
                <xs:element name="HazardSourceMachine" type="Machine" minOccurs="0" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">This identifies the machines that could cause this Hazard</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="HazardSourceLocation" type="Location" minOccurs="0" maxOccurs="unbounded">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">This identifies the Locations where this Hazard could occur</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="Precaution" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Classification oa:Classification 0 (1)
Description oa:Description 0 (1)
Attachments oa:Attachments 0 (1)
HazardSourceMachine oa:HazardSourceMachine 0 unbounded
HazardSourceLocation oa:HazardSourceLocation 0 unbounded
Precaution oa:Precaution 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Hazard