Definition Type: ComplexType
Name: optionButtonTagType
Namespace: http://www.webex.com/schemas/2002/06/common
Containing Schema: common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into items Drilldown into isDisplay Drilldown into isRequired Drilldown into value Drilldown into defaultValue Drilldown into lable Drilldown into fieldIDXSD Diagram of optionButtonTagType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="optionButtonTagType">
    <xsd:sequence>
        <xsd:element name="fieldID" type="xsd:long" minOccurs="0" />
        <xsd:element name="lable" type="xsd:string" minOccurs="0" />
        <xsd:element name="defaultValue" type="xsd:integer" minOccurs="0" />
        <xsd:element name="value" type="xsd:integer" minOccurs="0" />
        <xsd:element name="isRequired" type="xsd:boolean" />
        <xsd:element name="isDisplay" type="xsd:boolean" />
        <xsd:element name="items" type="xsd:string" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
fieldID com:fieldID 0 (1)
lable com:lable 0 (1)
defaultValue com:defaultValue 0 (1)
value com:value 0 (1)
isRequired com:isRequired (1) (1)
isDisplay com:isDisplay (1) (1)
items com:items (1) unbounded