<?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>
|