Definition Type: ComplexType
Name: sourceType
Namespace: http://www.webex.com/schemas/2002/06/service/history
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into avgLeadScore Drilldown into count Drilldown into leadSourceIDXSD Diagram of sourceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="sourceType">
    <xsd:sequence>
        <xsd:element name="leadSourceID" type="xsd:string" />
        <xsd:element name="count" type="xsd:long" />
        <xsd:element name="avgLeadScore" type="xsd:float" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
leadSourceID history:leadSourceID (1) (1)
count history:count (1) (1)
avgLeadScore history:avgLeadScore (1) (1)
Collapse Derivation Tree:
Collapse References:
history:source