Definition Type: ComplexType
Name: NounFailureMessageType
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. Deprecated
Collapse XSD Schema Diagram:
Drilldown into DocumentDateTime in schema meta_xsd Drilldown into DocumentID in schema meta_xsd Drilldown into WarningProcessMessage in schema meta_xsd Drilldown into ErrorProcessMessage in schema meta_xsdXSD Diagram of NounFailureMessageType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="NounFailureMessageType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org">The processing has failed. Provides a list of error and warning
            messages that explain the failure.</xsd:documentation>
        <xsd:documentation source="http://www.starstandard.org/STAR/5">Deprecated</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="ErrorProcessMessage" 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="WarningProcessMessage" 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:element maxOccurs="1" minOccurs="0" name="DocumentID" type="udt:IdentifierType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Is the identifier for the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="DocumentDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/">Is the date and time the document was last created. This is
                  not the date and time that the BOD message instance was created.</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
DocumentID star:DocumentID 0 1
DocumentDateTime star:DocumentDateTime 0 1
Collapse Derivation Tree:
Collapse References:
star:NounFailureMessage