<xs:complexType name="CT_Spinner" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_Tooltip" minOccurs="0" />
<xs:element name="content" minOccurs="0" />
</xs:sequence>
<xs:attributeGroup ref="componentGroup" />
<xs:attribute name="image" type="ST_Uri" use="optional" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
<xs:attribute name="increment" type="xs:double" use="optional" />
<xs:attribute name="minimum" type="xs:double" use="optional" />
<xs:attribute name="maximum" type="xs:double" use="optional" />
<xs:attribute name="defaultValue" type="xs:double" use="optional" />
<xs:attribute name="helpContextID" type="ST_String" use="optional" />
<xs:attribute name="suffix" type="ST_String" use="optional" />
<xs:attribute name="format" type="ST_String" use="optional" />
<xs:attribute name="width" type="xs:double" use="optional" />
<xs:attribute name="keytip" type="xs:string" use="required" />
</xs:complexType>
|