Definition Type: ComplexType
Name: contactType
Namespace: http://www.webex.com/schemas/2002/06/service/ep
Containing Schema: ep.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into timeZoneID Drilldown into locale Drilldown into language Drilldown into joinStatus Drilldown into type Drilldown into url Drilldown into notes Drilldown into email Drilldown into phones Drilldown into address Drilldown into webExId Drilldown into company Drilldown into title Drilldown into nameXSD Diagram of contactType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="contactType">
    <xsd:sequence>
        <xsd:element name="name" type="xsd:string" minOccurs="0" />
        <xsd:element name="title" type="xsd:string" minOccurs="0" />
        <xsd:element name="company" type="xsd:string" minOccurs="0" />
        <xsd:element name="webExId" type="xsd:string" minOccurs="0" />
        <xsd:element name="address" type="com:addressType" minOccurs="0" />
        <xsd:element name="phones" type="com:phonesType" minOccurs="0" />
        <xsd:element name="email" type="xsd:string" />
        <xsd:element name="notes" type="xsd:string" minOccurs="0" />
        <xsd:element name="url" type="xsd:string" minOccurs="0" />
        <xsd:element name="type" type="com:personTypeType" minOccurs="0" />
        <xsd:element name="joinStatus" type="com:joinStatusType" minOccurs="0" />
        <xsd:element name="language" type="xsd:string" minOccurs="0" />
        <xsd:element name="locale" type="xsd:string" minOccurs="0" />
        <xsd:element name="timeZoneID" type="xsd:long" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name ep:name 0 (1)
title ep:title 0 (1)
company ep:company 0 (1)
webExId ep:webExId 0 (1)
address ep:address 0 (1)
phones ep:phones 0 (1)
email ep:email (1) (1)
notes ep:notes 0 (1)
url ep:url 0 (1)
type ep:type 0 (1)
joinStatus ep:joinStatus 0 (1)
language ep:language 0 (1)
locale ep:locale 0 (1)
timeZoneID ep:timeZoneID 0 (1)
Collapse Derivation Tree:
Collapse References:
ep:contact, ep:contact