<xsd:complexType name="IncentiveDetailProductType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Incentive Detail Product
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" maxOccurs="1" name="ProductName" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Name of the product
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="OptionID" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Unique ID of the incentive type linked to a specific program
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="ProgramID" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
A field that captures if any incentives were applied to the deal.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="SourceID" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Determines the data provider for a given incentive when data is dual OR multi-sourced
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="PaymentMethod" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Party receiving the incentive payment:
Dealer = Rebate Applied to the Deal
Customer = Rebate Paid by Check
DealerORCustomer = Rebate Applied to the Deal OR Rebate Paid by Check
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="ProductType" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Type of incentive for the product under reference
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TypeSalesCodes" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element ref="Rates" minOccurs="0" maxOccurs="1" />
<xsd:element ref="Rebates" minOccurs="0" maxOccurs="1" />
<xsd:element minOccurs="0" maxOccurs="1" name="OptionTypeID" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Unique identifier code for an Incentive option type.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="Disclosure" type="udt:TextType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
Describe the rules related to incentives at a global level.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" maxOccurs="1" name="ProductCostShare" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">
An indicator that provides additional information regarding the financing of the incentive.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|