Definition Type: ComplexType
Name: ProcessingSuccess
Namespace: http://www.openapplications.org/oagis
Type: oa:OutcomeValue
Containing Schema: BOD.xsd
Abstract
Documentation:
The processing was a success. Possible, non-fatal warning messages may appear here.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into WarningMessage in schema bod_xsd Drilldown into OutcomeValue in schema bod_xsdXSD Diagram of ProcessingSuccess in schema bod_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="ProcessingSuccess">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The processing was a success. Possible, non-fatal warning messages may appear here.</xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="OutcomeValue">
            <xs:sequence>
                <xs:element ref="WarningMessage" 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
WarningMessage oa:WarningMessage 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:BODSuccess, oa:NounSuccess