Definition Type: ComplexType
Name: customFieldsInstanceType
Namespace: http://www.webex.com/schemas/2002/06/service/event
Containing Schema: event.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dropDownGroup Drilldown into optionButtonGroup Drilldown into checkBoxGroup Drilldown into textBoxXSD Diagram of customFieldsInstanceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="customFieldsInstanceType">
    <xsd:sequence>
        <xsd:element name="textBox" type="event:textboxInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="checkBoxGroup" type="event:checkboxGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="optionButtonGroup" type="event:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="dropDownGroup" type="event:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
textBox event:textBox 0 unbounded
checkBoxGroup event:checkBoxGroup 0 unbounded
optionButtonGroup event:optionButtonGroup 0 unbounded
dropDownGroup event:dropDownGroup 0 unbounded
Collapse Derivation Tree:
Collapse References:
event:customFields, event:customFields