Definition Type: ComplexType
Name: CustomerProspectType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
The detail information regarding a prospective customer.
Collapse XSD Schema Diagram:
Drilldown into FleetAccount in schema components_xsd Drilldown into TotalFleetNumeric in schema components_xsd Drilldown into ManufacturerPreOwnProgramOwnerIndicator in schema components_xsd Drilldown into FleetAccountString in schema components_xsd Drilldown into AdditionalCustomerEnticement in schema components_xsd Drilldown into PreviouslyOwnedItem in schema components_xsd Drilldown into CurrentlyOwnedItem in schema components_xsd Drilldown into ProspectParty in schema components_xsd Drilldown into FirstTimeBuyerIndicator in schema components_xsdXSD Diagram of CustomerProspectType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="CustomerProspectType">
    <xsd:annotation>
        <xsd:documentation>The detail information regarding a prospective
            customer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" name="FirstTimeBuyerIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Identifies customer as
                first time buyer</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element minOccurs="1" ref="ProspectParty" />
        <xsd:element minOccurs="0" ref="CurrentlyOwnedItem" />
        <xsd:element minOccurs="0" ref="PreviouslyOwnedItem" />
        <xsd:element maxOccurs="1" minOccurs="0" name="AdditionalCustomerEnticement" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The particular enticement
                of the offer. This may be added after the initial program offer. EG: Customer
                offered a barbeque if they take a test drive.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="FleetAccountString" type="qdt:StringType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Deprecated:  Use FleetAccount component</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="ManufacturerPreOwnProgramOwnerIndicator" type="udt:IndicatorType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">Indicates if the customer
                is or has owned a vehicle sold under the manufacturer's pre owned
            programs.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="TotalFleetNumeric" type="udt:NumericType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">
                This value represents the total number of vehicles.
            </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" ref="FleetAccount" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FirstTimeBuyerIndicator star:FirstTimeBuyerIndicator 0 (1)
ProspectParty star:ProspectParty 1 (1)
CurrentlyOwnedItem star:CurrentlyOwnedItem 0 (1)
PreviouslyOwnedItem star:PreviouslyOwnedItem 0 (1)
AdditionalCustomerEnticement star:AdditionalCustomerEnticement 0 1
FleetAccountString star:FleetAccountString 0 1
ManufacturerPreOwnProgramOwnerIndicator star:ManufacturerPreOwnProgramOwnerIndicator 0 1
TotalFleetNumeric star:TotalFleetNumeric 0 1
FleetAccount star:FleetAccount 0 1
Collapse Derivation Tree:
Collapse References:
star:CustomerProspect