Definition Type: ComplexType
Name: choiceGroupInstanceType
Namespace: http://www.webex.com/schemas/2002/06/service/event
Type: event:choiceGroupType
Containing Schema: event.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into fieldID Drilldown into index Drilldown into choice Drilldown into defaultChoice Drilldown into label Drilldown into req Drilldown into incl Drilldown into enrollmentFieldType Drilldown into choiceGroupTypeXSD Diagram of choiceGroupInstanceType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="choiceGroupInstanceType">
    <xsd:complexContent>
        <xsd:extension base="event:choiceGroupType">
            <xsd:sequence>
                <xsd:element name="fieldID" type="xsd:long" minOccurs="0" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
incl event:incl 0 (1)
req event:req 0 (1)
label event:label (1) (1)
defaultChoice event:defaultChoice 0 (1)
choice event:choice 2 unbounded
index event:index 0 (1)
fieldID event:fieldID 0 (1)
Collapse Derivation Tree:
Collapse References:
event:dropDownGroup, event:optionButtonGroup