Definition Type: ComplexType
Name: IncentiveApplicationOptionDetailType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveApplication.xsd
Abstract
Documentation:
Option detail
Collapse XSD Schema Diagram:
Drilldown into CustomerPaymentOption in schema incentiveapplication_xsd Drilldown into SourceID in schema incentiveapplication_xsd Drilldown into OptionDetailID in schema incentiveapplication_xsdXSD Diagram of IncentiveApplicationOptionDetailType in schema incentiveapplication_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IncentiveApplicationOptionDetailType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">
				Option detail
			</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" name="OptionDetailID" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						A list of all IDs that corresponds to the option detail IDs for the  customer incentives 
						applied on sale of this VIN. This will be blank or zero when no incentives are applied
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="SourceID" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						To filter the incentive offerings based on the finance source
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="unbounded" minOccurs="0" name="CustomerPaymentOption" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
						Identifier value to see if the payment will be made to Customer or Dealer.
					</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OptionDetailID star:OptionDetailID 0 1
SourceID star:SourceID 0 1
CustomerPaymentOption star:CustomerPaymentOption 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:IncentiveApplicationOptionDetail