Table of Contents
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.
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..1 | Component | BODFailureMessageType | |
oagis:BODSuccessMessage |
The processing was a success. Possible, non-fatal warning messages may appear here. | 0..1 | Component | BODSuccessMessageType | |
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..1 | Component | PartialBODFailureMessageType |
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>