<xs:complexType name="CT_CheckBox" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent>
<xs:restriction base="CT_Command">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
<xs:element name="content" minOccurs="0" />
</xs:sequence>
<xs:attribute name="largeImage" use="prohibited" />
<xs:attribute name="smallImage" use="prohibited" />
<xs:attribute name="flipImageRTL" use="prohibited" />
<xs:attribute name="overlayLargeImage" use="prohibited" />
<xs:attribute name="overlaySmallImage" use="prohibited" />
</xs:restriction>
</xs:complexContent>
</xs:complexType>
|