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