Definition Type: ComplexType
Name: regFieldsType
Namespace: http://www.webex.com/schemas/2002/06/service/history
Containing Schema: history.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into customFields Drilldown into fax Drilldown into phone Drilldown into country Drilldown into postalCode Drilldown into state Drilldown into city Drilldown into address2 Drilldown into address1 Drilldown into company Drilldown into title Drilldown into lastName Drilldown into firstNameXSD Diagram of regFieldsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="regFieldsType">
    <xsd:sequence>
        <xsd:element name="firstName" type="xsd:string" minOccurs="0" />
        <xsd:element name="lastName" 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="address1" type="xsd:string" minOccurs="0" />
        <xsd:element name="address2" type="xsd:string" minOccurs="0" />
        <xsd:element name="city" type="xsd:string" minOccurs="0" />
        <xsd:element name="state" type="xsd:string" minOccurs="0" />
        <xsd:element name="postalCode" type="xsd:string" minOccurs="0" />
        <xsd:element name="country" type="xsd:string" minOccurs="0" />
        <xsd:element name="phone" type="xsd:string" minOccurs="0" />
        <xsd:element name="fax" type="xsd:string" minOccurs="0" />
        <xsd:element name="customFields" type="history:customFieldsType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
firstName history:firstName 0 (1)
lastName history:lastName 0 (1)
title history:title 0 (1)
company history:company 0 (1)
address1 history:address1 0 (1)
address2 history:address2 0 (1)
city history:city 0 (1)
state history:state 0 (1)
postalCode history:postalCode 0 (1)
country history:country 0 (1)
phone history:phone 0 (1)
fax history:fax 0 (1)
customFields history:customFields 0 unbounded
Collapse Derivation Tree:
Collapse References:
history:regFields