Definition Type: ComplexType
Name: Safety
Namespace: http://www.openapplications.org/oagis
Type: oa:SafetyBase
Containing Schema: MfgComponents.xsd
Abstract
Documentation:
Safety Information related to the work. This may be Hazards or Precautions
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_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 Safety in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Safety">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">Safety Information related to the work. This may be Hazards or Precautions</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="SafetyBase">
            <xs:sequence>
                <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)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Precaution