<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>
|