CT_GroupTooltip Complex Type
In This Topic
Diagram
Overview
 |
 |
heading optional xs:string
| |
Used By
Attributes
| Name | Type | Use | Default | Fixed | Description |
| image | ST_Uri Simple Type | optional | | | |
| heading | xs:string | optional | | | |
Source
<xs:complexType name="CT_GroupTooltip" mixed="true" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute name="image" type="ST_Uri" use="optional" />
<xs:attribute name="heading" type="xs:string" use="optional" />
</xs:complexType> |
See Also