<xsd:complexType name="NewSalesFinancingType">
<xsd:complexContent>
<xsd:extension base="NewFinancingType">
<xsd:sequence>
<xsd:element minOccurs="0" name="MaximumLimitAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Maximum Limit Amount for
financing
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MinimumLimitAmount" type="udt:AmountType">
<xsd:annotation>
<xsd:documentation>
Minimum Limit Amount for
financing
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ClientAdvisorName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Indicates the name of the Client Advisor
responsible for creating the Financing
comments
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="FinancingComments" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free form text area for Client Advisor to provide
general comments about the Financing
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PreApprovalID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
The pre-approval identifier assigned by the finance
source.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="CreditApplicationDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>
The date the credit application is
completed.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|