Definition Type: ComplexType
Name: HazardousItem
Namespace: http://www.openapplications.org/oagis
Containing Schema: MfgComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into HazardousMaterial in schema components_xsd Drilldown into Site in schema mfgcomponents_xsd Drilldown into Machine in schema mfgcomponents_xsd Drilldown into ItemId in schema fields_xsdXSD Diagram of HazardousItem in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="HazardousItem">
    <xs:sequence>
        <xs:choice>
            <xs:element ref="ItemId" minOccurs="0" />
            <xs:element ref="Machine" minOccurs="0" />
        </xs:choice>
        <xs:element name="Site" type="Location" minOccurs="0">
            <xs:annotation>
                <xs:documentation source="http://www.openapplications.org/oagis">Is the location in which the Hazardous Item is located.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="HazardousMaterial" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ItemId oa:ItemId 0 (1)
Machine oa:Machine 0 (1)
Site oa:Site 0 (1)
HazardousMaterial oa:HazardousMaterial 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:HazardousItem