Definition Type: ComplexType
Name: BODFailureMessageType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Meta.xsd
Abstract
Documentation:
The processing has failed. Provides a list of error and warning messages that explain the failure.
Collapse XSD Schema Diagram:
Drilldown into NounSuccessMessage in schema meta_xsd Drilldown into NounFailureMessage in schema meta_xsd Drilldown into WarningProcessMessage in schema meta_xsd Drilldown into ErrorProcessMessage in schema meta_xsdXSD Diagram of BODFailureMessageType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ErrorProcessMessage star:ErrorProcessMessage 0 unbounded
WarningProcessMessage star:WarningProcessMessage 0 unbounded
NounFailureMessage star:NounFailureMessage 0 unbounded
NounSuccessMessage star:NounSuccessMessage 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:BODFailureMessage