Definition Type: ComplexType
Name: Hazard
Namespace: http://www.openapplications.org/oagis
Type: oa:SafetyBase
Containing Schema: MfgComponents.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into UserArea Drilldown into Precaution Drilldown into HazardSourceLocation Drilldown into HazardSourceMachine Drilldown into Attachments Drilldown into Description Drilldown into Classification Drilldown into Id Drilldown into SafetyBaseXSD Diagram of Hazard
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
Collapse Comments:
blog comments powered by Disqus