Definition Type: ComplexType
Name: IncentiveInquiryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: IncentiveInquiry.xsd
Abstract
Documentation:
The objective of the Incentive BOD is to streamline customer and dealer experience at the point of vehicle sale by providing authentic vehicle incentive information and incentive validation features as well as efficient payment processing mechanism.
Collapse XSD Schema Diagram:
Drilldown into IncentiveInquiryResult in schema components_xsd Drilldown into IncentiveDetail in schema incentiveinquiry_xsd Drilldown into IncentiveInquiryLine in schema incentiveinquiry_xsd Drilldown into IncentiveHeader in schema incentiveinquiry_xsdXSD Diagram of IncentiveInquiryType in schema incentiveinquiry_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="IncentiveInquiryType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5">The objective of
				the Incentive BOD is to streamline customer and dealer experience at the point
				of vehicle sale by providing authentic vehicle incentive information and 
				incentive validation features as well as efficient payment processing mechanism.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" ref="IncentiveHeader" />
        <xsd:element maxOccurs="1" minOccurs="1" ref="IncentiveInquiryLine" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="IncentiveDetail" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="IncentiveInquiryResult" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
IncentiveHeader star:IncentiveHeader 1 1
IncentiveInquiryLine star:IncentiveInquiryLine 1 1
IncentiveDetail star:IncentiveDetail 0 1
IncentiveInquiryResult star:IncentiveInquiryResult 0 1
Collapse Derivation Tree:
Collapse References:
star:IncentiveInquiry