Definition Type: ComplexType
Name: PartialBODFailureMessageType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Meta.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into NounSuccessMessage in schema meta_xsd Drilldown into NounFailureMessage in schema meta_xsd Drilldown into WarningMessage in schema meta_xsd Drilldown into ErrorMessage in schema meta_xsdXSD Diagram of PartialBODFailureMessageType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ErrorMessage star:ErrorMessage 0 unbounded
WarningMessage star:WarningMessage 0 unbounded
NounFailureMessage star:NounFailureMessage 1 unbounded
NounSuccessMessage star:NounSuccessMessage 1 unbounded
Collapse Derivation Tree:
Collapse References:
star:PartialBODFailureMessage