<xsd:complexType name="InitiativeRateGroupType">
<xsd:sequence>
<xsd:element name="InitiativeFinanceTypeCode" type="scl:InitiativeFinanceTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>Identifies the type of finance to which the initiative applies. For example, an initiative may only apply to a vehicle that is being leased.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice>
<xsd:sequence>
<xsd:element name="InitiativeAnnualPercentageRate" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The initiative annual percentage rate is the underlining annunal percentage rate based onthe finance type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:element name="InitiativeMoneyFactorNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>The initiative money factor is the underlining money factor rate based on the finance type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:choice>
<xsd:element name="InitiativeTermString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>The initiative term the underlining annual percentage rate or money factor based on the finance type. For example 24 months, 36 months, etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|