Definition Type: ComplexType
Name: textboxType
Namespace: http://www.webex.com/schemas/2002/06/service/trainingsession
Type: train:enrollmentFieldType
Containing Schema: trainingsession.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into index Drilldown into height Drilldown into width Drilldown into type Drilldown into label Drilldown into req Drilldown into incl Drilldown into enrollmentFieldTypeXSD Diagram of textboxType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="textboxType">
    <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="type" type="train:textboxTypeType" default="SINGLE_LINE" minOccurs="0" />
                <xsd:element name="width" type="xsd:integer" minOccurs="0" />
                <xsd:element name="height" type="xsd:integer" minOccurs="0" />
                <xsd:element name="index" type="xsd:integer" minOccurs="0" />
            </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)
type train:type 0 (1)
width train:width 0 (1)
height train:height 0 (1)
index train:index 0 (1)
Collapse Derivation Tree:
Collapse References:
train:textBox, train:textboxInstanceType