<xsd:complexType name="BODFailureMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">The processing has failed. Provides a list of error and warning
messages that explain the failure.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="ErrorProcessMessage">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Error message encountered during processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="WarningProcessMessage">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Non-fatal warning message encountered during processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="NounFailureMessage">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Indicates that the processing of this noun has failed, and
provides error and warning messages that arose during the processing of the noun.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="NounSuccessMessage">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">The processing was a success. Possible, non-fatal warning
messages may appear here.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|