Definition Type: ComplexType
Name: MVResponseProgramIdentificationType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: ValidMultipleVehicleIncentiveResponse.xsd
Abstract
Documentation:
This section links the incentive program to the individual incentive value.
Collapse XSD Schema Diagram:
Drilldown into DealStackability in schema components_xsd Drilldown into IncentiveValue in schema components_xsd Drilldown into MVResponseIncentiveProgramTags in schema validmultiplevehicleincentiveresponse_xsd Drilldown into redemptionCode in schema validmultiplevehicleincentiveresponse_xsd Drilldown into SeeContractInd in schema validmultiplevehicleincentiveresponse_xsd Drilldown into ProgramName in schema validmultiplevehicleincentiveresponse_xsd Drilldown into TopOfDealInd in schema validmultiplevehicleincentiveresponse_xsd Drilldown into programAbbrCode in schema validmultiplevehicleincentiveresponse_xsd Drilldown into standardIncentiveType in schema validmultiplevehicleincentiveresponse_xsd Drilldown into ProgramURL in schema validmultiplevehicleincentiveresponse_xsd Drilldown into ProgramRevisionNumber in schema validmultiplevehicleincentiveresponse_xsd Drilldown into ProgramID in schema validmultiplevehicleincentiveresponse_xsdXSD Diagram of MVResponseProgramIdentificationType in schema validmultiplevehicleincentiveresponse_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="MVResponseProgramIdentificationType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">This section links the incentive program to the individual incentive value.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ProgramID" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This is a unique identifier for an incentive program. Details group together multiple
                  vehicles and incentive terms into a single document to simplify authoring, posting, and reporting.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ProgramRevisionNumber" type="udt:NumericType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Denotes a specific revision of an incentive program. Each revision contains
                  the fully defined content of the incentive program and its eligibility criteria.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ProgramURL" type="qdt:URIType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">An URL to access 10 Point PDF file</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="standardIncentiveType" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    This code specifies the type of incentive values that may be associated with each vehicle within the program. The standard incentive type determines whether cash, 
                    interest rate, residual, text based non cash incentives, and other special terms and conditions are allowed on the program.
                 </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="programAbbrCode" type="udt:TextType" minOccurs="0" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                    Provides a short code indicating the program type, typically displayed on reports as a reference 
                    to another section of the report where more information about the program is displayed.
                 </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TopOfDealInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">A program is a “Top Of Deal” if it is a primary incentive which drives the 
                  selection of other incentives.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ProgramName" type="udt:TextType" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Program name includes some description of the program type and contents</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="SeeContractInd" type="xsd:boolean" minOccurs="1" maxOccurs="1">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies incentive programs that have special terms that require a dealer to review in the full program text. 
                  The incentive eligibility cannot be fully evaluated based on the rules within IOM.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="redemptionCode" type="udt:TextType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
                <xsd:documentation source="http://www.starstandard.org/STAR/5">This is the accounting code that is used by the dealers to file for reimbursement.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="MVResponseIncentiveProgramTags" minOccurs="0" maxOccurs="1" />
        <xsd:element ref="IncentiveValue" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="DealStackability" minOccurs="0" maxOccurs="1" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProgramID star:ProgramID 1 1
ProgramRevisionNumber star:ProgramRevisionNumber 1 1
ProgramURL star:ProgramURL 1 1
standardIncentiveType star:standardIncentiveType 1 1
programAbbrCode star:programAbbrCode 0 1
TopOfDealInd star:TopOfDealInd 1 1
ProgramName star:ProgramName 1 1
SeeContractInd star:SeeContractInd 1 1
redemptionCode star:redemptionCode 0 unbounded
MVResponseIncentiveProgramTags star:MVResponseIncentiveProgramTags 0 1
IncentiveValue star:IncentiveValue 1 1
DealStackability star:DealStackability 0 1
Collapse Derivation Tree:
Collapse References:
star:MVResponseProgramIdentification