oagis:PartialBODFailureMessage

Uses the Component:BODFailureMessageType

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
ErrorProcessMessage

Error message encountered during processing.

0..*ComponentErrorProcessMessageType 
WarningProcessMessage

Non-fatal warning message encountered during processing.

0..*ComponentWarningProcessMessageType 
NounFailureMessage

Indicates that the processing of this noun has failed, and provides error and warning messages that arose during the processing of the noun.

0..*ComponentNounFailureMessageType 
NounSuccessMessage

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

0..*ComponentNounSuccessMessageType 

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.9. oagis:PartialBODFailureMessage

<oagis:PartialBODFailureMessage>
     <ErrorProcessMessage>......</ErrorProcessMessage>     [0..*]
     <WarningProcessMessage>......</WarningProcessMessage>     [0..*]
     <NounFailureMessage>......</NounFailureMessage>     [0..*]
     <NounSuccessMessage>......</NounSuccessMessage>     [0..*]
</oagis:PartialBODFailureMessage>