Definition Type: ComplexType
Name: FailureType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Problem in schema components_xsd1XSD Diagram of FailureType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="FailureType">
    <xsd:sequence>
        <xsd:element name="Problem" type="ProblemType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">This identifies the problem that is reported on an asset, equipment, facility or location</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Problem oa:Problem 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:Failure