Definition Type: ComplexType
Name: FundingErrorMessageType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReferenceName in schema components_xsd Drilldown into TimeToCorrectErrorNumeric in schema components_xsd Drilldown into ErrorCriticality in schema components_xsd Drilldown into CorrectValueAmount in schema components_xsd Drilldown into ReasonCode in schema components_xsd Drilldown into Description in schema components_xsdXSD Diagram of FundingErrorMessageType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FundingErrorMessageType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Description" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        A free form text description of the error
                        message.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ReasonCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        A code identifying the reason for the error
                        message.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CorrectValueAmount" type="udt:AmountType">
            <xsd:annotation>
                <xsd:documentation>
                        The correct value of the field in
                        question.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ErrorCriticality" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text field identifying the severity of funding
                            error. Values may include: Hard, Soft, Warning, etc.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="TimeToCorrectErrorNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation>
                        Identifies the time the dealer has to correct the
                        error.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ReferenceName" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Text description or XPATH reference to data element in
                            error.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description star:Description 0 unbounded
ReasonCode star:ReasonCode 0 (1)
CorrectValueAmount star:CorrectValueAmount 0 (1)
ErrorCriticality star:ErrorCriticality 0 (1)
TimeToCorrectErrorNumeric star:TimeToCorrectErrorNumeric 0 unbounded
ReferenceName star:ReferenceName 0 (1)
Collapse Derivation Tree:
Collapse References:
star:FundingErrorMessage, star:ValidationMessage, star:ValidationMessageFundingErrorMessage