Definition Type: ComplexType
Name: ProcessingOutcomeMessage
Namespace: http://www.openapplications.org/oagis
Containing Schema: BOD.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into ReasonCode in schema bod_xsd Drilldown into Description in schema bod_xsdXSD Diagram of ProcessingOutcomeMessage in schema bod_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="ProcessingOutcomeMessage">
    <xs:sequence>
        <xs:element name="Description" type="Description" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="ReasonCode" type="ReasonCode" minOccurs="0" />
        <xs:element ref="UserArea" minOccurs="0" />
    </xs:sequence>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description oa:Description 0 unbounded
ReasonCode oa:ReasonCode 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:ErrorMessage, oa:WarningMessage