Definition Type: ComplexType
Name: DecisionType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into DecisionVehicle in schema components_xsd Drilldown into DecisionComments in schema components_xsd Drilldown into NonFinancialRequirements in schema components_xsd Drilldown into Stipulations in schema components_xsd Drilldown into TransferOfObligation in schema components_xsd Drilldown into SubprimeSendIndicator in schema components_xsd Drilldown into TierDescription in schema components_xsd Drilldown into TierCode in schema components_xsd Drilldown into DealerComments in schema components_xsd Drilldown into BranchOperationManagerComments in schema components_xsd Drilldown into BranchManagerComments in schema components_xsd Drilldown into CreditSupervisorComments in schema components_xsd Drilldown into CreditAnalystComments in schema components_xsd Drilldown into CreditAnalystInitialsName in schema components_xsd Drilldown into CreditAnalystName in schema components_xsd Drilldown into Financing in schema components_xsd Drilldown into ContractPurchaseDate in schema components_xsd Drilldown into LeaseMessage in schema components_xsd Drilldown into EvaluationIndicator in schema components_xsd Drilldown into ElectronicApprovalIndicator in schema components_xsd Drilldown into ElapsedTimeToDecision in schema components_xsd Drilldown into DecisionDateTime in schema components_xsd Drilldown into SubmittedDateTime in schema components_xsd Drilldown into UpdateHistory in schema components_xsd Drilldown into ConditionRejection in schema components_xsdXSD Diagram of DecisionType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="DecisionType">
    <xsd:sequence>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="ConditionRejection">
            <xsd:annotation>
                <xsd:documentation>
                        Describes the reasons for which an application was
                        denied.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" ref="UpdateHistory">
            <xsd:annotation>
                <xsd:documentation>
                        Communicates the modification history of the
                        application.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SubmittedDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        Date and time the application was
                        submitted
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="DecisionDateTime" type="udt:DateTimeType">
            <xsd:annotation>
                <xsd:documentation>
                        Date and time a decision was made on the
                        application.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ElapsedTimeToDecision" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Date a decision was made on the
                        application.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ElectronicApprovalIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the application has been electronically
                        approved.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="EvaluationIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates whether the deal may be
                        modified.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="LeaseMessage" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Message to Dealer regarding the assignment of lease or
                            transfer of equity.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="ContractPurchaseDate" type="udt:DateType">
            <xsd:annotation>
                <xsd:documentation>
                        The date the contract was accepted by the Finance
                        Source.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="Financing">
            <xsd:annotation>
                <xsd:documentation>
                        Represents information on the financing for the vehicle the
                            applicant is interested in.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CreditAnalystName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the name of the analyst responsible for rendering
                            the decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CreditAnalystInitialsName" type="udt:NameType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates the initials of the analyst responsible for
                            rendering the decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CreditAnalystComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text area for credit analyst to provide general
                            comments about the decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="CreditSupervisorComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text area for credit supervisor to provide
                            general comments about the decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="BranchManagerComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text area for branch manager to provide general
                            comments about the decision
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="BranchOperationManagerComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text area for branch operation manager to provide
                            general comments about the decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="DealerComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text area for dealer comments about the
                        decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TierCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation>
                        The loan tier as provided by the credit
                        analyst.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="TierDescription" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text field describing the type of
                        tier.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="SubprimeSendIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation>
                        Indicates if the application is being forwarded to a
                            subprime lender.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="TransferOfObligation" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text field Indicating a transfer of obligation
                            from one consumer to another or one business to
                        another.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="Stipulations" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text identifying the terms or conditions of the
                            loan.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" name="NonFinancialRequirements" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Stipulations or comments to dealer of a non-financial
                            nature.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="DecisionComments" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation>
                        Free form text field for commentsassociated with the
                            decision.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="0" ref="DecisionVehicle">
            <xsd:annotation>
                <xsd:documentation>
                        Represents the vehicle approved for credit by finance
                            source.
                    </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConditionRejection star:ConditionRejection 0 unbounded
UpdateHistory star:UpdateHistory 0 unbounded
SubmittedDateTime star:SubmittedDateTime 0 (1)
DecisionDateTime star:DecisionDateTime (1) (1)
ElapsedTimeToDecision star:ElapsedTimeToDecision 0 (1)
ElectronicApprovalIndicator star:ElectronicApprovalIndicator 0 (1)
EvaluationIndicator star:EvaluationIndicator 0 (1)
LeaseMessage star:LeaseMessage 0 (1)
ContractPurchaseDate star:ContractPurchaseDate 0 (1)
Financing star:Financing 0 (1)
CreditAnalystName star:CreditAnalystName 0 (1)
CreditAnalystInitialsName star:CreditAnalystInitialsName 0 (1)
CreditAnalystComments star:CreditAnalystComments 0 (1)
CreditSupervisorComments star:CreditSupervisorComments 0 (1)
BranchManagerComments star:BranchManagerComments 0 (1)
BranchOperationManagerComments star:BranchOperationManagerComments 0 (1)
DealerComments star:DealerComments 0 (1)
TierCode star:TierCode 0 (1)
TierDescription star:TierDescription 0 unbounded
SubprimeSendIndicator star:SubprimeSendIndicator 0 (1)
TransferOfObligation star:TransferOfObligation 0 (1)
Stipulations star:Stipulations 0 unbounded
NonFinancialRequirements star:NonFinancialRequirements 0 (1)
DecisionComments star:DecisionComments 0 unbounded
DecisionVehicle star:DecisionVehicle 0 (1)
Collapse Derivation Tree:
Collapse References:
star:Decision