Definition Type: ComplexType
Name: personType
Namespace: http://www.webex.com/schemas/2002/06/common
Containing Schema: common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sendReminder Drilldown into type Drilldown into url Drilldown into notes Drilldown into email Drilldown into fax Drilldown into mobilePhone Drilldown into phone Drilldown into phonesType Drilldown into phones Drilldown into country Drilldown into zipCode Drilldown into state Drilldown into city Drilldown into address2 Drilldown into address1 Drilldown into addressType Drilldown into addressType Drilldown into address Drilldown into webExId Drilldown into company Drilldown into title Drilldown into lastName Drilldown into firstName Drilldown into nameXSD Diagram of personType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="personType">
    <xsd:sequence>
        <xsd:element name="name" type="xsd:string" minOccurs="0" />
        <xsd:element name="firstName" minOccurs="0">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string" />
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="lastName" minOccurs="0">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string" />
            </xsd:simpleType>
        </xsd:element>
        <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" default="VISITOR" minOccurs="0" />
        <xsd:element name="sendReminder" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name com:name 0 (1)
firstName com:firstName 0 (1)
lastName com:lastName 0 (1)
title com:title 0 (1)
company com:company 0 (1)
webExId com:webExId 0 (1)
address com:address 0 (1)
phones com:phones 0 (1)
email com:email (1) (1)
notes com:notes 0 (1)
url com:url 0 (1)
type com:type 0 (1)
sendReminder com:sendReminder 0 (1)
Collapse Derivation Tree:
Collapse References:
event:attendee, event:panelist, att:person, att:person, sess:person