Definition Type: ComplexType
Name: lstContact
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Type: serv:bodyContentType
Containing Schema: ep.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into hostWebExID Drilldown into addressType Drilldown into distListName Drilldown into distListID Drilldown into bodyContentTypeXSD Diagram of lstContact
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="lstContact">
    <xsd:complexContent>
        <xsd:extension base="serv:bodyContentType">
            <xsd:sequence>
                <xsd:element name="distListID" type="xsd:integer" minOccurs="0" />
                <xsd:element name="distListName" type="xsd:string" minOccurs="0" />
                <xsd:element name="addressType" type="com:addressTypeType" minOccurs="0" />
                <xsd:element name="hostWebExID" type="xsd:string" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
distListID ep:distListID 0 (1)
distListName ep:distListName 0 (1)
addressType ep:addressType 0 (1)
hostWebExID ep:hostWebExID 0 (1)
Collapse Derivation Tree: