Definition Type: ComplexType
Name: NounSuccessMessageType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Meta.xsd
Abstract
Documentation:
The processing was a success. Possible, non-fatal warning messages may appear here.
Collapse XSD Schema Diagram:
Drilldown into DocumentDateTime in schema meta_xsd Drilldown into DocumentID in schema meta_xsd Drilldown into SuccessMessage in schema meta_xsd Drilldown into WarningMessage in schema meta_xsdXSD Diagram of NounSuccessMessageType in schema meta_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="NounSuccessMessageType">
    <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:sequence>
        <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:element maxOccurs="unbounded" minOccurs="0" name="SuccessMessage" type="SuccessMessageType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org">Message indicating a success.</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
WarningMessage star:WarningMessage 0 unbounded
SuccessMessage star:SuccessMessage 0 unbounded
DocumentID star:DocumentID 0 1
DocumentDateTime star:DocumentDateTime 0 1
Collapse Derivation Tree:
Collapse References:
star:NounSuccessMessage