Definition Type: ComplexType
Name: customFieldsInstanceType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsession
Containing Schema: trainingsession.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="train:textboxInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="checkBoxGroup" type="train:checkboxGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="optionButtonGroup" type="train:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="dropDownGroup" type="train:choiceGroupInstanceType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
textBox train:textBox 0 unbounded
checkBoxGroup train:checkBoxGroup 0 unbounded
optionButtonGroup train:optionButtonGroup 0 unbounded
dropDownGroup train:dropDownGroup 0 unbounded
Collapse Derivation Tree:
Collapse References:
train:customFields