blob: 873959e57900bd6e09d9fd22674262dd397594c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<element name="Tooltip">
<annotation>
<documentation>
Defines text for the parent control's tooltip.
</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="xs:string">
<annotation>
<documentation>
Text for the parent control's tooltip.
</documentation>
</annotation>
</extension>
</simpleContent>
</complexType>
</element>
|