Definition Type: ComplexType
Name: InitiativeRateGroupType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InitiativeTermString in schema components_xsd Drilldown into InitiativeMoneyFactorNumeric in schema components_xsd Drilldown into InitiativeAnnualPercentageRate in schema components_xsd Drilldown into InitiativeFinanceTypeCode in schema components_xsdXSD Diagram of InitiativeRateGroupType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InitiativeFinanceTypeCode star:InitiativeFinanceTypeCode (1) (1)
InitiativeAnnualPercentageRate star:InitiativeAnnualPercentageRate (1) (1)
InitiativeMoneyFactorNumeric star:InitiativeMoneyFactorNumeric (1) (1)
InitiativeTermString star:InitiativeTermString (1) (1)
Collapse Derivation Tree:
Collapse References:
star:InitiativeRateGroup