Definition Type: ComplexType
Name: checkBoxTagType
Namespace: http://www.webex.com/schemas/2002/06/common
Containing Schema: common.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into isSelected Drilldown into itemName Drilldown into checkBoxItemTagType Drilldown into items Drilldown into isDisplay Drilldown into isRequired Drilldown into lable Drilldown into fieldIDXSD Diagram of checkBoxTagType
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="checkBoxTagType">
    <xsd:sequence>
        <xsd:element name="fieldID" type="xsd:long" minOccurs="0" />
        <xsd:element name="lable" type="xsd:string" minOccurs="0" />
        <xsd:element name="isRequired" type="xsd:boolean" />
        <xsd:element name="isDisplay" type="xsd:boolean" />
        <xsd:element name="items" type="com:checkBoxItemTagType" 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)
isRequired com:isRequired (1) (1)
isDisplay com:isDisplay (1) (1)
items com:items (1) unbounded