<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>
|