Definition Type: ComplexType
Name: standardFieldsType
Namespace: http://www.webex.com/schemas/2002/06/service/meeting
Containing Schema: meeting.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fax 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 phoneXSD Diagram of standardFieldsType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="standardFieldsType">
    <xsd:sequence>
        <xsd:element name="phone" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="title" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="company" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="address1" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="address2" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="city" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="state" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="postalCode" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="country" type="meet:registrationFieldType" minOccurs="0" />
        <xsd:element name="fax" type="meet:registrationFieldType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
phone meet:phone 0 (1)
title meet:title 0 (1)
company meet:company 0 (1)
address1 meet:address1 0 (1)
address2 meet:address2 0 (1)
city meet:city 0 (1)
state meet:state 0 (1)
postalCode meet:postalCode 0 (1)
country meet:country 0 (1)
fax meet:fax 0 (1)