Definition Type: ComplexType
Name: SalesActivityBaseType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into LeadResponseTimeNumeric in schema components_xsd Drilldown into SalesPersonName in schema components_xsd Drilldown into ActivityNote in schema components_xsd Drilldown into ActivityResult in schema components_xsd Drilldown into RequestContactIndicator in schema components_xsd Drilldown into EmailResultCode in schema components_xsd Drilldown into MaterialSent in schema components_xsd Drilldown into MaterialRequested in schema components_xsd Drilldown into ActivityTypeString in schema components_xsd Drilldown into ActivityDateTime in schema components_xsd Drilldown into ActivityID in schema components_xsdXSD Diagram of SalesActivityBaseType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ActivityID star:ActivityID 0 (1)
ActivityDateTime star:ActivityDateTime 0 (1)
ActivityTypeString star:ActivityTypeString 0 (1)
MaterialRequested star:MaterialRequested 0 (1)
MaterialSent star:MaterialSent 0 (1)
EmailResultCode star:EmailResultCode 0 (1)
RequestContactIndicator star:RequestContactIndicator 0 (1)
ActivityResult star:ActivityResult 0 (1)
ActivityNote star:ActivityNote 0 (1)
SalesPersonName star:SalesPersonName 0 (1)
LeadResponseTimeNumeric star:LeadResponseTimeNumeric 0 (1)
Collapse Derivation Tree:
Collapse References:
star:SalesActivityBasestar:SalesActivityType,