blob: 2ce34593da74ea6af1f652a71e0d02d3eb39f43f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<element name="Tabs">
<annotation>
<documentation>Defines a set of tabs.</documentation>
</annotation>
<complexType>
<choice maxOccurs="unbounded">
<element ref="Tab" />
</choice>
<attributeGroup ref="CommonControlAttributes" />
<attribute name="FontId" type="xs:string">
<annotation>
<documentation>Identifier to the Font element that serves as the font for the control.</documentation>
</annotation>
</attribute>
</complexType>
</element>
|