Definition Type: ComplexType
Name: BOD
Namespace: http://www.openapplications.org/oagis
Type: oa:Noun
Containing Schema: BOD.xsd
Abstract
Documentation:
The outcome of processing a specific BOD. Describes overall/summary outcome, plus the outcome of processing each noun of the BOD. Includes noun-specific error and/or warning messaages encountered during processing. May include summary and/or roll-up messages at the BOD level. The general-purpose noun used only in the "ConfirmBOD." This noun carries back the status resulting from the sending of another BOD. The ConfirmBOD could be thought of as "ConfirmTransaction"
Collapse XSD Schema Diagram:
Drilldown into NounOutcome in schema bod_xsd Drilldown into Header in schema bod_xsd Drilldown into Noun in schema meta_xsdXSD Diagram of BOD in schema bod_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="BOD">
    <xs:annotation>
        <xs:documentation source="http://www.openapplications.org/oagis">The outcome of processing a specific BOD. Describes overall/summary outcome, plus the outcome of processing each noun of the BOD. Includes noun-specific error and/or warning messaages encountered during processing. May include summary and/or roll-up messages at the BOD level.</xs:documentation>
        <xs:documentation source="http://www.openapplications.org/oagis">The general-purpose noun used only in the "ConfirmBOD." This noun carries back the status resulting from the sending of another BOD. The ConfirmBOD could be thought of as  "ConfirmTransaction"   </xs:documentation>
    </xs:annotation>
    <xs:complexContent>
        <xs:extension base="Noun">
            <xs:sequence>
                <xs:element ref="Header" minOccurs="0" />
                <xs:element ref="NounOutcome" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Header oa:Header 0 (1)
NounOutcome oa:NounOutcome 0 unbounded
Collapse Derivation Tree:
Collapse References:
oa:BOD