Chapter 6. Business Object Document Noun

Table of Contents

BOD
Fields and Components
Sample XML
oagis:BODFailureMessage
Fields and Components
Sample XML
oagis:ErrorProcessMessage
Fields and Components
Sample XML
oagis:WarningProcessMessage
Fields and Components
Sample XML
oagis:NounFailureMessage
Fields and Components
Sample XML
oagis:NounSuccessMessage
Fields and Components
Sample XML
oagis:ProcessMessage
Fields and Components
Sample XML
oagis:BODSuccessMessage
Fields and Components
Sample XML
oagis:PartialBODFailureMessage
Fields and Components
Sample XML

BOD

Uses the Component:BODType

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.

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
oagis:BODFailureMessage

The processing has failed. Provides a list of error and warning messages that explain the failure.

0..1ComponentBODFailureMessageType 
oagis:BODSuccessMessage

The processing was a success. Possible, non-fatal warning messages may appear here.

0..1ComponentBODSuccessMessageType 
oagis:PartialBODFailureMessage

The processing of at least one noun in the BOD has failed. Error and warning messages may explain the failure. Specific outcomes of processing each noun are reported in each of the NounOutcome elements.

0..1ComponentPartialBODFailureMessageType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.1. BOD

<BOD>
     <oagis:BODFailureMessage>......</oagis:BODFailureMessage>     [0..1]
     <oagis:BODSuccessMessage>......</oagis:BODSuccessMessage>     [0..1]
     <oagis:PartialBODFailureMessage>......</oagis:PartialBODFailureMessage>     [0..1]
</BOD>