<xsd:complexType name="PartialBODFailureMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandards.org">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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ErrorMessage" type="ErrorProcessMessageType">
<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" name="WarningMessage" type="WarningProcessMessageType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Non-fatal warning message encountered during processing.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="1" ref="NounFailureMessage">
<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:element>
<xsd:element maxOccurs="unbounded" minOccurs="1" 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:choice>
</xsd:sequence>
</xsd:complexType>
|