<xsd:complexType name="SalesActivityBaseType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ActivityID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
Source-assigned unique event ID
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ActivityDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>
Date and time that the activity took
place
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ActivityTypeString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
Indicates type of activity Example: "Literature Request",
"New Lead", "Dead Contact", "Traffic Report", "Sold", "EMail", "Letter",
"Fax"
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MaterialRequested" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Name of the materials the customer requested. (i.e.,
brochure, materials, etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="MaterialSent" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Name of the materials sent to the customer. (i.e.,
brochure, materials, etc.)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="EmailResultCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation>
Indicates Whether an Email was Sent. Example could be: S -
Sent, digit- - number of times sent, R-Received, N-Not Sent,
U-Undeliverable, b - Email address not available
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="RequestContactIndicator" type="udt:IndicatorType">
<xsd:annotation>
<xsd:documentation>
Indicates whether customer would like to be
contacted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ActivityResult" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Result of Activity - Ex: Bought competing
Vehicle
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ActivityNote" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free form comments that relate to the
activity
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="SalesPersonName" type="udt:NameType">
<xsd:annotation>
<xsd:documentation>
Name of the salesperson or person creating the lead status
or note
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="LeadResponseTimeNumeric" type="udt:NumericType">
<xsd:annotation>
<xsd:documentation>
Response Time is the time (minutes) that it took the
salesperson at the dealership to first respond (not auto-respond) to the
prospect. This is time in business minutes (minus hours closed business
time).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|